@anthropic-ai/sdk 0.118.0 → 0.120.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 (250) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/client.d.mts +8 -2
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +8 -2
  5. package/client.d.ts.map +1 -1
  6. package/client.js +6 -0
  7. package/client.js.map +1 -1
  8. package/client.mjs +6 -0
  9. package/client.mjs.map +1 -1
  10. package/helpers/beta/environments.d.mts +5 -4
  11. package/helpers/beta/environments.d.mts.map +1 -1
  12. package/helpers/beta/environments.d.ts +5 -4
  13. package/helpers/beta/environments.d.ts.map +1 -1
  14. package/helpers/beta/environments.js +5 -4
  15. package/helpers/beta/environments.js.map +1 -1
  16. package/helpers/beta/environments.mjs +5 -4
  17. package/helpers/beta/environments.mjs.map +1 -1
  18. package/internal/file-store.d.mts +136 -0
  19. package/internal/file-store.d.mts.map +1 -0
  20. package/internal/file-store.d.ts +136 -0
  21. package/internal/file-store.d.ts.map +1 -0
  22. package/internal/file-store.js +531 -0
  23. package/internal/file-store.js.map +1 -0
  24. package/internal/file-store.mjs +523 -0
  25. package/internal/file-store.mjs.map +1 -0
  26. package/lib/environments/poller.d.mts +6 -0
  27. package/lib/environments/poller.d.mts.map +1 -1
  28. package/lib/environments/poller.d.ts +6 -0
  29. package/lib/environments/poller.d.ts.map +1 -1
  30. package/lib/environments/poller.js +46 -1
  31. package/lib/environments/poller.js.map +1 -1
  32. package/lib/environments/poller.mjs +46 -1
  33. package/lib/environments/poller.mjs.map +1 -1
  34. package/lib/environments/worker.d.mts +89 -12
  35. package/lib/environments/worker.d.mts.map +1 -1
  36. package/lib/environments/worker.d.ts +89 -12
  37. package/lib/environments/worker.d.ts.map +1 -1
  38. package/lib/environments/worker.js +336 -67
  39. package/lib/environments/worker.js.map +1 -1
  40. package/lib/environments/worker.mjs +336 -68
  41. package/lib/environments/worker.mjs.map +1 -1
  42. package/lib/tools/BetaRunnableTool.d.mts +4 -1
  43. package/lib/tools/BetaRunnableTool.d.mts.map +1 -1
  44. package/lib/tools/BetaRunnableTool.d.ts +4 -1
  45. package/lib/tools/BetaRunnableTool.d.ts.map +1 -1
  46. package/lib/tools/BetaRunnableTool.js +7 -2
  47. package/lib/tools/BetaRunnableTool.js.map +1 -1
  48. package/lib/tools/BetaRunnableTool.mjs +7 -2
  49. package/lib/tools/BetaRunnableTool.mjs.map +1 -1
  50. package/lib/tools/BetaToolRunner.d.mts.map +1 -1
  51. package/lib/tools/BetaToolRunner.d.ts.map +1 -1
  52. package/lib/tools/BetaToolRunner.js +3 -1
  53. package/lib/tools/BetaToolRunner.js.map +1 -1
  54. package/lib/tools/BetaToolRunner.mjs +3 -1
  55. package/lib/tools/BetaToolRunner.mjs.map +1 -1
  56. package/package.json +1 -1
  57. package/resources/beta/agents/agents.d.mts +322 -27
  58. package/resources/beta/agents/agents.d.mts.map +1 -1
  59. package/resources/beta/agents/agents.d.ts +322 -27
  60. package/resources/beta/agents/agents.d.ts.map +1 -1
  61. package/resources/beta/agents/agents.js.map +1 -1
  62. package/resources/beta/agents/agents.mjs.map +1 -1
  63. package/resources/beta/agents/index.d.mts +1 -1
  64. package/resources/beta/agents/index.d.mts.map +1 -1
  65. package/resources/beta/agents/index.d.ts +1 -1
  66. package/resources/beta/agents/index.d.ts.map +1 -1
  67. package/resources/beta/agents/index.js.map +1 -1
  68. package/resources/beta/agents/index.mjs.map +1 -1
  69. package/resources/beta/beta.d.mts +6 -6
  70. package/resources/beta/beta.d.mts.map +1 -1
  71. package/resources/beta/beta.d.ts +6 -6
  72. package/resources/beta/beta.d.ts.map +1 -1
  73. package/resources/beta/beta.js.map +1 -1
  74. package/resources/beta/beta.mjs.map +1 -1
  75. package/resources/beta/environments/work.d.mts +5 -1
  76. package/resources/beta/environments/work.d.mts.map +1 -1
  77. package/resources/beta/environments/work.d.ts +5 -1
  78. package/resources/beta/environments/work.d.ts.map +1 -1
  79. package/resources/beta/environments/work.js +0 -17
  80. package/resources/beta/environments/work.js.map +1 -1
  81. package/resources/beta/environments/work.mjs +0 -17
  82. package/resources/beta/environments/work.mjs.map +1 -1
  83. package/resources/beta/files.d.mts +22 -22
  84. package/resources/beta/files.d.mts.map +1 -1
  85. package/resources/beta/files.d.ts +22 -22
  86. package/resources/beta/files.d.ts.map +1 -1
  87. package/resources/beta/files.js +4 -4
  88. package/resources/beta/files.js.map +1 -1
  89. package/resources/beta/files.mjs +4 -4
  90. package/resources/beta/files.mjs.map +1 -1
  91. package/resources/beta/index.d.mts +3 -3
  92. package/resources/beta/index.d.mts.map +1 -1
  93. package/resources/beta/index.d.ts +3 -3
  94. package/resources/beta/index.d.ts.map +1 -1
  95. package/resources/beta/index.js.map +1 -1
  96. package/resources/beta/index.mjs.map +1 -1
  97. package/resources/beta/messages/index.d.mts +1 -1
  98. package/resources/beta/messages/index.d.mts.map +1 -1
  99. package/resources/beta/messages/index.d.ts +1 -1
  100. package/resources/beta/messages/index.d.ts.map +1 -1
  101. package/resources/beta/messages/index.js.map +1 -1
  102. package/resources/beta/messages/index.mjs.map +1 -1
  103. package/resources/beta/messages/messages.d.mts +1202 -5
  104. package/resources/beta/messages/messages.d.mts.map +1 -1
  105. package/resources/beta/messages/messages.d.ts +1202 -5
  106. package/resources/beta/messages/messages.d.ts.map +1 -1
  107. package/resources/beta/messages/messages.js.map +1 -1
  108. package/resources/beta/messages/messages.mjs.map +1 -1
  109. package/resources/files.d.mts +105 -0
  110. package/resources/files.d.mts.map +1 -0
  111. package/resources/files.d.ts +105 -0
  112. package/resources/files.d.ts.map +1 -0
  113. package/resources/files.js +52 -0
  114. package/resources/files.js.map +1 -0
  115. package/resources/files.mjs +48 -0
  116. package/resources/files.mjs.map +1 -0
  117. package/resources/index.d.mts +3 -1
  118. package/resources/index.d.mts.map +1 -1
  119. package/resources/index.d.ts +3 -1
  120. package/resources/index.d.ts.map +1 -1
  121. package/resources/index.js +5 -1
  122. package/resources/index.js.map +1 -1
  123. package/resources/index.mjs +2 -0
  124. package/resources/index.mjs.map +1 -1
  125. package/resources/messages/index.d.mts +1 -1
  126. package/resources/messages/index.d.mts.map +1 -1
  127. package/resources/messages/index.d.ts +1 -1
  128. package/resources/messages/index.d.ts.map +1 -1
  129. package/resources/messages/index.js.map +1 -1
  130. package/resources/messages/index.mjs.map +1 -1
  131. package/resources/messages/messages.d.mts +1267 -7
  132. package/resources/messages/messages.d.mts.map +1 -1
  133. package/resources/messages/messages.d.ts +1267 -7
  134. package/resources/messages/messages.d.ts.map +1 -1
  135. package/resources/messages/messages.js.map +1 -1
  136. package/resources/messages/messages.mjs.map +1 -1
  137. package/resources/skills/index.d.mts +3 -0
  138. package/resources/skills/index.d.mts.map +1 -0
  139. package/resources/skills/index.d.ts +3 -0
  140. package/resources/skills/index.d.ts.map +1 -0
  141. package/resources/skills/index.js +9 -0
  142. package/resources/skills/index.js.map +1 -0
  143. package/resources/skills/index.mjs +4 -0
  144. package/resources/skills/index.mjs.map +1 -0
  145. package/resources/skills/skills.d.mts +129 -0
  146. package/resources/skills/skills.d.mts.map +1 -0
  147. package/resources/skills/skills.d.ts +129 -0
  148. package/resources/skills/skills.d.ts.map +1 -0
  149. package/resources/skills/skills.js +44 -0
  150. package/resources/skills/skills.js.map +1 -0
  151. package/resources/skills/skills.mjs +39 -0
  152. package/resources/skills/skills.mjs.map +1 -0
  153. package/resources/skills/versions.d.mts +104 -0
  154. package/resources/skills/versions.d.mts.map +1 -0
  155. package/resources/skills/versions.d.ts +104 -0
  156. package/resources/skills/versions.d.ts.map +1 -0
  157. package/resources/skills/versions.js +41 -0
  158. package/resources/skills/versions.js.map +1 -0
  159. package/resources/skills/versions.mjs +37 -0
  160. package/resources/skills/versions.mjs.map +1 -0
  161. package/resources/skills.d.mts +2 -0
  162. package/resources/skills.d.mts.map +1 -0
  163. package/resources/skills.d.ts +2 -0
  164. package/resources/skills.d.ts.map +1 -0
  165. package/resources/skills.js +6 -0
  166. package/resources/skills.js.map +1 -0
  167. package/resources/skills.mjs +3 -0
  168. package/resources/skills.mjs.map +1 -0
  169. package/src/client.ts +172 -0
  170. package/src/helpers/beta/environments.ts +5 -4
  171. package/src/internal/file-store.ts +550 -0
  172. package/src/lib/environments/poller.ts +47 -1
  173. package/src/lib/environments/worker.ts +419 -79
  174. package/src/lib/tools/BetaRunnableTool.ts +9 -2
  175. package/src/lib/tools/BetaToolRunner.ts +6 -1
  176. package/src/resources/beta/agents/agents.ts +435 -30
  177. package/src/resources/beta/agents/index.ts +17 -0
  178. package/src/resources/beta/beta.ts +160 -6
  179. package/src/resources/beta/environments/work.ts +7 -0
  180. package/src/resources/beta/files.ts +27 -27
  181. package/src/resources/beta/index.ts +80 -3
  182. package/src/resources/beta/messages/index.ts +60 -0
  183. package/src/resources/beta/messages/messages.ts +1865 -415
  184. package/src/resources/files.ts +163 -0
  185. package/src/resources/index.ts +83 -0
  186. package/src/resources/messages/index.ts +66 -0
  187. package/src/resources/messages/messages.ts +1648 -115
  188. package/src/resources/skills/index.ts +21 -0
  189. package/src/resources/skills/skills.ts +194 -0
  190. package/src/resources/skills/versions.ts +160 -0
  191. package/src/resources/skills.ts +3 -0
  192. package/src/tools/agent-toolset/fs-util.ts +40 -24
  193. package/src/tools/agent-toolset/memories.ts +1017 -0
  194. package/src/tools/agent-toolset/node.browser.ts +68 -0
  195. package/src/tools/agent-toolset/node.ts +139 -53
  196. package/src/tools/agent-toolset/skills.ts +29 -9
  197. package/src/tools/agent-toolset/sync-interval.ts +30 -0
  198. package/src/version.ts +1 -1
  199. package/tools/agent-toolset/fs-util.d.mts +23 -10
  200. package/tools/agent-toolset/fs-util.d.mts.map +1 -1
  201. package/tools/agent-toolset/fs-util.d.ts +23 -10
  202. package/tools/agent-toolset/fs-util.d.ts.map +1 -1
  203. package/tools/agent-toolset/fs-util.js +40 -25
  204. package/tools/agent-toolset/fs-util.js.map +1 -1
  205. package/tools/agent-toolset/fs-util.mjs +38 -25
  206. package/tools/agent-toolset/fs-util.mjs.map +1 -1
  207. package/tools/agent-toolset/memories.d.mts +173 -0
  208. package/tools/agent-toolset/memories.d.mts.map +1 -0
  209. package/tools/agent-toolset/memories.d.ts +173 -0
  210. package/tools/agent-toolset/memories.d.ts.map +1 -0
  211. package/tools/agent-toolset/memories.js +902 -0
  212. package/tools/agent-toolset/memories.js.map +1 -0
  213. package/tools/agent-toolset/memories.mjs +895 -0
  214. package/tools/agent-toolset/memories.mjs.map +1 -0
  215. package/tools/agent-toolset/node.browser.d.mts +31 -0
  216. package/tools/agent-toolset/node.browser.d.mts.map +1 -1
  217. package/tools/agent-toolset/node.browser.d.ts +31 -0
  218. package/tools/agent-toolset/node.browser.d.ts.map +1 -1
  219. package/tools/agent-toolset/node.browser.js +59 -1
  220. package/tools/agent-toolset/node.browser.js.map +1 -1
  221. package/tools/agent-toolset/node.browser.mjs +54 -0
  222. package/tools/agent-toolset/node.browser.mjs.map +1 -1
  223. package/tools/agent-toolset/node.d.mts +54 -22
  224. package/tools/agent-toolset/node.d.mts.map +1 -1
  225. package/tools/agent-toolset/node.d.ts +54 -22
  226. package/tools/agent-toolset/node.d.ts.map +1 -1
  227. package/tools/agent-toolset/node.js +83 -44
  228. package/tools/agent-toolset/node.js.map +1 -1
  229. package/tools/agent-toolset/node.mjs +77 -44
  230. package/tools/agent-toolset/node.mjs.map +1 -1
  231. package/tools/agent-toolset/skills.d.mts +16 -7
  232. package/tools/agent-toolset/skills.d.mts.map +1 -1
  233. package/tools/agent-toolset/skills.d.ts +16 -7
  234. package/tools/agent-toolset/skills.d.ts.map +1 -1
  235. package/tools/agent-toolset/skills.js +27 -9
  236. package/tools/agent-toolset/skills.js.map +1 -1
  237. package/tools/agent-toolset/skills.mjs +27 -9
  238. package/tools/agent-toolset/skills.mjs.map +1 -1
  239. package/tools/agent-toolset/sync-interval.d.mts +19 -0
  240. package/tools/agent-toolset/sync-interval.d.mts.map +1 -0
  241. package/tools/agent-toolset/sync-interval.d.ts +19 -0
  242. package/tools/agent-toolset/sync-interval.d.ts.map +1 -0
  243. package/tools/agent-toolset/sync-interval.js +29 -0
  244. package/tools/agent-toolset/sync-interval.js.map +1 -0
  245. package/tools/agent-toolset/sync-interval.mjs +25 -0
  246. package/tools/agent-toolset/sync-interval.mjs.map +1 -0
  247. package/version.d.mts +1 -1
  248. package/version.d.ts +1 -1
  249. package/version.js +1 -1
  250. package/version.mjs +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"files.js","sourceRoot":"","sources":["../src/resources/files.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAE/C,sDAAoF;AAEpF,oDAAmD;AAEnD,oFAAoF;AACpF,oDAAkE;AAClE,oDAA8C;AAE9C,MAAa,KAAM,SAAQ,sBAAW;IACpC;;OAEG;IACH,IAAI,CACF,QAA2C,EAAE,EAC7C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,WAAW,EAAE,CAAA,uBAAwB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/F,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,MAAc,EAAE,OAAwB;QAC7C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,aAAa,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,MAAc,EAAE,OAAwB;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,aAAa,MAAM,UAAU,EAAE;YACzD,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC,CAAC,EAAE,MAAM,EAAE,oBAAoB,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;YAC3E,gBAAgB,EAAE,IAAI;SACvB,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,gBAAgB,CAAC,MAAc,EAAE,OAAwB;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,aAAa,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,IAAsB,EAAE,OAAwB;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CACtB,WAAW,EACX,IAAA,qCAA2B,EACzB;YACE,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,IAAA,sBAAY,EAAC,CAAC,IAAA,uDAA6B,EAAC,IAAI,CAAC,IAAI,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SACpF,EACD,IAAI,CAAC,OAAO,CACb,CACF,CAAC;IACJ,CAAC;CACF;AApDD,sBAoDC"}
@@ -0,0 +1,48 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../core/resource.mjs";
3
+ import { PageCursor } from "../core/pagination.mjs";
4
+ import { buildHeaders } from "../internal/headers.mjs";
5
+ import { stainlessHelperHeaderFromFile } from "../internal/stainless-helper-header.mjs";
6
+ import { multipartFormRequestOptions } from "../internal/uploads.mjs";
7
+ import { path } from "../internal/utils/path.mjs";
8
+ export class Files extends APIResource {
9
+ /**
10
+ * List Files
11
+ */
12
+ list(query = {}, options) {
13
+ return this._client.getAPIList('/v1/files', (PageCursor), { query, ...options });
14
+ }
15
+ /**
16
+ * Delete File
17
+ */
18
+ delete(fileID, options) {
19
+ return this._client.delete(path `/v1/files/${fileID}`, options);
20
+ }
21
+ /**
22
+ * Download File
23
+ */
24
+ download(fileID, options) {
25
+ return this._client.get(path `/v1/files/${fileID}/content`, {
26
+ ...options,
27
+ headers: buildHeaders([{ Accept: 'application/binary' }, options?.headers]),
28
+ __binaryResponse: true,
29
+ });
30
+ }
31
+ /**
32
+ * Get File Metadata
33
+ */
34
+ retrieveMetadata(fileID, options) {
35
+ return this._client.get(path `/v1/files/${fileID}`, options);
36
+ }
37
+ /**
38
+ * Upload File
39
+ */
40
+ upload(body, options) {
41
+ return this._client.post('/v1/files', multipartFormRequestOptions({
42
+ body,
43
+ ...options,
44
+ headers: buildHeaders([stainlessHelperHeaderFromFile(body.file), options?.headers]),
45
+ }, this._client));
46
+ }
47
+ }
48
+ //# sourceMappingURL=files.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"files.mjs","sourceRoot":"","sources":["../src/resources/files.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EAAE,WAAW,EAAE,6BAAyB;AAE/C,OAAO,EAAE,UAAU,EAAsC,+BAA2B;AAEpF,OAAO,EAAE,YAAY,EAAE,gCAA4B;AAEnD,OAAO,EAAE,6BAA6B,EAAE,gDAA4C;AACpF,OAAO,EAAE,2BAA2B,EAAE,gCAA4B;AAClE,OAAO,EAAE,IAAI,EAAE,mCAA+B;AAE9C,MAAM,OAAO,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,IAAI,CACF,QAA2C,EAAE,EAC7C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,WAAW,EAAE,CAAA,UAAwB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/F,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,MAAc,EAAE,OAAwB;QAC7C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,aAAa,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,MAAc,EAAE,OAAwB;QAC/C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,aAAa,MAAM,UAAU,EAAE;YACzD,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,MAAM,EAAE,oBAAoB,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;YAC3E,gBAAgB,EAAE,IAAI;SACvB,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,gBAAgB,CAAC,MAAc,EAAE,OAAwB;QACvD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,aAAa,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9D,CAAC;IAED;;OAEG;IACH,MAAM,CAAC,IAAsB,EAAE,OAAwB;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CACtB,WAAW,EACX,2BAA2B,CACzB;YACE,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,YAAY,CAAC,CAAC,6BAA6B,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;SACpF,EACD,IAAI,CAAC,OAAO,CACb,CACF,CAAC;IACJ,CAAC;CACF"}
@@ -1,6 +1,8 @@
1
1
  export * from "./shared.mjs";
2
2
  export { Beta, type AnthropicBeta, type BetaAPIError, type BetaAuthenticationError, type BetaBillingError, type BetaCurrency, type BetaError, type BetaErrorResponse, type BetaGatewayTimeoutError, type BetaInvalidRequestError, type BetaMonetaryAmount, type BetaNotFoundError, type BetaOverloadedError, type BetaPermissionError, type BetaRateLimitError, } from "./beta/beta.mjs";
3
3
  export { Completions, type Completion, type CompletionCreateParams, type CompletionCreateParamsNonStreaming, type CompletionCreateParamsStreaming, } from "./completions.mjs";
4
- export { Messages, type Base64ImageSource, type Base64PDFSource, type BashCodeExecutionOutputBlock, type BashCodeExecutionOutputBlockParam, type BashCodeExecutionResultBlock, type BashCodeExecutionResultBlockParam, type BashCodeExecutionToolResultBlock, type BashCodeExecutionToolResultBlockParam, type BashCodeExecutionToolResultError, type BashCodeExecutionToolResultErrorCode, type BashCodeExecutionToolResultErrorParam, type CacheControlEphemeral, type CacheCreation, type CitationCharLocation, type CitationCharLocationParam, type CitationContentBlockLocation, type CitationContentBlockLocationParam, type CitationPageLocation, type CitationPageLocationParam, type CitationSearchResultLocationParam, type CitationWebSearchResultLocationParam, type CitationsConfig, type CitationsConfigParam, type CitationsDelta, type CitationsSearchResultLocation, type CitationsWebSearchResultLocation, type CodeExecutionOutputBlock, type CodeExecutionOutputBlockParam, type CodeExecutionResultBlock, type CodeExecutionResultBlockParam, type CodeExecutionTool20250522, type CodeExecutionTool20250825, type CodeExecutionTool20260120, type CodeExecutionTool20260521, type CodeExecutionToolResultBlock, type CodeExecutionToolResultBlockContent, type CodeExecutionToolResultBlockParam, type CodeExecutionToolResultBlockParamContent, type CodeExecutionToolResultError, type CodeExecutionToolResultErrorCode, type CodeExecutionToolResultErrorParam, type Container, type ContainerUploadBlock, type ContainerUploadBlockParam, type ContentBlock, type ContentBlockParam, type ContentBlockStartEvent, type ContentBlockStopEvent, type ContentBlockSource, type ContentBlockSourceContent, type DirectCaller, type DocumentBlock, type DocumentBlockParam, type EncryptedCodeExecutionResultBlock, type EncryptedCodeExecutionResultBlockParam, type ImageBlockParam, type InputJSONDelta, type JSONOutputFormat, type MemoryTool20250818, type Message, type MessageCountTokensTool, type MessageDeltaEvent, type MessageDeltaUsage, type MessageParam, type MessageStreamParams, type MessageTokensCount, type Metadata, type Model, type OutputConfig, type OutputTokensDetails, type PlainTextSource, type RawContentBlockDelta, type RawContentBlockDeltaEvent, type RawContentBlockStartEvent, type RawContentBlockStopEvent, type RawMessageDeltaEvent, type RawMessageStartEvent, type RawMessageStopEvent, type RawMessageStreamEvent, type RedactedThinkingBlock, type RedactedThinkingBlockParam, type RefusalStopDetails, type SearchResultBlockParam, type ServerToolCaller, type ServerToolCaller20260120, type ServerToolUsage, type ServerToolUseBlock, type ServerToolUseBlockParam, type SignatureDelta, type StopReason, type TextBlock, type TextBlockParam, type TextCitation, type TextCitationParam, type TextDelta, type TextEditorCodeExecutionCreateResultBlock, type TextEditorCodeExecutionCreateResultBlockParam, type TextEditorCodeExecutionStrReplaceResultBlock, type TextEditorCodeExecutionStrReplaceResultBlockParam, type TextEditorCodeExecutionToolResultBlock, type TextEditorCodeExecutionToolResultBlockParam, type TextEditorCodeExecutionToolResultError, type TextEditorCodeExecutionToolResultErrorCode, type TextEditorCodeExecutionToolResultErrorParam, type TextEditorCodeExecutionViewResultBlock, type TextEditorCodeExecutionViewResultBlockParam, type ThinkingBlock, type ThinkingBlockParam, type ThinkingConfigAdaptive, type ThinkingConfigDisabled, type ThinkingConfigEnabled, type ThinkingConfigParam, type ThinkingDelta, type Tool, type ToolBash20250124, type ToolChoice, type ToolChoiceAny, type ToolChoiceAuto, type ToolChoiceNone, type ToolChoiceTool, type ToolReferenceBlock, type ToolReferenceBlockParam, type ToolResultBlockParam, type ToolSearchToolBm25_20251119, type ToolSearchToolRegex20251119, type ToolSearchToolResultBlock, type ToolSearchToolResultBlockParam, type ToolSearchToolResultError, type ToolSearchToolResultErrorCode, type ToolSearchToolResultErrorParam, type ToolSearchToolSearchResultBlock, type ToolSearchToolSearchResultBlockParam, type ToolTextEditor20250124, type ToolTextEditor20250429, type ToolTextEditor20250728, type ToolUnion, type ToolUseBlock, type ToolUseBlockParam, type URLImageSource, type URLPDFSource, type Usage, type UserLocation, type WebFetchBlock, type WebFetchBlockParam, type WebFetchTool20250910, type WebFetchTool20260209, type WebFetchTool20260309, type WebFetchTool20260318, type WebFetchToolResultBlock, type WebFetchToolResultBlockParam, type WebFetchToolResultErrorBlock, type WebFetchToolResultErrorBlockParam, type WebFetchToolResultErrorCode, type WebSearchResultBlock, type WebSearchResultBlockParam, type WebSearchTool20250305, type WebSearchTool20260209, type WebSearchTool20260318, type WebSearchToolRequestError, type WebSearchToolResultBlock, type WebSearchToolResultBlockContent, type WebSearchToolResultBlockParam, type WebSearchToolResultBlockParamContent, type WebSearchToolResultError, type WebSearchToolResultErrorCode, type MessageCreateParams, type MessageCreateParamsNonStreaming, type MessageCreateParamsStreaming, type MessageCountTokensParams, } from "./messages/messages.mjs";
4
+ export { Files, type DeletedFile, type FileMetadata, type FileListParams, type FileUploadParams, type FileMetadataPageCursor, } from "./files.mjs";
5
+ export { Messages, type Base64ImageSource, type Base64PDFSource, type BashCodeExecutionOutputBlock, type BashCodeExecutionOutputBlockParam, type BashCodeExecutionResultBlock, type BashCodeExecutionResultBlockParam, type BashCodeExecutionToolResultBlock, type BashCodeExecutionToolResultBlockParam, type BashCodeExecutionToolResultError, type BashCodeExecutionToolResultErrorCode, type BashCodeExecutionToolResultErrorParam, type BrowserCloseTabConfig, type BrowserDoubleClickConfig, type BrowserFileUploadConfig, type BrowserFindConfig, type BrowserFormInputConfig, type BrowserGetPageTextConfig, type BrowserHoldKeyConfig, type BrowserHoverConfig, type BrowserJavascriptExecConfig, type BrowserKeyConfig, type BrowserLeftClickConfig, type BrowserLeftClickDragConfig, type BrowserLeftMouseDownConfig, type BrowserLeftMouseUpConfig, type BrowserListTabsConfig, type BrowserMiddleClickConfig, type BrowserMouseMoveConfig, type BrowserNavigateConfig, type BrowserNewTabConfig, type BrowserReadConsoleConfig, type BrowserReadNetworkConfig, type BrowserReadPageConfig, type BrowserRightClickConfig, type BrowserScreenshotConfig, type BrowserScrollConfig, type BrowserScrollToConfig, type BrowserStateBlockParam, type BrowserStateChange, type BrowserStateChangeDownloadCompleted, type BrowserStateChangeDownloadFailed, type BrowserStateChangeDownloadStarted, type BrowserStateChangeTabOpened, type BrowserStateTabEntry, type BrowserSwitchTabConfig, type BrowserToolset20260801, type BrowserToolsetConfigs, type BrowserTripleClickConfig, type BrowserTypeConfig, type BrowserWaitConfig, type BrowserZoomConfig, type CacheControlEphemeral, type CacheCreation, type CitationCharLocation, type CitationCharLocationParam, type CitationContentBlockLocation, type CitationContentBlockLocationParam, type CitationPageLocation, type CitationPageLocationParam, type CitationSearchResultLocationParam, type CitationWebSearchResultLocationParam, type CitationsConfig, type CitationsConfigParam, type CitationsDelta, type CitationsSearchResultLocation, type CitationsWebSearchResultLocation, type CodeExecutionOutputBlock, type CodeExecutionOutputBlockParam, type CodeExecutionResultBlock, type CodeExecutionResultBlockParam, type CodeExecutionTool20250522, type CodeExecutionTool20250825, type CodeExecutionTool20260120, type CodeExecutionTool20260521, type CodeExecutionToolResultBlock, type CodeExecutionToolResultBlockContent, type CodeExecutionToolResultBlockParam, type CodeExecutionToolResultBlockParamContent, type CodeExecutionToolResultError, type CodeExecutionToolResultErrorCode, type CodeExecutionToolResultErrorParam, type ComputerCursorPositionConfig, type ComputerDoubleClickConfig, type ComputerHoldKeyConfig, type ComputerKeyConfig, type ComputerLeftClickConfig, type ComputerLeftClickDragConfig, type ComputerLeftMouseDownConfig, type ComputerLeftMouseUpConfig, type ComputerMiddleClickConfig, type ComputerMouseMoveConfig, type ComputerRightClickConfig, type ComputerScreenshotConfig, type ComputerScrollConfig, type ComputerToolset20260801, type ComputerToolsetConfigs, type ComputerTripleClickConfig, type ComputerTypeConfig, type ComputerWaitConfig, type ComputerZoomConfig, type Container, type ContainerParams, type ContainerSkill, type ContainerUploadBlock, type ContainerUploadBlockParam, type ContentBlock, type ContentBlockParam, type ContentBlockStartEvent, type ContentBlockStopEvent, type ContentBlockSource, type ContentBlockSourceContent, type DirectCaller, type DocumentBlock, type DocumentBlockParam, type EncryptedCodeExecutionResultBlock, type EncryptedCodeExecutionResultBlockParam, type FileDocumentSource, type FileImageSource, type ImageBlockParam, type ImageTransformationsParam, type InputJSONDelta, type JSONOutputFormat, type MemoryTool20250818, type Message, type MessageCountTokensTool, type MessageCreateParamsContainer, type MessageDeltaEvent, type MessageDeltaUsage, type MessageParam, type MessageStreamParams, type MessageTokensCount, type Metadata, type Model, type OutputConfig, type OutputTokensDetails, type PlainTextSource, type RawContentBlockDelta, type RawContentBlockDeltaEvent, type RawContentBlockStartEvent, type RawContentBlockStopEvent, type RawMessageDeltaEvent, type RawMessageStartEvent, type RawMessageStopEvent, type RawMessageStreamEvent, type RedactedThinkingBlock, type RedactedThinkingBlockParam, type RefusalStopDetails, type SearchResultBlockParam, type ServerToolCaller, type ServerToolCaller20260120, type ServerToolUsage, type ServerToolUseBlock, type ServerToolUseBlockParam, type SignatureDelta, type SkillParams, type StopReason, type TextBlock, type TextBlockParam, type TextCitation, type TextCitationParam, type TextDelta, type TextEditorCodeExecutionCreateResultBlock, type TextEditorCodeExecutionCreateResultBlockParam, type TextEditorCodeExecutionStrReplaceResultBlock, type TextEditorCodeExecutionStrReplaceResultBlockParam, type TextEditorCodeExecutionToolResultBlock, type TextEditorCodeExecutionToolResultBlockParam, type TextEditorCodeExecutionToolResultError, type TextEditorCodeExecutionToolResultErrorCode, type TextEditorCodeExecutionToolResultErrorParam, type TextEditorCodeExecutionViewResultBlock, type TextEditorCodeExecutionViewResultBlockParam, type ThinkingBlock, type ThinkingBlockParam, type ThinkingConfigAdaptive, type ThinkingConfigDisabled, type ThinkingConfigEnabled, type ThinkingConfigParam, type ThinkingDelta, type Tool, type ToolBash20250124, type ToolChoice, type ToolChoiceAny, type ToolChoiceAuto, type ToolChoiceNone, type ToolChoiceTool, type ToolReferenceBlock, type ToolReferenceBlockParam, type ToolResultBlockParam, type ToolSearchToolBm25_20251119, type ToolSearchToolRegex20251119, type ToolSearchToolResultBlock, type ToolSearchToolResultBlockParam, type ToolSearchToolResultError, type ToolSearchToolResultErrorCode, type ToolSearchToolResultErrorParam, type ToolSearchToolSearchResultBlock, type ToolSearchToolSearchResultBlockParam, type ToolTextEditor20250124, type ToolTextEditor20250429, type ToolTextEditor20250728, type ToolUnion, type ToolUseBlock, type ToolUseBlockParam, type URLImageSource, type URLPDFSource, type Usage, type UserLocation, type WebFetchBlock, type WebFetchBlockParam, type WebFetchTool20250910, type WebFetchTool20260209, type WebFetchTool20260309, type WebFetchTool20260318, type WebFetchToolResultBlock, type WebFetchToolResultBlockParam, type WebFetchToolResultErrorBlock, type WebFetchToolResultErrorBlockParam, type WebFetchToolResultErrorCode, type WebSearchResultBlock, type WebSearchResultBlockParam, type WebSearchTool20250305, type WebSearchTool20260209, type WebSearchTool20260318, type WebSearchToolRequestError, type WebSearchToolResultBlock, type WebSearchToolResultBlockContent, type WebSearchToolResultBlockParam, type WebSearchToolResultBlockParamContent, type WebSearchToolResultError, type WebSearchToolResultErrorCode, type MessageCreateParams, type MessageCreateParamsNonStreaming, type MessageCreateParamsStreaming, type MessageCountTokensParams, } from "./messages/messages.mjs";
5
6
  export { Models, type CapabilitySupport, type ContextManagementCapability, type EffortCapability, type ModelCapabilities, type ModelInfo, type ThinkingCapability, type ThinkingTypes, type ModelRetrieveParams, type ModelListParams, type ModelInfosPage, } from "./models.mjs";
7
+ export { Skills, type DeletedSkill, type Skill, type SkillSource, type SkillCreateParams, type SkillListParams, type SkillsPageCursor, } from "./skills/skills.mjs";
6
8
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,8 @@
1
1
  export * from "./shared.js";
2
2
  export { Beta, type AnthropicBeta, type BetaAPIError, type BetaAuthenticationError, type BetaBillingError, type BetaCurrency, type BetaError, type BetaErrorResponse, type BetaGatewayTimeoutError, type BetaInvalidRequestError, type BetaMonetaryAmount, type BetaNotFoundError, type BetaOverloadedError, type BetaPermissionError, type BetaRateLimitError, } from "./beta/beta.js";
3
3
  export { Completions, type Completion, type CompletionCreateParams, type CompletionCreateParamsNonStreaming, type CompletionCreateParamsStreaming, } from "./completions.js";
4
- export { Messages, type Base64ImageSource, type Base64PDFSource, type BashCodeExecutionOutputBlock, type BashCodeExecutionOutputBlockParam, type BashCodeExecutionResultBlock, type BashCodeExecutionResultBlockParam, type BashCodeExecutionToolResultBlock, type BashCodeExecutionToolResultBlockParam, type BashCodeExecutionToolResultError, type BashCodeExecutionToolResultErrorCode, type BashCodeExecutionToolResultErrorParam, type CacheControlEphemeral, type CacheCreation, type CitationCharLocation, type CitationCharLocationParam, type CitationContentBlockLocation, type CitationContentBlockLocationParam, type CitationPageLocation, type CitationPageLocationParam, type CitationSearchResultLocationParam, type CitationWebSearchResultLocationParam, type CitationsConfig, type CitationsConfigParam, type CitationsDelta, type CitationsSearchResultLocation, type CitationsWebSearchResultLocation, type CodeExecutionOutputBlock, type CodeExecutionOutputBlockParam, type CodeExecutionResultBlock, type CodeExecutionResultBlockParam, type CodeExecutionTool20250522, type CodeExecutionTool20250825, type CodeExecutionTool20260120, type CodeExecutionTool20260521, type CodeExecutionToolResultBlock, type CodeExecutionToolResultBlockContent, type CodeExecutionToolResultBlockParam, type CodeExecutionToolResultBlockParamContent, type CodeExecutionToolResultError, type CodeExecutionToolResultErrorCode, type CodeExecutionToolResultErrorParam, type Container, type ContainerUploadBlock, type ContainerUploadBlockParam, type ContentBlock, type ContentBlockParam, type ContentBlockStartEvent, type ContentBlockStopEvent, type ContentBlockSource, type ContentBlockSourceContent, type DirectCaller, type DocumentBlock, type DocumentBlockParam, type EncryptedCodeExecutionResultBlock, type EncryptedCodeExecutionResultBlockParam, type ImageBlockParam, type InputJSONDelta, type JSONOutputFormat, type MemoryTool20250818, type Message, type MessageCountTokensTool, type MessageDeltaEvent, type MessageDeltaUsage, type MessageParam, type MessageStreamParams, type MessageTokensCount, type Metadata, type Model, type OutputConfig, type OutputTokensDetails, type PlainTextSource, type RawContentBlockDelta, type RawContentBlockDeltaEvent, type RawContentBlockStartEvent, type RawContentBlockStopEvent, type RawMessageDeltaEvent, type RawMessageStartEvent, type RawMessageStopEvent, type RawMessageStreamEvent, type RedactedThinkingBlock, type RedactedThinkingBlockParam, type RefusalStopDetails, type SearchResultBlockParam, type ServerToolCaller, type ServerToolCaller20260120, type ServerToolUsage, type ServerToolUseBlock, type ServerToolUseBlockParam, type SignatureDelta, type StopReason, type TextBlock, type TextBlockParam, type TextCitation, type TextCitationParam, type TextDelta, type TextEditorCodeExecutionCreateResultBlock, type TextEditorCodeExecutionCreateResultBlockParam, type TextEditorCodeExecutionStrReplaceResultBlock, type TextEditorCodeExecutionStrReplaceResultBlockParam, type TextEditorCodeExecutionToolResultBlock, type TextEditorCodeExecutionToolResultBlockParam, type TextEditorCodeExecutionToolResultError, type TextEditorCodeExecutionToolResultErrorCode, type TextEditorCodeExecutionToolResultErrorParam, type TextEditorCodeExecutionViewResultBlock, type TextEditorCodeExecutionViewResultBlockParam, type ThinkingBlock, type ThinkingBlockParam, type ThinkingConfigAdaptive, type ThinkingConfigDisabled, type ThinkingConfigEnabled, type ThinkingConfigParam, type ThinkingDelta, type Tool, type ToolBash20250124, type ToolChoice, type ToolChoiceAny, type ToolChoiceAuto, type ToolChoiceNone, type ToolChoiceTool, type ToolReferenceBlock, type ToolReferenceBlockParam, type ToolResultBlockParam, type ToolSearchToolBm25_20251119, type ToolSearchToolRegex20251119, type ToolSearchToolResultBlock, type ToolSearchToolResultBlockParam, type ToolSearchToolResultError, type ToolSearchToolResultErrorCode, type ToolSearchToolResultErrorParam, type ToolSearchToolSearchResultBlock, type ToolSearchToolSearchResultBlockParam, type ToolTextEditor20250124, type ToolTextEditor20250429, type ToolTextEditor20250728, type ToolUnion, type ToolUseBlock, type ToolUseBlockParam, type URLImageSource, type URLPDFSource, type Usage, type UserLocation, type WebFetchBlock, type WebFetchBlockParam, type WebFetchTool20250910, type WebFetchTool20260209, type WebFetchTool20260309, type WebFetchTool20260318, type WebFetchToolResultBlock, type WebFetchToolResultBlockParam, type WebFetchToolResultErrorBlock, type WebFetchToolResultErrorBlockParam, type WebFetchToolResultErrorCode, type WebSearchResultBlock, type WebSearchResultBlockParam, type WebSearchTool20250305, type WebSearchTool20260209, type WebSearchTool20260318, type WebSearchToolRequestError, type WebSearchToolResultBlock, type WebSearchToolResultBlockContent, type WebSearchToolResultBlockParam, type WebSearchToolResultBlockParamContent, type WebSearchToolResultError, type WebSearchToolResultErrorCode, type MessageCreateParams, type MessageCreateParamsNonStreaming, type MessageCreateParamsStreaming, type MessageCountTokensParams, } from "./messages/messages.js";
4
+ export { Files, type DeletedFile, type FileMetadata, type FileListParams, type FileUploadParams, type FileMetadataPageCursor, } from "./files.js";
5
+ export { Messages, type Base64ImageSource, type Base64PDFSource, type BashCodeExecutionOutputBlock, type BashCodeExecutionOutputBlockParam, type BashCodeExecutionResultBlock, type BashCodeExecutionResultBlockParam, type BashCodeExecutionToolResultBlock, type BashCodeExecutionToolResultBlockParam, type BashCodeExecutionToolResultError, type BashCodeExecutionToolResultErrorCode, type BashCodeExecutionToolResultErrorParam, type BrowserCloseTabConfig, type BrowserDoubleClickConfig, type BrowserFileUploadConfig, type BrowserFindConfig, type BrowserFormInputConfig, type BrowserGetPageTextConfig, type BrowserHoldKeyConfig, type BrowserHoverConfig, type BrowserJavascriptExecConfig, type BrowserKeyConfig, type BrowserLeftClickConfig, type BrowserLeftClickDragConfig, type BrowserLeftMouseDownConfig, type BrowserLeftMouseUpConfig, type BrowserListTabsConfig, type BrowserMiddleClickConfig, type BrowserMouseMoveConfig, type BrowserNavigateConfig, type BrowserNewTabConfig, type BrowserReadConsoleConfig, type BrowserReadNetworkConfig, type BrowserReadPageConfig, type BrowserRightClickConfig, type BrowserScreenshotConfig, type BrowserScrollConfig, type BrowserScrollToConfig, type BrowserStateBlockParam, type BrowserStateChange, type BrowserStateChangeDownloadCompleted, type BrowserStateChangeDownloadFailed, type BrowserStateChangeDownloadStarted, type BrowserStateChangeTabOpened, type BrowserStateTabEntry, type BrowserSwitchTabConfig, type BrowserToolset20260801, type BrowserToolsetConfigs, type BrowserTripleClickConfig, type BrowserTypeConfig, type BrowserWaitConfig, type BrowserZoomConfig, type CacheControlEphemeral, type CacheCreation, type CitationCharLocation, type CitationCharLocationParam, type CitationContentBlockLocation, type CitationContentBlockLocationParam, type CitationPageLocation, type CitationPageLocationParam, type CitationSearchResultLocationParam, type CitationWebSearchResultLocationParam, type CitationsConfig, type CitationsConfigParam, type CitationsDelta, type CitationsSearchResultLocation, type CitationsWebSearchResultLocation, type CodeExecutionOutputBlock, type CodeExecutionOutputBlockParam, type CodeExecutionResultBlock, type CodeExecutionResultBlockParam, type CodeExecutionTool20250522, type CodeExecutionTool20250825, type CodeExecutionTool20260120, type CodeExecutionTool20260521, type CodeExecutionToolResultBlock, type CodeExecutionToolResultBlockContent, type CodeExecutionToolResultBlockParam, type CodeExecutionToolResultBlockParamContent, type CodeExecutionToolResultError, type CodeExecutionToolResultErrorCode, type CodeExecutionToolResultErrorParam, type ComputerCursorPositionConfig, type ComputerDoubleClickConfig, type ComputerHoldKeyConfig, type ComputerKeyConfig, type ComputerLeftClickConfig, type ComputerLeftClickDragConfig, type ComputerLeftMouseDownConfig, type ComputerLeftMouseUpConfig, type ComputerMiddleClickConfig, type ComputerMouseMoveConfig, type ComputerRightClickConfig, type ComputerScreenshotConfig, type ComputerScrollConfig, type ComputerToolset20260801, type ComputerToolsetConfigs, type ComputerTripleClickConfig, type ComputerTypeConfig, type ComputerWaitConfig, type ComputerZoomConfig, type Container, type ContainerParams, type ContainerSkill, type ContainerUploadBlock, type ContainerUploadBlockParam, type ContentBlock, type ContentBlockParam, type ContentBlockStartEvent, type ContentBlockStopEvent, type ContentBlockSource, type ContentBlockSourceContent, type DirectCaller, type DocumentBlock, type DocumentBlockParam, type EncryptedCodeExecutionResultBlock, type EncryptedCodeExecutionResultBlockParam, type FileDocumentSource, type FileImageSource, type ImageBlockParam, type ImageTransformationsParam, type InputJSONDelta, type JSONOutputFormat, type MemoryTool20250818, type Message, type MessageCountTokensTool, type MessageCreateParamsContainer, type MessageDeltaEvent, type MessageDeltaUsage, type MessageParam, type MessageStreamParams, type MessageTokensCount, type Metadata, type Model, type OutputConfig, type OutputTokensDetails, type PlainTextSource, type RawContentBlockDelta, type RawContentBlockDeltaEvent, type RawContentBlockStartEvent, type RawContentBlockStopEvent, type RawMessageDeltaEvent, type RawMessageStartEvent, type RawMessageStopEvent, type RawMessageStreamEvent, type RedactedThinkingBlock, type RedactedThinkingBlockParam, type RefusalStopDetails, type SearchResultBlockParam, type ServerToolCaller, type ServerToolCaller20260120, type ServerToolUsage, type ServerToolUseBlock, type ServerToolUseBlockParam, type SignatureDelta, type SkillParams, type StopReason, type TextBlock, type TextBlockParam, type TextCitation, type TextCitationParam, type TextDelta, type TextEditorCodeExecutionCreateResultBlock, type TextEditorCodeExecutionCreateResultBlockParam, type TextEditorCodeExecutionStrReplaceResultBlock, type TextEditorCodeExecutionStrReplaceResultBlockParam, type TextEditorCodeExecutionToolResultBlock, type TextEditorCodeExecutionToolResultBlockParam, type TextEditorCodeExecutionToolResultError, type TextEditorCodeExecutionToolResultErrorCode, type TextEditorCodeExecutionToolResultErrorParam, type TextEditorCodeExecutionViewResultBlock, type TextEditorCodeExecutionViewResultBlockParam, type ThinkingBlock, type ThinkingBlockParam, type ThinkingConfigAdaptive, type ThinkingConfigDisabled, type ThinkingConfigEnabled, type ThinkingConfigParam, type ThinkingDelta, type Tool, type ToolBash20250124, type ToolChoice, type ToolChoiceAny, type ToolChoiceAuto, type ToolChoiceNone, type ToolChoiceTool, type ToolReferenceBlock, type ToolReferenceBlockParam, type ToolResultBlockParam, type ToolSearchToolBm25_20251119, type ToolSearchToolRegex20251119, type ToolSearchToolResultBlock, type ToolSearchToolResultBlockParam, type ToolSearchToolResultError, type ToolSearchToolResultErrorCode, type ToolSearchToolResultErrorParam, type ToolSearchToolSearchResultBlock, type ToolSearchToolSearchResultBlockParam, type ToolTextEditor20250124, type ToolTextEditor20250429, type ToolTextEditor20250728, type ToolUnion, type ToolUseBlock, type ToolUseBlockParam, type URLImageSource, type URLPDFSource, type Usage, type UserLocation, type WebFetchBlock, type WebFetchBlockParam, type WebFetchTool20250910, type WebFetchTool20260209, type WebFetchTool20260309, type WebFetchTool20260318, type WebFetchToolResultBlock, type WebFetchToolResultBlockParam, type WebFetchToolResultErrorBlock, type WebFetchToolResultErrorBlockParam, type WebFetchToolResultErrorCode, type WebSearchResultBlock, type WebSearchResultBlockParam, type WebSearchTool20250305, type WebSearchTool20260209, type WebSearchTool20260318, type WebSearchToolRequestError, type WebSearchToolResultBlock, type WebSearchToolResultBlockContent, type WebSearchToolResultBlockParam, type WebSearchToolResultBlockParamContent, type WebSearchToolResultError, type WebSearchToolResultErrorCode, type MessageCreateParams, type MessageCreateParamsNonStreaming, type MessageCreateParamsStreaming, type MessageCountTokensParams, } from "./messages/messages.js";
5
6
  export { Models, type CapabilitySupport, type ContextManagementCapability, type EffortCapability, type ModelCapabilities, type ModelInfo, type ThinkingCapability, type ThinkingTypes, type ModelRetrieveParams, type ModelListParams, type ModelInfosPage, } from "./models.js";
7
+ export { Skills, type DeletedSkill, type Skill, type SkillSource, type SkillCreateParams, type SkillListParams, type SkillsPageCursor, } from "./skills/skills.js";
6
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
@@ -1,15 +1,19 @@
1
1
  "use strict";
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Models = exports.Messages = exports.Completions = exports.Beta = void 0;
4
+ exports.Skills = exports.Models = exports.Messages = exports.Files = exports.Completions = exports.Beta = void 0;
5
5
  const tslib_1 = require("../internal/tslib.js");
6
6
  tslib_1.__exportStar(require("./shared.js"), exports);
7
7
  var beta_1 = require("./beta/beta.js");
8
8
  Object.defineProperty(exports, "Beta", { enumerable: true, get: function () { return beta_1.Beta; } });
9
9
  var completions_1 = require("./completions.js");
10
10
  Object.defineProperty(exports, "Completions", { enumerable: true, get: function () { return completions_1.Completions; } });
11
+ var files_1 = require("./files.js");
12
+ Object.defineProperty(exports, "Files", { enumerable: true, get: function () { return files_1.Files; } });
11
13
  var messages_1 = require("./messages/messages.js");
12
14
  Object.defineProperty(exports, "Messages", { enumerable: true, get: function () { return messages_1.Messages; } });
13
15
  var models_1 = require("./models.js");
14
16
  Object.defineProperty(exports, "Models", { enumerable: true, get: function () { return models_1.Models; } });
17
+ var skills_1 = require("./skills/skills.js");
18
+ Object.defineProperty(exports, "Skills", { enumerable: true, get: function () { return skills_1.Skills; } });
15
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,sDAAyB;AACzB,uCAgBqB;AAfnB,4FAAA,IAAI,OAAA;AAgBN,gDAMuB;AALrB,0GAAA,WAAW,OAAA;AAMb,mDA2K6B;AA1K3B,oGAAA,QAAQ,OAAA;AA2KV,sCAYkB;AAXhB,gGAAA,MAAM,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,sDAAyB;AACzB,uCAgBqB;AAfnB,4FAAA,IAAI,OAAA;AAgBN,gDAMuB;AALrB,0GAAA,WAAW,OAAA;AAMb,oCAOiB;AANf,8FAAA,KAAK,OAAA;AAOP,mDA6O6B;AA5O3B,oGAAA,QAAQ,OAAA;AA6OV,sCAYkB;AAXhB,gGAAA,MAAM,OAAA;AAYR,6CAQyB;AAPvB,gGAAA,MAAM,OAAA"}
@@ -2,6 +2,8 @@
2
2
  export * from "./shared.mjs";
3
3
  export { Beta, } from "./beta/beta.mjs";
4
4
  export { Completions, } from "./completions.mjs";
5
+ export { Files, } from "./files.mjs";
5
6
  export { Messages, } from "./messages/messages.mjs";
6
7
  export { Models, } from "./models.mjs";
8
+ export { Skills, } from "./skills/skills.mjs";
7
9
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,6BAAyB;AACzB,OAAO,EACL,IAAI,GAeL,wBAAoB;AACrB,OAAO,EACL,WAAW,GAKZ,0BAAsB;AACvB,OAAO,EACL,QAAQ,GA0KT,gCAA4B;AAC7B,OAAO,EACL,MAAM,GAWP,qBAAiB"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,6BAAyB;AACzB,OAAO,EACL,IAAI,GAeL,wBAAoB;AACrB,OAAO,EACL,WAAW,GAKZ,0BAAsB;AACvB,OAAO,EACL,KAAK,GAMN,oBAAgB;AACjB,OAAO,EACL,QAAQ,GA4OT,gCAA4B;AAC7B,OAAO,EACL,MAAM,GAWP,qBAAiB;AAClB,OAAO,EACL,MAAM,GAOP,4BAAwB"}
@@ -1,3 +1,3 @@
1
1
  export { Batches, type DeletedMessageBatch, type MessageBatch, type MessageBatchCanceledResult, type MessageBatchErroredResult, type MessageBatchExpiredResult, type MessageBatchIndividualResponse, type MessageBatchRequestCounts, type MessageBatchResult, type MessageBatchSucceededResult, type BatchCreateParams, type BatchListParams, type MessageBatchesPage, } from "./batches.mjs";
2
- export { Messages, type Base64ImageSource, type Base64PDFSource, type BashCodeExecutionOutputBlock, type BashCodeExecutionOutputBlockParam, type BashCodeExecutionResultBlock, type BashCodeExecutionResultBlockParam, type BashCodeExecutionToolResultBlock, type BashCodeExecutionToolResultBlockParam, type BashCodeExecutionToolResultError, type BashCodeExecutionToolResultErrorCode, type BashCodeExecutionToolResultErrorParam, type CacheControlEphemeral, type CacheCreation, type CitationCharLocation, type CitationCharLocationParam, type CitationContentBlockLocation, type CitationContentBlockLocationParam, type CitationPageLocation, type CitationPageLocationParam, type CitationSearchResultLocationParam, type CitationWebSearchResultLocationParam, type CitationsConfig, type CitationsConfigParam, type CitationsDelta, type CitationsSearchResultLocation, type CitationsWebSearchResultLocation, type CodeExecutionOutputBlock, type CodeExecutionOutputBlockParam, type CodeExecutionResultBlock, type CodeExecutionResultBlockParam, type CodeExecutionTool20250522, type CodeExecutionTool20250825, type CodeExecutionTool20260120, type CodeExecutionTool20260521, type CodeExecutionToolResultBlock, type CodeExecutionToolResultBlockContent, type CodeExecutionToolResultBlockParam, type CodeExecutionToolResultBlockParamContent, type CodeExecutionToolResultError, type CodeExecutionToolResultErrorCode, type CodeExecutionToolResultErrorParam, type Container, type ContainerUploadBlock, type ContainerUploadBlockParam, type ContentBlock, type ContentBlockParam, type ContentBlockStartEvent, type ContentBlockStopEvent, type ContentBlockSource, type ContentBlockSourceContent, type DirectCaller, type DocumentBlock, type DocumentBlockParam, type EncryptedCodeExecutionResultBlock, type EncryptedCodeExecutionResultBlockParam, type ImageBlockParam, type InputJSONDelta, type JSONOutputFormat, type MemoryTool20250818, type Message, type MessageCountTokensTool, type MessageDeltaEvent, type MessageDeltaUsage, type MessageParam, type MessageTokensCount, type Metadata, type Model, type OutputConfig, type OutputTokensDetails, type PlainTextSource, type RawContentBlockDelta, type RawContentBlockDeltaEvent, type RawContentBlockStartEvent, type RawContentBlockStopEvent, type RawMessageDeltaEvent, type RawMessageStartEvent, type RawMessageStopEvent, type RawMessageStreamEvent, type RedactedThinkingBlock, type RedactedThinkingBlockParam, type RefusalStopDetails, type SearchResultBlockParam, type ServerToolCaller, type ServerToolCaller20260120, type ServerToolUsage, type ServerToolUseBlock, type ServerToolUseBlockParam, type SignatureDelta, type StopReason, type TextBlock, type TextBlockParam, type TextCitation, type TextCitationParam, type TextDelta, type TextEditorCodeExecutionCreateResultBlock, type TextEditorCodeExecutionCreateResultBlockParam, type TextEditorCodeExecutionStrReplaceResultBlock, type TextEditorCodeExecutionStrReplaceResultBlockParam, type TextEditorCodeExecutionToolResultBlock, type TextEditorCodeExecutionToolResultBlockParam, type TextEditorCodeExecutionToolResultError, type TextEditorCodeExecutionToolResultErrorCode, type TextEditorCodeExecutionToolResultErrorParam, type TextEditorCodeExecutionViewResultBlock, type TextEditorCodeExecutionViewResultBlockParam, type ThinkingBlock, type ThinkingBlockParam, type ThinkingConfigAdaptive, type ThinkingConfigDisabled, type ThinkingConfigEnabled, type ThinkingConfigParam, type ThinkingDelta, type Tool, type ToolBash20250124, type ToolChoice, type ToolChoiceAny, type ToolChoiceAuto, type ToolChoiceNone, type ToolChoiceTool, type ToolReferenceBlock, type ToolReferenceBlockParam, type ToolResultBlockParam, type ToolSearchToolBm25_20251119, type ToolSearchToolRegex20251119, type ToolSearchToolResultBlock, type ToolSearchToolResultBlockParam, type ToolSearchToolResultError, type ToolSearchToolResultErrorCode, type ToolSearchToolResultErrorParam, type ToolSearchToolSearchResultBlock, type ToolSearchToolSearchResultBlockParam, type ToolTextEditor20250124, type ToolTextEditor20250429, type ToolTextEditor20250728, type ToolUnion, type ToolUseBlock, type ToolUseBlockParam, type URLImageSource, type URLPDFSource, type Usage, type UserLocation, type WebFetchBlock, type WebFetchBlockParam, type WebFetchTool20250910, type WebFetchTool20260209, type WebFetchTool20260309, type WebFetchTool20260318, type WebFetchToolResultBlock, type WebFetchToolResultBlockParam, type WebFetchToolResultErrorBlock, type WebFetchToolResultErrorBlockParam, type WebFetchToolResultErrorCode, type WebSearchResultBlock, type WebSearchResultBlockParam, type WebSearchTool20250305, type WebSearchTool20260209, type WebSearchTool20260318, type WebSearchToolRequestError, type WebSearchToolResultBlock, type WebSearchToolResultBlockContent, type WebSearchToolResultBlockParam, type WebSearchToolResultBlockParamContent, type WebSearchToolResultError, type WebSearchToolResultErrorCode, type MessageStreamEvent, type MessageStartEvent, type MessageStopEvent, type ContentBlockDeltaEvent, type MessageCreateParams, type MessageCreateParamsBase, type MessageCreateParamsNonStreaming, type MessageCreateParamsStreaming, type MessageCountTokensParams, } from "./messages.mjs";
2
+ export { Messages, type Base64ImageSource, type Base64PDFSource, type BashCodeExecutionOutputBlock, type BashCodeExecutionOutputBlockParam, type BashCodeExecutionResultBlock, type BashCodeExecutionResultBlockParam, type BashCodeExecutionToolResultBlock, type BashCodeExecutionToolResultBlockParam, type BashCodeExecutionToolResultError, type BashCodeExecutionToolResultErrorCode, type BashCodeExecutionToolResultErrorParam, type BrowserCloseTabConfig, type BrowserDoubleClickConfig, type BrowserFileUploadConfig, type BrowserFindConfig, type BrowserFormInputConfig, type BrowserGetPageTextConfig, type BrowserHoldKeyConfig, type BrowserHoverConfig, type BrowserJavascriptExecConfig, type BrowserKeyConfig, type BrowserLeftClickConfig, type BrowserLeftClickDragConfig, type BrowserLeftMouseDownConfig, type BrowserLeftMouseUpConfig, type BrowserListTabsConfig, type BrowserMiddleClickConfig, type BrowserMouseMoveConfig, type BrowserNavigateConfig, type BrowserNewTabConfig, type BrowserReadConsoleConfig, type BrowserReadNetworkConfig, type BrowserReadPageConfig, type BrowserRightClickConfig, type BrowserScreenshotConfig, type BrowserScrollConfig, type BrowserScrollToConfig, type BrowserStateBlockParam, type BrowserStateChange, type BrowserStateChangeDownloadCompleted, type BrowserStateChangeDownloadFailed, type BrowserStateChangeDownloadStarted, type BrowserStateChangeTabOpened, type BrowserStateTabEntry, type BrowserSwitchTabConfig, type BrowserToolset20260801, type BrowserToolsetConfigs, type BrowserTripleClickConfig, type BrowserTypeConfig, type BrowserWaitConfig, type BrowserZoomConfig, type CacheControlEphemeral, type CacheCreation, type CitationCharLocation, type CitationCharLocationParam, type CitationContentBlockLocation, type CitationContentBlockLocationParam, type CitationPageLocation, type CitationPageLocationParam, type CitationSearchResultLocationParam, type CitationWebSearchResultLocationParam, type CitationsConfig, type CitationsConfigParam, type CitationsDelta, type CitationsSearchResultLocation, type CitationsWebSearchResultLocation, type CodeExecutionOutputBlock, type CodeExecutionOutputBlockParam, type CodeExecutionResultBlock, type CodeExecutionResultBlockParam, type CodeExecutionTool20250522, type CodeExecutionTool20250825, type CodeExecutionTool20260120, type CodeExecutionTool20260521, type CodeExecutionToolResultBlock, type CodeExecutionToolResultBlockContent, type CodeExecutionToolResultBlockParam, type CodeExecutionToolResultBlockParamContent, type CodeExecutionToolResultError, type CodeExecutionToolResultErrorCode, type CodeExecutionToolResultErrorParam, type ComputerCursorPositionConfig, type ComputerDoubleClickConfig, type ComputerHoldKeyConfig, type ComputerKeyConfig, type ComputerLeftClickConfig, type ComputerLeftClickDragConfig, type ComputerLeftMouseDownConfig, type ComputerLeftMouseUpConfig, type ComputerMiddleClickConfig, type ComputerMouseMoveConfig, type ComputerRightClickConfig, type ComputerScreenshotConfig, type ComputerScrollConfig, type ComputerToolset20260801, type ComputerToolsetConfigs, type ComputerTripleClickConfig, type ComputerTypeConfig, type ComputerWaitConfig, type ComputerZoomConfig, type Container, type ContainerParams, type ContainerSkill, type ContainerUploadBlock, type ContainerUploadBlockParam, type ContentBlock, type ContentBlockParam, type ContentBlockStartEvent, type ContentBlockStopEvent, type ContentBlockSource, type ContentBlockSourceContent, type DirectCaller, type DocumentBlock, type DocumentBlockParam, type EncryptedCodeExecutionResultBlock, type EncryptedCodeExecutionResultBlockParam, type FileDocumentSource, type FileImageSource, type ImageBlockParam, type ImageTransformationsParam, type InputJSONDelta, type JSONOutputFormat, type MemoryTool20250818, type Message, type MessageCountTokensTool, type MessageCreateParamsContainer, type MessageDeltaEvent, type MessageDeltaUsage, type MessageParam, type MessageTokensCount, type Metadata, type Model, type OutputConfig, type OutputTokensDetails, type PlainTextSource, type RawContentBlockDelta, type RawContentBlockDeltaEvent, type RawContentBlockStartEvent, type RawContentBlockStopEvent, type RawMessageDeltaEvent, type RawMessageStartEvent, type RawMessageStopEvent, type RawMessageStreamEvent, type RedactedThinkingBlock, type RedactedThinkingBlockParam, type RefusalStopDetails, type SearchResultBlockParam, type ServerToolCaller, type ServerToolCaller20260120, type ServerToolUsage, type ServerToolUseBlock, type ServerToolUseBlockParam, type SignatureDelta, type SkillParams, type StopReason, type TextBlock, type TextBlockParam, type TextCitation, type TextCitationParam, type TextDelta, type TextEditorCodeExecutionCreateResultBlock, type TextEditorCodeExecutionCreateResultBlockParam, type TextEditorCodeExecutionStrReplaceResultBlock, type TextEditorCodeExecutionStrReplaceResultBlockParam, type TextEditorCodeExecutionToolResultBlock, type TextEditorCodeExecutionToolResultBlockParam, type TextEditorCodeExecutionToolResultError, type TextEditorCodeExecutionToolResultErrorCode, type TextEditorCodeExecutionToolResultErrorParam, type TextEditorCodeExecutionViewResultBlock, type TextEditorCodeExecutionViewResultBlockParam, type ThinkingBlock, type ThinkingBlockParam, type ThinkingConfigAdaptive, type ThinkingConfigDisabled, type ThinkingConfigEnabled, type ThinkingConfigParam, type ThinkingDelta, type Tool, type ToolBash20250124, type ToolChoice, type ToolChoiceAny, type ToolChoiceAuto, type ToolChoiceNone, type ToolChoiceTool, type ToolReferenceBlock, type ToolReferenceBlockParam, type ToolResultBlockParam, type ToolSearchToolBm25_20251119, type ToolSearchToolRegex20251119, type ToolSearchToolResultBlock, type ToolSearchToolResultBlockParam, type ToolSearchToolResultError, type ToolSearchToolResultErrorCode, type ToolSearchToolResultErrorParam, type ToolSearchToolSearchResultBlock, type ToolSearchToolSearchResultBlockParam, type ToolTextEditor20250124, type ToolTextEditor20250429, type ToolTextEditor20250728, type ToolUnion, type ToolUseBlock, type ToolUseBlockParam, type URLImageSource, type URLPDFSource, type Usage, type UserLocation, type WebFetchBlock, type WebFetchBlockParam, type WebFetchTool20250910, type WebFetchTool20260209, type WebFetchTool20260309, type WebFetchTool20260318, type WebFetchToolResultBlock, type WebFetchToolResultBlockParam, type WebFetchToolResultErrorBlock, type WebFetchToolResultErrorBlockParam, type WebFetchToolResultErrorCode, type WebSearchResultBlock, type WebSearchResultBlockParam, type WebSearchTool20250305, type WebSearchTool20260209, type WebSearchTool20260318, type WebSearchToolRequestError, type WebSearchToolResultBlock, type WebSearchToolResultBlockContent, type WebSearchToolResultBlockParam, type WebSearchToolResultBlockParamContent, type WebSearchToolResultError, type WebSearchToolResultErrorCode, type MessageStreamEvent, type MessageStartEvent, type MessageStopEvent, type ContentBlockDeltaEvent, type MessageCreateParams, type MessageCreateParamsBase, type MessageCreateParamsNonStreaming, type MessageCreateParamsStreaming, type MessageCountTokensParams, } from "./messages.mjs";
3
3
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/messages/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/messages/index.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,3 @@
1
1
  export { Batches, type DeletedMessageBatch, type MessageBatch, type MessageBatchCanceledResult, type MessageBatchErroredResult, type MessageBatchExpiredResult, type MessageBatchIndividualResponse, type MessageBatchRequestCounts, type MessageBatchResult, type MessageBatchSucceededResult, type BatchCreateParams, type BatchListParams, type MessageBatchesPage, } from "./batches.js";
2
- export { Messages, type Base64ImageSource, type Base64PDFSource, type BashCodeExecutionOutputBlock, type BashCodeExecutionOutputBlockParam, type BashCodeExecutionResultBlock, type BashCodeExecutionResultBlockParam, type BashCodeExecutionToolResultBlock, type BashCodeExecutionToolResultBlockParam, type BashCodeExecutionToolResultError, type BashCodeExecutionToolResultErrorCode, type BashCodeExecutionToolResultErrorParam, type CacheControlEphemeral, type CacheCreation, type CitationCharLocation, type CitationCharLocationParam, type CitationContentBlockLocation, type CitationContentBlockLocationParam, type CitationPageLocation, type CitationPageLocationParam, type CitationSearchResultLocationParam, type CitationWebSearchResultLocationParam, type CitationsConfig, type CitationsConfigParam, type CitationsDelta, type CitationsSearchResultLocation, type CitationsWebSearchResultLocation, type CodeExecutionOutputBlock, type CodeExecutionOutputBlockParam, type CodeExecutionResultBlock, type CodeExecutionResultBlockParam, type CodeExecutionTool20250522, type CodeExecutionTool20250825, type CodeExecutionTool20260120, type CodeExecutionTool20260521, type CodeExecutionToolResultBlock, type CodeExecutionToolResultBlockContent, type CodeExecutionToolResultBlockParam, type CodeExecutionToolResultBlockParamContent, type CodeExecutionToolResultError, type CodeExecutionToolResultErrorCode, type CodeExecutionToolResultErrorParam, type Container, type ContainerUploadBlock, type ContainerUploadBlockParam, type ContentBlock, type ContentBlockParam, type ContentBlockStartEvent, type ContentBlockStopEvent, type ContentBlockSource, type ContentBlockSourceContent, type DirectCaller, type DocumentBlock, type DocumentBlockParam, type EncryptedCodeExecutionResultBlock, type EncryptedCodeExecutionResultBlockParam, type ImageBlockParam, type InputJSONDelta, type JSONOutputFormat, type MemoryTool20250818, type Message, type MessageCountTokensTool, type MessageDeltaEvent, type MessageDeltaUsage, type MessageParam, type MessageTokensCount, type Metadata, type Model, type OutputConfig, type OutputTokensDetails, type PlainTextSource, type RawContentBlockDelta, type RawContentBlockDeltaEvent, type RawContentBlockStartEvent, type RawContentBlockStopEvent, type RawMessageDeltaEvent, type RawMessageStartEvent, type RawMessageStopEvent, type RawMessageStreamEvent, type RedactedThinkingBlock, type RedactedThinkingBlockParam, type RefusalStopDetails, type SearchResultBlockParam, type ServerToolCaller, type ServerToolCaller20260120, type ServerToolUsage, type ServerToolUseBlock, type ServerToolUseBlockParam, type SignatureDelta, type StopReason, type TextBlock, type TextBlockParam, type TextCitation, type TextCitationParam, type TextDelta, type TextEditorCodeExecutionCreateResultBlock, type TextEditorCodeExecutionCreateResultBlockParam, type TextEditorCodeExecutionStrReplaceResultBlock, type TextEditorCodeExecutionStrReplaceResultBlockParam, type TextEditorCodeExecutionToolResultBlock, type TextEditorCodeExecutionToolResultBlockParam, type TextEditorCodeExecutionToolResultError, type TextEditorCodeExecutionToolResultErrorCode, type TextEditorCodeExecutionToolResultErrorParam, type TextEditorCodeExecutionViewResultBlock, type TextEditorCodeExecutionViewResultBlockParam, type ThinkingBlock, type ThinkingBlockParam, type ThinkingConfigAdaptive, type ThinkingConfigDisabled, type ThinkingConfigEnabled, type ThinkingConfigParam, type ThinkingDelta, type Tool, type ToolBash20250124, type ToolChoice, type ToolChoiceAny, type ToolChoiceAuto, type ToolChoiceNone, type ToolChoiceTool, type ToolReferenceBlock, type ToolReferenceBlockParam, type ToolResultBlockParam, type ToolSearchToolBm25_20251119, type ToolSearchToolRegex20251119, type ToolSearchToolResultBlock, type ToolSearchToolResultBlockParam, type ToolSearchToolResultError, type ToolSearchToolResultErrorCode, type ToolSearchToolResultErrorParam, type ToolSearchToolSearchResultBlock, type ToolSearchToolSearchResultBlockParam, type ToolTextEditor20250124, type ToolTextEditor20250429, type ToolTextEditor20250728, type ToolUnion, type ToolUseBlock, type ToolUseBlockParam, type URLImageSource, type URLPDFSource, type Usage, type UserLocation, type WebFetchBlock, type WebFetchBlockParam, type WebFetchTool20250910, type WebFetchTool20260209, type WebFetchTool20260309, type WebFetchTool20260318, type WebFetchToolResultBlock, type WebFetchToolResultBlockParam, type WebFetchToolResultErrorBlock, type WebFetchToolResultErrorBlockParam, type WebFetchToolResultErrorCode, type WebSearchResultBlock, type WebSearchResultBlockParam, type WebSearchTool20250305, type WebSearchTool20260209, type WebSearchTool20260318, type WebSearchToolRequestError, type WebSearchToolResultBlock, type WebSearchToolResultBlockContent, type WebSearchToolResultBlockParam, type WebSearchToolResultBlockParamContent, type WebSearchToolResultError, type WebSearchToolResultErrorCode, type MessageStreamEvent, type MessageStartEvent, type MessageStopEvent, type ContentBlockDeltaEvent, type MessageCreateParams, type MessageCreateParamsBase, type MessageCreateParamsNonStreaming, type MessageCreateParamsStreaming, type MessageCountTokensParams, } from "./messages.js";
2
+ export { Messages, type Base64ImageSource, type Base64PDFSource, type BashCodeExecutionOutputBlock, type BashCodeExecutionOutputBlockParam, type BashCodeExecutionResultBlock, type BashCodeExecutionResultBlockParam, type BashCodeExecutionToolResultBlock, type BashCodeExecutionToolResultBlockParam, type BashCodeExecutionToolResultError, type BashCodeExecutionToolResultErrorCode, type BashCodeExecutionToolResultErrorParam, type BrowserCloseTabConfig, type BrowserDoubleClickConfig, type BrowserFileUploadConfig, type BrowserFindConfig, type BrowserFormInputConfig, type BrowserGetPageTextConfig, type BrowserHoldKeyConfig, type BrowserHoverConfig, type BrowserJavascriptExecConfig, type BrowserKeyConfig, type BrowserLeftClickConfig, type BrowserLeftClickDragConfig, type BrowserLeftMouseDownConfig, type BrowserLeftMouseUpConfig, type BrowserListTabsConfig, type BrowserMiddleClickConfig, type BrowserMouseMoveConfig, type BrowserNavigateConfig, type BrowserNewTabConfig, type BrowserReadConsoleConfig, type BrowserReadNetworkConfig, type BrowserReadPageConfig, type BrowserRightClickConfig, type BrowserScreenshotConfig, type BrowserScrollConfig, type BrowserScrollToConfig, type BrowserStateBlockParam, type BrowserStateChange, type BrowserStateChangeDownloadCompleted, type BrowserStateChangeDownloadFailed, type BrowserStateChangeDownloadStarted, type BrowserStateChangeTabOpened, type BrowserStateTabEntry, type BrowserSwitchTabConfig, type BrowserToolset20260801, type BrowserToolsetConfigs, type BrowserTripleClickConfig, type BrowserTypeConfig, type BrowserWaitConfig, type BrowserZoomConfig, type CacheControlEphemeral, type CacheCreation, type CitationCharLocation, type CitationCharLocationParam, type CitationContentBlockLocation, type CitationContentBlockLocationParam, type CitationPageLocation, type CitationPageLocationParam, type CitationSearchResultLocationParam, type CitationWebSearchResultLocationParam, type CitationsConfig, type CitationsConfigParam, type CitationsDelta, type CitationsSearchResultLocation, type CitationsWebSearchResultLocation, type CodeExecutionOutputBlock, type CodeExecutionOutputBlockParam, type CodeExecutionResultBlock, type CodeExecutionResultBlockParam, type CodeExecutionTool20250522, type CodeExecutionTool20250825, type CodeExecutionTool20260120, type CodeExecutionTool20260521, type CodeExecutionToolResultBlock, type CodeExecutionToolResultBlockContent, type CodeExecutionToolResultBlockParam, type CodeExecutionToolResultBlockParamContent, type CodeExecutionToolResultError, type CodeExecutionToolResultErrorCode, type CodeExecutionToolResultErrorParam, type ComputerCursorPositionConfig, type ComputerDoubleClickConfig, type ComputerHoldKeyConfig, type ComputerKeyConfig, type ComputerLeftClickConfig, type ComputerLeftClickDragConfig, type ComputerLeftMouseDownConfig, type ComputerLeftMouseUpConfig, type ComputerMiddleClickConfig, type ComputerMouseMoveConfig, type ComputerRightClickConfig, type ComputerScreenshotConfig, type ComputerScrollConfig, type ComputerToolset20260801, type ComputerToolsetConfigs, type ComputerTripleClickConfig, type ComputerTypeConfig, type ComputerWaitConfig, type ComputerZoomConfig, type Container, type ContainerParams, type ContainerSkill, type ContainerUploadBlock, type ContainerUploadBlockParam, type ContentBlock, type ContentBlockParam, type ContentBlockStartEvent, type ContentBlockStopEvent, type ContentBlockSource, type ContentBlockSourceContent, type DirectCaller, type DocumentBlock, type DocumentBlockParam, type EncryptedCodeExecutionResultBlock, type EncryptedCodeExecutionResultBlockParam, type FileDocumentSource, type FileImageSource, type ImageBlockParam, type ImageTransformationsParam, type InputJSONDelta, type JSONOutputFormat, type MemoryTool20250818, type Message, type MessageCountTokensTool, type MessageCreateParamsContainer, type MessageDeltaEvent, type MessageDeltaUsage, type MessageParam, type MessageTokensCount, type Metadata, type Model, type OutputConfig, type OutputTokensDetails, type PlainTextSource, type RawContentBlockDelta, type RawContentBlockDeltaEvent, type RawContentBlockStartEvent, type RawContentBlockStopEvent, type RawMessageDeltaEvent, type RawMessageStartEvent, type RawMessageStopEvent, type RawMessageStreamEvent, type RedactedThinkingBlock, type RedactedThinkingBlockParam, type RefusalStopDetails, type SearchResultBlockParam, type ServerToolCaller, type ServerToolCaller20260120, type ServerToolUsage, type ServerToolUseBlock, type ServerToolUseBlockParam, type SignatureDelta, type SkillParams, type StopReason, type TextBlock, type TextBlockParam, type TextCitation, type TextCitationParam, type TextDelta, type TextEditorCodeExecutionCreateResultBlock, type TextEditorCodeExecutionCreateResultBlockParam, type TextEditorCodeExecutionStrReplaceResultBlock, type TextEditorCodeExecutionStrReplaceResultBlockParam, type TextEditorCodeExecutionToolResultBlock, type TextEditorCodeExecutionToolResultBlockParam, type TextEditorCodeExecutionToolResultError, type TextEditorCodeExecutionToolResultErrorCode, type TextEditorCodeExecutionToolResultErrorParam, type TextEditorCodeExecutionViewResultBlock, type TextEditorCodeExecutionViewResultBlockParam, type ThinkingBlock, type ThinkingBlockParam, type ThinkingConfigAdaptive, type ThinkingConfigDisabled, type ThinkingConfigEnabled, type ThinkingConfigParam, type ThinkingDelta, type Tool, type ToolBash20250124, type ToolChoice, type ToolChoiceAny, type ToolChoiceAuto, type ToolChoiceNone, type ToolChoiceTool, type ToolReferenceBlock, type ToolReferenceBlockParam, type ToolResultBlockParam, type ToolSearchToolBm25_20251119, type ToolSearchToolRegex20251119, type ToolSearchToolResultBlock, type ToolSearchToolResultBlockParam, type ToolSearchToolResultError, type ToolSearchToolResultErrorCode, type ToolSearchToolResultErrorParam, type ToolSearchToolSearchResultBlock, type ToolSearchToolSearchResultBlockParam, type ToolTextEditor20250124, type ToolTextEditor20250429, type ToolTextEditor20250728, type ToolUnion, type ToolUseBlock, type ToolUseBlockParam, type URLImageSource, type URLPDFSource, type Usage, type UserLocation, type WebFetchBlock, type WebFetchBlockParam, type WebFetchTool20250910, type WebFetchTool20260209, type WebFetchTool20260309, type WebFetchTool20260318, type WebFetchToolResultBlock, type WebFetchToolResultBlockParam, type WebFetchToolResultErrorBlock, type WebFetchToolResultErrorBlockParam, type WebFetchToolResultErrorCode, type WebSearchResultBlock, type WebSearchResultBlockParam, type WebSearchTool20250305, type WebSearchTool20260209, type WebSearchTool20260318, type WebSearchToolRequestError, type WebSearchToolResultBlock, type WebSearchToolResultBlockContent, type WebSearchToolResultBlockParam, type WebSearchToolResultBlockParamContent, type WebSearchToolResultError, type WebSearchToolResultErrorCode, type MessageStreamEvent, type MessageStartEvent, type MessageStopEvent, type ContentBlockDeltaEvent, type MessageCreateParams, type MessageCreateParamsBase, type MessageCreateParamsNonStreaming, type MessageCreateParamsStreaming, type MessageCountTokensParams, } from "./messages.js";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/messages/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/messages/index.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/messages/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCAcmB;AAbjB,kGAAA,OAAO,OAAA;AAcT,0CA+KoB;AA9KlB,oGAAA,QAAQ,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/messages/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCAcmB;AAbjB,kGAAA,OAAO,OAAA;AAcT,0CAiPoB;AAhPlB,oGAAA,QAAQ,OAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/messages/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EACL,OAAO,GAaR,sBAAkB;AACnB,OAAO,EACL,QAAQ,GA8KT,uBAAmB"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/messages/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;AAEtF,OAAO,EACL,OAAO,GAaR,sBAAkB;AACnB,OAAO,EACL,QAAQ,GAgPT,uBAAmB"}