@alien_intelligence/data-api-client 1.2.5 → 1.4.8-dev

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 (264) hide show
  1. package/dist/{apis → src/apis}/AdminApi.d.ts +1 -1
  2. package/dist/{apis → src/apis}/AdminApi.js +1 -1
  3. package/dist/{apis → src/apis}/DatasetsApi.d.ts +37 -6
  4. package/dist/{apis → src/apis}/DatasetsApi.js +37 -3
  5. package/dist/{apis → src/apis}/DefaultApi.d.ts +1 -1
  6. package/dist/{apis → src/apis}/DefaultApi.js +1 -1
  7. package/dist/{apis → src/apis}/EmbeddingsApi.d.ts +1 -1
  8. package/dist/{apis → src/apis}/EmbeddingsApi.js +1 -1
  9. package/dist/{apis → src/apis}/EntriesApi.d.ts +35 -6
  10. package/dist/{apis → src/apis}/EntriesApi.js +34 -3
  11. package/dist/{apis → src/apis}/HealthApi.d.ts +1 -1
  12. package/dist/{apis → src/apis}/HealthApi.js +1 -1
  13. package/dist/{apis → src/apis}/PipelinesApi.d.ts +20 -20
  14. package/dist/{apis → src/apis}/PipelinesApi.js +11 -11
  15. package/dist/{apis → src/apis}/SearchApi.d.ts +1 -1
  16. package/dist/{apis → src/apis}/SearchApi.js +1 -1
  17. package/dist/{apis → src/apis}/SyncApi.d.ts +1 -1
  18. package/dist/{apis → src/apis}/SyncApi.js +1 -1
  19. package/dist/{apis → src/apis}/WebhooksApi.d.ts +1 -1
  20. package/dist/{apis → src/apis}/WebhooksApi.js +1 -1
  21. package/dist/{apis → src/apis}/WeightsApi.d.ts +1 -1
  22. package/dist/{apis → src/apis}/WeightsApi.js +1 -1
  23. package/dist/{models → src/models}/ArtifactInputConfig.d.ts +1 -1
  24. package/dist/{models → src/models}/ArtifactInputConfig.js +1 -1
  25. package/dist/{models → src/models}/BatchContentRequest.d.ts +1 -1
  26. package/dist/{models → src/models}/BatchContentRequest.js +1 -1
  27. package/dist/{models → src/models}/BatchContentResponse.d.ts +1 -1
  28. package/dist/{models → src/models}/BatchContentResponse.js +1 -1
  29. package/dist/{models → src/models}/BatchGetEntriesRequest.d.ts +1 -1
  30. package/dist/{models → src/models}/BatchGetEntriesRequest.js +1 -1
  31. package/dist/{models → src/models}/BatchGetEntriesResponse.d.ts +1 -1
  32. package/dist/{models → src/models}/BatchGetEntriesResponse.js +1 -1
  33. package/dist/{models → src/models}/ChunkSearchResponse.d.ts +1 -1
  34. package/dist/{models → src/models}/ChunkSearchResponse.js +1 -1
  35. package/dist/{models → src/models}/ChunkSearchResult.d.ts +1 -1
  36. package/dist/{models → src/models}/ChunkSearchResult.js +1 -1
  37. package/dist/{models → src/models}/CollectionInfo.d.ts +1 -1
  38. package/dist/{models → src/models}/CollectionInfo.js +1 -1
  39. package/dist/{models → src/models}/ComponentArtifact.d.ts +1 -1
  40. package/dist/{models → src/models}/ComponentArtifact.js +1 -1
  41. package/dist/{models → src/models}/ComponentListResponse.d.ts +1 -1
  42. package/dist/{models → src/models}/ComponentListResponse.js +1 -1
  43. package/dist/{models → src/models}/ComponentMetadata.d.ts +1 -1
  44. package/dist/{models → src/models}/ComponentMetadata.js +1 -1
  45. package/dist/{models → src/models}/ComponentParameter.d.ts +1 -1
  46. package/dist/{models → src/models}/ComponentParameter.js +1 -1
  47. package/dist/{models → src/models}/Dataset.d.ts +1 -1
  48. package/dist/{models → src/models}/Dataset.js +1 -1
  49. package/dist/{models → src/models}/DatasetCreateRequest.d.ts +1 -1
  50. package/dist/{models → src/models}/DatasetCreateRequest.js +1 -1
  51. package/dist/{models → src/models}/DatasetListResponse.d.ts +1 -1
  52. package/dist/{models → src/models}/DatasetListResponse.js +1 -1
  53. package/dist/src/models/DatasetPipelineConfig.d.ts +62 -0
  54. package/dist/{models/DatasetPipelineConfigInput.js → src/models/DatasetPipelineConfig.js} +16 -16
  55. package/dist/{models → src/models}/DatasetResponse.d.ts +1 -1
  56. package/dist/{models → src/models}/DatasetResponse.js +1 -1
  57. package/dist/{models → src/models}/DatasetSchemaDefinition.d.ts +1 -1
  58. package/dist/{models → src/models}/DatasetSchemaDefinition.js +1 -1
  59. package/dist/{models → src/models}/DatasetSchemaOriginal.d.ts +1 -1
  60. package/dist/{models → src/models}/DatasetSchemaOriginal.js +1 -1
  61. package/dist/{models → src/models}/DatasetSchemaProcessed.d.ts +1 -1
  62. package/dist/{models → src/models}/DatasetSchemaProcessed.js +1 -1
  63. package/dist/{models → src/models}/DatasetSchemaProcessing.d.ts +1 -1
  64. package/dist/{models → src/models}/DatasetSchemaProcessing.js +1 -1
  65. package/dist/{models → src/models}/DatasetType.d.ts +1 -1
  66. package/dist/{models → src/models}/DatasetType.js +1 -1
  67. package/dist/src/models/DatasetUpdateRequest.d.ts +51 -0
  68. package/dist/src/models/DatasetUpdateRequest.js +55 -0
  69. package/dist/{models → src/models}/DatasetUpdateSchemaRequest.d.ts +2 -8
  70. package/dist/{models → src/models}/DatasetUpdateSchemaRequest.js +1 -5
  71. package/dist/{models → src/models}/Default.d.ts +1 -1
  72. package/dist/{models → src/models}/Default.js +1 -1
  73. package/dist/{models → src/models}/EmbeddingProvider.d.ts +1 -1
  74. package/dist/{models → src/models}/EmbeddingProvider.js +1 -1
  75. package/dist/{models → src/models}/EmbeddingResponse.d.ts +1 -1
  76. package/dist/{models → src/models}/EmbeddingResponse.js +1 -1
  77. package/dist/{models → src/models}/Entry.d.ts +7 -1
  78. package/dist/{models → src/models}/Entry.js +3 -1
  79. package/dist/{models → src/models}/EntryContentResponse.d.ts +1 -1
  80. package/dist/{models → src/models}/EntryContentResponse.js +1 -1
  81. package/dist/{models → src/models}/EntryCreateRequest.d.ts +1 -1
  82. package/dist/{models → src/models}/EntryCreateRequest.js +1 -1
  83. package/dist/{models → src/models}/EntryCreateResponse.d.ts +1 -1
  84. package/dist/{models → src/models}/EntryCreateResponse.js +1 -1
  85. package/dist/{models → src/models}/EntryManifest.d.ts +1 -1
  86. package/dist/{models → src/models}/EntryManifest.js +1 -1
  87. package/dist/{models → src/models}/EntrySearchResponse.d.ts +1 -1
  88. package/dist/{models → src/models}/EntrySearchResponse.js +1 -1
  89. package/dist/{models → src/models}/EntrySearchResult.d.ts +1 -1
  90. package/dist/{models → src/models}/EntrySearchResult.js +1 -1
  91. package/dist/{models → src/models}/EntryStatus.d.ts +1 -1
  92. package/dist/{models → src/models}/EntryStatus.js +1 -1
  93. package/dist/{models → src/models}/EntryUpdateRequest.d.ts +7 -1
  94. package/dist/{models → src/models}/EntryUpdateRequest.js +3 -1
  95. package/dist/{models → src/models}/EntryWithContent.d.ts +7 -1
  96. package/dist/{models → src/models}/EntryWithContent.js +3 -1
  97. package/dist/{models → src/models}/FileMetadata.d.ts +1 -1
  98. package/dist/{models → src/models}/FileMetadata.js +1 -1
  99. package/dist/{models → src/models}/GenerateEmbeddingsRequest.d.ts +1 -1
  100. package/dist/{models → src/models}/GenerateEmbeddingsRequest.js +1 -1
  101. package/dist/{models → src/models}/HTTPValidationError.d.ts +1 -1
  102. package/dist/{models → src/models}/HTTPValidationError.js +1 -1
  103. package/dist/{models → src/models}/HealthResponse.d.ts +1 -1
  104. package/dist/{models → src/models}/HealthResponse.js +1 -1
  105. package/dist/{models → src/models}/KeywordSearchHit.d.ts +8 -27
  106. package/dist/{models → src/models}/KeywordSearchHit.js +3 -16
  107. package/dist/{models → src/models}/KeywordSearchRequest.d.ts +10 -1
  108. package/dist/{models → src/models}/KeywordSearchRequest.js +5 -1
  109. package/dist/src/models/KeywordSearchRequestMetadataFiltersValue.d.ts +26 -0
  110. package/dist/src/models/KeywordSearchRequestMetadataFiltersValue.js +38 -0
  111. package/dist/{models → src/models}/KeywordSearchResponse.d.ts +1 -1
  112. package/dist/{models → src/models}/KeywordSearchResponse.js +1 -1
  113. package/dist/{models → src/models}/ModelInfo.d.ts +1 -1
  114. package/dist/{models → src/models}/ModelInfo.js +1 -1
  115. package/dist/src/models/MoveEntryRequest.d.ts +32 -0
  116. package/dist/src/models/MoveEntryRequest.js +50 -0
  117. package/dist/src/models/MoveEntryResponse.d.ts +56 -0
  118. package/dist/src/models/MoveEntryResponse.js +66 -0
  119. package/dist/{models → src/models}/OriginalManifest.d.ts +1 -1
  120. package/dist/{models → src/models}/OriginalManifest.js +1 -1
  121. package/dist/{models → src/models}/PipelineStepConfig.d.ts +1 -1
  122. package/dist/{models → src/models}/PipelineStepConfig.js +1 -1
  123. package/dist/{models → src/models}/PresetListResponse.d.ts +1 -1
  124. package/dist/{models → src/models}/PresetListResponse.js +1 -1
  125. package/dist/{models → src/models}/ProcessedManifest.d.ts +1 -1
  126. package/dist/{models → src/models}/ProcessedManifest.js +1 -1
  127. package/dist/{models → src/models}/ProcessingManifest.d.ts +1 -1
  128. package/dist/{models → src/models}/ProcessingManifest.js +1 -1
  129. package/dist/{models → src/models}/RetryFailedWebhooksResponse.d.ts +1 -1
  130. package/dist/{models → src/models}/RetryFailedWebhooksResponse.js +1 -1
  131. package/dist/{models → src/models}/SaveProcessedContentRequest.d.ts +1 -1
  132. package/dist/{models → src/models}/SaveProcessedContentRequest.js +1 -1
  133. package/dist/{models → src/models}/SaveProcessedContentResponse.d.ts +1 -1
  134. package/dist/{models → src/models}/SaveProcessedContentResponse.js +1 -1
  135. package/dist/{models → src/models}/SearchSnippet.d.ts +1 -1
  136. package/dist/{models → src/models}/SearchSnippet.js +1 -1
  137. package/dist/{models → src/models}/SnippetContext.d.ts +1 -1
  138. package/dist/{models → src/models}/SnippetContext.js +1 -1
  139. package/dist/{models → src/models}/UploadFileResponse.d.ts +1 -1
  140. package/dist/{models → src/models}/UploadFileResponse.js +1 -1
  141. package/dist/{models → src/models}/ValidationError.d.ts +13 -1
  142. package/dist/{models → src/models}/ValidationError.js +5 -1
  143. package/dist/{models → src/models}/ValidationErrorLocInner.d.ts +1 -1
  144. package/dist/{models → src/models}/ValidationErrorLocInner.js +1 -1
  145. package/dist/{models → src/models}/VectorSearchRequest.d.ts +1 -1
  146. package/dist/{models → src/models}/VectorSearchRequest.js +1 -1
  147. package/dist/{models → src/models}/WebhookEndpointCreate.d.ts +1 -1
  148. package/dist/{models → src/models}/WebhookEndpointCreate.js +1 -1
  149. package/dist/{models → src/models}/WebhookEndpointResponse.d.ts +1 -1
  150. package/dist/{models → src/models}/WebhookEndpointResponse.js +1 -1
  151. package/dist/{models → src/models}/Weight.d.ts +1 -1
  152. package/dist/{models → src/models}/Weight.js +1 -1
  153. package/dist/{models → src/models}/WeightListResponse.d.ts +1 -1
  154. package/dist/{models → src/models}/WeightListResponse.js +1 -1
  155. package/dist/{models → src/models}/WeightResponse.d.ts +1 -1
  156. package/dist/{models → src/models}/WeightResponse.js +1 -1
  157. package/dist/{models → src/models}/WeightType.d.ts +1 -1
  158. package/dist/{models → src/models}/WeightType.js +1 -1
  159. package/dist/{models → src/models}/index.d.ts +5 -3
  160. package/dist/{models → src/models}/index.js +5 -3
  161. package/dist/{runtime.d.ts → src/runtime.d.ts} +1 -1
  162. package/dist/{runtime.js → src/runtime.js} +1 -1
  163. package/package.json +1 -1
  164. package/src/README.md +46 -0
  165. package/src/package.json +21 -0
  166. package/src/{apis → src/apis}/AdminApi.ts +1 -1
  167. package/src/{apis → src/apis}/DatasetsApi.ts +81 -5
  168. package/src/{apis → src/apis}/DefaultApi.ts +1 -1
  169. package/src/{apis → src/apis}/EmbeddingsApi.ts +1 -1
  170. package/src/{apis → src/apis}/EntriesApi.ts +78 -5
  171. package/src/{apis → src/apis}/HealthApi.ts +1 -1
  172. package/src/{apis → src/apis}/PipelinesApi.ts +27 -30
  173. package/src/{apis → src/apis}/SearchApi.ts +1 -1
  174. package/src/{apis → src/apis}/SyncApi.ts +1 -1
  175. package/src/{apis → src/apis}/WebhooksApi.ts +1 -1
  176. package/src/{apis → src/apis}/WeightsApi.ts +1 -1
  177. package/src/{models → src/models}/ArtifactInputConfig.ts +1 -1
  178. package/src/{models → src/models}/BatchContentRequest.ts +1 -1
  179. package/src/{models → src/models}/BatchContentResponse.ts +1 -1
  180. package/src/{models → src/models}/BatchGetEntriesRequest.ts +1 -1
  181. package/src/{models → src/models}/BatchGetEntriesResponse.ts +1 -1
  182. package/src/{models → src/models}/ChunkSearchResponse.ts +1 -1
  183. package/src/{models → src/models}/ChunkSearchResult.ts +1 -1
  184. package/src/{models → src/models}/CollectionInfo.ts +1 -1
  185. package/src/{models → src/models}/ComponentArtifact.ts +1 -1
  186. package/src/{models → src/models}/ComponentListResponse.ts +1 -1
  187. package/src/{models → src/models}/ComponentMetadata.ts +1 -1
  188. package/src/{models → src/models}/ComponentParameter.ts +1 -1
  189. package/src/{models → src/models}/Dataset.ts +1 -1
  190. package/src/{models → src/models}/DatasetCreateRequest.ts +1 -1
  191. package/src/{models → src/models}/DatasetListResponse.ts +1 -1
  192. package/src/{models/DatasetPipelineConfigInput.ts → src/models/DatasetPipelineConfig.ts} +18 -18
  193. package/src/{models → src/models}/DatasetResponse.ts +1 -1
  194. package/src/{models → src/models}/DatasetSchemaDefinition.ts +1 -1
  195. package/src/{models → src/models}/DatasetSchemaOriginal.ts +1 -1
  196. package/src/{models → src/models}/DatasetSchemaProcessed.ts +1 -1
  197. package/src/{models → src/models}/DatasetSchemaProcessing.ts +1 -1
  198. package/src/{models → src/models}/DatasetType.ts +1 -1
  199. package/src/src/models/DatasetUpdateRequest.ts +99 -0
  200. package/src/{models → src/models}/DatasetUpdateSchemaRequest.ts +2 -11
  201. package/src/{models → src/models}/Default.ts +1 -1
  202. package/src/{models → src/models}/EmbeddingProvider.ts +1 -1
  203. package/src/{models → src/models}/EmbeddingResponse.ts +1 -1
  204. package/src/{models → src/models}/Entry.ts +9 -1
  205. package/src/{models → src/models}/EntryContentResponse.ts +1 -1
  206. package/src/{models → src/models}/EntryCreateRequest.ts +1 -1
  207. package/src/{models → src/models}/EntryCreateResponse.ts +1 -1
  208. package/src/{models → src/models}/EntryManifest.ts +1 -1
  209. package/src/{models → src/models}/EntrySearchResponse.ts +1 -1
  210. package/src/{models → src/models}/EntrySearchResult.ts +1 -1
  211. package/src/{models → src/models}/EntryStatus.ts +1 -1
  212. package/src/{models → src/models}/EntryUpdateRequest.ts +9 -1
  213. package/src/{models → src/models}/EntryWithContent.ts +9 -1
  214. package/src/{models → src/models}/FileMetadata.ts +1 -1
  215. package/src/{models → src/models}/GenerateEmbeddingsRequest.ts +1 -1
  216. package/src/{models → src/models}/HTTPValidationError.ts +1 -1
  217. package/src/{models → src/models}/HealthResponse.ts +1 -1
  218. package/src/{models → src/models}/KeywordSearchHit.ts +9 -43
  219. package/src/{models → src/models}/KeywordSearchRequest.ts +17 -1
  220. package/src/src/models/KeywordSearchRequestMetadataFiltersValue.ts +46 -0
  221. package/src/{models → src/models}/KeywordSearchResponse.ts +1 -1
  222. package/src/{models → src/models}/ModelInfo.ts +1 -1
  223. package/src/src/models/MoveEntryRequest.ts +66 -0
  224. package/src/src/models/MoveEntryResponse.ts +102 -0
  225. package/src/{models → src/models}/OriginalManifest.ts +1 -1
  226. package/src/{models → src/models}/PipelineStepConfig.ts +1 -1
  227. package/src/{models → src/models}/PresetListResponse.ts +1 -1
  228. package/src/{models → src/models}/ProcessedManifest.ts +1 -1
  229. package/src/{models → src/models}/ProcessingManifest.ts +1 -1
  230. package/src/{models → src/models}/RetryFailedWebhooksResponse.ts +1 -1
  231. package/src/{models → src/models}/SaveProcessedContentRequest.ts +1 -1
  232. package/src/{models → src/models}/SaveProcessedContentResponse.ts +1 -1
  233. package/src/{models → src/models}/SearchSnippet.ts +1 -1
  234. package/src/{models → src/models}/SnippetContext.ts +1 -1
  235. package/src/{models → src/models}/UploadFileResponse.ts +1 -1
  236. package/src/{models → src/models}/ValidationError.ts +17 -1
  237. package/src/{models → src/models}/ValidationErrorLocInner.ts +1 -1
  238. package/src/{models → src/models}/VectorSearchRequest.ts +1 -1
  239. package/src/{models → src/models}/WebhookEndpointCreate.ts +1 -1
  240. package/src/{models → src/models}/WebhookEndpointResponse.ts +1 -1
  241. package/src/{models → src/models}/Weight.ts +1 -1
  242. package/src/{models → src/models}/WeightListResponse.ts +1 -1
  243. package/src/{models → src/models}/WeightResponse.ts +1 -1
  244. package/src/{models → src/models}/WeightType.ts +1 -1
  245. package/src/{models → src/models}/index.ts +5 -3
  246. package/src/{runtime.ts → src/runtime.ts} +1 -1
  247. package/src/tsconfig.esm.json +7 -0
  248. package/src/tsconfig.json +16 -0
  249. package/dist/models/CreateCollectionRequest.d.ts +0 -44
  250. package/dist/models/CreateCollectionRequest.js +0 -54
  251. package/dist/models/DatasetPipelineConfigInput.d.ts +0 -62
  252. package/dist/models/DatasetPipelineConfigOutput.d.ts +0 -62
  253. package/dist/models/DatasetPipelineConfigOutput.js +0 -65
  254. package/dist/models/EntryPreview.d.ts +0 -56
  255. package/dist/models/EntryPreview.js +0 -54
  256. package/src/models/CreateCollectionRequest.ts +0 -82
  257. package/src/models/DatasetPipelineConfigOutput.ts +0 -112
  258. package/src/models/EntryPreview.ts +0 -89
  259. /package/dist/{apis → src/apis}/index.d.ts +0 -0
  260. /package/dist/{apis → src/apis}/index.js +0 -0
  261. /package/dist/{index.d.ts → src/index.d.ts} +0 -0
  262. /package/dist/{index.js → src/index.js} +0 -0
  263. /package/src/{apis → src/apis}/index.ts +0 -0
  264. /package/src/{index.ts → src/index.ts} +0 -0
@@ -2,7 +2,7 @@
2
2
  * Client Data API
3
3
  * Client Cluster Data API - Manifest-based storage service
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0
5
+ * The version of the OpenAPI document: 1.4.8
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Client Data API
6
6
  * Client Cluster Data API - Manifest-based storage service
7
7
  *
8
- * The version of the OpenAPI document: 1.0.0
8
+ * The version of the OpenAPI document: 1.4.8
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Client Data API
3
3
  * Client Cluster Data API - Manifest-based storage service
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0
5
+ * The version of the OpenAPI document: 1.4.8
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- import type { Dataset, DatasetCreateRequest, DatasetListResponse, DatasetResponse, DatasetUpdateSchemaRequest } from '../models/index';
13
+ import type { Dataset, DatasetCreateRequest, DatasetListResponse, DatasetResponse, DatasetUpdateRequest, DatasetUpdateSchemaRequest } from '../models/index';
14
14
  export interface CreateDatasetApiV1DatasetsPostRequest {
15
15
  datasetCreateRequest: DatasetCreateRequest;
16
16
  }
@@ -27,10 +27,15 @@ export interface GetDatasetBySlugApiV1DatasetsSlugSlugGetRequest {
27
27
  export interface ListDatasetsApiV1DatasetsGetRequest {
28
28
  limit?: number;
29
29
  offset?: number;
30
+ ids?: Array<number> | null;
30
31
  }
31
32
  export interface SyncDatasetStatsApiV1DatasetsDatasetIdSyncStatsPostRequest {
32
33
  datasetId: number;
33
34
  }
35
+ export interface UpdateDatasetApiV1DatasetsDatasetIdPatchRequest {
36
+ datasetId: number;
37
+ datasetUpdateRequest: DatasetUpdateRequest;
38
+ }
34
39
  export interface UpdateDatasetSchemaApiV1DatasetsDatasetIdSchemaPatchRequest {
35
40
  datasetId: number;
36
41
  datasetUpdateSchemaRequest: DatasetUpdateSchemaRequest;
@@ -104,6 +109,7 @@ export interface DatasetsApiInterface {
104
109
  * @summary List Datasets
105
110
  * @param {number} [limit]
106
111
  * @param {number} [offset]
112
+ * @param {Array<number>} [ids]
107
113
  * @param {*} [options] Override http request option.
108
114
  * @throws {RequiredError}
109
115
  * @memberof DatasetsApiInterface
@@ -129,7 +135,22 @@ export interface DatasetsApiInterface {
129
135
  */
130
136
  syncDatasetStatsApiV1DatasetsDatasetIdSyncStatsPost(requestParameters: SyncDatasetStatsApiV1DatasetsDatasetIdSyncStatsPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
131
137
  /**
132
- * Update dataset schema definition. Called when schema evolves to a new version.
138
+ * Partially update dataset metadata. Accepts any combination of: name, slug, description, dataset_type. Fields not provided are left unchanged. Bumps the dataset version atomically.
139
+ * @summary Update Dataset
140
+ * @param {number} datasetId
141
+ * @param {DatasetUpdateRequest} datasetUpdateRequest
142
+ * @param {*} [options] Override http request option.
143
+ * @throws {RequiredError}
144
+ * @memberof DatasetsApiInterface
145
+ */
146
+ updateDatasetApiV1DatasetsDatasetIdPatchRaw(requestParameters: UpdateDatasetApiV1DatasetsDatasetIdPatchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Dataset>>;
147
+ /**
148
+ * Partially update dataset metadata. Accepts any combination of: name, slug, description, dataset_type. Fields not provided are left unchanged. Bumps the dataset version atomically.
149
+ * Update Dataset
150
+ */
151
+ updateDatasetApiV1DatasetsDatasetIdPatch(requestParameters: UpdateDatasetApiV1DatasetsDatasetIdPatchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Dataset>;
152
+ /**
153
+ * Update dataset schema definition. Called when schema evolves to a new version. The current_schema_version is auto-bumped by incrementing the integer suffix of the current version (e.g., \"v3\" -> \"v4\").
133
154
  * @summary Update Dataset Schema
134
155
  * @param {number} datasetId
135
156
  * @param {DatasetUpdateSchemaRequest} datasetUpdateSchemaRequest
@@ -139,7 +160,7 @@ export interface DatasetsApiInterface {
139
160
  */
140
161
  updateDatasetSchemaApiV1DatasetsDatasetIdSchemaPatchRaw(requestParameters: UpdateDatasetSchemaApiV1DatasetsDatasetIdSchemaPatchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Dataset>>;
141
162
  /**
142
- * Update dataset schema definition. Called when schema evolves to a new version.
163
+ * Update dataset schema definition. Called when schema evolves to a new version. The current_schema_version is auto-bumped by incrementing the integer suffix of the current version (e.g., \"v3\" -> \"v4\").
143
164
  * Update Dataset Schema
144
165
  */
145
166
  updateDatasetSchemaApiV1DatasetsDatasetIdSchemaPatch(requestParameters: UpdateDatasetSchemaApiV1DatasetsDatasetIdSchemaPatchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Dataset>;
@@ -209,12 +230,22 @@ export declare class DatasetsApi extends runtime.BaseAPI implements DatasetsApiI
209
230
  */
210
231
  syncDatasetStatsApiV1DatasetsDatasetIdSyncStatsPost(requestParameters: SyncDatasetStatsApiV1DatasetsDatasetIdSyncStatsPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<void>;
211
232
  /**
212
- * Update dataset schema definition. Called when schema evolves to a new version.
233
+ * Partially update dataset metadata. Accepts any combination of: name, slug, description, dataset_type. Fields not provided are left unchanged. Bumps the dataset version atomically.
234
+ * Update Dataset
235
+ */
236
+ updateDatasetApiV1DatasetsDatasetIdPatchRaw(requestParameters: UpdateDatasetApiV1DatasetsDatasetIdPatchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Dataset>>;
237
+ /**
238
+ * Partially update dataset metadata. Accepts any combination of: name, slug, description, dataset_type. Fields not provided are left unchanged. Bumps the dataset version atomically.
239
+ * Update Dataset
240
+ */
241
+ updateDatasetApiV1DatasetsDatasetIdPatch(requestParameters: UpdateDatasetApiV1DatasetsDatasetIdPatchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Dataset>;
242
+ /**
243
+ * Update dataset schema definition. Called when schema evolves to a new version. The current_schema_version is auto-bumped by incrementing the integer suffix of the current version (e.g., \"v3\" -> \"v4\").
213
244
  * Update Dataset Schema
214
245
  */
215
246
  updateDatasetSchemaApiV1DatasetsDatasetIdSchemaPatchRaw(requestParameters: UpdateDatasetSchemaApiV1DatasetsDatasetIdSchemaPatchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Dataset>>;
216
247
  /**
217
- * Update dataset schema definition. Called when schema evolves to a new version.
248
+ * Update dataset schema definition. Called when schema evolves to a new version. The current_schema_version is auto-bumped by incrementing the integer suffix of the current version (e.g., \"v3\" -> \"v4\").
218
249
  * Update Dataset Schema
219
250
  */
220
251
  updateDatasetSchemaApiV1DatasetsDatasetIdSchemaPatch(requestParameters: UpdateDatasetSchemaApiV1DatasetsDatasetIdSchemaPatchRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Dataset>;
@@ -5,7 +5,7 @@
5
5
  * Client Data API
6
6
  * Client Cluster Data API - Manifest-based storage service
7
7
  *
8
- * The version of the OpenAPI document: 1.0.0
8
+ * The version of the OpenAPI document: 1.4.8
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -173,6 +173,9 @@ class DatasetsApi extends runtime.BaseAPI {
173
173
  if (requestParameters['offset'] != null) {
174
174
  queryParameters['offset'] = requestParameters['offset'];
175
175
  }
176
+ if (requestParameters['ids'] != null) {
177
+ queryParameters['ids'] = requestParameters['ids'];
178
+ }
176
179
  const headerParameters = {};
177
180
  const response = await this.request({
178
181
  path: `/api/v1/datasets`,
@@ -216,7 +219,38 @@ class DatasetsApi extends runtime.BaseAPI {
216
219
  await this.syncDatasetStatsApiV1DatasetsDatasetIdSyncStatsPostRaw(requestParameters, initOverrides);
217
220
  }
218
221
  /**
219
- * Update dataset schema definition. Called when schema evolves to a new version.
222
+ * Partially update dataset metadata. Accepts any combination of: name, slug, description, dataset_type. Fields not provided are left unchanged. Bumps the dataset version atomically.
223
+ * Update Dataset
224
+ */
225
+ async updateDatasetApiV1DatasetsDatasetIdPatchRaw(requestParameters, initOverrides) {
226
+ if (requestParameters['datasetId'] == null) {
227
+ throw new runtime.RequiredError('datasetId', 'Required parameter "datasetId" was null or undefined when calling updateDatasetApiV1DatasetsDatasetIdPatch().');
228
+ }
229
+ if (requestParameters['datasetUpdateRequest'] == null) {
230
+ throw new runtime.RequiredError('datasetUpdateRequest', 'Required parameter "datasetUpdateRequest" was null or undefined when calling updateDatasetApiV1DatasetsDatasetIdPatch().');
231
+ }
232
+ const queryParameters = {};
233
+ const headerParameters = {};
234
+ headerParameters['Content-Type'] = 'application/json';
235
+ const response = await this.request({
236
+ path: `/api/v1/datasets/{dataset_id}`.replace(`{${"dataset_id"}}`, encodeURIComponent(String(requestParameters['datasetId']))),
237
+ method: 'PATCH',
238
+ headers: headerParameters,
239
+ query: queryParameters,
240
+ body: (0, index_1.DatasetUpdateRequestToJSON)(requestParameters['datasetUpdateRequest']),
241
+ }, initOverrides);
242
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.DatasetFromJSON)(jsonValue));
243
+ }
244
+ /**
245
+ * Partially update dataset metadata. Accepts any combination of: name, slug, description, dataset_type. Fields not provided are left unchanged. Bumps the dataset version atomically.
246
+ * Update Dataset
247
+ */
248
+ async updateDatasetApiV1DatasetsDatasetIdPatch(requestParameters, initOverrides) {
249
+ const response = await this.updateDatasetApiV1DatasetsDatasetIdPatchRaw(requestParameters, initOverrides);
250
+ return await response.value();
251
+ }
252
+ /**
253
+ * Update dataset schema definition. Called when schema evolves to a new version. The current_schema_version is auto-bumped by incrementing the integer suffix of the current version (e.g., \"v3\" -> \"v4\").
220
254
  * Update Dataset Schema
221
255
  */
222
256
  async updateDatasetSchemaApiV1DatasetsDatasetIdSchemaPatchRaw(requestParameters, initOverrides) {
@@ -239,7 +273,7 @@ class DatasetsApi extends runtime.BaseAPI {
239
273
  return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.DatasetFromJSON)(jsonValue));
240
274
  }
241
275
  /**
242
- * Update dataset schema definition. Called when schema evolves to a new version.
276
+ * Update dataset schema definition. Called when schema evolves to a new version. The current_schema_version is auto-bumped by incrementing the integer suffix of the current version (e.g., \"v3\" -> \"v4\").
243
277
  * Update Dataset Schema
244
278
  */
245
279
  async updateDatasetSchemaApiV1DatasetsDatasetIdSchemaPatch(requestParameters, initOverrides) {
@@ -2,7 +2,7 @@
2
2
  * Client Data API
3
3
  * Client Cluster Data API - Manifest-based storage service
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0
5
+ * The version of the OpenAPI document: 1.4.8
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Client Data API
6
6
  * Client Cluster Data API - Manifest-based storage service
7
7
  *
8
- * The version of the OpenAPI document: 1.0.0
8
+ * The version of the OpenAPI document: 1.4.8
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Client Data API
3
3
  * Client Cluster Data API - Manifest-based storage service
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0
5
+ * The version of the OpenAPI document: 1.4.8
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Client Data API
6
6
  * Client Cluster Data API - Manifest-based storage service
7
7
  *
8
- * The version of the OpenAPI document: 1.0.0
8
+ * The version of the OpenAPI document: 1.4.8
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Client Data API
3
3
  * Client Cluster Data API - Manifest-based storage service
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0
5
+ * The version of the OpenAPI document: 1.4.8
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- import type { BatchContentRequest, BatchContentResponse, BatchGetEntriesRequest, BatchGetEntriesResponse, Entry, EntryCreateRequest, EntryCreateResponse, EntryUpdateRequest, SaveProcessedContentRequest, SaveProcessedContentResponse, UploadFileResponse } from '../models/index';
13
+ import type { BatchContentRequest, BatchContentResponse, BatchGetEntriesRequest, BatchGetEntriesResponse, Entry, EntryCreateRequest, EntryCreateResponse, EntryUpdateRequest, MoveEntryRequest, MoveEntryResponse, SaveProcessedContentRequest, SaveProcessedContentResponse, UploadFileResponse } from '../models/index';
14
14
  export interface BatchGetContentApiV1EntriesBatchContentPostRequest {
15
15
  batchContentRequest: BatchContentRequest;
16
16
  }
@@ -49,6 +49,10 @@ export interface ListEntriesApiV1EntriesGetRequest {
49
49
  limit?: number;
50
50
  statusFilter?: string | null;
51
51
  }
52
+ export interface MoveEntryApiV1EntriesEntryIdMovePostRequest {
53
+ entryId: number;
54
+ moveEntryRequest: MoveEntryRequest;
55
+ }
52
56
  export interface SaveProcessedContentApiV1EntriesEntryIdProcessedPostRequest {
53
57
  entryId: number;
54
58
  saveProcessedContentRequest: SaveProcessedContentRequest;
@@ -133,7 +137,7 @@ export interface EntriesApiInterface {
133
137
  [key: string]: any;
134
138
  }>;
135
139
  /**
136
- * Download a file from an entry. Args: entry_id: Entry ID filename: Specific filename (suffix match against S3 key). If omitted, returns the first file in the section. file_type: Manifest section ``\"original\"`` (default), ``\"processing\"``, or ``\"processed\"`` (figures and other processed outputs).
140
+ * Download a file from an entry. Args: entry_id: Entry ID filename: Specific filename (suffix match against S3 key). If omitted, returns the first file in the section. file_type: Manifest section, ``\"original\"`` (default), ``\"processing\"``, or ``\"processed\"`` (figures and other processed outputs).
137
141
  * @summary Download File
138
142
  * @param {number} entryId
139
143
  * @param {string} [filename]
@@ -144,7 +148,7 @@ export interface EntriesApiInterface {
144
148
  */
145
149
  downloadFileApiV1EntriesEntryIdDownloadGetRaw(requestParameters: DownloadFileApiV1EntriesEntryIdDownloadGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<any>>;
146
150
  /**
147
- * Download a file from an entry. Args: entry_id: Entry ID filename: Specific filename (suffix match against S3 key). If omitted, returns the first file in the section. file_type: Manifest section ``\"original\"`` (default), ``\"processing\"``, or ``\"processed\"`` (figures and other processed outputs).
151
+ * Download a file from an entry. Args: entry_id: Entry ID filename: Specific filename (suffix match against S3 key). If omitted, returns the first file in the section. file_type: Manifest section, ``\"original\"`` (default), ``\"processing\"``, or ``\"processed\"`` (figures and other processed outputs).
148
152
  * Download File
149
153
  */
150
154
  downloadFileApiV1EntriesEntryIdDownloadGet(requestParameters: DownloadFileApiV1EntriesEntryIdDownloadGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
@@ -234,6 +238,21 @@ export interface EntriesApiInterface {
234
238
  listEntriesApiV1EntriesGet(requestParameters: ListEntriesApiV1EntriesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<{
235
239
  [key: string]: any;
236
240
  }>;
241
+ /**
242
+ * Move an entry from its current dataset to a different dataset.
243
+ * @summary Move Entry
244
+ * @param {number} entryId
245
+ * @param {MoveEntryRequest} moveEntryRequest
246
+ * @param {*} [options] Override http request option.
247
+ * @throws {RequiredError}
248
+ * @memberof EntriesApiInterface
249
+ */
250
+ moveEntryApiV1EntriesEntryIdMovePostRaw(requestParameters: MoveEntryApiV1EntriesEntryIdMovePostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MoveEntryResponse>>;
251
+ /**
252
+ * Move an entry from its current dataset to a different dataset.
253
+ * Move Entry
254
+ */
255
+ moveEntryApiV1EntriesEntryIdMovePost(requestParameters: MoveEntryApiV1EntriesEntryIdMovePostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MoveEntryResponse>;
237
256
  /**
238
257
  * Save processed content for an entry. Called by workers/pipelines after processing.
239
258
  * @summary Save Processed Content
@@ -344,12 +363,12 @@ export declare class EntriesApi extends runtime.BaseAPI implements EntriesApiInt
344
363
  [key: string]: any;
345
364
  }>;
346
365
  /**
347
- * Download a file from an entry. Args: entry_id: Entry ID filename: Specific filename (suffix match against S3 key). If omitted, returns the first file in the section. file_type: Manifest section ``\"original\"`` (default), ``\"processing\"``, or ``\"processed\"`` (figures and other processed outputs).
366
+ * Download a file from an entry. Args: entry_id: Entry ID filename: Specific filename (suffix match against S3 key). If omitted, returns the first file in the section. file_type: Manifest section, ``\"original\"`` (default), ``\"processing\"``, or ``\"processed\"`` (figures and other processed outputs).
348
367
  * Download File
349
368
  */
350
369
  downloadFileApiV1EntriesEntryIdDownloadGetRaw(requestParameters: DownloadFileApiV1EntriesEntryIdDownloadGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<any>>;
351
370
  /**
352
- * Download a file from an entry. Args: entry_id: Entry ID filename: Specific filename (suffix match against S3 key). If omitted, returns the first file in the section. file_type: Manifest section ``\"original\"`` (default), ``\"processing\"``, or ``\"processed\"`` (figures and other processed outputs).
371
+ * Download a file from an entry. Args: entry_id: Entry ID filename: Specific filename (suffix match against S3 key). If omitted, returns the first file in the section. file_type: Manifest section, ``\"original\"`` (default), ``\"processing\"``, or ``\"processed\"`` (figures and other processed outputs).
353
372
  * Download File
354
373
  */
355
374
  downloadFileApiV1EntriesEntryIdDownloadGet(requestParameters: DownloadFileApiV1EntriesEntryIdDownloadGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<any>;
@@ -415,6 +434,16 @@ export declare class EntriesApi extends runtime.BaseAPI implements EntriesApiInt
415
434
  listEntriesApiV1EntriesGet(requestParameters: ListEntriesApiV1EntriesGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<{
416
435
  [key: string]: any;
417
436
  }>;
437
+ /**
438
+ * Move an entry from its current dataset to a different dataset.
439
+ * Move Entry
440
+ */
441
+ moveEntryApiV1EntriesEntryIdMovePostRaw(requestParameters: MoveEntryApiV1EntriesEntryIdMovePostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<MoveEntryResponse>>;
442
+ /**
443
+ * Move an entry from its current dataset to a different dataset.
444
+ * Move Entry
445
+ */
446
+ moveEntryApiV1EntriesEntryIdMovePost(requestParameters: MoveEntryApiV1EntriesEntryIdMovePostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<MoveEntryResponse>;
418
447
  /**
419
448
  * Save processed content for an entry. Called by workers/pipelines after processing.
420
449
  * Save Processed Content
@@ -5,7 +5,7 @@
5
5
  * Client Data API
6
6
  * Client Cluster Data API - Manifest-based storage service
7
7
  *
8
- * The version of the OpenAPI document: 1.0.0
8
+ * The version of the OpenAPI document: 1.4.8
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -164,7 +164,7 @@ class EntriesApi extends runtime.BaseAPI {
164
164
  return await response.value();
165
165
  }
166
166
  /**
167
- * Download a file from an entry. Args: entry_id: Entry ID filename: Specific filename (suffix match against S3 key). If omitted, returns the first file in the section. file_type: Manifest section ``\"original\"`` (default), ``\"processing\"``, or ``\"processed\"`` (figures and other processed outputs).
167
+ * Download a file from an entry. Args: entry_id: Entry ID filename: Specific filename (suffix match against S3 key). If omitted, returns the first file in the section. file_type: Manifest section, ``\"original\"`` (default), ``\"processing\"``, or ``\"processed\"`` (figures and other processed outputs).
168
168
  * Download File
169
169
  */
170
170
  async downloadFileApiV1EntriesEntryIdDownloadGetRaw(requestParameters, initOverrides) {
@@ -193,7 +193,7 @@ class EntriesApi extends runtime.BaseAPI {
193
193
  }
194
194
  }
195
195
  /**
196
- * Download a file from an entry. Args: entry_id: Entry ID filename: Specific filename (suffix match against S3 key). If omitted, returns the first file in the section. file_type: Manifest section ``\"original\"`` (default), ``\"processing\"``, or ``\"processed\"`` (figures and other processed outputs).
196
+ * Download a file from an entry. Args: entry_id: Entry ID filename: Specific filename (suffix match against S3 key). If omitted, returns the first file in the section. file_type: Manifest section, ``\"original\"`` (default), ``\"processing\"``, or ``\"processed\"`` (figures and other processed outputs).
197
197
  * Download File
198
198
  */
199
199
  async downloadFileApiV1EntriesEntryIdDownloadGet(requestParameters, initOverrides) {
@@ -352,6 +352,37 @@ class EntriesApi extends runtime.BaseAPI {
352
352
  const response = await this.listEntriesApiV1EntriesGetRaw(requestParameters, initOverrides);
353
353
  return await response.value();
354
354
  }
355
+ /**
356
+ * Move an entry from its current dataset to a different dataset.
357
+ * Move Entry
358
+ */
359
+ async moveEntryApiV1EntriesEntryIdMovePostRaw(requestParameters, initOverrides) {
360
+ if (requestParameters['entryId'] == null) {
361
+ throw new runtime.RequiredError('entryId', 'Required parameter "entryId" was null or undefined when calling moveEntryApiV1EntriesEntryIdMovePost().');
362
+ }
363
+ if (requestParameters['moveEntryRequest'] == null) {
364
+ throw new runtime.RequiredError('moveEntryRequest', 'Required parameter "moveEntryRequest" was null or undefined when calling moveEntryApiV1EntriesEntryIdMovePost().');
365
+ }
366
+ const queryParameters = {};
367
+ const headerParameters = {};
368
+ headerParameters['Content-Type'] = 'application/json';
369
+ const response = await this.request({
370
+ path: `/api/v1/entries/{entry_id}/move`.replace(`{${"entry_id"}}`, encodeURIComponent(String(requestParameters['entryId']))),
371
+ method: 'POST',
372
+ headers: headerParameters,
373
+ query: queryParameters,
374
+ body: (0, index_1.MoveEntryRequestToJSON)(requestParameters['moveEntryRequest']),
375
+ }, initOverrides);
376
+ return new runtime.JSONApiResponse(response, (jsonValue) => (0, index_1.MoveEntryResponseFromJSON)(jsonValue));
377
+ }
378
+ /**
379
+ * Move an entry from its current dataset to a different dataset.
380
+ * Move Entry
381
+ */
382
+ async moveEntryApiV1EntriesEntryIdMovePost(requestParameters, initOverrides) {
383
+ const response = await this.moveEntryApiV1EntriesEntryIdMovePostRaw(requestParameters, initOverrides);
384
+ return await response.value();
385
+ }
355
386
  /**
356
387
  * Save processed content for an entry. Called by workers/pipelines after processing.
357
388
  * Save Processed Content
@@ -2,7 +2,7 @@
2
2
  * Client Data API
3
3
  * Client Cluster Data API - Manifest-based storage service
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0
5
+ * The version of the OpenAPI document: 1.4.8
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -5,7 +5,7 @@
5
5
  * Client Data API
6
6
  * Client Cluster Data API - Manifest-based storage service
7
7
  *
8
- * The version of the OpenAPI document: 1.0.0
8
+ * The version of the OpenAPI document: 1.4.8
9
9
  *
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,7 +2,7 @@
2
2
  * Client Data API
3
3
  * Client Cluster Data API - Manifest-based storage service
4
4
  *
5
- * The version of the OpenAPI document: 1.0.0
5
+ * The version of the OpenAPI document: 1.4.8
6
6
  *
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import * as runtime from '../runtime';
13
- import type { ComponentListResponse, Dataset, DatasetPipelineConfigInput, DatasetPipelineConfigOutput, PresetListResponse } from '../models/index';
13
+ import type { ComponentListResponse, Dataset, DatasetPipelineConfig, PresetListResponse } from '../models/index';
14
14
  export interface ApplyPresetApiV1PipelinesDatasetsDatasetIdApplyPresetPostRequest {
15
15
  datasetId: number;
16
16
  presetName: string;
@@ -22,7 +22,7 @@ export interface ApplyPresetApiV1PipelinesDatasetsDatasetIdApplyPresetPostReques
22
22
  }
23
23
  export interface ConfigurePipelineApiV1PipelinesDatasetsDatasetIdConfigPatchRequest {
24
24
  datasetId: number;
25
- datasetPipelineConfigInput: DatasetPipelineConfigInput;
25
+ datasetPipelineConfig: DatasetPipelineConfig;
26
26
  }
27
27
  export interface DisablePipelineApiV1PipelinesDatasetsDatasetIdConfigDeleteRequest {
28
28
  datasetId: number;
@@ -38,7 +38,7 @@ export interface GetPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGetReques
38
38
  */
39
39
  export interface PipelinesApiInterface {
40
40
  /**
41
- * Apply a pre-defined pipeline preset to a dataset. Presets provide common pipeline configurations (e.g., \"pdf_ocr_qdrant\"). You can optionally override parameters for specific steps. Args: dataset_id: Dataset ID preset_name: Name of the preset (e.g., \"pdf_ocr_qdrant\", \"xml_jats_qdrant\") parameters: Optional parameter overrides per step name Example: {\"chunk\": {\"size\": 2048, \"overlap\": 256}} Returns: Updated dataset with pipeline configuration Available Presets: - pdf_ocr_qdrant: Process PDF files with OCR, chunk, embed, store in Qdrant - xml_jats_qdrant: Process XML JATS files, parse, chunk, embed, store in Qdrant Example: POST /pipelines/datasets/123/apply-preset?preset_name=pdf_ocr_qdrant { \"chunk\": {\"size\": 2048, \"overlap\": 256}, \"embed\": {\"batchsize\": 64} }
41
+ * Apply a pre-defined pipeline preset to a dataset. Presets provide common pipeline configurations (e.g., \"general_purpose\"). You can optionally override parameters for specific steps. Args: dataset_id: Dataset ID preset_name: Name of the preset (e.g., \"general_purpose\") parameters: Optional parameter overrides per step name Example: {\"chunk\": {\"size\": 2048, \"overlap\": 256}} Returns: Updated dataset with pipeline configuration Available Presets: - general_purpose: Process PDF/DOCX files with OCR, figure linking, chunking, embedding, and storage Example: POST /pipelines/datasets/123/apply-preset?preset_name=general_purpose { \"chunk\": {\"size\": 2048, \"overlap\": 256}, \"embed\": {\"batchsize\": 64} }
42
42
  * @summary Apply Preset
43
43
  * @param {number} datasetId
44
44
  * @param {string} presetName
@@ -49,7 +49,7 @@ export interface PipelinesApiInterface {
49
49
  */
50
50
  applyPresetApiV1PipelinesDatasetsDatasetIdApplyPresetPostRaw(requestParameters: ApplyPresetApiV1PipelinesDatasetsDatasetIdApplyPresetPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Dataset>>;
51
51
  /**
52
- * Apply a pre-defined pipeline preset to a dataset. Presets provide common pipeline configurations (e.g., \"pdf_ocr_qdrant\"). You can optionally override parameters for specific steps. Args: dataset_id: Dataset ID preset_name: Name of the preset (e.g., \"pdf_ocr_qdrant\", \"xml_jats_qdrant\") parameters: Optional parameter overrides per step name Example: {\"chunk\": {\"size\": 2048, \"overlap\": 256}} Returns: Updated dataset with pipeline configuration Available Presets: - pdf_ocr_qdrant: Process PDF files with OCR, chunk, embed, store in Qdrant - xml_jats_qdrant: Process XML JATS files, parse, chunk, embed, store in Qdrant Example: POST /pipelines/datasets/123/apply-preset?preset_name=pdf_ocr_qdrant { \"chunk\": {\"size\": 2048, \"overlap\": 256}, \"embed\": {\"batchsize\": 64} }
52
+ * Apply a pre-defined pipeline preset to a dataset. Presets provide common pipeline configurations (e.g., \"general_purpose\"). You can optionally override parameters for specific steps. Args: dataset_id: Dataset ID preset_name: Name of the preset (e.g., \"general_purpose\") parameters: Optional parameter overrides per step name Example: {\"chunk\": {\"size\": 2048, \"overlap\": 256}} Returns: Updated dataset with pipeline configuration Available Presets: - general_purpose: Process PDF/DOCX files with OCR, figure linking, chunking, embedding, and storage Example: POST /pipelines/datasets/123/apply-preset?preset_name=general_purpose { \"chunk\": {\"size\": 2048, \"overlap\": 256}, \"embed\": {\"batchsize\": 64} }
53
53
  * Apply Preset
54
54
  */
55
55
  applyPresetApiV1PipelinesDatasetsDatasetIdApplyPresetPost(requestParameters: ApplyPresetApiV1PipelinesDatasetsDatasetIdApplyPresetPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Dataset>;
@@ -57,7 +57,7 @@ export interface PipelinesApiInterface {
57
57
  * Configure or update the pipeline for a dataset. This sets the pipeline_config JSON that defines which Argo workflow steps to execute when entries are uploaded or manually triggered. Args: dataset_id: Dataset ID config: Complete pipeline configuration (enabled, trigger, steps, timeout) Returns: Updated dataset with pipeline configuration Example: PATCH /pipelines/datasets/123/config { \"enabled\": true, \"trigger\": \"on_upload\", \"timeout\": \"30m\", \"steps\": [ { \"name\": \"ocr\", \"component\": \"mistral-ocr-processor-v1\", \"template\": \"mistral-ocr-processor\", \"parameters\": {}, \"depends\": [], \"consumes\": [] } ] }
58
58
  * @summary Configure Pipeline
59
59
  * @param {number} datasetId
60
- * @param {DatasetPipelineConfigInput} datasetPipelineConfigInput
60
+ * @param {DatasetPipelineConfig} datasetPipelineConfig
61
61
  * @param {*} [options] Override http request option.
62
62
  * @throws {RequiredError}
63
63
  * @memberof PipelinesApiInterface
@@ -90,14 +90,14 @@ export interface PipelinesApiInterface {
90
90
  * @throws {RequiredError}
91
91
  * @memberof PipelinesApiInterface
92
92
  */
93
- getPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGetRaw(requestParameters: GetPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DatasetPipelineConfigOutput>>;
93
+ getPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGetRaw(requestParameters: GetPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DatasetPipelineConfig>>;
94
94
  /**
95
95
  * Get the current pipeline configuration for a dataset. Returns None if no pipeline is configured. Args: dataset_id: Dataset ID Returns: Pipeline configuration or None
96
96
  * Get Pipeline Config
97
97
  */
98
- getPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGet(requestParameters: GetPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DatasetPipelineConfigOutput>;
98
+ getPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGet(requestParameters: GetPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DatasetPipelineConfig>;
99
99
  /**
100
- * Get detailed preset configurations. Returns a dictionary mapping preset names to their full configurations. Use /pipelines/presets for a simple list. Returns: Dictionary of preset configurations Example Response: { \"pdf_ocr_qdrant\": { \"name\": \"pdf_ocr_qdrant\", \"description\": \"Process PDF files: OCR Markdown Chunking Embeddings Qdrant\", \"config\": { ... } } }
100
+ * Get detailed preset configurations. Returns a dictionary mapping preset names to their full configurations. Use /pipelines/presets for a simple list. Returns: Dictionary of preset configurations Example Response: { \"general_purpose\": { \"name\": \"general_purpose\", \"description\": \"Process PDF/DOCX files: OCR -> Link Figures -> Chunk -> Embed -> Store\", \"config\": { ... } } }
101
101
  * @summary Get Preset Details
102
102
  * @param {*} [options] Override http request option.
103
103
  * @throws {RequiredError}
@@ -109,7 +109,7 @@ export interface PipelinesApiInterface {
109
109
  };
110
110
  }>>;
111
111
  /**
112
- * Get detailed preset configurations. Returns a dictionary mapping preset names to their full configurations. Use /pipelines/presets for a simple list. Returns: Dictionary of preset configurations Example Response: { \"pdf_ocr_qdrant\": { \"name\": \"pdf_ocr_qdrant\", \"description\": \"Process PDF files: OCR Markdown Chunking Embeddings Qdrant\", \"config\": { ... } } }
112
+ * Get detailed preset configurations. Returns a dictionary mapping preset names to their full configurations. Use /pipelines/presets for a simple list. Returns: Dictionary of preset configurations Example Response: { \"general_purpose\": { \"name\": \"general_purpose\", \"description\": \"Process PDF/DOCX files: OCR -> Link Figures -> Chunk -> Embed -> Store\", \"config\": { ... } } }
113
113
  * Get Preset Details
114
114
  */
115
115
  getPresetDetailsApiV1PipelinesPresetsDetailsGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<{
@@ -131,7 +131,7 @@ export interface PipelinesApiInterface {
131
131
  */
132
132
  listPipelineComponentsApiV1PipelinesComponentsGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ComponentListResponse>;
133
133
  /**
134
- * List all available pipeline presets. Presets are pre-configured pipeline templates that can be applied to datasets with optional parameter customization. Returns: List of preset names and descriptions Example Response: { \"presets\": [ { \"name\": \"pdf_ocr_qdrant\", \"description\": \"Process PDF files: OCR Markdown Chunking Embeddings Qdrant\" }, { \"name\": \"xml_jats_qdrant\", \"description\": \"Process XML JATS files: Parse → Chunking → Embeddings → Qdrant\" } ], \"total\": 2 }
134
+ * List all available pipeline presets. Presets are pre-configured pipeline templates that can be applied to datasets with optional parameter customization. Returns: List of preset names and descriptions Example Response: { \"presets\": [ { \"name\": \"general_purpose\", \"description\": \"Process PDF/DOCX files: OCR -> Link Figures -> Chunk -> Embed -> Store\" } ], \"total\": 1 }
135
135
  * @summary List Pipeline Presets
136
136
  * @param {*} [options] Override http request option.
137
137
  * @throws {RequiredError}
@@ -139,7 +139,7 @@ export interface PipelinesApiInterface {
139
139
  */
140
140
  listPipelinePresetsApiV1PipelinesPresetsGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PresetListResponse>>;
141
141
  /**
142
- * List all available pipeline presets. Presets are pre-configured pipeline templates that can be applied to datasets with optional parameter customization. Returns: List of preset names and descriptions Example Response: { \"presets\": [ { \"name\": \"pdf_ocr_qdrant\", \"description\": \"Process PDF files: OCR Markdown Chunking Embeddings Qdrant\" }, { \"name\": \"xml_jats_qdrant\", \"description\": \"Process XML JATS files: Parse → Chunking → Embeddings → Qdrant\" } ], \"total\": 2 }
142
+ * List all available pipeline presets. Presets are pre-configured pipeline templates that can be applied to datasets with optional parameter customization. Returns: List of preset names and descriptions Example Response: { \"presets\": [ { \"name\": \"general_purpose\", \"description\": \"Process PDF/DOCX files: OCR -> Link Figures -> Chunk -> Embed -> Store\" } ], \"total\": 1 }
143
143
  * List Pipeline Presets
144
144
  */
145
145
  listPipelinePresetsApiV1PipelinesPresetsGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PresetListResponse>;
@@ -149,12 +149,12 @@ export interface PipelinesApiInterface {
149
149
  */
150
150
  export declare class PipelinesApi extends runtime.BaseAPI implements PipelinesApiInterface {
151
151
  /**
152
- * Apply a pre-defined pipeline preset to a dataset. Presets provide common pipeline configurations (e.g., \"pdf_ocr_qdrant\"). You can optionally override parameters for specific steps. Args: dataset_id: Dataset ID preset_name: Name of the preset (e.g., \"pdf_ocr_qdrant\", \"xml_jats_qdrant\") parameters: Optional parameter overrides per step name Example: {\"chunk\": {\"size\": 2048, \"overlap\": 256}} Returns: Updated dataset with pipeline configuration Available Presets: - pdf_ocr_qdrant: Process PDF files with OCR, chunk, embed, store in Qdrant - xml_jats_qdrant: Process XML JATS files, parse, chunk, embed, store in Qdrant Example: POST /pipelines/datasets/123/apply-preset?preset_name=pdf_ocr_qdrant { \"chunk\": {\"size\": 2048, \"overlap\": 256}, \"embed\": {\"batchsize\": 64} }
152
+ * Apply a pre-defined pipeline preset to a dataset. Presets provide common pipeline configurations (e.g., \"general_purpose\"). You can optionally override parameters for specific steps. Args: dataset_id: Dataset ID preset_name: Name of the preset (e.g., \"general_purpose\") parameters: Optional parameter overrides per step name Example: {\"chunk\": {\"size\": 2048, \"overlap\": 256}} Returns: Updated dataset with pipeline configuration Available Presets: - general_purpose: Process PDF/DOCX files with OCR, figure linking, chunking, embedding, and storage Example: POST /pipelines/datasets/123/apply-preset?preset_name=general_purpose { \"chunk\": {\"size\": 2048, \"overlap\": 256}, \"embed\": {\"batchsize\": 64} }
153
153
  * Apply Preset
154
154
  */
155
155
  applyPresetApiV1PipelinesDatasetsDatasetIdApplyPresetPostRaw(requestParameters: ApplyPresetApiV1PipelinesDatasetsDatasetIdApplyPresetPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<Dataset>>;
156
156
  /**
157
- * Apply a pre-defined pipeline preset to a dataset. Presets provide common pipeline configurations (e.g., \"pdf_ocr_qdrant\"). You can optionally override parameters for specific steps. Args: dataset_id: Dataset ID preset_name: Name of the preset (e.g., \"pdf_ocr_qdrant\", \"xml_jats_qdrant\") parameters: Optional parameter overrides per step name Example: {\"chunk\": {\"size\": 2048, \"overlap\": 256}} Returns: Updated dataset with pipeline configuration Available Presets: - pdf_ocr_qdrant: Process PDF files with OCR, chunk, embed, store in Qdrant - xml_jats_qdrant: Process XML JATS files, parse, chunk, embed, store in Qdrant Example: POST /pipelines/datasets/123/apply-preset?preset_name=pdf_ocr_qdrant { \"chunk\": {\"size\": 2048, \"overlap\": 256}, \"embed\": {\"batchsize\": 64} }
157
+ * Apply a pre-defined pipeline preset to a dataset. Presets provide common pipeline configurations (e.g., \"general_purpose\"). You can optionally override parameters for specific steps. Args: dataset_id: Dataset ID preset_name: Name of the preset (e.g., \"general_purpose\") parameters: Optional parameter overrides per step name Example: {\"chunk\": {\"size\": 2048, \"overlap\": 256}} Returns: Updated dataset with pipeline configuration Available Presets: - general_purpose: Process PDF/DOCX files with OCR, figure linking, chunking, embedding, and storage Example: POST /pipelines/datasets/123/apply-preset?preset_name=general_purpose { \"chunk\": {\"size\": 2048, \"overlap\": 256}, \"embed\": {\"batchsize\": 64} }
158
158
  * Apply Preset
159
159
  */
160
160
  applyPresetApiV1PipelinesDatasetsDatasetIdApplyPresetPost(requestParameters: ApplyPresetApiV1PipelinesDatasetsDatasetIdApplyPresetPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<Dataset>;
@@ -182,14 +182,14 @@ export declare class PipelinesApi extends runtime.BaseAPI implements PipelinesAp
182
182
  * Get the current pipeline configuration for a dataset. Returns None if no pipeline is configured. Args: dataset_id: Dataset ID Returns: Pipeline configuration or None
183
183
  * Get Pipeline Config
184
184
  */
185
- getPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGetRaw(requestParameters: GetPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DatasetPipelineConfigOutput>>;
185
+ getPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGetRaw(requestParameters: GetPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<DatasetPipelineConfig>>;
186
186
  /**
187
187
  * Get the current pipeline configuration for a dataset. Returns None if no pipeline is configured. Args: dataset_id: Dataset ID Returns: Pipeline configuration or None
188
188
  * Get Pipeline Config
189
189
  */
190
- getPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGet(requestParameters: GetPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DatasetPipelineConfigOutput>;
190
+ getPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGet(requestParameters: GetPipelineConfigApiV1PipelinesDatasetsDatasetIdConfigGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<DatasetPipelineConfig>;
191
191
  /**
192
- * Get detailed preset configurations. Returns a dictionary mapping preset names to their full configurations. Use /pipelines/presets for a simple list. Returns: Dictionary of preset configurations Example Response: { \"pdf_ocr_qdrant\": { \"name\": \"pdf_ocr_qdrant\", \"description\": \"Process PDF files: OCR Markdown Chunking Embeddings Qdrant\", \"config\": { ... } } }
192
+ * Get detailed preset configurations. Returns a dictionary mapping preset names to their full configurations. Use /pipelines/presets for a simple list. Returns: Dictionary of preset configurations Example Response: { \"general_purpose\": { \"name\": \"general_purpose\", \"description\": \"Process PDF/DOCX files: OCR -> Link Figures -> Chunk -> Embed -> Store\", \"config\": { ... } } }
193
193
  * Get Preset Details
194
194
  */
195
195
  getPresetDetailsApiV1PipelinesPresetsDetailsGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<{
@@ -198,7 +198,7 @@ export declare class PipelinesApi extends runtime.BaseAPI implements PipelinesAp
198
198
  };
199
199
  }>>;
200
200
  /**
201
- * Get detailed preset configurations. Returns a dictionary mapping preset names to their full configurations. Use /pipelines/presets for a simple list. Returns: Dictionary of preset configurations Example Response: { \"pdf_ocr_qdrant\": { \"name\": \"pdf_ocr_qdrant\", \"description\": \"Process PDF files: OCR Markdown Chunking Embeddings Qdrant\", \"config\": { ... } } }
201
+ * Get detailed preset configurations. Returns a dictionary mapping preset names to their full configurations. Use /pipelines/presets for a simple list. Returns: Dictionary of preset configurations Example Response: { \"general_purpose\": { \"name\": \"general_purpose\", \"description\": \"Process PDF/DOCX files: OCR -> Link Figures -> Chunk -> Embed -> Store\", \"config\": { ... } } }
202
202
  * Get Preset Details
203
203
  */
204
204
  getPresetDetailsApiV1PipelinesPresetsDetailsGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<{
@@ -217,12 +217,12 @@ export declare class PipelinesApi extends runtime.BaseAPI implements PipelinesAp
217
217
  */
218
218
  listPipelineComponentsApiV1PipelinesComponentsGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ComponentListResponse>;
219
219
  /**
220
- * List all available pipeline presets. Presets are pre-configured pipeline templates that can be applied to datasets with optional parameter customization. Returns: List of preset names and descriptions Example Response: { \"presets\": [ { \"name\": \"pdf_ocr_qdrant\", \"description\": \"Process PDF files: OCR Markdown Chunking Embeddings Qdrant\" }, { \"name\": \"xml_jats_qdrant\", \"description\": \"Process XML JATS files: Parse → Chunking → Embeddings → Qdrant\" } ], \"total\": 2 }
220
+ * List all available pipeline presets. Presets are pre-configured pipeline templates that can be applied to datasets with optional parameter customization. Returns: List of preset names and descriptions Example Response: { \"presets\": [ { \"name\": \"general_purpose\", \"description\": \"Process PDF/DOCX files: OCR -> Link Figures -> Chunk -> Embed -> Store\" } ], \"total\": 1 }
221
221
  * List Pipeline Presets
222
222
  */
223
223
  listPipelinePresetsApiV1PipelinesPresetsGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<PresetListResponse>>;
224
224
  /**
225
- * List all available pipeline presets. Presets are pre-configured pipeline templates that can be applied to datasets with optional parameter customization. Returns: List of preset names and descriptions Example Response: { \"presets\": [ { \"name\": \"pdf_ocr_qdrant\", \"description\": \"Process PDF files: OCR Markdown Chunking Embeddings Qdrant\" }, { \"name\": \"xml_jats_qdrant\", \"description\": \"Process XML JATS files: Parse → Chunking → Embeddings → Qdrant\" } ], \"total\": 2 }
225
+ * List all available pipeline presets. Presets are pre-configured pipeline templates that can be applied to datasets with optional parameter customization. Returns: List of preset names and descriptions Example Response: { \"presets\": [ { \"name\": \"general_purpose\", \"description\": \"Process PDF/DOCX files: OCR -> Link Figures -> Chunk -> Embed -> Store\" } ], \"total\": 1 }
226
226
  * List Pipeline Presets
227
227
  */
228
228
  listPipelinePresetsApiV1PipelinesPresetsGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<PresetListResponse>;