@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
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=pipeline-execution-data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-execution-data.js","sourceRoot":"","sources":["../../../../src/client/api/schema/pipeline-execution-data.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Representation of the 'PipelineExecutionStatus' schema.
3
+ * @example "INPROGRESS"
4
+ */
5
+ export type PipelineExecutionStatus = 'NEW' | 'UNKNOWN' | 'INPROGRESS' | 'FINISHED' | 'FINISHEDWITHERRORS' | 'TIMEOUT';
6
+ //# sourceMappingURL=pipeline-execution-status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-execution-status.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/pipeline-execution-status.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,MAAM,uBAAuB,GAC/B,KAAK,GACL,SAAS,GACT,YAAY,GACZ,UAAU,GACV,oBAAoB,GACpB,SAAS,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=pipeline-execution-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pipeline-execution-status.js","sourceRoot":"","sources":["../../../../src/client/api/schema/pipeline-execution-status.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,8 @@
1
+ import type { DataRepositoryWithDocuments } from './data-repository-with-documents.js';
2
+ /**
3
+ * Representation of the 'RetrievalDataRepositorySearchResult' schema.
4
+ */
5
+ export type RetrievalDataRepositorySearchResult = {
6
+ dataRepository: DataRepositoryWithDocuments;
7
+ } & Record<string, any>;
8
+ //# sourceMappingURL=retrieval-data-repository-search-result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-data-repository-search-result.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-data-repository-search-result.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,qCAAqC,CAAC;AACvF;;GAEG;AACH,MAAM,MAAM,mCAAmC,GAAG;IAChD,cAAc,EAAE,2BAA2B,CAAC;CAC7C,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=retrieval-data-repository-search-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-data-repository-search-result.js","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-data-repository-search-result.ts"],"names":[],"mappings":""}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Representation of the 'RetrievalPerFilterSearchResultWithError' schema.
3
+ */
4
+ export type RetrievalPerFilterSearchResultWithError = {
5
+ message: string;
6
+ } & Record<string, any>;
7
+ //# sourceMappingURL=retrieval-per-filter-search-result-with-error.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-per-filter-search-result-with-error.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-per-filter-search-result-with-error.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,uCAAuC,GAAG;IACpD,OAAO,EAAE,MAAM,CAAC;CACjB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=retrieval-per-filter-search-result-with-error.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-per-filter-search-result-with-error.js","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-per-filter-search-result-with-error.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,13 @@
1
+ import type { RetrievalDataRepositorySearchResult } from './retrieval-data-repository-search-result.js';
2
+ /**
3
+ * Representation of the 'RetrievalPerFilterSearchResult' schema.
4
+ */
5
+ export type RetrievalPerFilterSearchResult = {
6
+ filterId: string;
7
+ /**
8
+ * List of returned results.
9
+ * Default: [].
10
+ */
11
+ results?: RetrievalDataRepositorySearchResult[];
12
+ } & Record<string, any>;
13
+ //# sourceMappingURL=retrieval-per-filter-search-result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-per-filter-search-result.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-per-filter-search-result.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,8CAA8C,CAAC;AACxG;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,OAAO,CAAC,EAAE,mCAAmC,EAAE,CAAC;CACjD,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=retrieval-per-filter-search-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-per-filter-search-result.js","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-per-filter-search-result.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import type { RetrievalPerFilterSearchResult } from './retrieval-per-filter-search-result.js';
2
+ import type { RetrievalPerFilterSearchResultWithError } from './retrieval-per-filter-search-result-with-error.js';
3
+ /**
4
+ * Representation of the 'RetrievalSearchResults' schema.
5
+ */
6
+ export type RetrievalSearchResults = {
7
+ /**
8
+ * List of returned results.
9
+ */
10
+ results: (RetrievalPerFilterSearchResult | RetrievalPerFilterSearchResultWithError)[];
11
+ } & Record<string, any>;
12
+ //# sourceMappingURL=retrieval-search-results.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-search-results.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-search-results.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,yCAAyC,CAAC;AAC9F,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,oDAAoD,CAAC;AAClH;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,OAAO,EAAE,CACL,8BAA8B,GAC9B,uCAAuC,CAC1C,EAAE,CAAC;CACL,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=retrieval-search-results.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-search-results.js","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-search-results.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ import type { CommonConfiguration } from './common-configuration.js';
2
+ import type { MetaData } from './meta-data.js';
3
+ /**
4
+ * Representation of the 'S3PipelineCreateRequest' schema.
5
+ */
6
+ export type S3PipelineCreateRequest = {
7
+ type: 'S3';
8
+ configuration: CommonConfiguration;
9
+ metadata?: MetaData;
10
+ } & Record<string, any>;
11
+ //# sourceMappingURL=s-3-pipeline-create-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s-3-pipeline-create-request.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/s-3-pipeline-create-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,IAAI,CAAC;IACX,aAAa,EAAE,mBAAmB,CAAC;IACnC,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=s-3-pipeline-create-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s-3-pipeline-create-request.js","sourceRoot":"","sources":["../../../../src/client/api/schema/s-3-pipeline-create-request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import type { BasePipelineResponse } from './base-pipeline-response.js';
2
+ import type { CommonConfiguration } from './common-configuration.js';
3
+ /**
4
+ * Representation of the 'S3PipelineGetResponse' schema.
5
+ */
6
+ export type S3PipelineGetResponse = BasePipelineResponse & {
7
+ type?: 'S3';
8
+ configuration: CommonConfiguration;
9
+ } & Record<string, any>;
10
+ //# sourceMappingURL=s-3-pipeline-get-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s-3-pipeline-get-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/s-3-pipeline-get-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,oBAAoB,GAAG;IACzD,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,aAAa,EAAE,mBAAmB,CAAC;CACpC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=s-3-pipeline-get-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s-3-pipeline-get-response.js","sourceRoot":"","sources":["../../../../src/client/api/schema/s-3-pipeline-get-response.ts"],"names":[],"mappings":""}
@@ -5,10 +5,10 @@ export type SearchConfiguration = {
5
5
  /**
6
6
  * Maximum number of chunks to be returned. Cannot be used with 'maxDocumentCount'.
7
7
  */
8
- maxChunkCount?: number;
8
+ maxChunkCount?: number | null;
9
9
  /**
10
10
  * [Only supports 'vector' dataRepositoryType] - Maximum number of documents to be returned. Cannot be used with 'maxChunkCount'. If maxDocumentCount is given, then only one chunk per document is returned.
11
11
  */
12
- maxDocumentCount?: number;
12
+ maxDocumentCount?: number | null;
13
13
  } & Record<string, any>;
14
14
  //# sourceMappingURL=search-configuration.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-configuration.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/search-configuration.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"search-configuration.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/search-configuration.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAClC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,11 @@
1
+ import type { CommonConfiguration } from './common-configuration.js';
2
+ import type { MetaData } from './meta-data.js';
3
+ /**
4
+ * Representation of the 'SFTPPipelineCreateRequest' schema.
5
+ */
6
+ export type SFTPPipelineCreateRequest = {
7
+ type: 'SFTP';
8
+ configuration: CommonConfiguration;
9
+ metadata?: MetaData;
10
+ } & Record<string, any>;
11
+ //# sourceMappingURL=sftp-pipeline-create-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sftp-pipeline-create-request.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/sftp-pipeline-create-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,mBAAmB,CAAC;IACnC,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sftp-pipeline-create-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sftp-pipeline-create-request.js","sourceRoot":"","sources":["../../../../src/client/api/schema/sftp-pipeline-create-request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import type { BasePipelineResponse } from './base-pipeline-response.js';
2
+ import type { CommonConfiguration } from './common-configuration.js';
3
+ /**
4
+ * Representation of the 'SFTPPipelineGetResponse' schema.
5
+ */
6
+ export type SFTPPipelineGetResponse = BasePipelineResponse & {
7
+ type?: 'SFTP';
8
+ configuration: CommonConfiguration;
9
+ } & Record<string, any>;
10
+ //# sourceMappingURL=sftp-pipeline-get-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sftp-pipeline-get-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/sftp-pipeline-get-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,oBAAoB,GAAG;IAC3D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,mBAAmB,CAAC;CACpC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sftp-pipeline-get-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sftp-pipeline-get-response.js","sourceRoot":"","sources":["../../../../src/client/api/schema/sftp-pipeline-get-response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import type { SharePointSiteGetResponse } from './share-point-site-get-response.js';
2
+ /**
3
+ * Representation of the 'SharePointConfigGetResponse' schema.
4
+ */
5
+ export type SharePointConfigGetResponse = {
6
+ site: SharePointSiteGetResponse;
7
+ } & Record<string, any>;
8
+ //# sourceMappingURL=share-point-config-get-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-point-config-get-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/share-point-config-get-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC,IAAI,EAAE,yBAAyB,CAAC;CACjC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=share-point-config-get-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-point-config-get-response.js","sourceRoot":"","sources":["../../../../src/client/api/schema/share-point-config-get-response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import type { SharePointSite } from './share-point-site.js';
2
+ /**
3
+ * Representation of the 'SharePointConfig' schema.
4
+ */
5
+ export type SharePointConfig = {
6
+ site: SharePointSite;
7
+ } & Record<string, any>;
8
+ //# sourceMappingURL=share-point-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-point-config.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/share-point-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAC5D;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,cAAc,CAAC;CACtB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=share-point-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-point-config.js","sourceRoot":"","sources":["../../../../src/client/api/schema/share-point-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Representation of the 'SharePointSiteGetResponse' schema.
3
+ */
4
+ export type SharePointSiteGetResponse = {
5
+ id?: string;
6
+ name: string;
7
+ includePaths?: string[];
8
+ } & Record<string, any>;
9
+ //# sourceMappingURL=share-point-site-get-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-point-site-get-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/share-point-site-get-response.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=share-point-site-get-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-point-site-get-response.js","sourceRoot":"","sources":["../../../../src/client/api/schema/share-point-site-get-response.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Representation of the 'SharePointSite' schema.
3
+ */
4
+ export type SharePointSite = {
5
+ /**
6
+ * @example "sharepoint-site-name"
7
+ */
8
+ name: string;
9
+ /**
10
+ * @example [
11
+ * "/testFolder1",
12
+ * "/testFolder2"
13
+ * ]
14
+ */
15
+ includePaths?: string[];
16
+ } & Record<string, any>;
17
+ //# sourceMappingURL=share-point-site.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-point-site.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/share-point-site.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;;OAKG;IACH,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=share-point-site.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-point-site.js","sourceRoot":"","sources":["../../../../src/client/api/schema/share-point-site.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Representation of the 'ValidationError' schema.
3
+ */
4
+ export type ValidationError = {
5
+ loc: string[];
6
+ msg: string;
7
+ type: string;
8
+ } & Record<string, any>;
9
+ //# sourceMappingURL=validation-error.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation-error.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/validation-error.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B,GAAG,EAAE,MAAM,EAAE,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;CACd,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ /*
2
+ * Copyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ *
4
+ * This is a generated file powered by the SAP Cloud SDK for JavaScript.
5
+ */
6
+ export {};
7
+ //# sourceMappingURL=validation-error.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation-error.js","sourceRoot":"","sources":["../../../../src/client/api/schema/validation-error.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -30,7 +30,7 @@ export declare const VectorApi: {
30
30
  }) => OpenApiRequestBuilder<any>;
31
31
  /**
32
32
  * Gets a specific collection by ID.
33
- * @param collectionId - Path parameter.
33
+ * @param collectionId - Collection ID
34
34
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
35
35
  * @returns The request builder, use the `execute()` method to trigger the request.
36
36
  */
@@ -39,7 +39,7 @@ export declare const VectorApi: {
39
39
  }) => OpenApiRequestBuilder<Collection>;
40
40
  /**
41
41
  * Deletes a specific collection by ID. This operation is asynchronous. Poll the collection for a 404 status code.
42
- * @param collectionId - Path parameter.
42
+ * @param collectionId - Collection ID
43
43
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
44
44
  * @returns The request builder, use the `execute()` method to trigger the request.
45
45
  */
@@ -48,8 +48,8 @@ export declare const VectorApi: {
48
48
  }) => OpenApiRequestBuilder<any>;
49
49
  /**
50
50
  * Gets a specific document in a collection by ID.
51
- * @param collectionId - Path parameter.
52
- * @param documentId - Path parameter.
51
+ * @param collectionId - Collection ID
52
+ * @param documentId - Document ID
53
53
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
54
54
  * @returns The request builder, use the `execute()` method to trigger the request.
55
55
  */
@@ -58,8 +58,8 @@ export declare const VectorApi: {
58
58
  }) => OpenApiRequestBuilder<DocumentResponse>;
59
59
  /**
60
60
  * Deletes a specific document of a collection.
61
- * @param collectionId - Path parameter.
62
- * @param documentId - Path parameter.
61
+ * @param collectionId - Collection ID
62
+ * @param documentId - Document ID
63
63
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
64
64
  * @returns The request builder, use the `execute()` method to trigger the request.
65
65
  */
@@ -68,7 +68,7 @@ export declare const VectorApi: {
68
68
  }) => OpenApiRequestBuilder<any>;
69
69
  /**
70
70
  * Gets a list of documents of a collection.
71
- * @param collectionId - Path parameter.
71
+ * @param collectionId - Collection ID
72
72
  * @param queryParameters - Object containing the following keys: $top, $skip, $count.
73
73
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
74
74
  * @returns The request builder, use the `execute()` method to trigger the request.
@@ -82,7 +82,7 @@ export declare const VectorApi: {
82
82
  }) => OpenApiRequestBuilder<Documents>;
83
83
  /**
84
84
  * Create and stores one or multiple documents into a collection. If omitted, 'id' will be auto-generated.
85
- * @param collectionId - Path parameter.
85
+ * @param collectionId - Collection ID
86
86
  * @param body - Request body.
87
87
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
88
88
  * @returns The request builder, use the `execute()` method to trigger the request.
@@ -92,7 +92,7 @@ export declare const VectorApi: {
92
92
  }) => OpenApiRequestBuilder<DocumentsListResponse>;
93
93
  /**
94
94
  * Upserts the data of multiple documents into a collection.
95
- * @param collectionId - Path parameter.
95
+ * @param collectionId - Collection ID
96
96
  * @param body - Request body.
97
97
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
98
98
  * @returns The request builder, use the `execute()` method to trigger the request.
@@ -101,7 +101,7 @@ export declare const VectorApi: {
101
101
  "AI-Resource-Group": string;
102
102
  }) => OpenApiRequestBuilder<DocumentsListResponse>;
103
103
  /**
104
- * Search chunk by vector
104
+ * Search chunks
105
105
  * @param body - Request body.
106
106
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
107
107
  * @returns The request builder, use the `execute()` method to trigger the request.
@@ -111,7 +111,7 @@ export declare const VectorApi: {
111
111
  }) => OpenApiRequestBuilder<SearchResults>;
112
112
  /**
113
113
  * Gets a specific collection status from monitor by ID.
114
- * @param id - Path parameter.
114
+ * @param id - Collection ID
115
115
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
116
116
  * @returns The request builder, use the `execute()` method to trigger the request.
117
117
  */
@@ -120,7 +120,7 @@ export declare const VectorApi: {
120
120
  }) => OpenApiRequestBuilder<CollectionCreatedResponse | CollectionPendingResponse>;
121
121
  /**
122
122
  * Gets a specific collection status from monitor by ID.
123
- * @param id - Path parameter.
123
+ * @param id - Collection ID
124
124
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
125
125
  * @returns The request builder, use the `execute()` method to trigger the request.
126
126
  */
@@ -32,7 +32,7 @@ export const VectorApi = {
32
32
  }, VectorApi._defaultBasePath),
33
33
  /**
34
34
  * Gets a specific collection by ID.
35
- * @param collectionId - Path parameter.
35
+ * @param collectionId - Collection ID
36
36
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
37
37
  * @returns The request builder, use the `execute()` method to trigger the request.
38
38
  */
@@ -42,7 +42,7 @@ export const VectorApi = {
42
42
  }, VectorApi._defaultBasePath),
43
43
  /**
44
44
  * Deletes a specific collection by ID. This operation is asynchronous. Poll the collection for a 404 status code.
45
- * @param collectionId - Path parameter.
45
+ * @param collectionId - Collection ID
46
46
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
47
47
  * @returns The request builder, use the `execute()` method to trigger the request.
48
48
  */
@@ -52,8 +52,8 @@ export const VectorApi = {
52
52
  }, VectorApi._defaultBasePath),
53
53
  /**
54
54
  * Gets a specific document in a collection by ID.
55
- * @param collectionId - Path parameter.
56
- * @param documentId - Path parameter.
55
+ * @param collectionId - Collection ID
56
+ * @param documentId - Document ID
57
57
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
58
58
  * @returns The request builder, use the `execute()` method to trigger the request.
59
59
  */
@@ -63,8 +63,8 @@ export const VectorApi = {
63
63
  }, VectorApi._defaultBasePath),
64
64
  /**
65
65
  * Deletes a specific document of a collection.
66
- * @param collectionId - Path parameter.
67
- * @param documentId - Path parameter.
66
+ * @param collectionId - Collection ID
67
+ * @param documentId - Document ID
68
68
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
69
69
  * @returns The request builder, use the `execute()` method to trigger the request.
70
70
  */
@@ -74,7 +74,7 @@ export const VectorApi = {
74
74
  }, VectorApi._defaultBasePath),
75
75
  /**
76
76
  * Gets a list of documents of a collection.
77
- * @param collectionId - Path parameter.
77
+ * @param collectionId - Collection ID
78
78
  * @param queryParameters - Object containing the following keys: $top, $skip, $count.
79
79
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
80
80
  * @returns The request builder, use the `execute()` method to trigger the request.
@@ -86,7 +86,7 @@ export const VectorApi = {
86
86
  }, VectorApi._defaultBasePath),
87
87
  /**
88
88
  * Create and stores one or multiple documents into a collection. If omitted, 'id' will be auto-generated.
89
- * @param collectionId - Path parameter.
89
+ * @param collectionId - Collection ID
90
90
  * @param body - Request body.
91
91
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
92
92
  * @returns The request builder, use the `execute()` method to trigger the request.
@@ -98,7 +98,7 @@ export const VectorApi = {
98
98
  }, VectorApi._defaultBasePath),
99
99
  /**
100
100
  * Upserts the data of multiple documents into a collection.
101
- * @param collectionId - Path parameter.
101
+ * @param collectionId - Collection ID
102
102
  * @param body - Request body.
103
103
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
104
104
  * @returns The request builder, use the `execute()` method to trigger the request.
@@ -109,7 +109,7 @@ export const VectorApi = {
109
109
  headerParameters
110
110
  }, VectorApi._defaultBasePath),
111
111
  /**
112
- * Search chunk by vector
112
+ * Search chunks
113
113
  * @param body - Request body.
114
114
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
115
115
  * @returns The request builder, use the `execute()` method to trigger the request.
@@ -120,7 +120,7 @@ export const VectorApi = {
120
120
  }, VectorApi._defaultBasePath),
121
121
  /**
122
122
  * Gets a specific collection status from monitor by ID.
123
- * @param id - Path parameter.
123
+ * @param id - Collection ID
124
124
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
125
125
  * @returns The request builder, use the `execute()` method to trigger the request.
126
126
  */
@@ -130,7 +130,7 @@ export const VectorApi = {
130
130
  }, VectorApi._defaultBasePath),
131
131
  /**
132
132
  * Gets a specific collection status from monitor by ID.
133
- * @param id - Path parameter.
133
+ * @param id - Collection ID
134
134
  * @param headerParameters - Object containing the following keys: AI-Resource-Group.
135
135
  * @returns The request builder, use the `execute()` method to trigger the request.
136
136
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/document-grounding",
3
- "version": "1.15.1-20250709013241.0",
3
+ "version": "1.16.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -22,7 +22,7 @@
22
22
  "internal.d.ts"
23
23
  ],
24
24
  "dependencies": {
25
- "@sap-ai-sdk/core": "^1.15.1-20250709013241.0"
25
+ "@sap-ai-sdk/core": "^1.16.0"
26
26
  },
27
27
  "scripts": {
28
28
  "compile": "tsc",
@@ -1,31 +0,0 @@
1
- /**
2
- * Representation of the 'PipelinePostRequst' schema.
3
- */
4
- export type PipelinePostRequst = {
5
- /**
6
- * @example "MSSharePoint"
7
- */
8
- type: string;
9
- configuration: {
10
- /**
11
- * @example "destination-name"
12
- */
13
- destination: string;
14
- sharePoint?: {
15
- site?: {
16
- /**
17
- * @example "sharepoint-site-name"
18
- */
19
- name?: string;
20
- /**
21
- * @example [
22
- * "/testFolder1",
23
- * "testFolder2"
24
- * ]
25
- */
26
- includePaths?: string[];
27
- } & Record<string, any>;
28
- } & Record<string, any>;
29
- } & Record<string, any>;
30
- } & Record<string, any>;
31
- //# sourceMappingURL=pipeline-post-requst.d.ts.map