@sap-ai-sdk/document-grounding 2.1.0 → 2.1.1-20251113013327.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 (232) hide show
  1. package/dist/client/api/pipelines-api.d.ts +34 -1
  2. package/dist/client/api/pipelines-api.d.ts.map +1 -1
  3. package/dist/client/api/pipelines-api.js +34 -0
  4. package/dist/client/api/pipelines-api.js.map +1 -1
  5. package/dist/client/api/schema/base-document.d.ts +2 -2
  6. package/dist/client/api/schema/base-document.d.ts.map +1 -1
  7. package/dist/client/api/schema/base-pipeline-minimal-response.d.ts +12 -0
  8. package/dist/client/api/schema/base-pipeline-minimal-response.d.ts.map +1 -0
  9. package/dist/client/api/schema/base-pipeline-minimal-response.js +2 -0
  10. package/dist/client/api/schema/base-pipeline-minimal-response.js.map +1 -0
  11. package/dist/client/api/schema/collection-request.d.ts +2 -2
  12. package/dist/client/api/schema/collection-request.d.ts.map +1 -1
  13. package/dist/client/api/schema/collection.d.ts +2 -2
  14. package/dist/client/api/schema/collection.d.ts.map +1 -1
  15. package/dist/client/api/schema/create-pipeline.d.ts +7 -1
  16. package/dist/client/api/schema/create-pipeline.d.ts.map +1 -1
  17. package/dist/client/api/schema/data-repository-with-documents.d.ts +2 -2
  18. package/dist/client/api/schema/data-repository-with-documents.d.ts.map +1 -1
  19. package/dist/client/api/schema/data-repository.d.ts +2 -2
  20. package/dist/client/api/schema/data-repository.d.ts.map +1 -1
  21. package/dist/client/api/schema/document-input.d.ts +2 -2
  22. package/dist/client/api/schema/document-input.d.ts.map +1 -1
  23. package/dist/client/api/schema/document-output.d.ts +4 -4
  24. package/dist/client/api/schema/document-output.d.ts.map +1 -1
  25. package/dist/client/api/schema/document-response.d.ts +2 -2
  26. package/dist/client/api/schema/document-response.d.ts.map +1 -1
  27. package/dist/client/api/schema/document-status.d.ts +1 -1
  28. package/dist/client/api/schema/document-status.d.ts.map +1 -1
  29. package/dist/client/api/schema/document-without-chunks.d.ts +2 -2
  30. package/dist/client/api/schema/document-without-chunks.d.ts.map +1 -1
  31. package/dist/client/api/schema/document.d.ts +4 -4
  32. package/dist/client/api/schema/document.d.ts.map +1 -1
  33. package/dist/client/api/schema/documents-chunk.d.ts +2 -2
  34. package/dist/client/api/schema/documents-chunk.d.ts.map +1 -1
  35. package/dist/client/api/schema/documents-status-response.d.ts +19 -0
  36. package/dist/client/api/schema/documents-status-response.d.ts.map +1 -1
  37. package/dist/client/api/schema/get-pipeline-status.d.ts +10 -0
  38. package/dist/client/api/schema/get-pipeline-status.d.ts.map +1 -1
  39. package/dist/client/api/schema/get-pipeline.d.ts +7 -1
  40. package/dist/client/api/schema/get-pipeline.d.ts.map +1 -1
  41. package/dist/client/api/schema/include-paths-array.d.ts +9 -0
  42. package/dist/client/api/schema/include-paths-array.d.ts.map +1 -0
  43. package/dist/client/api/schema/{common-configuration.js → include-paths-array.js} +1 -1
  44. package/dist/client/api/schema/include-paths-array.js.map +1 -0
  45. package/dist/client/api/schema/index.d.ts +40 -3
  46. package/dist/client/api/schema/index.d.ts.map +1 -1
  47. package/dist/client/api/schema/index.js +40 -3
  48. package/dist/client/api/schema/index.js.map +1 -1
  49. package/dist/client/api/schema/manual-pipeline-trigger.d.ts +14 -0
  50. package/dist/client/api/schema/manual-pipeline-trigger.d.ts.map +1 -0
  51. package/dist/client/api/schema/manual-pipeline-trigger.js +7 -0
  52. package/dist/client/api/schema/manual-pipeline-trigger.js.map +1 -0
  53. package/dist/client/api/schema/meta-data.d.ts +29 -1
  54. package/dist/client/api/schema/meta-data.d.ts.map +1 -1
  55. package/dist/client/api/schema/ms-share-point-configuration-get-response.d.ts +1 -1
  56. package/dist/client/api/schema/ms-share-point-configuration-get-response.d.ts.map +1 -1
  57. package/dist/client/api/schema/ms-share-point-configuration-minimal.d.ts +8 -0
  58. package/dist/client/api/schema/ms-share-point-configuration-minimal.d.ts.map +1 -0
  59. package/dist/client/api/schema/ms-share-point-configuration-minimal.js +2 -0
  60. package/dist/client/api/schema/ms-share-point-configuration-minimal.js.map +1 -0
  61. package/dist/client/api/schema/ms-share-point-configuration.d.ts +4 -0
  62. package/dist/client/api/schema/ms-share-point-configuration.d.ts.map +1 -1
  63. package/dist/client/api/schema/ms-share-point-pipeline-minimal-response.d.ts +14 -0
  64. package/dist/client/api/schema/ms-share-point-pipeline-minimal-response.d.ts.map +1 -0
  65. package/dist/client/api/schema/ms-share-point-pipeline-minimal-response.js +2 -0
  66. package/dist/client/api/schema/ms-share-point-pipeline-minimal-response.js.map +1 -0
  67. package/dist/client/api/schema/patch-pipeline.d.ts +43 -0
  68. package/dist/client/api/schema/patch-pipeline.d.ts.map +1 -0
  69. package/dist/client/api/schema/patch-pipeline.js +7 -0
  70. package/dist/client/api/schema/patch-pipeline.js.map +1 -0
  71. package/dist/client/api/schema/pipeline-document-response.d.ts +8 -1
  72. package/dist/client/api/schema/pipeline-document-response.d.ts.map +1 -1
  73. package/dist/client/api/schema/pipeline-execution-data.d.ts +10 -0
  74. package/dist/client/api/schema/pipeline-execution-data.d.ts.map +1 -1
  75. package/dist/client/api/schema/pipeline-execution-status.d.ts +1 -2
  76. package/dist/client/api/schema/pipeline-execution-status.d.ts.map +1 -1
  77. package/dist/client/api/schema/pipeline-minimal-response.d.ts +20 -0
  78. package/dist/client/api/schema/pipeline-minimal-response.d.ts.map +1 -0
  79. package/dist/client/api/schema/pipeline-minimal-response.js +2 -0
  80. package/dist/client/api/schema/pipeline-minimal-response.js.map +1 -0
  81. package/dist/client/api/schema/retrieval-chunk.d.ts +13 -0
  82. package/dist/client/api/schema/retrieval-chunk.d.ts.map +1 -0
  83. package/dist/client/api/schema/retrieval-chunk.js +2 -0
  84. package/dist/client/api/schema/retrieval-chunk.js.map +1 -0
  85. package/dist/client/api/schema/retrieval-document-key-value-list-pair.d.ts +16 -0
  86. package/dist/client/api/schema/retrieval-document-key-value-list-pair.d.ts.map +1 -0
  87. package/dist/client/api/schema/retrieval-document-key-value-list-pair.js +7 -0
  88. package/dist/client/api/schema/retrieval-document-key-value-list-pair.js.map +1 -0
  89. package/dist/client/api/schema/retrieval-key-value-list-pair.d.ts +11 -0
  90. package/dist/client/api/schema/retrieval-key-value-list-pair.d.ts.map +1 -0
  91. package/dist/client/api/schema/retrieval-key-value-list-pair.js +7 -0
  92. package/dist/client/api/schema/retrieval-key-value-list-pair.js.map +1 -0
  93. package/dist/client/api/schema/retrieval-per-filter-search-result-error.d.ts +7 -0
  94. package/dist/client/api/schema/retrieval-per-filter-search-result-error.d.ts.map +1 -0
  95. package/dist/client/api/schema/retrieval-per-filter-search-result-error.js +7 -0
  96. package/dist/client/api/schema/retrieval-per-filter-search-result-error.js.map +1 -0
  97. package/dist/client/api/schema/retrieval-per-filter-search-result-with-error.d.ts +3 -1
  98. package/dist/client/api/schema/retrieval-per-filter-search-result-with-error.d.ts.map +1 -1
  99. package/dist/client/api/schema/retrieval-per-filter-search-result-with-error.js +0 -5
  100. package/dist/client/api/schema/retrieval-per-filter-search-result-with-error.js.map +1 -1
  101. package/dist/client/api/schema/retrieval-search-configuration.d.ts +14 -0
  102. package/dist/client/api/schema/retrieval-search-configuration.d.ts.map +1 -0
  103. package/dist/client/api/schema/retrieval-search-configuration.js +7 -0
  104. package/dist/client/api/schema/retrieval-search-configuration.js.map +1 -0
  105. package/dist/client/api/schema/retrieval-search-document-key-value-list-pair.d.ts +16 -0
  106. package/dist/client/api/schema/retrieval-search-document-key-value-list-pair.d.ts.map +1 -0
  107. package/dist/client/api/schema/retrieval-search-document-key-value-list-pair.js +2 -0
  108. package/dist/client/api/schema/retrieval-search-document-key-value-list-pair.js.map +1 -0
  109. package/dist/client/api/schema/retrieval-search-filter.d.ts +8 -8
  110. package/dist/client/api/schema/retrieval-search-filter.d.ts.map +1 -1
  111. package/dist/client/api/schema/retrieval-search-select-option-enum.d.ts +5 -0
  112. package/dist/client/api/schema/retrieval-search-select-option-enum.d.ts.map +1 -0
  113. package/dist/client/api/schema/retrieval-search-select-option-enum.js +7 -0
  114. package/dist/client/api/schema/retrieval-search-select-option-enum.js.map +1 -0
  115. package/dist/client/api/schema/s-3-configuration-minimal.d.ts +10 -0
  116. package/dist/client/api/schema/s-3-configuration-minimal.d.ts.map +1 -0
  117. package/dist/client/api/schema/s-3-configuration-minimal.js +2 -0
  118. package/dist/client/api/schema/s-3-configuration-minimal.js.map +1 -0
  119. package/dist/client/api/schema/s-3-configuration.d.ts +18 -0
  120. package/dist/client/api/schema/s-3-configuration.d.ts.map +1 -0
  121. package/dist/client/api/schema/s-3-configuration.js +2 -0
  122. package/dist/client/api/schema/s-3-configuration.js.map +1 -0
  123. package/dist/client/api/schema/s-3-pipeline-create-request.d.ts +2 -2
  124. package/dist/client/api/schema/s-3-pipeline-create-request.d.ts.map +1 -1
  125. package/dist/client/api/schema/s-3-pipeline-get-response.d.ts +2 -2
  126. package/dist/client/api/schema/s-3-pipeline-get-response.d.ts.map +1 -1
  127. package/dist/client/api/schema/s-3-pipeline-minimal-response.d.ts +14 -0
  128. package/dist/client/api/schema/s-3-pipeline-minimal-response.d.ts.map +1 -0
  129. package/dist/client/api/schema/s-3-pipeline-minimal-response.js +2 -0
  130. package/dist/client/api/schema/s-3-pipeline-minimal-response.js.map +1 -0
  131. package/dist/client/api/schema/sdm-pipeline-create-request.d.ts +9 -0
  132. package/dist/client/api/schema/sdm-pipeline-create-request.d.ts.map +1 -0
  133. package/dist/client/api/schema/sdm-pipeline-create-request.js +2 -0
  134. package/dist/client/api/schema/sdm-pipeline-create-request.js.map +1 -0
  135. package/dist/client/api/schema/sdm-pipeline-get-response.d.ts +10 -0
  136. package/dist/client/api/schema/sdm-pipeline-get-response.d.ts.map +1 -0
  137. package/dist/client/api/schema/sdm-pipeline-get-response.js +2 -0
  138. package/dist/client/api/schema/sdm-pipeline-get-response.js.map +1 -0
  139. package/dist/client/api/schema/sdm-pipeline-minimal-response.d.ts +12 -0
  140. package/dist/client/api/schema/sdm-pipeline-minimal-response.d.ts.map +1 -0
  141. package/dist/client/api/schema/sdm-pipeline-minimal-response.js +2 -0
  142. package/dist/client/api/schema/sdm-pipeline-minimal-response.js.map +1 -0
  143. package/dist/client/api/schema/search-pipeline.d.ts +35 -0
  144. package/dist/client/api/schema/search-pipeline.d.ts.map +1 -0
  145. package/dist/client/api/schema/search-pipeline.js +7 -0
  146. package/dist/client/api/schema/search-pipeline.js.map +1 -0
  147. package/dist/client/api/schema/search-pipelines-response.d.ts +9 -0
  148. package/dist/client/api/schema/search-pipelines-response.d.ts.map +1 -0
  149. package/dist/client/api/schema/search-pipelines-response.js +2 -0
  150. package/dist/client/api/schema/search-pipelines-response.js.map +1 -0
  151. package/dist/client/api/schema/sftp-configuration-minimal.d.ts +10 -0
  152. package/dist/client/api/schema/sftp-configuration-minimal.d.ts.map +1 -0
  153. package/dist/client/api/schema/sftp-configuration-minimal.js +2 -0
  154. package/dist/client/api/schema/sftp-configuration-minimal.js.map +1 -0
  155. package/dist/client/api/schema/sftp-configuration.d.ts +18 -0
  156. package/dist/client/api/schema/sftp-configuration.d.ts.map +1 -0
  157. package/dist/client/api/schema/sftp-configuration.js +2 -0
  158. package/dist/client/api/schema/sftp-configuration.js.map +1 -0
  159. package/dist/client/api/schema/sftp-pipeline-create-request.d.ts +2 -2
  160. package/dist/client/api/schema/sftp-pipeline-create-request.d.ts.map +1 -1
  161. package/dist/client/api/schema/sftp-pipeline-get-response.d.ts +2 -2
  162. package/dist/client/api/schema/sftp-pipeline-get-response.d.ts.map +1 -1
  163. package/dist/client/api/schema/sftp-pipeline-minimal-response.d.ts +14 -0
  164. package/dist/client/api/schema/sftp-pipeline-minimal-response.d.ts.map +1 -0
  165. package/dist/client/api/schema/sftp-pipeline-minimal-response.js +2 -0
  166. package/dist/client/api/schema/sftp-pipeline-minimal-response.js.map +1 -0
  167. package/dist/client/api/schema/share-point-site-detail.d.ts +16 -0
  168. package/dist/client/api/schema/share-point-site-detail.d.ts.map +1 -0
  169. package/dist/client/api/schema/share-point-site-detail.js +2 -0
  170. package/dist/client/api/schema/share-point-site-detail.js.map +1 -0
  171. package/dist/client/api/schema/share-point-site.d.ts +2 -7
  172. package/dist/client/api/schema/share-point-site.d.ts.map +1 -1
  173. package/dist/client/api/schema/share-point-site.js +0 -5
  174. package/dist/client/api/schema/share-point-site.js.map +1 -1
  175. package/dist/client/api/schema/text-only-base-chunk.d.ts +2 -2
  176. package/dist/client/api/schema/text-only-base-chunk.d.ts.map +1 -1
  177. package/dist/client/api/schema/text-search-request.d.ts +2 -2
  178. package/dist/client/api/schema/text-search-request.d.ts.map +1 -1
  179. package/dist/client/api/schema/vector-chunk.d.ts +13 -0
  180. package/dist/client/api/schema/vector-chunk.d.ts.map +1 -0
  181. package/dist/client/api/schema/vector-chunk.js +2 -0
  182. package/dist/client/api/schema/vector-chunk.js.map +1 -0
  183. package/dist/client/api/schema/vector-document-key-value-list-pair.d.ts +16 -0
  184. package/dist/client/api/schema/vector-document-key-value-list-pair.d.ts.map +1 -0
  185. package/dist/client/api/schema/vector-document-key-value-list-pair.js +7 -0
  186. package/dist/client/api/schema/vector-document-key-value-list-pair.js.map +1 -0
  187. package/dist/client/api/schema/vector-key-value-list-pair.d.ts +11 -0
  188. package/dist/client/api/schema/vector-key-value-list-pair.d.ts.map +1 -0
  189. package/dist/client/api/schema/vector-key-value-list-pair.js +7 -0
  190. package/dist/client/api/schema/vector-key-value-list-pair.js.map +1 -0
  191. package/dist/client/api/schema/vector-per-filter-search-result.d.ts +9 -0
  192. package/dist/client/api/schema/vector-per-filter-search-result.d.ts.map +1 -0
  193. package/dist/client/api/schema/vector-per-filter-search-result.js +2 -0
  194. package/dist/client/api/schema/vector-per-filter-search-result.js.map +1 -0
  195. package/dist/client/api/schema/vector-search-configuration.d.ts +14 -0
  196. package/dist/client/api/schema/vector-search-configuration.d.ts.map +1 -0
  197. package/dist/client/api/schema/vector-search-configuration.js +7 -0
  198. package/dist/client/api/schema/vector-search-configuration.js.map +1 -0
  199. package/dist/client/api/schema/vector-search-document-key-value-list-pair.d.ts +16 -0
  200. package/dist/client/api/schema/vector-search-document-key-value-list-pair.d.ts.map +1 -0
  201. package/dist/client/api/schema/vector-search-document-key-value-list-pair.js +2 -0
  202. package/dist/client/api/schema/vector-search-document-key-value-list-pair.js.map +1 -0
  203. package/dist/client/api/schema/vector-search-filter.d.ts +33 -0
  204. package/dist/client/api/schema/vector-search-filter.d.ts.map +1 -0
  205. package/dist/client/api/schema/vector-search-filter.js +2 -0
  206. package/dist/client/api/schema/vector-search-filter.js.map +1 -0
  207. package/dist/client/api/schema/vector-search-results.d.ts +11 -0
  208. package/dist/client/api/schema/vector-search-results.d.ts.map +1 -0
  209. package/dist/client/api/schema/vector-search-results.js +2 -0
  210. package/dist/client/api/schema/vector-search-results.js.map +1 -0
  211. package/dist/client/api/schema/vector-search-select-option-enum.d.ts +6 -0
  212. package/dist/client/api/schema/vector-search-select-option-enum.d.ts.map +1 -0
  213. package/dist/client/api/schema/vector-search-select-option-enum.js +7 -0
  214. package/dist/client/api/schema/vector-search-select-option-enum.js.map +1 -0
  215. package/dist/client/api/schema/work-zone-pipeline-create-request.d.ts +9 -0
  216. package/dist/client/api/schema/work-zone-pipeline-create-request.d.ts.map +1 -0
  217. package/dist/client/api/schema/work-zone-pipeline-create-request.js +2 -0
  218. package/dist/client/api/schema/work-zone-pipeline-create-request.js.map +1 -0
  219. package/dist/client/api/schema/work-zone-pipeline-get-response.d.ts +10 -0
  220. package/dist/client/api/schema/work-zone-pipeline-get-response.d.ts.map +1 -0
  221. package/dist/client/api/schema/work-zone-pipeline-get-response.js +2 -0
  222. package/dist/client/api/schema/work-zone-pipeline-get-response.js.map +1 -0
  223. package/dist/client/api/schema/work-zone-pipeline-minimal-response.d.ts +12 -0
  224. package/dist/client/api/schema/work-zone-pipeline-minimal-response.d.ts.map +1 -0
  225. package/dist/client/api/schema/work-zone-pipeline-minimal-response.js +2 -0
  226. package/dist/client/api/schema/work-zone-pipeline-minimal-response.js.map +1 -0
  227. package/dist/client/api/vector-api.d.ts +2 -2
  228. package/dist/client/api/vector-api.d.ts.map +1 -1
  229. package/package.json +2 -2
  230. package/dist/client/api/schema/common-configuration.d.ts +0 -10
  231. package/dist/client/api/schema/common-configuration.d.ts.map +0 -1
  232. package/dist/client/api/schema/common-configuration.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sftp-pipeline-minimal-response.js","sourceRoot":"","sources":["../../../../src/client/api/schema/sftp-pipeline-minimal-response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ import type { IncludePathsArray } from './include-paths-array.js';
2
+ /**
3
+ * Representation of the 'SharePointSiteDetail' schema.
4
+ */
5
+ export type SharePointSiteDetail = {
6
+ /**
7
+ * @example "sharepoint-site-id"
8
+ */
9
+ id?: string;
10
+ /**
11
+ * @example "sharepoint-site-name"
12
+ */
13
+ name: string;
14
+ includePaths?: IncludePathsArray;
15
+ } & Record<string, any>;
16
+ //# sourceMappingURL=share-point-site-detail.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-point-site-detail.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/share-point-site-detail.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,iBAAiB,CAAC;CAClC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=share-point-site-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"share-point-site-detail.js","sourceRoot":"","sources":["../../../../src/client/api/schema/share-point-site-detail.ts"],"names":[],"mappings":""}
@@ -1,3 +1,4 @@
1
+ import type { IncludePathsArray } from './include-paths-array.js';
1
2
  /**
2
3
  * Representation of the 'SharePointSite' schema.
3
4
  */
@@ -6,12 +7,6 @@ export type SharePointSite = {
6
7
  * @example "sharepoint-site-name"
7
8
  */
8
9
  name: string;
9
- /**
10
- * @example [
11
- * "/testFolder1",
12
- * "/testFolder2"
13
- * ]
14
- */
15
- includePaths?: string[];
10
+ includePaths?: IncludePathsArray;
16
11
  } & Record<string, any>;
17
12
  //# sourceMappingURL=share-point-site.d.ts.map
@@ -1 +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"}
1
+ {"version":3,"file":"share-point-site.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/share-point-site.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,CAAC,EAAE,iBAAiB,CAAC;CAClC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -1,7 +1,2 @@
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
1
  export {};
7
2
  //# sourceMappingURL=share-point-site.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"share-point-site.js","sourceRoot":"","sources":["../../../../src/client/api/schema/share-point-site.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
1
+ {"version":3,"file":"share-point-site.js","sourceRoot":"","sources":["../../../../src/client/api/schema/share-point-site.ts"],"names":[],"mappings":""}
@@ -1,9 +1,9 @@
1
- import type { KeyValueListPair } from './key-value-list-pair.js';
1
+ import type { VectorKeyValueListPair } from './vector-key-value-list-pair.js';
2
2
  /**
3
3
  * Representation of the 'TextOnlyBaseChunk' schema.
4
4
  */
5
5
  export type TextOnlyBaseChunk = {
6
6
  content: string;
7
- metadata: KeyValueListPair[];
7
+ metadata: VectorKeyValueListPair[];
8
8
  } & Record<string, any>;
9
9
  //# sourceMappingURL=text-only-base-chunk.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text-only-base-chunk.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/text-only-base-chunk.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,gBAAgB,EAAE,CAAC;CAC9B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"text-only-base-chunk.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/text-only-base-chunk.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,sBAAsB,EAAE,CAAC;CACpC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- import type { SearchFilter } from './search-filter.js';
1
+ import type { VectorSearchFilter } from './vector-search-filter.js';
2
2
  /**
3
3
  * Representation of the 'TextSearchRequest' schema.
4
4
  */
@@ -9,6 +9,6 @@ export type TextSearchRequest = {
9
9
  * Min Length: 1.
10
10
  */
11
11
  query: string;
12
- filters: SearchFilter[];
12
+ filters: VectorSearchFilter[];
13
13
  } & Record<string, any>;
14
14
  //# sourceMappingURL=text-search-request.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text-search-request.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/text-search-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AACvD;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,YAAY,EAAE,CAAC;CACzB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"text-search-request.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/text-search-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,kBAAkB,EAAE,CAAC;CAC/B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { VectorKeyValueListPair } from './vector-key-value-list-pair.js';
2
+ /**
3
+ * Representation of the 'VectorChunk' schema.
4
+ */
5
+ export type VectorChunk = {
6
+ id: string;
7
+ content: string;
8
+ /**
9
+ * Default: [].
10
+ */
11
+ metadata?: VectorKeyValueListPair[];
12
+ } & Record<string, any>;
13
+ //# sourceMappingURL=vector-chunk.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-chunk.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-chunk.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,sBAAsB,EAAE,CAAC;CACrC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=vector-chunk.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-chunk.js","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-chunk.ts"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Representation of the 'VectorDocumentKeyValueListPair' schema.
3
+ */
4
+ export type VectorDocumentKeyValueListPair = {
5
+ /**
6
+ * Max Length: 1024.
7
+ */
8
+ key: string;
9
+ value: string[];
10
+ /**
11
+ * Default match mode for search filters
12
+ * Default: "ANY".
13
+ */
14
+ matchMode?: 'ANY' | 'ALL' | any | null;
15
+ } & Record<string, any>;
16
+ //# sourceMappingURL=vector-document-key-value-list-pair.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-document-key-value-list-pair.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-document-key-value-list-pair.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,8BAA8B,GAAG;IAC3C;;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,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=vector-document-key-value-list-pair.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-document-key-value-list-pair.js","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-document-key-value-list-pair.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Representation of the 'VectorKeyValueListPair' schema.
3
+ */
4
+ export type VectorKeyValueListPair = {
5
+ /**
6
+ * Max Length: 1024.
7
+ */
8
+ key: string;
9
+ value: string[];
10
+ } & Record<string, any>;
11
+ //# sourceMappingURL=vector-key-value-list-pair.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-key-value-list-pair.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-key-value-list-pair.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,EAAE,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=vector-key-value-list-pair.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-key-value-list-pair.js","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-key-value-list-pair.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,9 @@
1
+ import type { DocumentsChunk } from './documents-chunk.js';
2
+ /**
3
+ * Representation of the 'VectorPerFilterSearchResult' schema.
4
+ */
5
+ export type VectorPerFilterSearchResult = {
6
+ filterId: string;
7
+ results: DocumentsChunk[];
8
+ } & Record<string, any>;
9
+ //# sourceMappingURL=vector-per-filter-search-result.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-per-filter-search-result.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-per-filter-search-result.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAC3D;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG;IACxC,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,cAAc,EAAE,CAAC;CAC3B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=vector-per-filter-search-result.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-per-filter-search-result.js","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-per-filter-search-result.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Representation of the 'VectorSearchConfiguration' schema.
3
+ */
4
+ export type VectorSearchConfiguration = {
5
+ /**
6
+ * Maximum number of chunks to be returned. Cannot be used with 'maxDocumentCount'.
7
+ */
8
+ maxChunkCount?: number | null;
9
+ /**
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
+ */
12
+ maxDocumentCount?: number | null;
13
+ } & Record<string, any>;
14
+ //# sourceMappingURL=vector-search-configuration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-search-configuration.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-search-configuration.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC;;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,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=vector-search-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-search-configuration.js","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-search-configuration.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,16 @@
1
+ import type { VectorSearchSelectOptionEnum } from './vector-search-select-option-enum.js';
2
+ /**
3
+ * Representation of the 'VectorSearchDocumentKeyValueListPair' schema.
4
+ */
5
+ export type VectorSearchDocumentKeyValueListPair = {
6
+ /**
7
+ * Max Length: 1024.
8
+ */
9
+ key: string;
10
+ value: string[];
11
+ /**
12
+ * Select mode for search filters
13
+ */
14
+ selectMode?: VectorSearchSelectOptionEnum[];
15
+ } & Record<string, any>;
16
+ //# sourceMappingURL=vector-search-document-key-value-list-pair.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-search-document-key-value-list-pair.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-search-document-key-value-list-pair.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AAC1F;;GAEG;AACH,MAAM,MAAM,oCAAoC,GAAG;IACjD;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB;;OAEG;IACH,UAAU,CAAC,EAAE,4BAA4B,EAAE,CAAC;CAC7C,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=vector-search-document-key-value-list-pair.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-search-document-key-value-list-pair.js","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-search-document-key-value-list-pair.ts"],"names":[],"mappings":""}
@@ -0,0 +1,33 @@
1
+ import type { VectorSearchConfiguration } from './vector-search-configuration.js';
2
+ import type { VectorKeyValueListPair } from './vector-key-value-list-pair.js';
3
+ import type { VectorSearchDocumentKeyValueListPair } from './vector-search-document-key-value-list-pair.js';
4
+ /**
5
+ * Representation of the 'VectorSearchFilter' schema.
6
+ */
7
+ export type VectorSearchFilter = {
8
+ /**
9
+ * Identifier of this VectorSearchFilter - unique per request.
10
+ */
11
+ id: string;
12
+ collectionIds: string[];
13
+ configuration: VectorSearchConfiguration;
14
+ /**
15
+ * Restrict collections considered during search to those annotated with the given metadata. Useful when combined with collections=['*']
16
+ * Default: [].
17
+ * Max Items: 2000.
18
+ */
19
+ collectionMetadata?: VectorKeyValueListPair[];
20
+ /**
21
+ * Restrict documents considered during search to those annotated with the given metadata.
22
+ * Default: [].
23
+ * Max Items: 2000.
24
+ */
25
+ documentMetadata?: VectorSearchDocumentKeyValueListPair[];
26
+ /**
27
+ * Restrict chunks considered during search to those with the given metadata.
28
+ * Default: [].
29
+ * Max Items: 2000.
30
+ */
31
+ chunkMetadata?: VectorKeyValueListPair[];
32
+ } & Record<string, any>;
33
+ //# sourceMappingURL=vector-search-filter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-search-filter.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-search-filter.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,KAAK,EAAE,oCAAoC,EAAE,MAAM,iDAAiD,CAAC;AAC5G;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,EAAE,CAAC;IACxB,aAAa,EAAE,yBAAyB,CAAC;IACzC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAC9C;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,oCAAoC,EAAE,CAAC;IAC1D;;;;OAIG;IACH,aAAa,CAAC,EAAE,sBAAsB,EAAE,CAAC;CAC1C,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=vector-search-filter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-search-filter.js","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-search-filter.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ import type { VectorPerFilterSearchResult } from './vector-per-filter-search-result.js';
2
+ /**
3
+ * Representation of the 'VectorSearchResults' schema.
4
+ */
5
+ export type VectorSearchResults = {
6
+ /**
7
+ * List of returned results.
8
+ */
9
+ results: VectorPerFilterSearchResult[];
10
+ } & Record<string, any>;
11
+ //# sourceMappingURL=vector-search-results.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-search-results.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-search-results.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sCAAsC,CAAC;AACxF;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,OAAO,EAAE,2BAA2B,EAAE,CAAC;CACxC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=vector-search-results.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-search-results.js","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-search-results.ts"],"names":[],"mappings":""}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Representation of the 'VectorSearchSelectOptionEnum' schema.
3
+ * Default: "ignoreIfKeyAbsent".
4
+ */
5
+ export type VectorSearchSelectOptionEnum = 'ignoreIfKeyAbsent' | any;
6
+ //# sourceMappingURL=vector-search-select-option-enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-search-select-option-enum.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-search-select-option-enum.ts"],"names":[],"mappings":"AAMA;;;GAGG;AACH,MAAM,MAAM,4BAA4B,GAAG,mBAAmB,GAAG,GAAG,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=vector-search-select-option-enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vector-search-select-option-enum.js","sourceRoot":"","sources":["../../../../src/client/api/schema/vector-search-select-option-enum.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,9 @@
1
+ import type { MetaData } from './meta-data.js';
2
+ /**
3
+ * Representation of the 'WorkZonePipelineCreateRequest' schema.
4
+ */
5
+ export type WorkZonePipelineCreateRequest = {
6
+ type: 'WorkZone';
7
+ metadata: MetaData;
8
+ } & Record<string, any>;
9
+ //# sourceMappingURL=work-zone-pipeline-create-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-zone-pipeline-create-request.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/work-zone-pipeline-create-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,6BAA6B,GAAG;IAC1C,IAAI,EAAE,UAAU,CAAC;IACjB,QAAQ,EAAE,QAAQ,CAAC;CACpB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=work-zone-pipeline-create-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-zone-pipeline-create-request.js","sourceRoot":"","sources":["../../../../src/client/api/schema/work-zone-pipeline-create-request.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import type { BasePipelineResponse } from './base-pipeline-response.js';
2
+ import type { MetaData } from './meta-data.js';
3
+ /**
4
+ * Representation of the 'WorkZonePipelineGetResponse' schema.
5
+ */
6
+ export type WorkZonePipelineGetResponse = BasePipelineResponse & {
7
+ type?: 'WorkZone';
8
+ metadata: MetaData;
9
+ } & Record<string, any>;
10
+ //# sourceMappingURL=work-zone-pipeline-get-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-zone-pipeline-get-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/work-zone-pipeline-get-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,oBAAoB,GAAG;IAC/D,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,QAAQ,EAAE,QAAQ,CAAC;CACpB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=work-zone-pipeline-get-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-zone-pipeline-get-response.js","sourceRoot":"","sources":["../../../../src/client/api/schema/work-zone-pipeline-get-response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import type { BasePipelineMinimalResponse } from './base-pipeline-minimal-response.js';
2
+ /**
3
+ * Representation of the 'WorkZonePipelineMinimalResponse' schema.
4
+ */
5
+ export type WorkZonePipelineMinimalResponse = BasePipelineMinimalResponse & {
6
+ type: 'WorkZone';
7
+ /**
8
+ * @example true
9
+ */
10
+ metadata?: boolean;
11
+ } & Record<string, any>;
12
+ //# sourceMappingURL=work-zone-pipeline-minimal-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-zone-pipeline-minimal-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/work-zone-pipeline-minimal-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,qCAAqC,CAAC;AACvF;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG,2BAA2B,GAAG;IAC1E,IAAI,EAAE,UAAU,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=work-zone-pipeline-minimal-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"work-zone-pipeline-minimal-response.js","sourceRoot":"","sources":["../../../../src/client/api/schema/work-zone-pipeline-minimal-response.ts"],"names":[],"mappings":""}
@@ -1,5 +1,5 @@
1
1
  import { OpenApiRequestBuilder } from '@sap-ai-sdk/core';
2
- import type { CollectionsListResponse, CollectionRequest, Collection, DocumentResponse, Documents, DocumentCreateRequest, DocumentsListResponse, DocumentUpdateRequest, TextSearchRequest, SearchResults, CollectionCreatedResponse, CollectionPendingResponse, CollectionDeletedResponse } from './schema/index.js';
2
+ import type { CollectionsListResponse, CollectionRequest, Collection, DocumentResponse, Documents, DocumentCreateRequest, DocumentsListResponse, DocumentUpdateRequest, TextSearchRequest, VectorSearchResults, CollectionCreatedResponse, CollectionPendingResponse, CollectionDeletedResponse } from './schema/index.js';
3
3
  /**
4
4
  * Representation of the 'VectorApi'.
5
5
  * This API is part of the 'api' service.
@@ -108,7 +108,7 @@ export declare const VectorApi: {
108
108
  */
109
109
  search: (body: TextSearchRequest, headerParameters: {
110
110
  "AI-Resource-Group": string;
111
- }) => OpenApiRequestBuilder<SearchResults>;
111
+ }) => OpenApiRequestBuilder<VectorSearchResults>;
112
112
  /**
113
113
  * Gets a specific collection status from monitor by ID.
114
114
  * @param id - Collection ID
@@ -1 +1 @@
1
- {"version":3,"file":"vector-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/vector-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,uBAAuB,EACvB,iBAAiB,EACjB,UAAU,EACV,gBAAgB,EAChB,SAAS,EACT,qBAAqB,EACrB,qBAAqB,EACrB,qBAAqB,EACrB,iBAAiB,EACjB,aAAa,EACb,yBAAyB,EACzB,yBAAyB,EACzB,yBAAyB,EAC1B,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,SAAS;;IAEpB;;;;;OAKG;yCAEgB;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;6BAEK,iBAAiB,oBACL;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;sCAEa,MAAM,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;yCAEa,MAAM,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;oCAEa,MAAM,cACR,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;uCAEa,MAAM,cACR,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;oCAEa,MAAM,mBACH;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;oCAEa,MAAM,QACd,qBAAqB,oBACT;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;;OAMG;oCAEa,MAAM,QACd,qBAAqB,oBACT;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;OAKG;mBAEK,iBAAiB,oBACL;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;sCAEG,MAAM,oBACQ;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAanD;;;;;OAKG;sCAEG,MAAM,oBACQ;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAapD,CAAC"}
1
+ {"version":3,"file":"vector-api.d.ts","sourceRoot":"","sources":["../../../src/client/api/vector-api.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACzD,OAAO,KAAK,EACV,uBAAuB,EACvB,iBAAiB,EACjB,UAAU,EACV,gBAAgB,EAChB,SAAS,EACT,qBAAqB,EACrB,qBAAqB,EACrB,qBAAqB,EACrB,iBAAiB,EACjB,mBAAmB,EACnB,yBAAyB,EACzB,yBAAyB,EACzB,yBAAyB,EAC1B,MAAM,mBAAmB,CAAC;AAC3B;;;GAGG;AACH,eAAO,MAAM,SAAS;;IAEpB;;;;;OAKG;yCAEgB;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;6BAEK,iBAAiB,oBACL;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;sCAEa,MAAM,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;yCAEa,MAAM,oBACF;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;oCAEa,MAAM,cACR,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;uCAEa,MAAM,cACR,MAAM,oBACA;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;;OAMG;oCAEa,MAAM,mBACH;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;oCAEa,MAAM,QACd,qBAAqB,oBACT;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;;OAMG;oCAEa,MAAM,QACd,qBAAqB,oBACT;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAYnD;;;;;OAKG;mBAEK,iBAAiB,oBACL;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAWnD;;;;;OAKG;sCAEG,MAAM,oBACQ;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;IAanD;;;;;OAKG;sCAEG,MAAM,oBACQ;QAAE,mBAAmB,EAAE,MAAM,CAAA;KAAE;CAapD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/document-grounding",
3
- "version": "2.1.0",
3
+ "version": "2.1.1-20251113013327.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -27,7 +27,7 @@
27
27
  "internal.d.ts"
28
28
  ],
29
29
  "dependencies": {
30
- "@sap-ai-sdk/core": "^2.1.0"
30
+ "@sap-ai-sdk/core": "^2.1.1-20251113013327.0"
31
31
  },
32
32
  "scripts": {
33
33
  "compile": "tsc",
@@ -1,10 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"common-configuration.js","sourceRoot":"","sources":["../../../../src/client/api/schema/common-configuration.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}