@sap-ai-sdk/document-grounding 1.15.1-20250709013241.0 → 1.16.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 (217) hide show
  1. package/dist/client/api/pipelines-api.d.ts +80 -5
  2. package/dist/client/api/pipelines-api.d.ts.map +1 -1
  3. package/dist/client/api/pipelines-api.js +71 -0
  4. package/dist/client/api/pipelines-api.js.map +1 -1
  5. package/dist/client/api/retrieval-api.d.ts +5 -5
  6. package/dist/client/api/retrieval-api.d.ts.map +1 -1
  7. package/dist/client/api/retrieval-api.js +3 -3
  8. package/dist/client/api/schema/base-pipeline-response.d.ts +10 -0
  9. package/dist/client/api/schema/base-pipeline-response.d.ts.map +1 -0
  10. package/dist/client/api/schema/base-pipeline-response.js +2 -0
  11. package/dist/client/api/schema/base-pipeline-response.js.map +1 -0
  12. package/dist/client/api/schema/collection-pending-response.d.ts +0 -3
  13. package/dist/client/api/schema/collection-pending-response.d.ts.map +1 -1
  14. package/dist/client/api/schema/collection-request.d.ts +1 -1
  15. package/dist/client/api/schema/collection-request.d.ts.map +1 -1
  16. package/dist/client/api/schema/collection.d.ts +1 -1
  17. package/dist/client/api/schema/collection.d.ts.map +1 -1
  18. package/dist/client/api/schema/collections-list-response.d.ts +1 -1
  19. package/dist/client/api/schema/collections-list-response.d.ts.map +1 -1
  20. package/dist/client/api/schema/common-configuration.d.ts +10 -0
  21. package/dist/client/api/schema/common-configuration.d.ts.map +1 -0
  22. package/dist/client/api/schema/{pipeline-post-requst.js → common-configuration.js} +1 -1
  23. package/dist/client/api/schema/common-configuration.js.map +1 -0
  24. package/dist/client/api/schema/create-pipeline.d.ts +14 -0
  25. package/dist/client/api/schema/create-pipeline.d.ts.map +1 -0
  26. package/dist/client/api/schema/create-pipeline.js +2 -0
  27. package/dist/client/api/schema/create-pipeline.js.map +1 -0
  28. package/dist/client/api/schema/data-repositories.d.ts +1 -1
  29. package/dist/client/api/schema/data-repositories.d.ts.map +1 -1
  30. package/dist/client/api/schema/data-repository-per-filter-search-result.d.ts +13 -0
  31. package/dist/client/api/schema/data-repository-per-filter-search-result.d.ts.map +1 -0
  32. package/dist/client/api/schema/data-repository-per-filter-search-result.js +2 -0
  33. package/dist/client/api/schema/data-repository-per-filter-search-result.js.map +1 -0
  34. package/dist/client/api/schema/data-repository-search-result.d.ts +8 -0
  35. package/dist/client/api/schema/data-repository-search-result.d.ts.map +1 -0
  36. package/dist/client/api/schema/data-repository-search-result.js +2 -0
  37. package/dist/client/api/schema/data-repository-search-result.js.map +1 -0
  38. package/dist/client/api/schema/data-repository-search-results.d.ts +12 -0
  39. package/dist/client/api/schema/data-repository-search-results.d.ts.map +1 -0
  40. package/dist/client/api/schema/data-repository-search-results.js +2 -0
  41. package/dist/client/api/schema/data-repository-search-results.js.map +1 -0
  42. package/dist/client/api/schema/data-repository-type.d.ts +1 -1
  43. package/dist/client/api/schema/data-repository-type.d.ts.map +1 -1
  44. package/dist/client/api/schema/data-repository-with-documents.d.ts +2 -2
  45. package/dist/client/api/schema/data-repository-with-documents.d.ts.map +1 -1
  46. package/dist/client/api/schema/document-key-value-list-pair.d.ts +1 -1
  47. package/dist/client/api/schema/document-key-value-list-pair.d.ts.map +1 -1
  48. package/dist/client/api/schema/document-status.d.ts +6 -0
  49. package/dist/client/api/schema/document-status.d.ts.map +1 -0
  50. package/dist/client/api/schema/{pipeline-status.js → document-status.js} +1 -1
  51. package/dist/client/api/schema/document-status.js.map +1 -0
  52. package/dist/client/api/schema/{retrieval-document.d.ts → document.d.ts} +3 -3
  53. package/dist/client/api/schema/document.d.ts.map +1 -0
  54. package/dist/client/api/schema/document.js +2 -0
  55. package/dist/client/api/schema/document.js.map +1 -0
  56. package/dist/client/api/schema/documents-status-response.d.ts +18 -0
  57. package/dist/client/api/schema/documents-status-response.d.ts.map +1 -0
  58. package/dist/client/api/schema/documents-status-response.js +2 -0
  59. package/dist/client/api/schema/documents-status-response.js.map +1 -0
  60. package/dist/client/api/schema/documents.d.ts +1 -1
  61. package/dist/client/api/schema/documents.d.ts.map +1 -1
  62. package/dist/client/api/schema/get-pipeline-execution-by-id.d.ts +20 -0
  63. package/dist/client/api/schema/get-pipeline-execution-by-id.d.ts.map +1 -0
  64. package/dist/client/api/schema/get-pipeline-execution-by-id.js +2 -0
  65. package/dist/client/api/schema/get-pipeline-execution-by-id.js.map +1 -0
  66. package/dist/client/api/schema/get-pipeline-executions.d.ts +12 -0
  67. package/dist/client/api/schema/get-pipeline-executions.d.ts.map +1 -0
  68. package/dist/client/api/schema/get-pipeline-executions.js +2 -0
  69. package/dist/client/api/schema/get-pipeline-executions.js.map +1 -0
  70. package/dist/client/api/schema/get-pipeline-status.d.ts +13 -0
  71. package/dist/client/api/schema/get-pipeline-status.d.ts.map +1 -0
  72. package/dist/client/api/schema/get-pipeline-status.js +2 -0
  73. package/dist/client/api/schema/get-pipeline-status.js.map +1 -0
  74. package/dist/client/api/schema/get-pipeline.d.ts +14 -0
  75. package/dist/client/api/schema/get-pipeline.d.ts.map +1 -0
  76. package/dist/client/api/schema/get-pipeline.js +2 -0
  77. package/dist/client/api/schema/get-pipeline.js.map +1 -0
  78. package/dist/client/api/schema/get-pipelines.d.ts +9 -0
  79. package/dist/client/api/schema/get-pipelines.d.ts.map +1 -0
  80. package/dist/client/api/schema/get-pipelines.js +2 -0
  81. package/dist/client/api/schema/get-pipelines.js.map +1 -0
  82. package/dist/client/api/schema/http-validation-error.d.ts +8 -0
  83. package/dist/client/api/schema/http-validation-error.d.ts.map +1 -0
  84. package/dist/client/api/schema/http-validation-error.js +2 -0
  85. package/dist/client/api/schema/http-validation-error.js.map +1 -0
  86. package/dist/client/api/schema/index.d.ts +42 -13
  87. package/dist/client/api/schema/index.d.ts.map +1 -1
  88. package/dist/client/api/schema/index.js +42 -13
  89. package/dist/client/api/schema/index.js.map +1 -1
  90. package/dist/client/api/schema/meta-data.d.ts +10 -0
  91. package/dist/client/api/schema/meta-data.d.ts.map +1 -0
  92. package/dist/client/api/schema/{pipeline.js → meta-data.js} +1 -1
  93. package/dist/client/api/schema/meta-data.js.map +1 -0
  94. package/dist/client/api/schema/ms-share-point-configuration-get-response.d.ts +9 -0
  95. package/dist/client/api/schema/ms-share-point-configuration-get-response.d.ts.map +1 -0
  96. package/dist/client/api/schema/ms-share-point-configuration-get-response.js +2 -0
  97. package/dist/client/api/schema/ms-share-point-configuration-get-response.js.map +1 -0
  98. package/dist/client/api/schema/ms-share-point-configuration.d.ts +12 -0
  99. package/dist/client/api/schema/ms-share-point-configuration.d.ts.map +1 -0
  100. package/dist/client/api/schema/ms-share-point-configuration.js +2 -0
  101. package/dist/client/api/schema/ms-share-point-configuration.js.map +1 -0
  102. package/dist/client/api/schema/ms-share-point-pipeline-create-request.d.ts +11 -0
  103. package/dist/client/api/schema/ms-share-point-pipeline-create-request.d.ts.map +1 -0
  104. package/dist/client/api/schema/ms-share-point-pipeline-create-request.js +2 -0
  105. package/dist/client/api/schema/ms-share-point-pipeline-create-request.js.map +1 -0
  106. package/dist/client/api/schema/ms-share-point-pipeline-get-response.d.ts +10 -0
  107. package/dist/client/api/schema/ms-share-point-pipeline-get-response.d.ts.map +1 -0
  108. package/dist/client/api/schema/ms-share-point-pipeline-get-response.js +2 -0
  109. package/dist/client/api/schema/ms-share-point-pipeline-get-response.js.map +1 -0
  110. package/dist/client/api/schema/per-filter-search-result-error.d.ts +7 -0
  111. package/dist/client/api/schema/per-filter-search-result-error.d.ts.map +1 -0
  112. package/dist/client/api/schema/{retieval-per-filter-search-result-with-error.js → per-filter-search-result-error.js} +1 -1
  113. package/dist/client/api/schema/per-filter-search-result-error.js.map +1 -0
  114. package/dist/client/api/schema/per-filter-search-result-with-error.d.ts +9 -0
  115. package/dist/client/api/schema/per-filter-search-result-with-error.d.ts.map +1 -0
  116. package/dist/client/api/schema/per-filter-search-result-with-error.js +2 -0
  117. package/dist/client/api/schema/per-filter-search-result-with-error.js.map +1 -0
  118. package/dist/client/api/schema/pipeline-document-response.d.ts +24 -0
  119. package/dist/client/api/schema/pipeline-document-response.d.ts.map +1 -0
  120. package/dist/client/api/schema/pipeline-document-response.js +2 -0
  121. package/dist/client/api/schema/pipeline-document-response.js.map +1 -0
  122. package/dist/client/api/schema/pipeline-execution-data.d.ts +12 -0
  123. package/dist/client/api/schema/pipeline-execution-data.d.ts.map +1 -0
  124. package/dist/client/api/schema/pipeline-execution-data.js +2 -0
  125. package/dist/client/api/schema/pipeline-execution-data.js.map +1 -0
  126. package/dist/client/api/schema/pipeline-execution-status.d.ts +6 -0
  127. package/dist/client/api/schema/pipeline-execution-status.d.ts.map +1 -0
  128. package/dist/client/api/schema/pipeline-execution-status.js +7 -0
  129. package/dist/client/api/schema/pipeline-execution-status.js.map +1 -0
  130. package/dist/client/api/schema/retrieval-data-repository-search-result.d.ts +8 -0
  131. package/dist/client/api/schema/retrieval-data-repository-search-result.d.ts.map +1 -0
  132. package/dist/client/api/schema/retrieval-data-repository-search-result.js +2 -0
  133. package/dist/client/api/schema/retrieval-data-repository-search-result.js.map +1 -0
  134. package/dist/client/api/schema/retrieval-per-filter-search-result-with-error.d.ts +7 -0
  135. package/dist/client/api/schema/retrieval-per-filter-search-result-with-error.d.ts.map +1 -0
  136. package/dist/client/api/schema/retrieval-per-filter-search-result-with-error.js +7 -0
  137. package/dist/client/api/schema/retrieval-per-filter-search-result-with-error.js.map +1 -0
  138. package/dist/client/api/schema/retrieval-per-filter-search-result.d.ts +13 -0
  139. package/dist/client/api/schema/retrieval-per-filter-search-result.d.ts.map +1 -0
  140. package/dist/client/api/schema/retrieval-per-filter-search-result.js +2 -0
  141. package/dist/client/api/schema/retrieval-per-filter-search-result.js.map +1 -0
  142. package/dist/client/api/schema/retrieval-search-results.d.ts +12 -0
  143. package/dist/client/api/schema/retrieval-search-results.d.ts.map +1 -0
  144. package/dist/client/api/schema/retrieval-search-results.js +2 -0
  145. package/dist/client/api/schema/retrieval-search-results.js.map +1 -0
  146. package/dist/client/api/schema/s-3-pipeline-create-request.d.ts +11 -0
  147. package/dist/client/api/schema/s-3-pipeline-create-request.d.ts.map +1 -0
  148. package/dist/client/api/schema/s-3-pipeline-create-request.js +2 -0
  149. package/dist/client/api/schema/s-3-pipeline-create-request.js.map +1 -0
  150. package/dist/client/api/schema/s-3-pipeline-get-response.d.ts +10 -0
  151. package/dist/client/api/schema/s-3-pipeline-get-response.d.ts.map +1 -0
  152. package/dist/client/api/schema/s-3-pipeline-get-response.js +2 -0
  153. package/dist/client/api/schema/s-3-pipeline-get-response.js.map +1 -0
  154. package/dist/client/api/schema/search-configuration.d.ts +2 -2
  155. package/dist/client/api/schema/search-configuration.d.ts.map +1 -1
  156. package/dist/client/api/schema/sftp-pipeline-create-request.d.ts +11 -0
  157. package/dist/client/api/schema/sftp-pipeline-create-request.d.ts.map +1 -0
  158. package/dist/client/api/schema/sftp-pipeline-create-request.js +2 -0
  159. package/dist/client/api/schema/sftp-pipeline-create-request.js.map +1 -0
  160. package/dist/client/api/schema/sftp-pipeline-get-response.d.ts +10 -0
  161. package/dist/client/api/schema/sftp-pipeline-get-response.d.ts.map +1 -0
  162. package/dist/client/api/schema/sftp-pipeline-get-response.js +2 -0
  163. package/dist/client/api/schema/sftp-pipeline-get-response.js.map +1 -0
  164. package/dist/client/api/schema/share-point-config-get-response.d.ts +8 -0
  165. package/dist/client/api/schema/share-point-config-get-response.d.ts.map +1 -0
  166. package/dist/client/api/schema/share-point-config-get-response.js +2 -0
  167. package/dist/client/api/schema/share-point-config-get-response.js.map +1 -0
  168. package/dist/client/api/schema/share-point-config.d.ts +8 -0
  169. package/dist/client/api/schema/share-point-config.d.ts.map +1 -0
  170. package/dist/client/api/schema/share-point-config.js +2 -0
  171. package/dist/client/api/schema/share-point-config.js.map +1 -0
  172. package/dist/client/api/schema/share-point-site-get-response.d.ts +9 -0
  173. package/dist/client/api/schema/share-point-site-get-response.d.ts.map +1 -0
  174. package/dist/client/api/schema/share-point-site-get-response.js +7 -0
  175. package/dist/client/api/schema/share-point-site-get-response.js.map +1 -0
  176. package/dist/client/api/schema/share-point-site.d.ts +17 -0
  177. package/dist/client/api/schema/share-point-site.d.ts.map +1 -0
  178. package/dist/client/api/schema/share-point-site.js +7 -0
  179. package/dist/client/api/schema/share-point-site.js.map +1 -0
  180. package/dist/client/api/schema/validation-error.d.ts +9 -0
  181. package/dist/client/api/schema/validation-error.d.ts.map +1 -0
  182. package/dist/client/api/schema/validation-error.js +7 -0
  183. package/dist/client/api/schema/validation-error.js.map +1 -0
  184. package/dist/client/api/vector-api.d.ts +12 -12
  185. package/dist/client/api/vector-api.js +12 -12
  186. package/package.json +2 -2
  187. package/dist/client/api/schema/pipeline-post-requst.d.ts +0 -31
  188. package/dist/client/api/schema/pipeline-post-requst.d.ts.map +0 -1
  189. package/dist/client/api/schema/pipeline-post-requst.js.map +0 -1
  190. package/dist/client/api/schema/pipeline-status.d.ts +0 -11
  191. package/dist/client/api/schema/pipeline-status.d.ts.map +0 -1
  192. package/dist/client/api/schema/pipeline-status.js.map +0 -1
  193. package/dist/client/api/schema/pipeline.d.ts +0 -39
  194. package/dist/client/api/schema/pipeline.d.ts.map +0 -1
  195. package/dist/client/api/schema/pipeline.js.map +0 -1
  196. package/dist/client/api/schema/pipelines.d.ts +0 -9
  197. package/dist/client/api/schema/pipelines.d.ts.map +0 -1
  198. package/dist/client/api/schema/pipelines.js +0 -2
  199. package/dist/client/api/schema/pipelines.js.map +0 -1
  200. package/dist/client/api/schema/retieval-data-repository-search-result.d.ts +0 -8
  201. package/dist/client/api/schema/retieval-data-repository-search-result.d.ts.map +0 -1
  202. package/dist/client/api/schema/retieval-data-repository-search-result.js +0 -2
  203. package/dist/client/api/schema/retieval-data-repository-search-result.js.map +0 -1
  204. package/dist/client/api/schema/retieval-per-filter-search-result-with-error.d.ts +0 -7
  205. package/dist/client/api/schema/retieval-per-filter-search-result-with-error.d.ts.map +0 -1
  206. package/dist/client/api/schema/retieval-per-filter-search-result-with-error.js.map +0 -1
  207. package/dist/client/api/schema/retieval-per-filter-search-result.d.ts +0 -13
  208. package/dist/client/api/schema/retieval-per-filter-search-result.d.ts.map +0 -1
  209. package/dist/client/api/schema/retieval-per-filter-search-result.js +0 -2
  210. package/dist/client/api/schema/retieval-per-filter-search-result.js.map +0 -1
  211. package/dist/client/api/schema/retieval-search-results.d.ts +0 -12
  212. package/dist/client/api/schema/retieval-search-results.d.ts.map +0 -1
  213. package/dist/client/api/schema/retieval-search-results.js +0 -2
  214. package/dist/client/api/schema/retieval-search-results.js.map +0 -1
  215. package/dist/client/api/schema/retrieval-document.d.ts.map +0 -1
  216. package/dist/client/api/schema/retrieval-document.js +0 -2
  217. package/dist/client/api/schema/retrieval-document.js.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
2
- import type { Pipelines, PipelinePostRequst, PipelineId, Pipeline, PipelineStatus } from './schema/index.js';
2
+ import type { GetPipelines, CreatePipeline, PipelineId, GetPipeline, GetPipelineStatus, GetPipelineExecutions, GetPipelineExecutionById, DocumentsStatusResponse, PipelineDocumentResponse } from './schema/index.js';
3
3
  /**
4
4
  * Representation of the 'PipelinesApi'.
5
5
  * This API is part of the 'api' service.
@@ -18,14 +18,14 @@ export declare const PipelinesApi: {
18
18
  $count?: boolean;
19
19
  }, headerParameters: {
20
20
  "AI-Resource-Group": string;
21
- }) => OpenApiRequestBuilder<Pipelines>;
21
+ }) => OpenApiRequestBuilder<GetPipelines>;
22
22
  /**
23
23
  * Create a pipeline
24
24
  * @param body - Request body.
25
25
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
26
26
  * @returns The request builder, use the `execute()` method to trigger the request.
27
27
  */
28
- createPipeline: (body: PipelinePostRequst, headerParameters: {
28
+ createPipeline: (body: CreatePipeline, headerParameters: {
29
29
  "AI-Resource-Group": string;
30
30
  }) => OpenApiRequestBuilder<PipelineId>;
31
31
  /**
@@ -36,7 +36,7 @@ export declare const PipelinesApi: {
36
36
  */
37
37
  getPipelineById: (pipelineId: string, headerParameters: {
38
38
  "AI-Resource-Group": string;
39
- }) => OpenApiRequestBuilder<Pipeline>;
39
+ }) => OpenApiRequestBuilder<GetPipeline>;
40
40
  /**
41
41
  * Delete a pipeline by pipeline id
42
42
  * @param pipelineId - The ID of the pipeline to delete.
@@ -54,6 +54,81 @@ export declare const PipelinesApi: {
54
54
  */
55
55
  getPipelineStatus: (pipelineId: string, headerParameters: {
56
56
  "AI-Resource-Group": string;
57
- }) => OpenApiRequestBuilder<PipelineStatus>;
57
+ }) => OpenApiRequestBuilder<GetPipelineStatus>;
58
+ /**
59
+ * Retrieve all executions for a specific pipeline. Optionally, filter to get only the last execution.
60
+ * @param pipelineId - The ID of the pipeline
61
+ * @param queryParameters - Object containing the following keys: lastExecution, $top, $skip, $count.
62
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
63
+ * @returns The request builder, use the `execute()` method to trigger the request.
64
+ */
65
+ getAllExecutionsForPipeline: (pipelineId: string, queryParameters: {
66
+ lastExecution?: boolean;
67
+ $top?: number;
68
+ $skip?: number;
69
+ $count?: boolean;
70
+ }, headerParameters: {
71
+ "AI-Resource-Group": string;
72
+ }) => OpenApiRequestBuilder<GetPipelineExecutions>;
73
+ /**
74
+ * Retrieve details of a specific pipeline execution by its execution ID.
75
+ * @param pipelineId - The ID of the pipeline
76
+ * @param executionId - The ID of the execution
77
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
78
+ * @returns The request builder, use the `execute()` method to trigger the request.
79
+ */
80
+ getExecutionDetailsByIdForPipelineExecution: (pipelineId: string, executionId: string, headerParameters: {
81
+ "AI-Resource-Group": string;
82
+ }) => OpenApiRequestBuilder<GetPipelineExecutionById>;
83
+ /**
84
+ * Retrieve all documents associated with a specific pipeline execution. Optionally, filter the results using query parameters.
85
+ * @param pipelineId - The ID of the pipeline
86
+ * @param executionId - The ID of the execution
87
+ * @param queryParameters - Object containing the following keys: $top, $skip, $count.
88
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
89
+ * @returns The request builder, use the `execute()` method to trigger the request.
90
+ */
91
+ getDocumentsForPipelineExecution: (pipelineId: string, executionId: string, queryParameters: {
92
+ $top?: number;
93
+ $skip?: number;
94
+ $count?: boolean;
95
+ }, headerParameters: {
96
+ "AI-Resource-Group": string;
97
+ }) => OpenApiRequestBuilder<DocumentsStatusResponse>;
98
+ /**
99
+ * Retrieve details of a specific document associated with a pipeline execution.
100
+ * @param pipelineId - The ID of the pipeline
101
+ * @param executionId - The ID of the execution
102
+ * @param documentId - The ID of the document to get.
103
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
104
+ * @returns The request builder, use the `execute()` method to trigger the request.
105
+ */
106
+ getDocumentByIdForPipelineExecution: (pipelineId: string, executionId: string, documentId: string, headerParameters: {
107
+ "AI-Resource-Group": string;
108
+ }) => OpenApiRequestBuilder<PipelineDocumentResponse>;
109
+ /**
110
+ * Retrieve all documents associated with a specific pipeline. Optionally, filter the results using query parameters.
111
+ * @param pipelineId - The ID of the pipeline to get.
112
+ * @param queryParameters - Object containing the following keys: $top, $skip, $count.
113
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
114
+ * @returns The request builder, use the `execute()` method to trigger the request.
115
+ */
116
+ getAllDocumentsForPipeline: (pipelineId: string, queryParameters: {
117
+ $top?: number;
118
+ $skip?: number;
119
+ $count?: boolean;
120
+ }, headerParameters: {
121
+ "AI-Resource-Group": string;
122
+ }) => OpenApiRequestBuilder<DocumentsStatusResponse>;
123
+ /**
124
+ * Retrieve details of a specific document associated with a pipeline.
125
+ * @param pipelineId - The ID of the pipeline to get.
126
+ * @param documentId - The ID of the document to get.
127
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
128
+ * @returns The request builder, use the `execute()` method to trigger the request.
129
+ */
130
+ getDocumentByIdForPipeline: (pipelineId: string, documentId: string, headerParameters: {
131
+ "AI-Resource-Group": string;
132
+ }) => OpenApiRequestBuilder<PipelineDocumentResponse>;
58
133
  };
59
134
  //# sourceMappingURL=pipelines-api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipelines-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/pipelines-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,SAAS,EACT,kBAAkB,EAClB,UAAU,EACV,QAAQ,EACR,cAAc,EACf,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,YAAY;;IAEvB;;;;;OAKG;uCAEgB;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;2BAEK,kBAAkB,oBACN;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;kCAEW,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;qCAEW,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;oCAEW,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAWpD,CAAC"}
1
+ {"version":3,"file":"pipelines-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/pipelines-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,YAAY,EACZ,cAAc,EACd,UAAU,EACV,WAAW,EACX,iBAAiB,EACjB,qBAAqB,EACrB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,EACzB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,YAAY;;IAEvB;;;;;OAKG;uCAEgB;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;2BAEK,cAAc,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;kCAEW,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;qCAEW,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;oCAEW,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;8CAEW,MAAM,mBACD;QACf,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB,oBACiB;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;;OAMG;8DAEW,MAAM,eACL,MAAM,oBACD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;;OAOG;mDAEW,MAAM,eACL,MAAM,mBACF;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;;;OAOG;sDAEW,MAAM,eACL,MAAM,cACP,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;6CAEW,MAAM,mBACD;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;;OAMG;6CAEW,MAAM,cACN,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAWpD,CAAC"}
@@ -59,6 +59,77 @@ export const PipelinesApi = {
59
59
  getPipelineStatus: (pipelineId, headerParameters) => new OpenApiRequestBuilder('get', '/pipelines/{pipelineId}/status', {
60
60
  pathParameters: { pipelineId },
61
61
  headerParameters
62
+ }, PipelinesApi._defaultBasePath),
63
+ /**
64
+ * Retrieve all executions for a specific pipeline. Optionally, filter to get only the last execution.
65
+ * @param pipelineId - The ID of the pipeline
66
+ * @param queryParameters - Object containing the following keys: lastExecution, $top, $skip, $count.
67
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
68
+ * @returns The request builder, use the `execute()` method to trigger the request.
69
+ */
70
+ getAllExecutionsForPipeline: (pipelineId, queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/pipelines/{pipelineId}/executions', {
71
+ pathParameters: { pipelineId },
72
+ queryParameters,
73
+ headerParameters
74
+ }, PipelinesApi._defaultBasePath),
75
+ /**
76
+ * Retrieve details of a specific pipeline execution by its execution ID.
77
+ * @param pipelineId - The ID of the pipeline
78
+ * @param executionId - The ID of the execution
79
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
80
+ * @returns The request builder, use the `execute()` method to trigger the request.
81
+ */
82
+ getExecutionDetailsByIdForPipelineExecution: (pipelineId, executionId, headerParameters) => new OpenApiRequestBuilder('get', '/pipelines/{pipelineId}/executions/{executionId}', {
83
+ pathParameters: { pipelineId, executionId },
84
+ headerParameters
85
+ }, PipelinesApi._defaultBasePath),
86
+ /**
87
+ * Retrieve all documents associated with a specific pipeline execution. Optionally, filter the results using query parameters.
88
+ * @param pipelineId - The ID of the pipeline
89
+ * @param executionId - The ID of the execution
90
+ * @param queryParameters - Object containing the following keys: $top, $skip, $count.
91
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
92
+ * @returns The request builder, use the `execute()` method to trigger the request.
93
+ */
94
+ getDocumentsForPipelineExecution: (pipelineId, executionId, queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/pipelines/{pipelineId}/executions/{executionId}/documents', {
95
+ pathParameters: { pipelineId, executionId },
96
+ queryParameters,
97
+ headerParameters
98
+ }, PipelinesApi._defaultBasePath),
99
+ /**
100
+ * Retrieve details of a specific document associated with a pipeline execution.
101
+ * @param pipelineId - The ID of the pipeline
102
+ * @param executionId - The ID of the execution
103
+ * @param documentId - The ID of the document to get.
104
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
105
+ * @returns The request builder, use the `execute()` method to trigger the request.
106
+ */
107
+ getDocumentByIdForPipelineExecution: (pipelineId, executionId, documentId, headerParameters) => new OpenApiRequestBuilder('get', '/pipelines/{pipelineId}/executions/{executionId}/documents/{documentId}', {
108
+ pathParameters: { pipelineId, executionId, documentId },
109
+ headerParameters
110
+ }, PipelinesApi._defaultBasePath),
111
+ /**
112
+ * Retrieve all documents associated with a specific pipeline. Optionally, filter the results using query parameters.
113
+ * @param pipelineId - The ID of the pipeline to get.
114
+ * @param queryParameters - Object containing the following keys: $top, $skip, $count.
115
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
116
+ * @returns The request builder, use the `execute()` method to trigger the request.
117
+ */
118
+ getAllDocumentsForPipeline: (pipelineId, queryParameters, headerParameters) => new OpenApiRequestBuilder('get', '/pipelines/{pipelineId}/documents', {
119
+ pathParameters: { pipelineId },
120
+ queryParameters,
121
+ headerParameters
122
+ }, PipelinesApi._defaultBasePath),
123
+ /**
124
+ * Retrieve details of a specific document associated with a pipeline.
125
+ * @param pipelineId - The ID of the pipeline to get.
126
+ * @param documentId - The ID of the document to get.
127
+ * @param headerParameters - Object containing the following keys: AI-Resource-Group.
128
+ * @returns The request builder, use the `execute()` method to trigger the request.
129
+ */
130
+ getDocumentByIdForPipeline: (pipelineId, documentId, headerParameters) => new OpenApiRequestBuilder('get', '/pipelines/{pipelineId}/documents/{documentId}', {
131
+ pathParameters: { pipelineId, documentId },
132
+ headerParameters
62
133
  }, PipelinesApi._defaultBasePath)
63
134
  };
64
135
  //# sourceMappingURL=pipelines-api.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"pipelines-api.js","sourceRoot":"","sources":["../../../src/client/api/pipelines-api.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAQzD;;;GAGG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,gBAAgB,EAAE,wBAAwB;IAC1C;;;;;OAKG;IACH,eAAe,EAAE,CACf,eAAoE,EACpE,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,YAAY,EACZ;QACE,eAAe;QACf,gBAAgB;KACjB,EACD,YAAY,CAAC,gBAAgB,CAC9B;IACH;;;;;OAKG;IACH,cAAc,EAAE,CACd,IAAwB,EACxB,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,MAAM,EACN,YAAY,EACZ;QACE,IAAI;QACJ,gBAAgB;KACjB,EACD,YAAY,CAAC,gBAAgB,CAC9B;IACH;;;;;OAKG;IACH,eAAe,EAAE,CACf,UAAkB,EAClB,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,yBAAyB,EACzB;QACE,cAAc,EAAE,EAAE,UAAU,EAAE;QAC9B,gBAAgB;KACjB,EACD,YAAY,CAAC,gBAAgB,CAC9B;IACH;;;;;OAKG;IACH,kBAAkB,EAAE,CAClB,UAAkB,EAClB,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,QAAQ,EACR,yBAAyB,EACzB;QACE,cAAc,EAAE,EAAE,UAAU,EAAE;QAC9B,gBAAgB;KACjB,EACD,YAAY,CAAC,gBAAgB,CAC9B;IACH;;;;;OAKG;IACH,iBAAiB,EAAE,CACjB,UAAkB,EAClB,gBAAiD,EACjD,EAAE,CACF,IAAI,qBAAqB,CACvB,KAAK,EACL,gCAAgC,EAChC;QACE,cAAc,EAAE,EAAE,UAAU,EAAE;QAC9B,gBAAgB;KACjB,EACD,YAAY,CAAC,gBAAgB,CAC9B;CACJ,CAAC"}
1
+ {"version":3,"file":"pipelines-api.js","sourceRoot":"","sources":["../../../src/client/api/pipelines-api.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
1
  import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
2
- import type { DataRepositories, DataRepository, RetrievalSearchInput, RetievalSearchResults } from './schema/index.js';
2
+ import type { DataRepositories, DataRepository, RetrievalSearchInput, RetrievalSearchResults } from './schema/index.js';
3
3
  /**
4
4
  * Representation of the 'RetrievalApi'.
5
5
  * This API is part of the 'api' service.
@@ -7,7 +7,7 @@ import type { DataRepositories, DataRepository, RetrievalSearchInput, RetievalSe
7
7
  export declare const RetrievalApi: {
8
8
  _defaultBasePath: string;
9
9
  /**
10
- * List all DataRepository objects.
10
+ * List all Data Repositories
11
11
  * @param queryParameters - Object containing the following keys: $top, $skip, $count.
12
12
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
13
13
  * @returns The request builder, use the `execute()` method to trigger the request.
@@ -20,8 +20,8 @@ export declare const RetrievalApi: {
20
20
  "AI-Resource-Group": string;
21
21
  }) => OpenApiRequestBuilder<DataRepositories>;
22
22
  /**
23
- * List single DataRepository object.
24
- * @param repositoryId - Path parameter.
23
+ * List data repository by id
24
+ * @param repositoryId - Repository ID
25
25
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
26
26
  * @returns The request builder, use the `execute()` method to trigger the request.
27
27
  */
@@ -36,6 +36,6 @@ export declare const RetrievalApi: {
36
36
  */
37
37
  search: (body: RetrievalSearchInput, headerParameters: {
38
38
  "AI-Resource-Group": string;
39
- }) => OpenApiRequestBuilder<RetievalSearchResults>;
39
+ }) => OpenApiRequestBuilder<RetrievalSearchResults>;
40
40
  };
41
41
  //# sourceMappingURL=retrieval-api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"retrieval-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/retrieval-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,gBAAgB,EAChB,cAAc,EACd,oBAAoB,EACpB,qBAAqB,EACtB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,YAAY;;IAEvB;;;;;OAKG;2CAEgB;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;0CAEa,MAAM,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;mBAEK,oBAAoB,oBACR;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAWpD,CAAC"}
1
+ {"version":3,"file":"retrieval-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/retrieval-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,gBAAgB,EAChB,cAAc,EACd,oBAAoB,EACpB,sBAAsB,EACvB,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,YAAY;;IAEvB;;;;;OAKG;2CAEgB;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,oBAClD;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;0CAEa,MAAM,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;mBAEK,oBAAoB,oBACR;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAWpD,CAAC"}
@@ -11,7 +11,7 @@ import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
11
11
  export const RetrievalApi = {
12
12
  _defaultBasePath: '/lm/document-grounding',
13
13
  /**
14
- * List all DataRepository objects.
14
+ * List all Data Repositories
15
15
  * @param queryParameters - Object containing the following keys: $top, $skip, $count.
16
16
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
17
17
  * @returns The request builder, use the `execute()` method to trigger the request.
@@ -21,8 +21,8 @@ export const RetrievalApi = {
21
21
  headerParameters
22
22
  }, RetrievalApi._defaultBasePath),
23
23
  /**
24
- * List single DataRepository object.
25
- * @param repositoryId - Path parameter.
24
+ * List data repository by id
25
+ * @param repositoryId - Repository ID
26
26
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
27
27
  * @returns The request builder, use the `execute()` method to trigger the request.
28
28
  */
@@ -0,0 +1,10 @@
1
+ import type { MetaData } from './meta-data.js';
2
+ /**
3
+ * Representation of the 'BasePipelineResponse' schema.
4
+ */
5
+ export type BasePipelineResponse = {
6
+ id: string;
7
+ type: string;
8
+ metadata?: MetaData;
9
+ } & Record<string, any>;
10
+ //# sourceMappingURL=base-pipeline-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base-pipeline-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/base-pipeline-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=base-pipeline-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base-pipeline-response.js","sourceRoot":"","sources":["../../../../src/client/api/schema/base-pipeline-response.ts"],"names":[],"mappings":""}
@@ -2,9 +2,6 @@
2
2
  * Representation of the 'CollectionPendingResponse' schema.
3
3
  */
4
4
  export type CollectionPendingResponse = {
5
- /**
6
- * Format: "uri".
7
- */
8
5
  Location: string;
9
6
  status: string;
10
7
  } & Record<string, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"collection-pending-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/collection-pending-response.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"collection-pending-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/collection-pending-response.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAChB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -4,7 +4,7 @@ import type { KeyValueListPair } from './key-value-list-pair.js';
4
4
  * A request for creating a new, single collection.
5
5
  */
6
6
  export type CollectionRequest = {
7
- title?: string;
7
+ title?: string | null;
8
8
  embeddingConfig: EmbeddingConfig;
9
9
  /**
10
10
  * Metadata attached to collection. Useful to restrict search to a subset of collections.
@@ -1 +1 @@
1
- {"version":3,"file":"collection-request.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/collection-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,eAAe,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;CAC/B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"collection-request.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/collection-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,eAAe,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;CAC/B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -4,7 +4,7 @@ import type { KeyValueListPair } from './key-value-list-pair.js';
4
4
  * A logical grouping of content.
5
5
  */
6
6
  export type Collection = {
7
- title?: string;
7
+ title?: string | null;
8
8
  embeddingConfig: EmbeddingConfig;
9
9
  /**
10
10
  * Metadata attached to collection. Useful to restrict search to a subset of collections.
@@ -1 +1 @@
1
- {"version":3,"file":"collection.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/collection.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,eAAe,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC9B;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"collection.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/collection.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,eAAe,EAAE,eAAe,CAAC;IACjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC9B;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -3,7 +3,7 @@ import type { Collection } from './collection.js';
3
3
  * A response containing collections retrieved from the server.
4
4
  */
5
5
  export type CollectionsListResponse = {
6
- resources: Collection[];
7
6
  count?: number;
7
+ resources: Collection[];
8
8
  } & Record<string, any>;
9
9
  //# sourceMappingURL=collections-list-response.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"collections-list-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/collections-list-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,EAAE,UAAU,EAAE,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"collections-list-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/collections-list-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,UAAU,EAAE,CAAC;CACzB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Representation of the 'CommonConfiguration' schema.
3
+ */
4
+ export type CommonConfiguration = {
5
+ /**
6
+ * @example "generic-secret-name"
7
+ */
8
+ destination: string;
9
+ } & Record<string, any>;
10
+ //# sourceMappingURL=common-configuration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-configuration.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/common-configuration.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CACrB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -4,4 +4,4 @@
4
4
  * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=pipeline-post-requst.js.map
7
+ //# sourceMappingURL=common-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"common-configuration.js","sourceRoot":"","sources":["../../../../src/client/api/schema/common-configuration.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,14 @@
1
+ import type { MSSharePointPipelineCreateRequest } from './ms-share-point-pipeline-create-request.js';
2
+ import type { S3PipelineCreateRequest } from './s-3-pipeline-create-request.js';
3
+ import type { SFTPPipelineCreateRequest } from './sftp-pipeline-create-request.js';
4
+ /**
5
+ * Representation of the 'CreatePipeline' schema.
6
+ */
7
+ export type CreatePipeline = ({
8
+ type: 'MSSharePoint';
9
+ } & MSSharePointPipelineCreateRequest) | ({
10
+ type: 'S3';
11
+ } & S3PipelineCreateRequest) | ({
12
+ type: 'SFTP';
13
+ } & SFTPPipelineCreateRequest);
14
+ //# sourceMappingURL=create-pipeline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-pipeline.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/create-pipeline.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,6CAA6C,CAAC;AACrG,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAChF,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AACnF;;GAEG;AACH,MAAM,MAAM,cAAc,GACtB,CAAC;IAAE,IAAI,EAAE,cAAc,CAAA;CAAE,GAAG,iCAAiC,CAAC,GAC9D,CAAC;IAAE,IAAI,EAAE,IAAI,CAAA;CAAE,GAAG,uBAAuB,CAAC,GAC1C,CAAC;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,GAAG,yBAAyB,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=create-pipeline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-pipeline.js","sourceRoot":"","sources":["../../../../src/client/api/schema/create-pipeline.ts"],"names":[],"mappings":""}
@@ -3,7 +3,7 @@ import type { DataRepository } from './data-repository.js';
3
3
  * Representation of the 'DataRepositories' schema.
4
4
  */
5
5
  export type DataRepositories = {
6
- resources: DataRepository[];
7
6
  count?: number;
7
+ resources: DataRepository[];
8
8
  } & Record<string, any>;
9
9
  //# sourceMappingURL=data-repositories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-repositories.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repositories.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,SAAS,EAAE,cAAc,EAAE,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"data-repositories.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repositories.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,cAAc,EAAE,CAAC;CAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { DataRepositorySearchResult } from './data-repository-search-result.js';
2
+ /**
3
+ * Representation of the 'DataRepositoryPerFilterSearchResult' schema.
4
+ */
5
+ export type DataRepositoryPerFilterSearchResult = {
6
+ filterId: string;
7
+ /**
8
+ * List of returned results.
9
+ * Default: [].
10
+ */
11
+ results?: DataRepositorySearchResult[];
12
+ } & Record<string, any>;
13
+ //# sourceMappingURL=data-repository-per-filter-search-result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-repository-per-filter-search-result.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-per-filter-search-result.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oCAAoC,CAAC;AACrF;;GAEG;AACH,MAAM,MAAM,mCAAmC,GAAG;IAChD,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,OAAO,CAAC,EAAE,0BAA0B,EAAE,CAAC;CACxC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data-repository-per-filter-search-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-repository-per-filter-search-result.js","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-per-filter-search-result.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import type { DataRepositoryWithDocuments } from './data-repository-with-documents.js';
2
+ /**
3
+ * Representation of the 'DataRepositorySearchResult' schema.
4
+ */
5
+ export type DataRepositorySearchResult = {
6
+ dataRepository: DataRepositoryWithDocuments;
7
+ } & Record<string, any>;
8
+ //# sourceMappingURL=data-repository-search-result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-repository-search-result.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-search-result.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,qCAAqC,CAAC;AACvF;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG;IACvC,cAAc,EAAE,2BAA2B,CAAC;CAC7C,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data-repository-search-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-repository-search-result.js","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-search-result.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import type { DataRepositoryPerFilterSearchResult } from './data-repository-per-filter-search-result.js';
2
+ import type { PerFilterSearchResultWithError } from './per-filter-search-result-with-error.js';
3
+ /**
4
+ * Representation of the 'DataRepositorySearchResults' schema.
5
+ */
6
+ export type DataRepositorySearchResults = {
7
+ /**
8
+ * List of returned results.
9
+ */
10
+ results: (DataRepositoryPerFilterSearchResult | PerFilterSearchResultWithError)[];
11
+ } & Record<string, any>;
12
+ //# sourceMappingURL=data-repository-search-results.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-repository-search-results.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-search-results.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AACzG,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC/F;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;OAEG;IACH,OAAO,EAAE,CACL,mCAAmC,GACnC,8BAA8B,CACjC,EAAE,CAAC;CACL,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=data-repository-search-results.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-repository-search-results.js","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-search-results.ts"],"names":[],"mappings":""}
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Representation of the 'DataRepositoryType' schema.
3
3
  */
4
- export type DataRepositoryType = 'vector' | any;
4
+ export type DataRepositoryType = 'vector' | 'help.sap.com' | any;
5
5
  //# sourceMappingURL=data-repository-type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-repository-type.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-type.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG,GAAG,CAAC"}
1
+ {"version":3,"file":"data-repository-type.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-type.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG,cAAc,GAAG,GAAG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import type { KeyValueListPair } from './key-value-list-pair.js';
2
- import type { RetrievalDocument } from './retrieval-document.js';
2
+ import type { Document } from './document.js';
3
3
  /**
4
4
  * DataRepository schema returned by the Vector search endpoint
5
5
  */
@@ -14,6 +14,6 @@ export type DataRepositoryWithDocuments = {
14
14
  * Metadata attached to DataRepository. Useful to later limit search to a subset of DataRepositories.
15
15
  */
16
16
  metadata?: KeyValueListPair[];
17
- documents: RetrievalDocument[];
17
+ documents: Document[];
18
18
  } & Record<string, any>;
19
19
  //# sourceMappingURL=data-repository-with-documents.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-repository-with-documents.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-with-documents.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC9B,SAAS,EAAE,iBAAiB,EAAE,CAAC;CAChC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"data-repository-with-documents.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-with-documents.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAC9C;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC;;;OAGG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,QAAQ,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC9B,SAAS,EAAE,QAAQ,EAAE,CAAC;CACvB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -11,6 +11,6 @@ export type DocumentKeyValueListPair = {
11
11
  * Default match mode for search filters
12
12
  * Default: "ANY".
13
13
  */
14
- matchMode?: 'ANY' | 'ALL' | any | Record<string, any>;
14
+ matchMode?: 'ANY' | 'ALL' | any | null;
15
15
  } & Record<string, any>;
16
16
  //# sourceMappingURL=document-key-value-list-pair.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"document-key-value-list-pair.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document-key-value-list-pair.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,GAAG,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACvD,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"document-key-value-list-pair.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document-key-value-list-pair.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB;;;OAGG;IACH,SAAS,CAAC,EAAE,KAAK,GAAG,KAAK,GAAG,GAAG,GAAG,IAAI,CAAC;CACxC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Representation of the 'DocumentStatus' schema.
3
+ * @example "INDEXED"
4
+ */
5
+ export type DocumentStatus = 'TO_BE_PROCESSED' | 'INDEXED' | 'REINDEXED' | 'DEINDEXED' | 'FAILED' | 'FAILED_TO_BE_RETRIED';
6
+ //# sourceMappingURL=document-status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-status.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document-status.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,MAAM,cAAc,GACtB,iBAAiB,GACjB,SAAS,GACT,WAAW,GACX,WAAW,GACX,QAAQ,GACR,sBAAsB,CAAC"}
@@ -4,4 +4,4 @@
4
4
  * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
5
  */
6
6
  export {};
7
- //# sourceMappingURL=pipeline-status.js.map
7
+ //# sourceMappingURL=document-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-status.js","sourceRoot":"","sources":["../../../../src/client/api/schema/document-status.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1,9 +1,9 @@
1
1
  import type { DocumentKeyValueListPair } from './document-key-value-list-pair.js';
2
2
  import type { Chunk } from './chunk.js';
3
3
  /**
4
- * Representation of the 'RetrievalDocument' schema.
4
+ * Representation of the 'Document' schema.
5
5
  */
6
- export type RetrievalDocument = {
6
+ export type Document = {
7
7
  id: string;
8
8
  /**
9
9
  * Default: [].
@@ -11,4 +11,4 @@ export type RetrievalDocument = {
11
11
  metadata?: DocumentKeyValueListPair[];
12
12
  chunks: Chunk[];
13
13
  } & Record<string, any>;
14
- //# sourceMappingURL=retrieval-document.d.ts.map
14
+ //# sourceMappingURL=document.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/document.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAClF,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,QAAQ,CAAC,EAAE,wBAAwB,EAAE,CAAC;IACtC,MAAM,EAAE,KAAK,EAAE,CAAC;CACjB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=document.js.map