@opencode-ai/sdk 0.1.0-alpha.9 → 0.3.94

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 (386) hide show
  1. package/{internal/utils.d.mts.map → dist/gen/client/client.d.ts} +2 -1
  2. package/dist/gen/client/client.js +145 -0
  3. package/dist/gen/client/index.d.ts +7 -0
  4. package/dist/gen/client/index.js +4 -0
  5. package/dist/gen/client/types.d.ts +119 -0
  6. package/dist/gen/client/types.js +0 -0
  7. package/dist/gen/client/utils.d.ts +45 -0
  8. package/dist/gen/client/utils.js +284 -0
  9. package/dist/gen/client.gen.d.ts +12 -0
  10. package/dist/gen/client.gen.js +5 -0
  11. package/dist/gen/core/auth.d.ts +18 -0
  12. package/dist/gen/core/auth.js +13 -0
  13. package/dist/gen/core/bodySerializer.d.ts +17 -0
  14. package/dist/gen/core/bodySerializer.js +53 -0
  15. package/dist/gen/core/params.d.ts +33 -0
  16. package/dist/gen/core/params.js +87 -0
  17. package/dist/gen/core/pathSerializer.d.ts +33 -0
  18. package/dist/gen/core/pathSerializer.js +113 -0
  19. package/dist/gen/core/types.d.ts +78 -0
  20. package/dist/gen/core/types.js +0 -0
  21. package/dist/gen/sdk.gen.d.ts +149 -0
  22. package/dist/gen/sdk.gen.js +291 -0
  23. package/dist/gen/types.gen.d.ts +1308 -0
  24. package/dist/gen/types.gen.js +1 -0
  25. package/dist/index.d.ts +3 -0
  26. package/dist/index.js +6 -0
  27. package/package.json +12 -134
  28. package/CHANGELOG.md +0 -80
  29. package/LICENSE +0 -201
  30. package/README.md +0 -352
  31. package/api-promise.d.mts +0 -2
  32. package/api-promise.d.mts.map +0 -1
  33. package/api-promise.d.ts +0 -2
  34. package/api-promise.d.ts.map +0 -1
  35. package/api-promise.js +0 -6
  36. package/api-promise.js.map +0 -1
  37. package/api-promise.mjs +0 -2
  38. package/api-promise.mjs.map +0 -1
  39. package/client.d.mts +0 -185
  40. package/client.d.mts.map +0 -1
  41. package/client.d.ts +0 -185
  42. package/client.d.ts.map +0 -1
  43. package/client.js +0 -459
  44. package/client.js.map +0 -1
  45. package/client.mjs +0 -455
  46. package/client.mjs.map +0 -1
  47. package/core/api-promise.d.mts +0 -46
  48. package/core/api-promise.d.mts.map +0 -1
  49. package/core/api-promise.d.ts +0 -46
  50. package/core/api-promise.d.ts.map +0 -1
  51. package/core/api-promise.js +0 -74
  52. package/core/api-promise.js.map +0 -1
  53. package/core/api-promise.mjs +0 -70
  54. package/core/api-promise.mjs.map +0 -1
  55. package/core/error.d.mts +0 -46
  56. package/core/error.d.mts.map +0 -1
  57. package/core/error.d.ts +0 -46
  58. package/core/error.d.ts.map +0 -1
  59. package/core/error.js +0 -113
  60. package/core/error.js.map +0 -1
  61. package/core/error.mjs +0 -97
  62. package/core/error.mjs.map +0 -1
  63. package/core/resource.d.mts +0 -6
  64. package/core/resource.d.mts.map +0 -1
  65. package/core/resource.d.ts +0 -6
  66. package/core/resource.d.ts.map +0 -1
  67. package/core/resource.js +0 -11
  68. package/core/resource.js.map +0 -1
  69. package/core/resource.mjs +0 -7
  70. package/core/resource.mjs.map +0 -1
  71. package/core/uploads.d.mts +0 -3
  72. package/core/uploads.d.mts.map +0 -1
  73. package/core/uploads.d.ts +0 -3
  74. package/core/uploads.d.ts.map +0 -1
  75. package/core/uploads.js +0 -6
  76. package/core/uploads.js.map +0 -1
  77. package/core/uploads.mjs +0 -2
  78. package/core/uploads.mjs.map +0 -1
  79. package/error.d.mts +0 -2
  80. package/error.d.mts.map +0 -1
  81. package/error.d.ts +0 -2
  82. package/error.d.ts.map +0 -1
  83. package/error.js +0 -6
  84. package/error.js.map +0 -1
  85. package/error.mjs +0 -2
  86. package/error.mjs.map +0 -1
  87. package/index.d.mts +0 -6
  88. package/index.d.mts.map +0 -1
  89. package/index.d.ts +0 -6
  90. package/index.d.ts.map +0 -1
  91. package/index.js +0 -30
  92. package/index.js.map +0 -1
  93. package/index.mjs +0 -7
  94. package/index.mjs.map +0 -1
  95. package/internal/builtin-types.d.mts +0 -73
  96. package/internal/builtin-types.d.mts.map +0 -1
  97. package/internal/builtin-types.d.ts +0 -73
  98. package/internal/builtin-types.d.ts.map +0 -1
  99. package/internal/builtin-types.js +0 -4
  100. package/internal/builtin-types.js.map +0 -1
  101. package/internal/builtin-types.mjs +0 -3
  102. package/internal/builtin-types.mjs.map +0 -1
  103. package/internal/detect-platform.d.mts +0 -15
  104. package/internal/detect-platform.d.mts.map +0 -1
  105. package/internal/detect-platform.d.ts +0 -15
  106. package/internal/detect-platform.d.ts.map +0 -1
  107. package/internal/detect-platform.js +0 -162
  108. package/internal/detect-platform.js.map +0 -1
  109. package/internal/detect-platform.mjs +0 -157
  110. package/internal/detect-platform.mjs.map +0 -1
  111. package/internal/errors.d.mts +0 -3
  112. package/internal/errors.d.mts.map +0 -1
  113. package/internal/errors.d.ts +0 -3
  114. package/internal/errors.d.ts.map +0 -1
  115. package/internal/errors.js +0 -41
  116. package/internal/errors.js.map +0 -1
  117. package/internal/errors.mjs +0 -36
  118. package/internal/errors.mjs.map +0 -1
  119. package/internal/headers.d.mts +0 -20
  120. package/internal/headers.d.mts.map +0 -1
  121. package/internal/headers.d.ts +0 -20
  122. package/internal/headers.d.ts.map +0 -1
  123. package/internal/headers.js +0 -79
  124. package/internal/headers.js.map +0 -1
  125. package/internal/headers.mjs +0 -74
  126. package/internal/headers.mjs.map +0 -1
  127. package/internal/parse.d.mts +0 -12
  128. package/internal/parse.d.mts.map +0 -1
  129. package/internal/parse.d.ts +0 -12
  130. package/internal/parse.d.ts.map +0 -1
  131. package/internal/parse.js +0 -35
  132. package/internal/parse.js.map +0 -1
  133. package/internal/parse.mjs +0 -32
  134. package/internal/parse.mjs.map +0 -1
  135. package/internal/request-options.d.mts +0 -33
  136. package/internal/request-options.d.mts.map +0 -1
  137. package/internal/request-options.d.ts +0 -33
  138. package/internal/request-options.d.ts.map +0 -1
  139. package/internal/request-options.js +0 -14
  140. package/internal/request-options.js.map +0 -1
  141. package/internal/request-options.mjs +0 -10
  142. package/internal/request-options.mjs.map +0 -1
  143. package/internal/shim-types.d.mts +0 -17
  144. package/internal/shim-types.d.mts.map +0 -1
  145. package/internal/shim-types.d.ts +0 -17
  146. package/internal/shim-types.d.ts.map +0 -1
  147. package/internal/shim-types.js +0 -4
  148. package/internal/shim-types.js.map +0 -1
  149. package/internal/shim-types.mjs +0 -3
  150. package/internal/shim-types.mjs.map +0 -1
  151. package/internal/shims.d.mts +0 -20
  152. package/internal/shims.d.mts.map +0 -1
  153. package/internal/shims.d.ts +0 -20
  154. package/internal/shims.d.ts.map +0 -1
  155. package/internal/shims.js +0 -92
  156. package/internal/shims.js.map +0 -1
  157. package/internal/shims.mjs +0 -85
  158. package/internal/shims.mjs.map +0 -1
  159. package/internal/to-file.d.mts +0 -45
  160. package/internal/to-file.d.mts.map +0 -1
  161. package/internal/to-file.d.ts +0 -45
  162. package/internal/to-file.d.ts.map +0 -1
  163. package/internal/to-file.js +0 -91
  164. package/internal/to-file.js.map +0 -1
  165. package/internal/to-file.mjs +0 -88
  166. package/internal/to-file.mjs.map +0 -1
  167. package/internal/tslib.js +0 -81
  168. package/internal/tslib.mjs +0 -17
  169. package/internal/types.d.mts +0 -69
  170. package/internal/types.d.mts.map +0 -1
  171. package/internal/types.d.ts +0 -69
  172. package/internal/types.d.ts.map +0 -1
  173. package/internal/types.js +0 -4
  174. package/internal/types.js.map +0 -1
  175. package/internal/types.mjs +0 -3
  176. package/internal/types.mjs.map +0 -1
  177. package/internal/uploads.d.mts +0 -42
  178. package/internal/uploads.d.mts.map +0 -1
  179. package/internal/uploads.d.ts +0 -42
  180. package/internal/uploads.d.ts.map +0 -1
  181. package/internal/uploads.js +0 -141
  182. package/internal/uploads.js.map +0 -1
  183. package/internal/uploads.mjs +0 -131
  184. package/internal/uploads.mjs.map +0 -1
  185. package/internal/utils/base64.d.mts +0 -3
  186. package/internal/utils/base64.d.mts.map +0 -1
  187. package/internal/utils/base64.d.ts +0 -3
  188. package/internal/utils/base64.d.ts.map +0 -1
  189. package/internal/utils/base64.js +0 -38
  190. package/internal/utils/base64.js.map +0 -1
  191. package/internal/utils/base64.mjs +0 -33
  192. package/internal/utils/base64.mjs.map +0 -1
  193. package/internal/utils/bytes.d.mts +0 -4
  194. package/internal/utils/bytes.d.mts.map +0 -1
  195. package/internal/utils/bytes.d.ts +0 -4
  196. package/internal/utils/bytes.d.ts.map +0 -1
  197. package/internal/utils/bytes.js +0 -31
  198. package/internal/utils/bytes.js.map +0 -1
  199. package/internal/utils/bytes.mjs +0 -26
  200. package/internal/utils/bytes.mjs.map +0 -1
  201. package/internal/utils/env.d.mts +0 -9
  202. package/internal/utils/env.d.mts.map +0 -1
  203. package/internal/utils/env.d.ts +0 -9
  204. package/internal/utils/env.d.ts.map +0 -1
  205. package/internal/utils/env.js +0 -22
  206. package/internal/utils/env.js.map +0 -1
  207. package/internal/utils/env.mjs +0 -18
  208. package/internal/utils/env.mjs.map +0 -1
  209. package/internal/utils/log.d.mts +0 -37
  210. package/internal/utils/log.d.mts.map +0 -1
  211. package/internal/utils/log.d.ts +0 -37
  212. package/internal/utils/log.d.ts.map +0 -1
  213. package/internal/utils/log.js +0 -85
  214. package/internal/utils/log.js.map +0 -1
  215. package/internal/utils/log.mjs +0 -79
  216. package/internal/utils/log.mjs.map +0 -1
  217. package/internal/utils/path.d.mts +0 -15
  218. package/internal/utils/path.d.mts.map +0 -1
  219. package/internal/utils/path.d.ts +0 -15
  220. package/internal/utils/path.d.ts.map +0 -1
  221. package/internal/utils/path.js +0 -58
  222. package/internal/utils/path.js.map +0 -1
  223. package/internal/utils/path.mjs +0 -53
  224. package/internal/utils/path.mjs.map +0 -1
  225. package/internal/utils/sleep.d.mts +0 -2
  226. package/internal/utils/sleep.d.mts.map +0 -1
  227. package/internal/utils/sleep.d.ts +0 -2
  228. package/internal/utils/sleep.d.ts.map +0 -1
  229. package/internal/utils/sleep.js +0 -7
  230. package/internal/utils/sleep.js.map +0 -1
  231. package/internal/utils/sleep.mjs +0 -3
  232. package/internal/utils/sleep.mjs.map +0 -1
  233. package/internal/utils/uuid.d.mts +0 -5
  234. package/internal/utils/uuid.d.mts.map +0 -1
  235. package/internal/utils/uuid.d.ts +0 -5
  236. package/internal/utils/uuid.d.ts.map +0 -1
  237. package/internal/utils/uuid.js +0 -19
  238. package/internal/utils/uuid.js.map +0 -1
  239. package/internal/utils/uuid.mjs +0 -15
  240. package/internal/utils/uuid.mjs.map +0 -1
  241. package/internal/utils/values.d.mts +0 -18
  242. package/internal/utils/values.d.mts.map +0 -1
  243. package/internal/utils/values.d.ts +0 -18
  244. package/internal/utils/values.d.ts.map +0 -1
  245. package/internal/utils/values.js +0 -112
  246. package/internal/utils/values.js.map +0 -1
  247. package/internal/utils/values.mjs +0 -94
  248. package/internal/utils/values.mjs.map +0 -1
  249. package/internal/utils.d.mts +0 -7
  250. package/internal/utils.d.ts +0 -7
  251. package/internal/utils.d.ts.map +0 -1
  252. package/internal/utils.js +0 -11
  253. package/internal/utils.js.map +0 -1
  254. package/internal/utils.mjs +0 -8
  255. package/internal/utils.mjs.map +0 -1
  256. package/resource.d.mts +0 -2
  257. package/resource.d.mts.map +0 -1
  258. package/resource.d.ts +0 -2
  259. package/resource.d.ts.map +0 -1
  260. package/resource.js +0 -6
  261. package/resource.js.map +0 -1
  262. package/resource.mjs +0 -2
  263. package/resource.mjs.map +0 -1
  264. package/resources/app.d.mts +0 -38
  265. package/resources/app.d.mts.map +0 -1
  266. package/resources/app.d.ts +0 -38
  267. package/resources/app.d.ts.map +0 -1
  268. package/resources/app.js +0 -21
  269. package/resources/app.js.map +0 -1
  270. package/resources/app.mjs +0 -17
  271. package/resources/app.mjs.map +0 -1
  272. package/resources/config.d.mts +0 -304
  273. package/resources/config.d.mts.map +0 -1
  274. package/resources/config.d.ts +0 -304
  275. package/resources/config.d.ts.map +0 -1
  276. package/resources/config.js +0 -21
  277. package/resources/config.js.map +0 -1
  278. package/resources/config.mjs +0 -17
  279. package/resources/config.mjs.map +0 -1
  280. package/resources/event.d.mts +0 -120
  281. package/resources/event.d.mts.map +0 -1
  282. package/resources/event.d.ts +0 -120
  283. package/resources/event.d.ts.map +0 -1
  284. package/resources/event.js +0 -15
  285. package/resources/event.js.map +0 -1
  286. package/resources/event.mjs +0 -11
  287. package/resources/event.mjs.map +0 -1
  288. package/resources/file.d.mts +0 -17
  289. package/resources/file.d.mts.map +0 -1
  290. package/resources/file.d.ts +0 -17
  291. package/resources/file.d.ts.map +0 -1
  292. package/resources/file.js +0 -15
  293. package/resources/file.js.map +0 -1
  294. package/resources/file.mjs +0 -11
  295. package/resources/file.mjs.map +0 -1
  296. package/resources/index.d.mts +0 -7
  297. package/resources/index.d.mts.map +0 -1
  298. package/resources/index.d.ts +0 -7
  299. package/resources/index.d.ts.map +0 -1
  300. package/resources/index.js +0 -17
  301. package/resources/index.js.map +0 -1
  302. package/resources/index.mjs +0 -8
  303. package/resources/index.mjs.map +0 -1
  304. package/resources/session.d.mts +0 -207
  305. package/resources/session.d.mts.map +0 -1
  306. package/resources/session.d.ts +0 -207
  307. package/resources/session.d.ts.map +0 -1
  308. package/resources/session.js +0 -70
  309. package/resources/session.js.map +0 -1
  310. package/resources/session.mjs +0 -66
  311. package/resources/session.mjs.map +0 -1
  312. package/resources/shared.d.mts +0 -20
  313. package/resources/shared.d.mts.map +0 -1
  314. package/resources/shared.d.ts +0 -20
  315. package/resources/shared.d.ts.map +0 -1
  316. package/resources/shared.js +0 -4
  317. package/resources/shared.js.map +0 -1
  318. package/resources/shared.mjs +0 -3
  319. package/resources/shared.mjs.map +0 -1
  320. package/resources.d.mts +0 -2
  321. package/resources.d.mts.map +0 -1
  322. package/resources.d.ts +0 -2
  323. package/resources.d.ts.map +0 -1
  324. package/resources.js +0 -5
  325. package/resources.js.map +0 -1
  326. package/resources.mjs +0 -2
  327. package/resources.mjs.map +0 -1
  328. package/src/api-promise.ts +0 -2
  329. package/src/client.ts +0 -783
  330. package/src/core/README.md +0 -3
  331. package/src/core/api-promise.ts +0 -92
  332. package/src/core/error.ts +0 -130
  333. package/src/core/resource.ts +0 -11
  334. package/src/core/uploads.ts +0 -2
  335. package/src/error.ts +0 -2
  336. package/src/index.ts +0 -22
  337. package/src/internal/README.md +0 -3
  338. package/src/internal/builtin-types.ts +0 -93
  339. package/src/internal/detect-platform.ts +0 -196
  340. package/src/internal/errors.ts +0 -33
  341. package/src/internal/headers.ts +0 -97
  342. package/src/internal/parse.ts +0 -50
  343. package/src/internal/request-options.ts +0 -38
  344. package/src/internal/shim-types.ts +0 -26
  345. package/src/internal/shims.ts +0 -107
  346. package/src/internal/to-file.ts +0 -154
  347. package/src/internal/types.ts +0 -95
  348. package/src/internal/uploads.ts +0 -187
  349. package/src/internal/utils/base64.ts +0 -40
  350. package/src/internal/utils/bytes.ts +0 -32
  351. package/src/internal/utils/env.ts +0 -18
  352. package/src/internal/utils/log.ts +0 -126
  353. package/src/internal/utils/path.ts +0 -63
  354. package/src/internal/utils/sleep.ts +0 -3
  355. package/src/internal/utils/uuid.ts +0 -17
  356. package/src/internal/utils/values.ts +0 -105
  357. package/src/internal/utils.ts +0 -8
  358. package/src/lib/.keep +0 -4
  359. package/src/resource.ts +0 -2
  360. package/src/resources/app.ts +0 -59
  361. package/src/resources/config.ts +0 -390
  362. package/src/resources/event.ts +0 -171
  363. package/src/resources/file.ts +0 -24
  364. package/src/resources/index.ts +0 -40
  365. package/src/resources/session.ts +0 -355
  366. package/src/resources/shared.ts +0 -27
  367. package/src/resources.ts +0 -1
  368. package/src/tsconfig.json +0 -11
  369. package/src/uploads.ts +0 -2
  370. package/src/version.ts +0 -1
  371. package/uploads.d.mts +0 -2
  372. package/uploads.d.mts.map +0 -1
  373. package/uploads.d.ts +0 -2
  374. package/uploads.d.ts.map +0 -1
  375. package/uploads.js +0 -6
  376. package/uploads.js.map +0 -1
  377. package/uploads.mjs +0 -2
  378. package/uploads.mjs.map +0 -1
  379. package/version.d.mts +0 -2
  380. package/version.d.mts.map +0 -1
  381. package/version.d.ts +0 -2
  382. package/version.d.ts.map +0 -1
  383. package/version.js +0 -5
  384. package/version.js.map +0 -1
  385. package/version.mjs +0 -2
  386. package/version.mjs.map +0 -1
@@ -1,120 +0,0 @@
1
- import { APIResource } from "../core/resource.mjs";
2
- import * as SessionAPI from "./session.mjs";
3
- import * as Shared from "./shared.mjs";
4
- import { APIPromise } from "../core/api-promise.mjs";
5
- import { RequestOptions } from "../internal/request-options.mjs";
6
- export declare class Event extends APIResource {
7
- /**
8
- * Get events
9
- */
10
- list(options?: RequestOptions): APIPromise<EventListResponse>;
11
- }
12
- export type EventListResponse = EventListResponse.EventStorageWrite | EventListResponse.EventInstallationUpdated | EventListResponse.EventLspClientDiagnostics | EventListResponse.EventPermissionUpdated | EventListResponse.EventMessageUpdated | EventListResponse.EventMessagePartUpdated | EventListResponse.EventSessionUpdated | EventListResponse.EventSessionDeleted | EventListResponse.EventSessionError;
13
- export declare namespace EventListResponse {
14
- interface EventStorageWrite {
15
- properties: EventStorageWrite.Properties;
16
- type: 'storage.write';
17
- }
18
- namespace EventStorageWrite {
19
- interface Properties {
20
- key: string;
21
- content?: unknown;
22
- }
23
- }
24
- interface EventInstallationUpdated {
25
- properties: EventInstallationUpdated.Properties;
26
- type: 'installation.updated';
27
- }
28
- namespace EventInstallationUpdated {
29
- interface Properties {
30
- version: string;
31
- }
32
- }
33
- interface EventLspClientDiagnostics {
34
- properties: EventLspClientDiagnostics.Properties;
35
- type: 'lsp.client.diagnostics';
36
- }
37
- namespace EventLspClientDiagnostics {
38
- interface Properties {
39
- path: string;
40
- serverID: string;
41
- }
42
- }
43
- interface EventPermissionUpdated {
44
- properties: EventPermissionUpdated.Properties;
45
- type: 'permission.updated';
46
- }
47
- namespace EventPermissionUpdated {
48
- interface Properties {
49
- id: string;
50
- metadata: {
51
- [key: string]: unknown;
52
- };
53
- sessionID: string;
54
- time: Properties.Time;
55
- title: string;
56
- }
57
- namespace Properties {
58
- interface Time {
59
- created: number;
60
- }
61
- }
62
- }
63
- interface EventMessageUpdated {
64
- properties: EventMessageUpdated.Properties;
65
- type: 'message.updated';
66
- }
67
- namespace EventMessageUpdated {
68
- interface Properties {
69
- info: SessionAPI.Message;
70
- }
71
- }
72
- interface EventMessagePartUpdated {
73
- properties: EventMessagePartUpdated.Properties;
74
- type: 'message.part.updated';
75
- }
76
- namespace EventMessagePartUpdated {
77
- interface Properties {
78
- messageID: string;
79
- part: SessionAPI.MessagePart;
80
- sessionID: string;
81
- }
82
- }
83
- interface EventSessionUpdated {
84
- properties: EventSessionUpdated.Properties;
85
- type: 'session.updated';
86
- }
87
- namespace EventSessionUpdated {
88
- interface Properties {
89
- info: SessionAPI.Session;
90
- }
91
- }
92
- interface EventSessionDeleted {
93
- properties: EventSessionDeleted.Properties;
94
- type: 'session.deleted';
95
- }
96
- namespace EventSessionDeleted {
97
- interface Properties {
98
- info: SessionAPI.Session;
99
- }
100
- }
101
- interface EventSessionError {
102
- properties: EventSessionError.Properties;
103
- type: 'session.error';
104
- }
105
- namespace EventSessionError {
106
- interface Properties {
107
- error?: Shared.ProviderAuthError | Shared.UnknownError | Properties.MessageOutputLengthError;
108
- }
109
- namespace Properties {
110
- interface MessageOutputLengthError {
111
- data: unknown;
112
- name: 'MessageOutputLengthError';
113
- }
114
- }
115
- }
116
- }
117
- export declare namespace Event {
118
- export { type EventListResponse as EventListResponse };
119
- }
120
- //# sourceMappingURL=event.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"event.d.mts","sourceRoot":"","sources":["../src/resources/event.ts"],"names":[],"mappings":"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"}
@@ -1,120 +0,0 @@
1
- import { APIResource } from "../core/resource.js";
2
- import * as SessionAPI from "./session.js";
3
- import * as Shared from "./shared.js";
4
- import { APIPromise } from "../core/api-promise.js";
5
- import { RequestOptions } from "../internal/request-options.js";
6
- export declare class Event extends APIResource {
7
- /**
8
- * Get events
9
- */
10
- list(options?: RequestOptions): APIPromise<EventListResponse>;
11
- }
12
- export type EventListResponse = EventListResponse.EventStorageWrite | EventListResponse.EventInstallationUpdated | EventListResponse.EventLspClientDiagnostics | EventListResponse.EventPermissionUpdated | EventListResponse.EventMessageUpdated | EventListResponse.EventMessagePartUpdated | EventListResponse.EventSessionUpdated | EventListResponse.EventSessionDeleted | EventListResponse.EventSessionError;
13
- export declare namespace EventListResponse {
14
- interface EventStorageWrite {
15
- properties: EventStorageWrite.Properties;
16
- type: 'storage.write';
17
- }
18
- namespace EventStorageWrite {
19
- interface Properties {
20
- key: string;
21
- content?: unknown;
22
- }
23
- }
24
- interface EventInstallationUpdated {
25
- properties: EventInstallationUpdated.Properties;
26
- type: 'installation.updated';
27
- }
28
- namespace EventInstallationUpdated {
29
- interface Properties {
30
- version: string;
31
- }
32
- }
33
- interface EventLspClientDiagnostics {
34
- properties: EventLspClientDiagnostics.Properties;
35
- type: 'lsp.client.diagnostics';
36
- }
37
- namespace EventLspClientDiagnostics {
38
- interface Properties {
39
- path: string;
40
- serverID: string;
41
- }
42
- }
43
- interface EventPermissionUpdated {
44
- properties: EventPermissionUpdated.Properties;
45
- type: 'permission.updated';
46
- }
47
- namespace EventPermissionUpdated {
48
- interface Properties {
49
- id: string;
50
- metadata: {
51
- [key: string]: unknown;
52
- };
53
- sessionID: string;
54
- time: Properties.Time;
55
- title: string;
56
- }
57
- namespace Properties {
58
- interface Time {
59
- created: number;
60
- }
61
- }
62
- }
63
- interface EventMessageUpdated {
64
- properties: EventMessageUpdated.Properties;
65
- type: 'message.updated';
66
- }
67
- namespace EventMessageUpdated {
68
- interface Properties {
69
- info: SessionAPI.Message;
70
- }
71
- }
72
- interface EventMessagePartUpdated {
73
- properties: EventMessagePartUpdated.Properties;
74
- type: 'message.part.updated';
75
- }
76
- namespace EventMessagePartUpdated {
77
- interface Properties {
78
- messageID: string;
79
- part: SessionAPI.MessagePart;
80
- sessionID: string;
81
- }
82
- }
83
- interface EventSessionUpdated {
84
- properties: EventSessionUpdated.Properties;
85
- type: 'session.updated';
86
- }
87
- namespace EventSessionUpdated {
88
- interface Properties {
89
- info: SessionAPI.Session;
90
- }
91
- }
92
- interface EventSessionDeleted {
93
- properties: EventSessionDeleted.Properties;
94
- type: 'session.deleted';
95
- }
96
- namespace EventSessionDeleted {
97
- interface Properties {
98
- info: SessionAPI.Session;
99
- }
100
- }
101
- interface EventSessionError {
102
- properties: EventSessionError.Properties;
103
- type: 'session.error';
104
- }
105
- namespace EventSessionError {
106
- interface Properties {
107
- error?: Shared.ProviderAuthError | Shared.UnknownError | Properties.MessageOutputLengthError;
108
- }
109
- namespace Properties {
110
- interface MessageOutputLengthError {
111
- data: unknown;
112
- name: 'MessageOutputLengthError';
113
- }
114
- }
115
- }
116
- }
117
- export declare namespace Event {
118
- export { type EventListResponse as EventListResponse };
119
- }
120
- //# sourceMappingURL=event.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"event.d.ts","sourceRoot":"","sources":["../src/resources/event.ts"],"names":[],"mappings":"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"}
@@ -1,15 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Event = void 0;
5
- const resource_1 = require("../core/resource.js");
6
- class Event extends resource_1.APIResource {
7
- /**
8
- * Get events
9
- */
10
- list(options) {
11
- return this._client.get('/event', options);
12
- }
13
- }
14
- exports.Event = Event;
15
- //# sourceMappingURL=event.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"event.js","sourceRoot":"","sources":["../src/resources/event.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAM/C,MAAa,KAAM,SAAQ,sBAAW;IACpC;;OAEG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;IAC7C,CAAC;CACF;AAPD,sBAOC"}
@@ -1,11 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../core/resource.mjs";
3
- export class Event extends APIResource {
4
- /**
5
- * Get events
6
- */
7
- list(options) {
8
- return this._client.get('/event', options);
9
- }
10
- }
11
- //# sourceMappingURL=event.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"event.mjs","sourceRoot":"","sources":["../src/resources/event.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAMtB,MAAM,OAAO,KAAM,SAAQ,WAAW;IACpC;;OAEG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;IAC7C,CAAC;CACF"}
@@ -1,17 +0,0 @@
1
- import { APIResource } from "../core/resource.mjs";
2
- import { APIPromise } from "../core/api-promise.mjs";
3
- import { RequestOptions } from "../internal/request-options.mjs";
4
- export declare class File extends APIResource {
5
- /**
6
- * Search for files
7
- */
8
- search(query: FileSearchParams, options?: RequestOptions): APIPromise<FileSearchResponse>;
9
- }
10
- export type FileSearchResponse = Array<string>;
11
- export interface FileSearchParams {
12
- query: string;
13
- }
14
- export declare namespace File {
15
- export { type FileSearchResponse as FileSearchResponse, type FileSearchParams as FileSearchParams };
16
- }
17
- //# sourceMappingURL=file.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"file.d.mts","sourceRoot":"","sources":["../src/resources/file.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,IAAK,SAAQ,WAAW;IACnC;;OAEG;IACH,MAAM,CAAC,KAAK,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,kBAAkB,CAAC;CAG1F;AAED,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AAE/C,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,CAAC,OAAO,WAAW,IAAI,CAAC;IAC5B,OAAO,EAAE,KAAK,kBAAkB,IAAI,kBAAkB,EAAE,KAAK,gBAAgB,IAAI,gBAAgB,EAAE,CAAC;CACrG"}
@@ -1,17 +0,0 @@
1
- import { APIResource } from "../core/resource.js";
2
- import { APIPromise } from "../core/api-promise.js";
3
- import { RequestOptions } from "../internal/request-options.js";
4
- export declare class File extends APIResource {
5
- /**
6
- * Search for files
7
- */
8
- search(query: FileSearchParams, options?: RequestOptions): APIPromise<FileSearchResponse>;
9
- }
10
- export type FileSearchResponse = Array<string>;
11
- export interface FileSearchParams {
12
- query: string;
13
- }
14
- export declare namespace File {
15
- export { type FileSearchResponse as FileSearchResponse, type FileSearchParams as FileSearchParams };
16
- }
17
- //# sourceMappingURL=file.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"file.d.ts","sourceRoot":"","sources":["../src/resources/file.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,IAAK,SAAQ,WAAW;IACnC;;OAEG;IACH,MAAM,CAAC,KAAK,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,kBAAkB,CAAC;CAG1F;AAED,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;AAE/C,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,CAAC,OAAO,WAAW,IAAI,CAAC;IAC5B,OAAO,EAAE,KAAK,kBAAkB,IAAI,kBAAkB,EAAE,KAAK,gBAAgB,IAAI,gBAAgB,EAAE,CAAC;CACrG"}
package/resources/file.js DELETED
@@ -1,15 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.File = void 0;
5
- const resource_1 = require("../core/resource.js");
6
- class File extends resource_1.APIResource {
7
- /**
8
- * Search for files
9
- */
10
- search(query, options) {
11
- return this._client.get('/file', { query, ...options });
12
- }
13
- }
14
- exports.File = File;
15
- //# sourceMappingURL=file.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"file.js","sourceRoot":"","sources":["../src/resources/file.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAI/C,MAAa,IAAK,SAAQ,sBAAW;IACnC;;OAEG;IACH,MAAM,CAAC,KAAuB,EAAE,OAAwB;QACtD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1D,CAAC;CACF;AAPD,oBAOC"}
@@ -1,11 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../core/resource.mjs";
3
- export class File extends APIResource {
4
- /**
5
- * Search for files
6
- */
7
- search(query, options) {
8
- return this._client.get('/file', { query, ...options });
9
- }
10
- }
11
- //# sourceMappingURL=file.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"file.mjs","sourceRoot":"","sources":["../src/resources/file.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAItB,MAAM,OAAO,IAAK,SAAQ,WAAW;IACnC;;OAEG;IACH,MAAM,CAAC,KAAuB,EAAE,OAAwB;QACtD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1D,CAAC;CACF"}
@@ -1,7 +0,0 @@
1
- export * from "./shared.mjs";
2
- export { AppResource, type App, type AppInitResponse } from "./app.mjs";
3
- export { ConfigResource, type Config, type Keybinds, type McpLocal, type McpRemote, type Model, type Provider, type ConfigProvidersResponse, } from "./config.mjs";
4
- export { Event, type EventListResponse } from "./event.mjs";
5
- export { File, type FileSearchResponse, type FileSearchParams } from "./file.mjs";
6
- export { SessionResource, type FilePart, type Message, type MessagePart, type ReasoningPart, type Session, type SourceURLPart, type StepStartPart, type TextPart, type ToolCall, type ToolInvocationPart, type ToolPartialCall, type ToolResult, type SessionListResponse, type SessionDeleteResponse, type SessionAbortResponse, type SessionInitResponse, type SessionMessagesResponse, type SessionSummarizeResponse, type SessionChatParams, type SessionInitParams, type SessionSummarizeParams, } from "./session.mjs";
7
- //# sourceMappingURL=index.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";OAGO,EAAE,WAAW,EAAE,KAAK,GAAG,EAAE,KAAK,eAAe,EAAE;OAC/C,EACL,cAAc,EACd,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,SAAS,EACd,KAAK,KAAK,EACV,KAAK,QAAQ,EACb,KAAK,uBAAuB,GAC7B;OACM,EAAE,KAAK,EAAE,KAAK,iBAAiB,EAAE;OACjC,EAAE,IAAI,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE;OACxD,EACL,eAAe,EACf,KAAK,QAAQ,EACb,KAAK,OAAO,EACZ,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,OAAO,EACZ,KAAK,aAAa,EAClB,KAAK,aAAa,EAClB,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,eAAe,EACpB,KAAK,UAAU,EACf,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,sBAAsB,GAC5B"}
@@ -1,7 +0,0 @@
1
- export * from "./shared.js";
2
- export { AppResource, type App, type AppInitResponse } from "./app.js";
3
- export { ConfigResource, type Config, type Keybinds, type McpLocal, type McpRemote, type Model, type Provider, type ConfigProvidersResponse, } from "./config.js";
4
- export { Event, type EventListResponse } from "./event.js";
5
- export { File, type FileSearchResponse, type FileSearchParams } from "./file.js";
6
- export { SessionResource, type FilePart, type Message, type MessagePart, type ReasoningPart, type Session, type SourceURLPart, type StepStartPart, type TextPart, type ToolCall, type ToolInvocationPart, type ToolPartialCall, type ToolResult, type SessionListResponse, type SessionDeleteResponse, type SessionAbortResponse, type SessionInitResponse, type SessionMessagesResponse, type SessionSummarizeResponse, type SessionChatParams, type SessionInitParams, type SessionSummarizeParams, } from "./session.js";
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";OAGO,EAAE,WAAW,EAAE,KAAK,GAAG,EAAE,KAAK,eAAe,EAAE;OAC/C,EACL,cAAc,EACd,KAAK,MAAM,EACX,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,SAAS,EACd,KAAK,KAAK,EACV,KAAK,QAAQ,EACb,KAAK,uBAAuB,GAC7B;OACM,EAAE,KAAK,EAAE,KAAK,iBAAiB,EAAE;OACjC,EAAE,IAAI,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAAE;OACxD,EACL,eAAe,EACf,KAAK,QAAQ,EACb,KAAK,OAAO,EACZ,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,OAAO,EACZ,KAAK,aAAa,EAClB,KAAK,aAAa,EAClB,KAAK,QAAQ,EACb,KAAK,QAAQ,EACb,KAAK,kBAAkB,EACvB,KAAK,eAAe,EACpB,KAAK,UAAU,EACf,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,oBAAoB,EACzB,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAC7B,KAAK,iBAAiB,EACtB,KAAK,iBAAiB,EACtB,KAAK,sBAAsB,GAC5B"}
@@ -1,17 +0,0 @@
1
- "use strict";
2
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.SessionResource = exports.File = exports.Event = exports.ConfigResource = exports.AppResource = void 0;
5
- const tslib_1 = require("../internal/tslib.js");
6
- tslib_1.__exportStar(require("./shared.js"), exports);
7
- var app_1 = require("./app.js");
8
- Object.defineProperty(exports, "AppResource", { enumerable: true, get: function () { return app_1.AppResource; } });
9
- var config_1 = require("./config.js");
10
- Object.defineProperty(exports, "ConfigResource", { enumerable: true, get: function () { return config_1.ConfigResource; } });
11
- var event_1 = require("./event.js");
12
- Object.defineProperty(exports, "Event", { enumerable: true, get: function () { return event_1.Event; } });
13
- var file_1 = require("./file.js");
14
- Object.defineProperty(exports, "File", { enumerable: true, get: function () { return file_1.File; } });
15
- var session_1 = require("./session.js");
16
- Object.defineProperty(exports, "SessionResource", { enumerable: true, get: function () { return session_1.SessionResource; } });
17
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,sDAAyB;AACzB,gCAAoE;AAA3D,kGAAA,WAAW,OAAA;AACpB,sCASkB;AARhB,wGAAA,cAAc,OAAA;AAShB,oCAAwD;AAA/C,8FAAA,KAAK,OAAA;AACd,kCAA8E;AAArE,4FAAA,IAAI,OAAA;AACb,wCAuBmB;AAtBjB,0GAAA,eAAe,OAAA"}
@@ -1,8 +0,0 @@
1
- // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- export * from "./shared.mjs";
3
- export { AppResource } from "./app.mjs";
4
- export { ConfigResource, } from "./config.mjs";
5
- export { Event } from "./event.mjs";
6
- export { File } from "./file.mjs";
7
- export { SessionResource, } from "./session.mjs";
8
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;;OAG/E,EAAE,WAAW,EAAkC;OAC/C,EACL,cAAc,GAQf;OACM,EAAE,KAAK,EAA0B;OACjC,EAAE,IAAI,EAAkD;OACxD,EACL,eAAe,GAsBhB"}
@@ -1,207 +0,0 @@
1
- import { APIResource } from "../core/resource.mjs";
2
- import * as Shared from "./shared.mjs";
3
- import { APIPromise } from "../core/api-promise.mjs";
4
- import { RequestOptions } from "../internal/request-options.mjs";
5
- export declare class SessionResource extends APIResource {
6
- /**
7
- * Create a new session
8
- */
9
- create(options?: RequestOptions): APIPromise<Session>;
10
- /**
11
- * List all sessions
12
- */
13
- list(options?: RequestOptions): APIPromise<SessionListResponse>;
14
- /**
15
- * Delete a session and all its data
16
- */
17
- delete(id: string, options?: RequestOptions): APIPromise<SessionDeleteResponse>;
18
- /**
19
- * Abort a session
20
- */
21
- abort(id: string, options?: RequestOptions): APIPromise<SessionAbortResponse>;
22
- /**
23
- * Create and send a new message to a session
24
- */
25
- chat(id: string, body: SessionChatParams, options?: RequestOptions): APIPromise<Message>;
26
- /**
27
- * Analyze the app and create an AGENTS.md file
28
- */
29
- init(id: string, body: SessionInitParams, options?: RequestOptions): APIPromise<SessionInitResponse>;
30
- /**
31
- * List messages for a session
32
- */
33
- messages(id: string, options?: RequestOptions): APIPromise<SessionMessagesResponse>;
34
- /**
35
- * Share a session
36
- */
37
- share(id: string, options?: RequestOptions): APIPromise<Session>;
38
- /**
39
- * Summarize the session
40
- */
41
- summarize(id: string, body: SessionSummarizeParams, options?: RequestOptions): APIPromise<SessionSummarizeResponse>;
42
- /**
43
- * Unshare the session
44
- */
45
- unshare(id: string, options?: RequestOptions): APIPromise<Session>;
46
- }
47
- export interface FilePart {
48
- mediaType: string;
49
- type: 'file';
50
- url: string;
51
- filename?: string;
52
- }
53
- export interface Message {
54
- id: string;
55
- metadata: Message.Metadata;
56
- parts: Array<MessagePart>;
57
- role: 'user' | 'assistant';
58
- }
59
- export declare namespace Message {
60
- interface Metadata {
61
- sessionID: string;
62
- time: Metadata.Time;
63
- tool: {
64
- [key: string]: Metadata.Tool;
65
- };
66
- assistant?: Metadata.Assistant;
67
- error?: Shared.ProviderAuthError | Shared.UnknownError | Metadata.MessageOutputLengthError;
68
- }
69
- namespace Metadata {
70
- interface Time {
71
- created: number;
72
- completed?: number;
73
- }
74
- interface Tool {
75
- time: Tool.Time;
76
- title: string;
77
- [k: string]: unknown;
78
- }
79
- namespace Tool {
80
- interface Time {
81
- end: number;
82
- start: number;
83
- }
84
- }
85
- interface Assistant {
86
- cost: number;
87
- modelID: string;
88
- path: Assistant.Path;
89
- providerID: string;
90
- system: Array<string>;
91
- tokens: Assistant.Tokens;
92
- summary?: boolean;
93
- }
94
- namespace Assistant {
95
- interface Path {
96
- cwd: string;
97
- root: string;
98
- }
99
- interface Tokens {
100
- cache: Tokens.Cache;
101
- input: number;
102
- output: number;
103
- reasoning: number;
104
- }
105
- namespace Tokens {
106
- interface Cache {
107
- read: number;
108
- write: number;
109
- }
110
- }
111
- }
112
- interface MessageOutputLengthError {
113
- data: unknown;
114
- name: 'MessageOutputLengthError';
115
- }
116
- }
117
- }
118
- export type MessagePart = TextPart | ReasoningPart | ToolInvocationPart | SourceURLPart | FilePart | StepStartPart;
119
- export interface ReasoningPart {
120
- text: string;
121
- type: 'reasoning';
122
- providerMetadata?: {
123
- [key: string]: unknown;
124
- };
125
- }
126
- export interface Session {
127
- id: string;
128
- time: Session.Time;
129
- title: string;
130
- version: string;
131
- parentID?: string;
132
- share?: Session.Share;
133
- }
134
- export declare namespace Session {
135
- interface Time {
136
- created: number;
137
- updated: number;
138
- }
139
- interface Share {
140
- url: string;
141
- }
142
- }
143
- export interface SourceURLPart {
144
- sourceId: string;
145
- type: 'source-url';
146
- url: string;
147
- providerMetadata?: {
148
- [key: string]: unknown;
149
- };
150
- title?: string;
151
- }
152
- export interface StepStartPart {
153
- type: 'step-start';
154
- }
155
- export interface TextPart {
156
- text: string;
157
- type: 'text';
158
- }
159
- export interface ToolCall {
160
- state: 'call';
161
- toolCallId: string;
162
- toolName: string;
163
- args?: unknown;
164
- step?: number;
165
- }
166
- export interface ToolInvocationPart {
167
- toolInvocation: ToolCall | ToolPartialCall | ToolResult;
168
- type: 'tool-invocation';
169
- }
170
- export interface ToolPartialCall {
171
- state: 'partial-call';
172
- toolCallId: string;
173
- toolName: string;
174
- args?: unknown;
175
- step?: number;
176
- }
177
- export interface ToolResult {
178
- result: string;
179
- state: 'result';
180
- toolCallId: string;
181
- toolName: string;
182
- args?: unknown;
183
- step?: number;
184
- }
185
- export type SessionListResponse = Array<Session>;
186
- export type SessionDeleteResponse = boolean;
187
- export type SessionAbortResponse = boolean;
188
- export type SessionInitResponse = boolean;
189
- export type SessionMessagesResponse = Array<Message>;
190
- export type SessionSummarizeResponse = boolean;
191
- export interface SessionChatParams {
192
- modelID: string;
193
- parts: Array<MessagePart>;
194
- providerID: string;
195
- }
196
- export interface SessionInitParams {
197
- modelID: string;
198
- providerID: string;
199
- }
200
- export interface SessionSummarizeParams {
201
- modelID: string;
202
- providerID: string;
203
- }
204
- export declare namespace SessionResource {
205
- export { type FilePart as FilePart, type Message as Message, type MessagePart as MessagePart, type ReasoningPart as ReasoningPart, type Session as Session, type SourceURLPart as SourceURLPart, type StepStartPart as StepStartPart, type TextPart as TextPart, type ToolCall as ToolCall, type ToolInvocationPart as ToolInvocationPart, type ToolPartialCall as ToolPartialCall, type ToolResult as ToolResult, type SessionListResponse as SessionListResponse, type SessionDeleteResponse as SessionDeleteResponse, type SessionAbortResponse as SessionAbortResponse, type SessionInitResponse as SessionInitResponse, type SessionMessagesResponse as SessionMessagesResponse, type SessionSummarizeResponse as SessionSummarizeResponse, type SessionChatParams as SessionChatParams, type SessionInitParams as SessionInitParams, type SessionSummarizeParams as SessionSummarizeParams, };
206
- }
207
- //# sourceMappingURL=session.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"session.d.mts","sourceRoot":"","sources":["../src/resources/session.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,eAAgB,SAAQ,WAAW;IAC9C;;OAEG;IACH,MAAM,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAIrD;;OAEG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,mBAAmB,CAAC;IAI/D;;OAEG;IACH,MAAM,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,qBAAqB,CAAC;IAI/E;;OAEG;IACH,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,oBAAoB,CAAC;IAI7E;;OAEG;IACH,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAIxF;;OAEG;IACH,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,mBAAmB,CAAC;IAIpG;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,uBAAuB,CAAC;IAInF;;OAEG;IACH,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;IAIhE;;OAEG;IACH,SAAS,CACP,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,sBAAsB,EAC5B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,wBAAwB,CAAC;IAIvC;;OAEG;IACH,OAAO,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC;CAGnE;AAED,MAAM,WAAW,QAAQ;IACvB,SAAS,EAAE,MAAM,CAAC;IAElB,IAAI,EAAE,MAAM,CAAC;IAEb,GAAG,EAAE,MAAM,CAAC;IAEZ,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IAEX,QAAQ,EAAE,OAAO,CAAC,QAAQ,CAAC;IAE3B,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAE1B,IAAI,EAAE,MAAM,GAAG,WAAW,CAAC;CAC5B;AAED,yBAAiB,OAAO,CAAC;IACvB,UAAiB,QAAQ;QACvB,SAAS,EAAE,MAAM,CAAC;QAElB,IAAI,EAAE,QAAQ,CAAC,IAAI,CAAC;QAEpB,IAAI,EAAE;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,QAAQ,CAAC,IAAI,CAAA;SAAE,CAAC;QAEvC,SAAS,CAAC,EAAE,QAAQ,CAAC,SAAS,CAAC;QAE/B,KAAK,CAAC,EAAE,MAAM,CAAC,iBAAiB,GAAG,MAAM,CAAC,YAAY,GAAG,QAAQ,CAAC,wBAAwB,CAAC;KAC5F;IAED,UAAiB,QAAQ,CAAC;QACxB,UAAiB,IAAI;YACnB,OAAO,EAAE,MAAM,CAAC;YAEhB,SAAS,CAAC,EAAE,MAAM,CAAC;SACpB;QAED,UAAiB,IAAI;YACnB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC;YAEhB,KAAK,EAAE,MAAM,CAAC;YAEd,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;SACtB;QAED,UAAiB,IAAI,CAAC;YACpB,UAAiB,IAAI;gBACnB,GAAG,EAAE,MAAM,CAAC;gBAEZ,KAAK,EAAE,MAAM,CAAC;aACf;SACF;QAED,UAAiB,SAAS;YACxB,IAAI,EAAE,MAAM,CAAC;YAEb,OAAO,EAAE,MAAM,CAAC;YAEhB,IAAI,EAAE,SAAS,CAAC,IAAI,CAAC;YAErB,UAAU,EAAE,MAAM,CAAC;YAEnB,MAAM,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;YAEtB,MAAM,EAAE,SAAS,CAAC,MAAM,CAAC;YAEzB,OAAO,CAAC,EAAE,OAAO,CAAC;SACnB;QAED,UAAiB,SAAS,CAAC;YACzB,UAAiB,IAAI;gBACnB,GAAG,EAAE,MAAM,CAAC;gBAEZ,IAAI,EAAE,MAAM,CAAC;aACd;YAED,UAAiB,MAAM;gBACrB,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC;gBAEpB,KAAK,EAAE,MAAM,CAAC;gBAEd,MAAM,EAAE,MAAM,CAAC;gBAEf,SAAS,EAAE,MAAM,CAAC;aACnB;YAED,UAAiB,MAAM,CAAC;gBACtB,UAAiB,KAAK;oBACpB,IAAI,EAAE,MAAM,CAAC;oBAEb,KAAK,EAAE,MAAM,CAAC;iBACf;aACF;SACF;QAED,UAAiB,wBAAwB;YACvC,IAAI,EAAE,OAAO,CAAC;YAEd,IAAI,EAAE,0BAA0B,CAAC;SAClC;KACF;CACF;AAED,MAAM,MAAM,WAAW,GACnB,QAAQ,GACR,aAAa,GACb,kBAAkB,GAClB,aAAa,GACb,QAAQ,GACR,aAAa,CAAC;AAElB,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC;IAEb,IAAI,EAAE,WAAW,CAAC;IAElB,gBAAgB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;CAC/C;AAED,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IAEX,IAAI,EAAE,OAAO,CAAC,IAAI,CAAC;IAEnB,KAAK,EAAE,MAAM,CAAC;IAEd,OAAO,EAAE,MAAM,CAAC;IAEhB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAElB,KAAK,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC;CACvB;AAED,yBAAiB,OAAO,CAAC;IACvB,UAAiB,IAAI;QACnB,OAAO,EAAE,MAAM,CAAC;QAEhB,OAAO,EAAE,MAAM,CAAC;KACjB;IAED,UAAiB,KAAK;QACpB,GAAG,EAAE,MAAM,CAAC;KACb;CACF;AAED,MAAM,WAAW,aAAa;IAC5B,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI,EAAE,YAAY,CAAC;IAEnB,GAAG,EAAE,MAAM,CAAC;IAEZ,gBAAgB,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,CAAC;IAE9C,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,YAAY,CAAC;CACpB;AAED,MAAM,WAAW,QAAQ;IACvB,IAAI,EAAE,MAAM,CAAC;IAEb,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,QAAQ;IACvB,KAAK,EAAE,MAAM,CAAC;IAEd,UAAU,EAAE,MAAM,CAAC;IAEnB,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,kBAAkB;IACjC,cAAc,EAAE,QAAQ,GAAG,eAAe,GAAG,UAAU,CAAC;IAExD,IAAI,EAAE,iBAAiB,CAAC;CACzB;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,cAAc,CAAC;IAEtB,UAAU,EAAE,MAAM,CAAC;IAEnB,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC;IAEf,KAAK,EAAE,QAAQ,CAAC;IAEhB,UAAU,EAAE,MAAM,CAAC;IAEnB,QAAQ,EAAE,MAAM,CAAC;IAEjB,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC;AAEjD,MAAM,MAAM,qBAAqB,GAAG,OAAO,CAAC;AAE5C,MAAM,MAAM,oBAAoB,GAAG,OAAO,CAAC;AAE3C,MAAM,MAAM,mBAAmB,GAAG,OAAO,CAAC;AAE1C,MAAM,MAAM,uBAAuB,GAAG,KAAK,CAAC,OAAO,CAAC,CAAC;AAErD,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC;AAE/C,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,CAAC;IAEhB,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IAE1B,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,iBAAiB;IAChC,OAAO,EAAE,MAAM,CAAC;IAEhB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;IAEhB,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,WAAW,eAAe,CAAC;IACvC,OAAO,EACL,KAAK,QAAQ,IAAI,QAAQ,EACzB,KAAK,OAAO,IAAI,OAAO,EACvB,KAAK,WAAW,IAAI,WAAW,EAC/B,KAAK,aAAa,IAAI,aAAa,EACnC,KAAK,OAAO,IAAI,OAAO,EACvB,KAAK,aAAa,IAAI,aAAa,EACnC,KAAK,aAAa,IAAI,aAAa,EACnC,KAAK,QAAQ,IAAI,QAAQ,EACzB,KAAK,QAAQ,IAAI,QAAQ,EACzB,KAAK,kBAAkB,IAAI,kBAAkB,EAC7C,KAAK,eAAe,IAAI,eAAe,EACvC,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,qBAAqB,IAAI,qBAAqB,EACnD,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,wBAAwB,IAAI,wBAAwB,EACzD,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,sBAAsB,IAAI,sBAAsB,GACtD,CAAC;CACH"}