@mixedbread/sdk 0.4.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (357) hide show
  1. package/CHANGELOG.md +69 -0
  2. package/README.md +2 -2
  3. package/api-promise.js +2 -15
  4. package/api-promise.js.map +1 -1
  5. package/bin/cli +52 -0
  6. package/bin/migration-config.json +176 -0
  7. package/client.d.mts +20 -8
  8. package/client.d.mts.map +1 -1
  9. package/client.d.ts +20 -8
  10. package/client.d.ts.map +1 -1
  11. package/client.js +45 -50
  12. package/client.js.map +1 -1
  13. package/client.mjs +37 -19
  14. package/client.mjs.map +1 -1
  15. package/core/api-promise.d.mts +0 -1
  16. package/core/api-promise.d.mts.map +1 -1
  17. package/core/api-promise.d.ts +0 -1
  18. package/core/api-promise.d.ts.map +1 -1
  19. package/core/api-promise.js +4 -14
  20. package/core/api-promise.js.map +1 -1
  21. package/core/api-promise.mjs +1 -11
  22. package/core/api-promise.mjs.map +1 -1
  23. package/core/error.d.mts +0 -1
  24. package/core/error.d.mts.map +1 -1
  25. package/core/error.d.ts +0 -1
  26. package/core/error.d.ts.map +1 -1
  27. package/core/error.js.map +1 -1
  28. package/core/error.mjs.map +1 -1
  29. package/core/pagination.d.mts +0 -1
  30. package/core/pagination.d.mts.map +1 -1
  31. package/core/pagination.d.ts +0 -1
  32. package/core/pagination.d.ts.map +1 -1
  33. package/core/pagination.js +3 -13
  34. package/core/pagination.js.map +1 -1
  35. package/core/pagination.mjs +1 -11
  36. package/core/pagination.mjs.map +1 -1
  37. package/error.js +2 -15
  38. package/error.js.map +1 -1
  39. package/internal/builtin-types.d.mts +0 -2
  40. package/internal/builtin-types.d.mts.map +1 -1
  41. package/internal/builtin-types.d.ts +0 -2
  42. package/internal/builtin-types.d.ts.map +1 -1
  43. package/internal/detect-platform.js.map +1 -1
  44. package/internal/detect-platform.mjs.map +1 -1
  45. package/internal/errors.d.mts.map +1 -1
  46. package/internal/errors.d.ts.map +1 -1
  47. package/internal/errors.js +2 -2
  48. package/internal/errors.js.map +1 -1
  49. package/internal/errors.mjs.map +1 -1
  50. package/internal/headers.d.mts +1 -2
  51. package/internal/headers.d.mts.map +1 -1
  52. package/internal/headers.d.ts +1 -2
  53. package/internal/headers.d.ts.map +1 -1
  54. package/internal/headers.js +3 -1
  55. package/internal/headers.js.map +1 -1
  56. package/internal/headers.mjs +3 -1
  57. package/internal/headers.mjs.map +1 -1
  58. package/internal/parse.d.mts +0 -1
  59. package/internal/parse.d.mts.map +1 -1
  60. package/internal/parse.d.ts +0 -1
  61. package/internal/parse.d.ts.map +1 -1
  62. package/internal/parse.js +1 -2
  63. package/internal/parse.js.map +1 -1
  64. package/internal/parse.mjs.map +1 -1
  65. package/internal/request-options.d.mts +0 -1
  66. package/internal/request-options.d.mts.map +1 -1
  67. package/internal/request-options.d.ts +0 -1
  68. package/internal/request-options.d.ts.map +1 -1
  69. package/internal/shims.js +5 -6
  70. package/internal/shims.js.map +1 -1
  71. package/internal/shims.mjs.map +1 -1
  72. package/internal/to-file.d.mts +0 -1
  73. package/internal/to-file.d.mts.map +1 -1
  74. package/internal/to-file.d.ts +0 -1
  75. package/internal/to-file.d.ts.map +1 -1
  76. package/internal/to-file.js +4 -4
  77. package/internal/to-file.js.map +1 -1
  78. package/internal/to-file.mjs +3 -2
  79. package/internal/to-file.mjs.map +1 -1
  80. package/internal/tslib.js +81 -0
  81. package/internal/tslib.mjs +17 -0
  82. package/internal/types.d.mts +0 -1
  83. package/internal/types.d.mts.map +1 -1
  84. package/internal/types.d.ts +0 -1
  85. package/internal/types.d.ts.map +1 -1
  86. package/internal/uploads.d.mts +1 -3
  87. package/internal/uploads.d.mts.map +1 -1
  88. package/internal/uploads.d.ts +1 -3
  89. package/internal/uploads.d.ts.map +1 -1
  90. package/internal/uploads.js +16 -6
  91. package/internal/uploads.js.map +1 -1
  92. package/internal/uploads.mjs +12 -3
  93. package/internal/uploads.mjs.map +1 -1
  94. package/internal/utils/base64.d.mts.map +1 -1
  95. package/internal/utils/base64.d.ts.map +1 -1
  96. package/internal/utils/base64.js +12 -7
  97. package/internal/utils/base64.js.map +1 -1
  98. package/internal/utils/base64.mjs +12 -7
  99. package/internal/utils/base64.mjs.map +1 -1
  100. package/internal/utils/bytes.d.mts +4 -0
  101. package/internal/utils/bytes.d.mts.map +1 -0
  102. package/internal/utils/bytes.d.ts +4 -0
  103. package/internal/utils/bytes.d.ts.map +1 -0
  104. package/internal/utils/bytes.js +31 -0
  105. package/internal/utils/bytes.js.map +1 -0
  106. package/internal/utils/bytes.mjs +26 -0
  107. package/internal/utils/bytes.mjs.map +1 -0
  108. package/internal/utils/env.d.mts.map +1 -1
  109. package/internal/utils/env.d.ts.map +1 -1
  110. package/internal/utils/env.js.map +1 -1
  111. package/internal/utils/env.mjs.map +1 -1
  112. package/internal/utils/log.d.mts +0 -1
  113. package/internal/utils/log.d.mts.map +1 -1
  114. package/internal/utils/log.d.ts +0 -1
  115. package/internal/utils/log.d.ts.map +1 -1
  116. package/internal/utils/log.js +2 -2
  117. package/internal/utils/log.js.map +1 -1
  118. package/internal/utils/log.mjs.map +1 -1
  119. package/internal/utils/path.d.mts.map +1 -1
  120. package/internal/utils/path.d.ts.map +1 -1
  121. package/internal/utils/path.js +2 -2
  122. package/internal/utils/path.js.map +1 -1
  123. package/internal/utils/path.mjs.map +1 -1
  124. package/internal/utils/sleep.d.mts.map +1 -1
  125. package/internal/utils/sleep.d.ts.map +1 -1
  126. package/internal/utils/uuid.d.mts +1 -1
  127. package/internal/utils/uuid.d.mts.map +1 -1
  128. package/internal/utils/uuid.d.ts +1 -1
  129. package/internal/utils/uuid.d.ts.map +1 -1
  130. package/internal/utils/uuid.js +1 -2
  131. package/internal/utils/uuid.js.map +1 -1
  132. package/internal/utils/uuid.mjs +1 -2
  133. package/internal/utils/uuid.mjs.map +1 -1
  134. package/internal/utils/values.d.mts.map +1 -1
  135. package/internal/utils/values.d.ts.map +1 -1
  136. package/internal/utils/values.js +5 -5
  137. package/internal/utils/values.js.map +1 -1
  138. package/internal/utils/values.mjs.map +1 -1
  139. package/internal/utils.js +7 -20
  140. package/internal/utils.js.map +1 -1
  141. package/lib/polling.js +1 -2
  142. package/lib/polling.js.map +1 -1
  143. package/lib/polling.mjs.map +1 -1
  144. package/package.json +5 -6
  145. package/pagination.js +2 -15
  146. package/pagination.js.map +1 -1
  147. package/resource.js +2 -15
  148. package/resource.js.map +1 -1
  149. package/resources/api-keys.d.mts +171 -0
  150. package/resources/api-keys.d.mts.map +1 -0
  151. package/resources/api-keys.d.ts +171 -0
  152. package/resources/api-keys.d.ts.map +1 -0
  153. package/resources/api-keys.js +76 -0
  154. package/resources/api-keys.js.map +1 -0
  155. package/resources/api-keys.mjs +72 -0
  156. package/resources/api-keys.mjs.map +1 -0
  157. package/resources/chat.d.mts +27 -0
  158. package/resources/chat.d.mts.map +1 -0
  159. package/resources/chat.d.ts +27 -0
  160. package/resources/chat.d.ts.map +1 -0
  161. package/resources/chat.js +28 -0
  162. package/resources/chat.js.map +1 -0
  163. package/resources/chat.mjs +24 -0
  164. package/resources/chat.mjs.map +1 -0
  165. package/resources/data-sources/connectors.d.mts +193 -0
  166. package/resources/data-sources/connectors.d.mts.map +1 -0
  167. package/resources/data-sources/connectors.d.ts +193 -0
  168. package/resources/data-sources/connectors.d.ts.map +1 -0
  169. package/resources/data-sources/connectors.js +73 -0
  170. package/resources/data-sources/connectors.js.map +1 -0
  171. package/resources/data-sources/connectors.mjs +69 -0
  172. package/resources/data-sources/connectors.mjs.map +1 -0
  173. package/resources/data-sources/data-sources.d.mts +183 -0
  174. package/resources/data-sources/data-sources.d.mts.map +1 -0
  175. package/resources/data-sources/data-sources.d.ts +183 -0
  176. package/resources/data-sources/data-sources.d.ts.map +1 -0
  177. package/resources/data-sources/data-sources.js +66 -0
  178. package/resources/data-sources/data-sources.js.map +1 -0
  179. package/resources/data-sources/data-sources.mjs +61 -0
  180. package/resources/data-sources/data-sources.mjs.map +1 -0
  181. package/resources/data-sources/index.d.mts +3 -0
  182. package/resources/data-sources/index.d.mts.map +1 -0
  183. package/resources/data-sources/index.d.ts +3 -0
  184. package/resources/data-sources/index.d.ts.map +1 -0
  185. package/resources/data-sources/index.js +9 -0
  186. package/resources/data-sources/index.js.map +1 -0
  187. package/resources/data-sources/index.mjs +4 -0
  188. package/resources/data-sources/index.mjs.map +1 -0
  189. package/resources/data-sources.d.mts +2 -0
  190. package/resources/data-sources.d.mts.map +1 -0
  191. package/resources/data-sources.d.ts +2 -0
  192. package/resources/data-sources.d.ts.map +1 -0
  193. package/resources/data-sources.js +6 -0
  194. package/resources/data-sources.js.map +1 -0
  195. package/resources/data-sources.mjs +3 -0
  196. package/resources/data-sources.mjs.map +1 -0
  197. package/resources/embeddings.d.mts +7 -2
  198. package/resources/embeddings.d.mts.map +1 -1
  199. package/resources/embeddings.d.ts +7 -2
  200. package/resources/embeddings.d.ts.map +1 -1
  201. package/resources/extractions/content.d.mts +46 -2
  202. package/resources/extractions/content.d.mts.map +1 -1
  203. package/resources/extractions/content.d.ts +46 -2
  204. package/resources/extractions/content.d.ts.map +1 -1
  205. package/resources/extractions/extractions.d.mts +2 -2
  206. package/resources/extractions/extractions.d.mts.map +1 -1
  207. package/resources/extractions/extractions.d.ts +2 -2
  208. package/resources/extractions/extractions.d.ts.map +1 -1
  209. package/resources/extractions/extractions.js +4 -26
  210. package/resources/extractions/extractions.js.map +1 -1
  211. package/resources/extractions/extractions.mjs.map +1 -1
  212. package/resources/extractions/index.d.mts +1 -1
  213. package/resources/extractions/index.d.mts.map +1 -1
  214. package/resources/extractions/index.d.ts +1 -1
  215. package/resources/extractions/index.d.ts.map +1 -1
  216. package/resources/extractions/index.js.map +1 -1
  217. package/resources/extractions/index.mjs +1 -1
  218. package/resources/extractions/index.mjs.map +1 -1
  219. package/resources/extractions/jobs.d.mts +2 -1
  220. package/resources/extractions/jobs.d.mts.map +1 -1
  221. package/resources/extractions/jobs.d.ts +2 -1
  222. package/resources/extractions/jobs.d.ts.map +1 -1
  223. package/resources/extractions/jobs.js.map +1 -1
  224. package/resources/extractions/jobs.mjs.map +1 -1
  225. package/resources/extractions.js +2 -15
  226. package/resources/extractions.js.map +1 -1
  227. package/resources/files.d.mts +18 -2
  228. package/resources/files.d.mts.map +1 -1
  229. package/resources/files.d.ts +18 -2
  230. package/resources/files.d.ts.map +1 -1
  231. package/resources/index.d.mts +6 -3
  232. package/resources/index.d.mts.map +1 -1
  233. package/resources/index.d.ts +6 -3
  234. package/resources/index.d.ts.map +1 -1
  235. package/resources/index.js +9 -16
  236. package/resources/index.js.map +1 -1
  237. package/resources/index.mjs +3 -0
  238. package/resources/index.mjs.map +1 -1
  239. package/resources/parsing/index.d.mts +1 -1
  240. package/resources/parsing/index.d.mts.map +1 -1
  241. package/resources/parsing/index.d.ts +1 -1
  242. package/resources/parsing/index.d.ts.map +1 -1
  243. package/resources/parsing/index.js.map +1 -1
  244. package/resources/parsing/index.mjs.map +1 -1
  245. package/resources/parsing/jobs.d.mts +29 -11
  246. package/resources/parsing/jobs.d.mts.map +1 -1
  247. package/resources/parsing/jobs.d.ts +29 -11
  248. package/resources/parsing/jobs.d.ts.map +1 -1
  249. package/resources/parsing/jobs.js +2 -24
  250. package/resources/parsing/jobs.js.map +1 -1
  251. package/resources/parsing/jobs.mjs.map +1 -1
  252. package/resources/parsing/parsing.d.mts +2 -2
  253. package/resources/parsing/parsing.d.mts.map +1 -1
  254. package/resources/parsing/parsing.d.ts +2 -2
  255. package/resources/parsing/parsing.d.ts.map +1 -1
  256. package/resources/parsing/parsing.js +2 -24
  257. package/resources/parsing/parsing.js.map +1 -1
  258. package/resources/parsing/parsing.mjs.map +1 -1
  259. package/resources/parsing.js +2 -15
  260. package/resources/parsing.js.map +1 -1
  261. package/resources/top-level.d.mts +9 -4
  262. package/resources/top-level.d.mts.map +1 -1
  263. package/resources/top-level.d.ts +9 -4
  264. package/resources/top-level.d.ts.map +1 -1
  265. package/resources/vector-stores/files.d.mts +29 -2
  266. package/resources/vector-stores/files.d.mts.map +1 -1
  267. package/resources/vector-stores/files.d.ts +29 -2
  268. package/resources/vector-stores/files.d.ts.map +1 -1
  269. package/resources/vector-stores/files.js +2 -24
  270. package/resources/vector-stores/files.js.map +1 -1
  271. package/resources/vector-stores/index.d.mts +1 -1
  272. package/resources/vector-stores/index.d.mts.map +1 -1
  273. package/resources/vector-stores/index.d.ts +1 -1
  274. package/resources/vector-stores/index.d.ts.map +1 -1
  275. package/resources/vector-stores/index.js.map +1 -1
  276. package/resources/vector-stores/index.mjs.map +1 -1
  277. package/resources/vector-stores/vector-stores.d.mts +223 -81
  278. package/resources/vector-stores/vector-stores.d.mts.map +1 -1
  279. package/resources/vector-stores/vector-stores.d.ts +223 -81
  280. package/resources/vector-stores/vector-stores.d.ts.map +1 -1
  281. package/resources/vector-stores/vector-stores.js +2 -24
  282. package/resources/vector-stores/vector-stores.js.map +1 -1
  283. package/resources/vector-stores/vector-stores.mjs.map +1 -1
  284. package/resources/vector-stores.js +2 -15
  285. package/resources/vector-stores.js.map +1 -1
  286. package/resources.js +2 -15
  287. package/resources.js.map +1 -1
  288. package/src/client.ts +94 -16
  289. package/src/internal/headers.ts +4 -3
  290. package/src/internal/to-file.ts +4 -2
  291. package/src/internal/uploads.ts +16 -4
  292. package/src/internal/utils/base64.ts +13 -10
  293. package/src/internal/utils/bytes.ts +32 -0
  294. package/src/internal/utils/uuid.ts +1 -3
  295. package/src/resources/api-keys.ts +225 -0
  296. package/src/resources/chat.ts +33 -0
  297. package/src/resources/data-sources/connectors.ts +280 -0
  298. package/src/resources/data-sources/data-sources.ts +271 -0
  299. package/src/resources/data-sources/index.ts +24 -0
  300. package/src/resources/data-sources.ts +3 -0
  301. package/src/resources/embeddings.ts +25 -10
  302. package/src/resources/extractions/content.ts +57 -2
  303. package/src/resources/extractions/extractions.ts +3 -1
  304. package/src/resources/extractions/index.ts +7 -1
  305. package/src/resources/extractions/jobs.ts +2 -1
  306. package/src/resources/files.ts +21 -0
  307. package/src/resources/index.ts +27 -4
  308. package/src/resources/parsing/index.ts +4 -0
  309. package/src/resources/parsing/jobs.ts +48 -45
  310. package/src/resources/parsing/parsing.ts +8 -0
  311. package/src/resources/top-level.ts +10 -40
  312. package/src/resources/vector-stores/files.ts +39 -2
  313. package/src/resources/vector-stores/index.ts +4 -3
  314. package/src/resources/vector-stores/vector-stores.ts +269 -91
  315. package/src/version.ts +1 -1
  316. package/uploads.js +2 -15
  317. package/uploads.js.map +1 -1
  318. package/version.d.mts +1 -1
  319. package/version.d.ts +1 -1
  320. package/version.js +1 -1
  321. package/version.mjs +1 -1
  322. package/internal/shims/crypto.d.mts +0 -13
  323. package/internal/shims/crypto.d.mts.map +0 -1
  324. package/internal/shims/crypto.d.ts +0 -13
  325. package/internal/shims/crypto.d.ts.map +0 -1
  326. package/internal/shims/crypto.js +0 -13
  327. package/internal/shims/crypto.js.map +0 -1
  328. package/internal/shims/crypto.mjs +0 -9
  329. package/internal/shims/crypto.mjs.map +0 -1
  330. package/internal/shims/file.d.mts +0 -23
  331. package/internal/shims/file.d.mts.map +0 -1
  332. package/internal/shims/file.d.ts +0 -23
  333. package/internal/shims/file.d.ts.map +0 -1
  334. package/internal/shims/file.js +0 -16
  335. package/internal/shims/file.js.map +0 -1
  336. package/internal/shims/file.mjs +0 -12
  337. package/internal/shims/file.mjs.map +0 -1
  338. package/internal/shims/getBuiltinModule.d.mts +0 -11
  339. package/internal/shims/getBuiltinModule.d.mts.map +0 -1
  340. package/internal/shims/getBuiltinModule.d.ts +0 -11
  341. package/internal/shims/getBuiltinModule.d.ts.map +0 -1
  342. package/internal/shims/getBuiltinModule.js +0 -68
  343. package/internal/shims/getBuiltinModule.js.map +0 -1
  344. package/internal/shims/getBuiltinModule.mjs +0 -64
  345. package/internal/shims/getBuiltinModule.mjs.map +0 -1
  346. package/internal/shims/nullGetBuiltinModule.d.mts +0 -2
  347. package/internal/shims/nullGetBuiltinModule.d.mts.map +0 -1
  348. package/internal/shims/nullGetBuiltinModule.d.ts +0 -2
  349. package/internal/shims/nullGetBuiltinModule.d.ts.map +0 -1
  350. package/internal/shims/nullGetBuiltinModule.js +0 -5
  351. package/internal/shims/nullGetBuiltinModule.js.map +0 -1
  352. package/internal/shims/nullGetBuiltinModule.mjs +0 -2
  353. package/internal/shims/nullGetBuiltinModule.mjs.map +0 -1
  354. package/src/internal/shims/crypto.ts +0 -18
  355. package/src/internal/shims/file.ts +0 -32
  356. package/src/internal/shims/getBuiltinModule.ts +0 -64
  357. package/src/internal/shims/nullGetBuiltinModule.ts +0 -1
@@ -0,0 +1,183 @@
1
+ import { APIResource } from "../../core/resource.mjs";
2
+ import * as ConnectorsAPI from "./connectors.mjs";
3
+ import { ConnectorCreateParams, ConnectorDeleteParams, ConnectorDeleteResponse, ConnectorListParams, ConnectorRetrieveParams, ConnectorUpdateParams, Connectors, DataSourceConnector, DataSourceConnectorsLimitOffset } from "./connectors.mjs";
4
+ import { APIPromise } from "../../core/api-promise.mjs";
5
+ import { LimitOffset, type LimitOffsetParams, PagePromise } from "../../core/pagination.mjs";
6
+ import { RequestOptions } from "../../internal/request-options.mjs";
7
+ export declare class DataSources extends APIResource {
8
+ connectors: ConnectorsAPI.Connectors;
9
+ /**
10
+ * Create a new data source.
11
+ *
12
+ * Args: params: The data source to create.
13
+ *
14
+ * Returns: The created data source.
15
+ */
16
+ create(body: DataSourceCreateParams, options?: RequestOptions): APIPromise<DataSource>;
17
+ /**
18
+ * Get a data source by ID.
19
+ *
20
+ * Args: data_source_id: The ID of the data source to fetch.
21
+ *
22
+ * Returns: The data source.
23
+ */
24
+ retrieve(dataSourceID: string, options?: RequestOptions): APIPromise<DataSource>;
25
+ /**
26
+ * Update a data source.
27
+ *
28
+ * Args: data_source_id: The ID of the data source to update. params: The data
29
+ * source to update.
30
+ *
31
+ * Returns: The updated data source.
32
+ */
33
+ update(dataSourceID: string, body: DataSourceUpdateParams, options?: RequestOptions): APIPromise<DataSource>;
34
+ /**
35
+ * Get all data sources.
36
+ *
37
+ * Returns: The list of data sources.
38
+ */
39
+ list(query?: DataSourceListParams | null | undefined, options?: RequestOptions): PagePromise<DataSourcesLimitOffset, DataSource>;
40
+ /**
41
+ * Delete a data source.
42
+ *
43
+ * Args: data_source_id: The ID of the data source to delete.
44
+ */
45
+ delete(dataSourceID: string, options?: RequestOptions): APIPromise<DataSourceDeleteResponse>;
46
+ }
47
+ export type DataSourcesLimitOffset = LimitOffset<DataSource>;
48
+ /**
49
+ * Service-level representation of a data source.
50
+ */
51
+ export interface DataSource {
52
+ /**
53
+ * The ID of the data source
54
+ */
55
+ id: string;
56
+ /**
57
+ * The creation time of the data source
58
+ */
59
+ created_at: string;
60
+ /**
61
+ * The last update time of the data source
62
+ */
63
+ updated_at: string;
64
+ /**
65
+ * The type of data source
66
+ */
67
+ type: DataSourceType;
68
+ /**
69
+ * The name of the data source
70
+ */
71
+ name: string;
72
+ /**
73
+ * The metadata of the data source
74
+ */
75
+ metadata: unknown;
76
+ /**
77
+ * Authentication parameters for a OAuth data source.
78
+ */
79
+ auth_params: DataSourceOauth2Params | null;
80
+ /**
81
+ * The type of the object
82
+ */
83
+ object?: 'data_source';
84
+ }
85
+ /**
86
+ * Authentication parameters for a OAuth data source.
87
+ */
88
+ export interface DataSourceOauth2Params {
89
+ type?: 'oauth2';
90
+ /**
91
+ * The timestamp when the OAuth2 credentials were created
92
+ */
93
+ created_at?: string;
94
+ /**
95
+ * The OAuth2 client ID
96
+ */
97
+ client_id: string;
98
+ /**
99
+ * The OAuth2 client secret
100
+ */
101
+ client_secret: string;
102
+ /**
103
+ * The OAuth2 redirect URI
104
+ */
105
+ redirect_uri: string;
106
+ /**
107
+ * The OAuth2 scope
108
+ */
109
+ scope: string;
110
+ /**
111
+ * The OAuth2 access token
112
+ */
113
+ access_token?: string | null;
114
+ /**
115
+ * The OAuth2 refresh token
116
+ */
117
+ refresh_token?: string | null;
118
+ /**
119
+ * The OAuth2 token type
120
+ */
121
+ token_type?: string | null;
122
+ /**
123
+ * The OAuth2 token expiration timestamp
124
+ */
125
+ expires_on?: string | null;
126
+ }
127
+ export type DataSourceType = 'notion' | 'linear';
128
+ /**
129
+ * Deleted data source.
130
+ */
131
+ export interface DataSourceDeleteResponse {
132
+ /**
133
+ * The ID of the data source
134
+ */
135
+ id: string;
136
+ /**
137
+ * Whether the data source was deleted
138
+ */
139
+ deleted?: boolean;
140
+ /**
141
+ * The type of the object
142
+ */
143
+ object?: 'data_source';
144
+ }
145
+ export interface DataSourceCreateParams {
146
+ /**
147
+ * The type of data source to create
148
+ */
149
+ type: DataSourceType;
150
+ /**
151
+ * The name of the data source
152
+ */
153
+ name: string;
154
+ /**
155
+ * The metadata of the data source
156
+ */
157
+ metadata?: unknown;
158
+ /**
159
+ * Authentication parameters for a OAuth data source.
160
+ */
161
+ auth_params?: DataSourceOauth2Params | null;
162
+ }
163
+ export interface DataSourceUpdateParams {
164
+ /**
165
+ * The name of the data source
166
+ */
167
+ name?: string | null;
168
+ /**
169
+ * The metadata of the data source
170
+ */
171
+ metadata?: unknown;
172
+ /**
173
+ * Authentication parameters for a OAuth data source.
174
+ */
175
+ auth_params?: DataSourceOauth2Params | null;
176
+ }
177
+ export interface DataSourceListParams extends LimitOffsetParams {
178
+ }
179
+ export declare namespace DataSources {
180
+ export { type DataSource as DataSource, type DataSourceOauth2Params as DataSourceOauth2Params, type DataSourceType as DataSourceType, type DataSourceDeleteResponse as DataSourceDeleteResponse, type DataSourcesLimitOffset as DataSourcesLimitOffset, type DataSourceCreateParams as DataSourceCreateParams, type DataSourceUpdateParams as DataSourceUpdateParams, type DataSourceListParams as DataSourceListParams, };
181
+ export { Connectors as Connectors, type DataSourceConnector as DataSourceConnector, type ConnectorDeleteResponse as ConnectorDeleteResponse, type DataSourceConnectorsLimitOffset as DataSourceConnectorsLimitOffset, type ConnectorCreateParams as ConnectorCreateParams, type ConnectorRetrieveParams as ConnectorRetrieveParams, type ConnectorUpdateParams as ConnectorUpdateParams, type ConnectorListParams as ConnectorListParams, type ConnectorDeleteParams as ConnectorDeleteParams, };
182
+ }
183
+ //# sourceMappingURL=data-sources.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-sources.d.mts","sourceRoot":"","sources":["../../src/resources/data-sources/data-sources.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,183 @@
1
+ import { APIResource } from "../../core/resource.js";
2
+ import * as ConnectorsAPI from "./connectors.js";
3
+ import { ConnectorCreateParams, ConnectorDeleteParams, ConnectorDeleteResponse, ConnectorListParams, ConnectorRetrieveParams, ConnectorUpdateParams, Connectors, DataSourceConnector, DataSourceConnectorsLimitOffset } from "./connectors.js";
4
+ import { APIPromise } from "../../core/api-promise.js";
5
+ import { LimitOffset, type LimitOffsetParams, PagePromise } from "../../core/pagination.js";
6
+ import { RequestOptions } from "../../internal/request-options.js";
7
+ export declare class DataSources extends APIResource {
8
+ connectors: ConnectorsAPI.Connectors;
9
+ /**
10
+ * Create a new data source.
11
+ *
12
+ * Args: params: The data source to create.
13
+ *
14
+ * Returns: The created data source.
15
+ */
16
+ create(body: DataSourceCreateParams, options?: RequestOptions): APIPromise<DataSource>;
17
+ /**
18
+ * Get a data source by ID.
19
+ *
20
+ * Args: data_source_id: The ID of the data source to fetch.
21
+ *
22
+ * Returns: The data source.
23
+ */
24
+ retrieve(dataSourceID: string, options?: RequestOptions): APIPromise<DataSource>;
25
+ /**
26
+ * Update a data source.
27
+ *
28
+ * Args: data_source_id: The ID of the data source to update. params: The data
29
+ * source to update.
30
+ *
31
+ * Returns: The updated data source.
32
+ */
33
+ update(dataSourceID: string, body: DataSourceUpdateParams, options?: RequestOptions): APIPromise<DataSource>;
34
+ /**
35
+ * Get all data sources.
36
+ *
37
+ * Returns: The list of data sources.
38
+ */
39
+ list(query?: DataSourceListParams | null | undefined, options?: RequestOptions): PagePromise<DataSourcesLimitOffset, DataSource>;
40
+ /**
41
+ * Delete a data source.
42
+ *
43
+ * Args: data_source_id: The ID of the data source to delete.
44
+ */
45
+ delete(dataSourceID: string, options?: RequestOptions): APIPromise<DataSourceDeleteResponse>;
46
+ }
47
+ export type DataSourcesLimitOffset = LimitOffset<DataSource>;
48
+ /**
49
+ * Service-level representation of a data source.
50
+ */
51
+ export interface DataSource {
52
+ /**
53
+ * The ID of the data source
54
+ */
55
+ id: string;
56
+ /**
57
+ * The creation time of the data source
58
+ */
59
+ created_at: string;
60
+ /**
61
+ * The last update time of the data source
62
+ */
63
+ updated_at: string;
64
+ /**
65
+ * The type of data source
66
+ */
67
+ type: DataSourceType;
68
+ /**
69
+ * The name of the data source
70
+ */
71
+ name: string;
72
+ /**
73
+ * The metadata of the data source
74
+ */
75
+ metadata: unknown;
76
+ /**
77
+ * Authentication parameters for a OAuth data source.
78
+ */
79
+ auth_params: DataSourceOauth2Params | null;
80
+ /**
81
+ * The type of the object
82
+ */
83
+ object?: 'data_source';
84
+ }
85
+ /**
86
+ * Authentication parameters for a OAuth data source.
87
+ */
88
+ export interface DataSourceOauth2Params {
89
+ type?: 'oauth2';
90
+ /**
91
+ * The timestamp when the OAuth2 credentials were created
92
+ */
93
+ created_at?: string;
94
+ /**
95
+ * The OAuth2 client ID
96
+ */
97
+ client_id: string;
98
+ /**
99
+ * The OAuth2 client secret
100
+ */
101
+ client_secret: string;
102
+ /**
103
+ * The OAuth2 redirect URI
104
+ */
105
+ redirect_uri: string;
106
+ /**
107
+ * The OAuth2 scope
108
+ */
109
+ scope: string;
110
+ /**
111
+ * The OAuth2 access token
112
+ */
113
+ access_token?: string | null;
114
+ /**
115
+ * The OAuth2 refresh token
116
+ */
117
+ refresh_token?: string | null;
118
+ /**
119
+ * The OAuth2 token type
120
+ */
121
+ token_type?: string | null;
122
+ /**
123
+ * The OAuth2 token expiration timestamp
124
+ */
125
+ expires_on?: string | null;
126
+ }
127
+ export type DataSourceType = 'notion' | 'linear';
128
+ /**
129
+ * Deleted data source.
130
+ */
131
+ export interface DataSourceDeleteResponse {
132
+ /**
133
+ * The ID of the data source
134
+ */
135
+ id: string;
136
+ /**
137
+ * Whether the data source was deleted
138
+ */
139
+ deleted?: boolean;
140
+ /**
141
+ * The type of the object
142
+ */
143
+ object?: 'data_source';
144
+ }
145
+ export interface DataSourceCreateParams {
146
+ /**
147
+ * The type of data source to create
148
+ */
149
+ type: DataSourceType;
150
+ /**
151
+ * The name of the data source
152
+ */
153
+ name: string;
154
+ /**
155
+ * The metadata of the data source
156
+ */
157
+ metadata?: unknown;
158
+ /**
159
+ * Authentication parameters for a OAuth data source.
160
+ */
161
+ auth_params?: DataSourceOauth2Params | null;
162
+ }
163
+ export interface DataSourceUpdateParams {
164
+ /**
165
+ * The name of the data source
166
+ */
167
+ name?: string | null;
168
+ /**
169
+ * The metadata of the data source
170
+ */
171
+ metadata?: unknown;
172
+ /**
173
+ * Authentication parameters for a OAuth data source.
174
+ */
175
+ auth_params?: DataSourceOauth2Params | null;
176
+ }
177
+ export interface DataSourceListParams extends LimitOffsetParams {
178
+ }
179
+ export declare namespace DataSources {
180
+ export { type DataSource as DataSource, type DataSourceOauth2Params as DataSourceOauth2Params, type DataSourceType as DataSourceType, type DataSourceDeleteResponse as DataSourceDeleteResponse, type DataSourcesLimitOffset as DataSourcesLimitOffset, type DataSourceCreateParams as DataSourceCreateParams, type DataSourceUpdateParams as DataSourceUpdateParams, type DataSourceListParams as DataSourceListParams, };
181
+ export { Connectors as Connectors, type DataSourceConnector as DataSourceConnector, type ConnectorDeleteResponse as ConnectorDeleteResponse, type DataSourceConnectorsLimitOffset as DataSourceConnectorsLimitOffset, type ConnectorCreateParams as ConnectorCreateParams, type ConnectorRetrieveParams as ConnectorRetrieveParams, type ConnectorUpdateParams as ConnectorUpdateParams, type ConnectorListParams as ConnectorListParams, type ConnectorDeleteParams as ConnectorDeleteParams, };
182
+ }
183
+ //# sourceMappingURL=data-sources.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-sources.d.ts","sourceRoot":"","sources":["../../src/resources/data-sources/data-sources.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,66 @@
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.DataSources = void 0;
5
+ const tslib_1 = require("../../internal/tslib.js");
6
+ const resource_1 = require("../../core/resource.js");
7
+ const ConnectorsAPI = tslib_1.__importStar(require("./connectors.js"));
8
+ const connectors_1 = require("./connectors.js");
9
+ const pagination_1 = require("../../core/pagination.js");
10
+ const path_1 = require("../../internal/utils/path.js");
11
+ class DataSources extends resource_1.APIResource {
12
+ constructor() {
13
+ super(...arguments);
14
+ this.connectors = new ConnectorsAPI.Connectors(this._client);
15
+ }
16
+ /**
17
+ * Create a new data source.
18
+ *
19
+ * Args: params: The data source to create.
20
+ *
21
+ * Returns: The created data source.
22
+ */
23
+ create(body, options) {
24
+ return this._client.post('/v1/data_sources/', { body, ...options });
25
+ }
26
+ /**
27
+ * Get a data source by ID.
28
+ *
29
+ * Args: data_source_id: The ID of the data source to fetch.
30
+ *
31
+ * Returns: The data source.
32
+ */
33
+ retrieve(dataSourceID, options) {
34
+ return this._client.get((0, path_1.path) `/v1/data_sources/${dataSourceID}`, options);
35
+ }
36
+ /**
37
+ * Update a data source.
38
+ *
39
+ * Args: data_source_id: The ID of the data source to update. params: The data
40
+ * source to update.
41
+ *
42
+ * Returns: The updated data source.
43
+ */
44
+ update(dataSourceID, body, options) {
45
+ return this._client.put((0, path_1.path) `/v1/data_sources/${dataSourceID}`, { body, ...options });
46
+ }
47
+ /**
48
+ * Get all data sources.
49
+ *
50
+ * Returns: The list of data sources.
51
+ */
52
+ list(query = {}, options) {
53
+ return this._client.getAPIList('/v1/data_sources/', (pagination_1.LimitOffset), { query, ...options });
54
+ }
55
+ /**
56
+ * Delete a data source.
57
+ *
58
+ * Args: data_source_id: The ID of the data source to delete.
59
+ */
60
+ delete(dataSourceID, options) {
61
+ return this._client.delete((0, path_1.path) `/v1/data_sources/${dataSourceID}`, options);
62
+ }
63
+ }
64
+ exports.DataSources = DataSources;
65
+ DataSources.Connectors = connectors_1.Connectors;
66
+ //# sourceMappingURL=data-sources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-sources.js","sourceRoot":"","sources":["../../src/resources/data-sources/data-sources.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;AAEtF,qDAAkD;AAClD,uEAA8C;AAC9C,gDAUsB;AAEtB,yDAAyF;AAEzF,uDAAiD;AAEjD,MAAa,WAAY,SAAQ,sBAAW;IAA5C;;QACE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IA4DpF,CAAC;IA1DC;;;;;;OAMG;IACH,MAAM,CAAC,IAA4B,EAAE,OAAwB;QAC3D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtE,CAAC;IAED;;;;;;OAMG;IACH,QAAQ,CAAC,YAAoB,EAAE,OAAwB;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,oBAAoB,YAAY,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAED;;;;;;;OAOG;IACH,MAAM,CACJ,YAAoB,EACpB,IAA4B,EAC5B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,oBAAoB,YAAY,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;IAED;;;;OAIG;IACH,IAAI,CACF,QAAiD,EAAE,EACnD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,mBAAmB,EAAE,CAAA,wBAAuB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtG,CAAC;IAED;;;;OAIG;IACH,MAAM,CAAC,YAAoB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,oBAAoB,YAAY,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;CACF;AA7DD,kCA6DC;AAoKD,WAAW,CAAC,UAAU,GAAG,uBAAU,CAAC"}
@@ -0,0 +1,61 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../core/resource.mjs";
3
+ import * as ConnectorsAPI from "./connectors.mjs";
4
+ import { Connectors, } from "./connectors.mjs";
5
+ import { LimitOffset } from "../../core/pagination.mjs";
6
+ import { path } from "../../internal/utils/path.mjs";
7
+ export class DataSources extends APIResource {
8
+ constructor() {
9
+ super(...arguments);
10
+ this.connectors = new ConnectorsAPI.Connectors(this._client);
11
+ }
12
+ /**
13
+ * Create a new data source.
14
+ *
15
+ * Args: params: The data source to create.
16
+ *
17
+ * Returns: The created data source.
18
+ */
19
+ create(body, options) {
20
+ return this._client.post('/v1/data_sources/', { body, ...options });
21
+ }
22
+ /**
23
+ * Get a data source by ID.
24
+ *
25
+ * Args: data_source_id: The ID of the data source to fetch.
26
+ *
27
+ * Returns: The data source.
28
+ */
29
+ retrieve(dataSourceID, options) {
30
+ return this._client.get(path `/v1/data_sources/${dataSourceID}`, options);
31
+ }
32
+ /**
33
+ * Update a data source.
34
+ *
35
+ * Args: data_source_id: The ID of the data source to update. params: The data
36
+ * source to update.
37
+ *
38
+ * Returns: The updated data source.
39
+ */
40
+ update(dataSourceID, body, options) {
41
+ return this._client.put(path `/v1/data_sources/${dataSourceID}`, { body, ...options });
42
+ }
43
+ /**
44
+ * Get all data sources.
45
+ *
46
+ * Returns: The list of data sources.
47
+ */
48
+ list(query = {}, options) {
49
+ return this._client.getAPIList('/v1/data_sources/', (LimitOffset), { query, ...options });
50
+ }
51
+ /**
52
+ * Delete a data source.
53
+ *
54
+ * Args: data_source_id: The ID of the data source to delete.
55
+ */
56
+ delete(dataSourceID, options) {
57
+ return this._client.delete(path `/v1/data_sources/${dataSourceID}`, options);
58
+ }
59
+ }
60
+ DataSources.Connectors = Connectors;
61
+ //# sourceMappingURL=data-sources.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-sources.mjs","sourceRoot":"","sources":["../../src/resources/data-sources/data-sources.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,aAAa;OAClB,EAOL,UAAU,GAGX;OAEM,EAAE,WAAW,EAAuC;OAEpD,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,WAAY,SAAQ,WAAW;IAA5C;;QACE,eAAU,GAA6B,IAAI,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IA4DpF,CAAC;IA1DC;;;;;;OAMG;IACH,MAAM,CAAC,IAA4B,EAAE,OAAwB;QAC3D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtE,CAAC;IAED;;;;;;OAMG;IACH,QAAQ,CAAC,YAAoB,EAAE,OAAwB;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,oBAAoB,YAAY,EAAE,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAED;;;;;;;OAOG;IACH,MAAM,CACJ,YAAoB,EACpB,IAA4B,EAC5B,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,oBAAoB,YAAY,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACxF,CAAC;IAED;;;;OAIG;IACH,IAAI,CACF,QAAiD,EAAE,EACnD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,mBAAmB,EAAE,CAAA,WAAuB,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACtG,CAAC;IAED;;;;OAIG;IACH,MAAM,CAAC,YAAoB,EAAE,OAAwB;QACnD,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,oBAAoB,YAAY,EAAE,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;CACF;AAoKD,WAAW,CAAC,UAAU,GAAG,UAAU,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Connectors, type DataSourceConnector, type ConnectorDeleteResponse, type ConnectorCreateParams, type ConnectorRetrieveParams, type ConnectorUpdateParams, type ConnectorListParams, type ConnectorDeleteParams, type DataSourceConnectorsLimitOffset, } from "./connectors.mjs";
2
+ export { DataSources, type DataSource, type DataSourceOauth2Params, type DataSourceType, type DataSourceDeleteResponse, type DataSourceCreateParams, type DataSourceUpdateParams, type DataSourceListParams, type DataSourcesLimitOffset, } from "./data-sources.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/data-sources/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,+BAA+B,GACrC;OACM,EACL,WAAW,EACX,KAAK,UAAU,EACf,KAAK,sBAAsB,EAC3B,KAAK,cAAc,EACnB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,GAC5B"}
@@ -0,0 +1,3 @@
1
+ export { Connectors, type DataSourceConnector, type ConnectorDeleteResponse, type ConnectorCreateParams, type ConnectorRetrieveParams, type ConnectorUpdateParams, type ConnectorListParams, type ConnectorDeleteParams, type DataSourceConnectorsLimitOffset, } from "./connectors.js";
2
+ export { DataSources, type DataSource, type DataSourceOauth2Params, type DataSourceType, type DataSourceDeleteResponse, type DataSourceCreateParams, type DataSourceUpdateParams, type DataSourceListParams, type DataSourcesLimitOffset, } from "./data-sources.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/data-sources/index.ts"],"names":[],"mappings":"OAEO,EACL,UAAU,EACV,KAAK,mBAAmB,EACxB,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,EAC5B,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,qBAAqB,EAC1B,KAAK,+BAA+B,GACrC;OACM,EACL,WAAW,EACX,KAAK,UAAU,EACf,KAAK,sBAAsB,EAC3B,KAAK,cAAc,EACnB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,GAC5B"}
@@ -0,0 +1,9 @@
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.DataSources = exports.Connectors = void 0;
5
+ var connectors_1 = require("./connectors.js");
6
+ Object.defineProperty(exports, "Connectors", { enumerable: true, get: function () { return connectors_1.Connectors; } });
7
+ var data_sources_1 = require("./data-sources.js");
8
+ Object.defineProperty(exports, "DataSources", { enumerable: true, get: function () { return data_sources_1.DataSources; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/data-sources/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,8CAUsB;AATpB,wGAAA,UAAU,OAAA;AAUZ,kDAUwB;AATtB,2GAAA,WAAW,OAAA"}
@@ -0,0 +1,4 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export { Connectors, } from "./connectors.mjs";
3
+ export { DataSources, } from "./data-sources.mjs";
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/data-sources/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,UAAU,GASX;OACM,EACL,WAAW,GASZ"}
@@ -0,0 +1,2 @@
1
+ export * from "./data-sources/index.mjs";
2
+ //# sourceMappingURL=data-sources.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-sources.d.mts","sourceRoot":"","sources":["../src/resources/data-sources.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export * from "./data-sources/index.js";
2
+ //# sourceMappingURL=data-sources.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-sources.d.ts","sourceRoot":"","sources":["../src/resources/data-sources.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
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
+ const tslib_1 = require("../internal/tslib.js");
5
+ tslib_1.__exportStar(require("./data-sources/index.js"), exports);
6
+ //# sourceMappingURL=data-sources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-sources.js","sourceRoot":"","sources":["../src/resources/data-sources.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kEAAqC"}
@@ -0,0 +1,3 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export * from "./data-sources/index.mjs";
3
+ //# sourceMappingURL=data-sources.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-sources.mjs","sourceRoot":"","sources":["../src/resources/data-sources.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -13,6 +13,11 @@ export declare class Embeddings extends APIResource {
13
13
  */
14
14
  create(body: EmbeddingCreateParams, options?: RequestOptions): APIPromise<TopLevelAPI.EmbeddingCreateResponse>;
15
15
  }
16
+ /**
17
+ * Enumeration of encoding formats.
18
+ */
19
+ export type EncodingFormat = 'float' | 'float16' | 'base64' | 'binary' | 'ubinary' | 'int8' | 'uint8';
20
+ export type ObjectType = 'list' | 'parsing_job' | 'extraction_job' | 'embedding' | 'embedding_dict' | 'rank_result' | 'file' | 'vector_store' | 'vector_store.file' | 'api_key' | 'data_source' | 'data_source.connector';
16
21
  export interface EmbeddingCreateParams {
17
22
  /**
18
23
  * The model to use for creating embeddings.
@@ -38,9 +43,9 @@ export interface EmbeddingCreateParams {
38
43
  * The encoding format(s) of the embeddings. Can be a single format or a list of
39
44
  * formats.
40
45
  */
41
- encoding_format?: 'float' | 'float16' | 'base64' | 'binary' | 'ubinary' | 'int8' | 'uint8' | Array<'float' | 'float16' | 'base64' | 'binary' | 'ubinary' | 'int8' | 'uint8'>;
46
+ encoding_format?: EncodingFormat | Array<EncodingFormat>;
42
47
  }
43
48
  export declare namespace Embeddings {
44
- export { type EmbeddingCreateParams as EmbeddingCreateParams };
49
+ export { type EncodingFormat as EncodingFormat, type ObjectType as ObjectType, type EmbeddingCreateParams as EmbeddingCreateParams, };
45
50
  }
46
51
  //# sourceMappingURL=embeddings.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"embeddings.d.mts","sourceRoot":"","sources":["../src/resources/embeddings.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,WAAW;OAChB,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;OAOG;IACH,MAAM,CACJ,IAAI,EAAE,qBAAqB,EAC3B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,WAAW,CAAC,uBAAuB,CAAC;CAGnD;AAED,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IAE9B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;OAGG;IACH,eAAe,CAAC,EACZ,OAAO,GACP,SAAS,GACT,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,MAAM,GACN,OAAO,GACP,KAAK,CAAC,OAAO,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC;CACrF;AAED,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EAAE,KAAK,qBAAqB,IAAI,qBAAqB,EAAE,CAAC;CAChE"}
1
+ {"version":3,"file":"embeddings.d.mts","sourceRoot":"","sources":["../src/resources/embeddings.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,WAAW;OAChB,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,UAAW,SAAQ,WAAW;IACzC;;;;;;;OAOG;IACH,MAAM,CACJ,IAAI,EAAE,qBAAqB,EAC3B,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,WAAW,CAAC,uBAAuB,CAAC;CAGnD;AAED;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;AAEtG,MAAM,MAAM,UAAU,GAClB,MAAM,GACN,aAAa,GACb,gBAAgB,GAChB,WAAW,GACX,gBAAgB,GAChB,aAAa,GACb,MAAM,GACN,cAAc,GACd,mBAAmB,GACnB,SAAS,GACT,aAAa,GACb,uBAAuB,CAAC;AAE5B,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC;IAE9B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;OAGG;IACH,eAAe,CAAC,EAAE,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC,CAAC;CAC1D;AAED,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC,OAAO,EACL,KAAK,cAAc,IAAI,cAAc,EACrC,KAAK,UAAU,IAAI,UAAU,EAC7B,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;CACH"}
@@ -13,6 +13,11 @@ export declare class Embeddings extends APIResource {
13
13
  */
14
14
  create(body: EmbeddingCreateParams, options?: RequestOptions): APIPromise<TopLevelAPI.EmbeddingCreateResponse>;
15
15
  }
16
+ /**
17
+ * Enumeration of encoding formats.
18
+ */
19
+ export type EncodingFormat = 'float' | 'float16' | 'base64' | 'binary' | 'ubinary' | 'int8' | 'uint8';
20
+ export type ObjectType = 'list' | 'parsing_job' | 'extraction_job' | 'embedding' | 'embedding_dict' | 'rank_result' | 'file' | 'vector_store' | 'vector_store.file' | 'api_key' | 'data_source' | 'data_source.connector';
16
21
  export interface EmbeddingCreateParams {
17
22
  /**
18
23
  * The model to use for creating embeddings.
@@ -38,9 +43,9 @@ export interface EmbeddingCreateParams {
38
43
  * The encoding format(s) of the embeddings. Can be a single format or a list of
39
44
  * formats.
40
45
  */
41
- encoding_format?: 'float' | 'float16' | 'base64' | 'binary' | 'ubinary' | 'int8' | 'uint8' | Array<'float' | 'float16' | 'base64' | 'binary' | 'ubinary' | 'int8' | 'uint8'>;
46
+ encoding_format?: EncodingFormat | Array<EncodingFormat>;
42
47
  }
43
48
  export declare namespace Embeddings {
44
- export { type EmbeddingCreateParams as EmbeddingCreateParams };
49
+ export { type EncodingFormat as EncodingFormat, type ObjectType as ObjectType, type EmbeddingCreateParams as EmbeddingCreateParams, };
45
50
  }
46
51
  //# sourceMappingURL=embeddings.d.ts.map