@sap-ai-sdk/document-grounding 2.1.0 → 2.1.1-20251112121513.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,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-key-value-list-pair.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-key-value-list-pair.js","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-key-value-list-pair.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Representation of the 'RetrievalPerFilterSearchResultError' schema.
3
+ */
4
+ export type RetrievalPerFilterSearchResultError = {
5
+ message: string;
6
+ } & Record<string, any>;
7
+ //# sourceMappingURL=retrieval-per-filter-search-result-error.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-per-filter-search-result-error.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-per-filter-search-result-error.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,mCAAmC,GAAG;IAChD,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-error.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-per-filter-search-result-error.js","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-per-filter-search-result-error.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -1,7 +1,9 @@
1
+ import type { RetrievalPerFilterSearchResultError } from './retrieval-per-filter-search-result-error.js';
1
2
  /**
2
3
  * Representation of the 'RetrievalPerFilterSearchResultWithError' schema.
3
4
  */
4
5
  export type RetrievalPerFilterSearchResultWithError = {
5
- message: string;
6
+ filterId: string;
7
+ error?: RetrievalPerFilterSearchResultError;
6
8
  } & Record<string, any>;
7
9
  //# sourceMappingURL=retrieval-per-filter-search-result-with-error.d.ts.map
@@ -1 +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"}
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":"AAKA,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,+CAA+C,CAAC;AACzG;;GAEG;AACH,MAAM,MAAM,uCAAuC,GAAG;IACpD,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,mCAAmC,CAAC;CAC7C,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=retrieval-per-filter-search-result-with-error.js.map
@@ -1 +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"}
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":""}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Representation of the 'RetrievalSearchConfiguration' schema.
3
+ */
4
+ export type RetrievalSearchConfiguration = {
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=retrieval-search-configuration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-search-configuration.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-search-configuration.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,4BAA4B,GAAG;IACzC;;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=retrieval-search-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-search-configuration.js","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-search-configuration.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,16 @@
1
+ import type { RetrievalSearchSelectOptionEnum } from './retrieval-search-select-option-enum.js';
2
+ /**
3
+ * Representation of the 'RetrievalSearchDocumentKeyValueListPair' schema.
4
+ */
5
+ export type RetrievalSearchDocumentKeyValueListPair = {
6
+ /**
7
+ * Max Length: 1024.
8
+ */
9
+ key: string;
10
+ value: string[];
11
+ /**
12
+ * Select mode for search filters
13
+ */
14
+ selectMode?: RetrievalSearchSelectOptionEnum[];
15
+ } & Record<string, any>;
16
+ //# sourceMappingURL=retrieval-search-document-key-value-list-pair.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-search-document-key-value-list-pair.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-search-document-key-value-list-pair.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,0CAA0C,CAAC;AAChG;;GAEG;AACH,MAAM,MAAM,uCAAuC,GAAG;IACpD;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB;;OAEG;IACH,UAAU,CAAC,EAAE,+BAA+B,EAAE,CAAC;CAChD,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=retrieval-search-document-key-value-list-pair.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-search-document-key-value-list-pair.js","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-search-document-key-value-list-pair.ts"],"names":[],"mappings":""}
@@ -1,16 +1,16 @@
1
- import type { SearchConfiguration } from './search-configuration.js';
1
+ import type { RetrievalSearchConfiguration } from './retrieval-search-configuration.js';
2
2
  import type { DataRepositoryType } from './data-repository-type.js';
3
- import type { KeyValueListPair } from './key-value-list-pair.js';
4
- import type { SearchDocumentKeyValueListPair } from './search-document-key-value-list-pair.js';
3
+ import type { RetrievalKeyValueListPair } from './retrieval-key-value-list-pair.js';
4
+ import type { RetrievalSearchDocumentKeyValueListPair } from './retrieval-search-document-key-value-list-pair.js';
5
5
  /**
6
6
  * Limit scope of search to certain DataRepositories, Documents or Chunks.
7
7
  */
8
8
  export type RetrievalSearchFilter = {
9
9
  /**
10
- * Identifier of this SearchFilter - unique per request.
10
+ * Identifier of this RetrievalSearchFilter - unique per request.
11
11
  */
12
12
  id: string;
13
- searchConfiguration?: SearchConfiguration;
13
+ searchConfiguration?: RetrievalSearchConfiguration;
14
14
  /**
15
15
  * Specify ['*'] to search across all DataRepositories or give a specific list of DataRepository ids.
16
16
  * Default: [
@@ -23,16 +23,16 @@ export type RetrievalSearchFilter = {
23
23
  * Restrict DataRepositories considered during search to those annotated with the given metadata. Useful when combined with dataRepositories=['*']
24
24
  * Default: [].
25
25
  */
26
- dataRepositoryMetadata?: KeyValueListPair[];
26
+ dataRepositoryMetadata?: RetrievalKeyValueListPair[];
27
27
  /**
28
28
  * Restrict documents considered during search to those annotated with the given metadata.
29
29
  * Default: [].
30
30
  */
31
- documentMetadata?: SearchDocumentKeyValueListPair[];
31
+ documentMetadata?: RetrievalSearchDocumentKeyValueListPair[];
32
32
  /**
33
33
  * Restrict chunks considered during search to those with the given metadata.
34
34
  * Default: [].
35
35
  */
36
- chunkMetadata?: KeyValueListPair[];
36
+ chunkMetadata?: RetrievalKeyValueListPair[];
37
37
  } & Record<string, any>;
38
38
  //# sourceMappingURL=retrieval-search-filter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"retrieval-search-filter.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-search-filter.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,0CAA0C,CAAC;AAC/F;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,kBAAkB,EAAE,kBAAkB,CAAC;IACvC;;;OAGG;IACH,sBAAsB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC5C;;;OAGG;IACH,gBAAgB,CAAC,EAAE,8BAA8B,EAAE,CAAC;IACpD;;;OAGG;IACH,aAAa,CAAC,EAAE,gBAAgB,EAAE,CAAC;CACpC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"retrieval-search-filter.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-search-filter.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AACpF,OAAO,KAAK,EAAE,uCAAuC,EAAE,MAAM,oDAAoD,CAAC;AAClH;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX,mBAAmB,CAAC,EAAE,4BAA4B,CAAC;IACnD;;;;;OAKG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,kBAAkB,EAAE,kBAAkB,CAAC;IACvC;;;OAGG;IACH,sBAAsB,CAAC,EAAE,yBAAyB,EAAE,CAAC;IACrD;;;OAGG;IACH,gBAAgB,CAAC,EAAE,uCAAuC,EAAE,CAAC;IAC7D;;;OAGG;IACH,aAAa,CAAC,EAAE,yBAAyB,EAAE,CAAC;CAC7C,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Representation of the 'RetrievalSearchSelectOptionEnum' schema.
3
+ */
4
+ export type RetrievalSearchSelectOptionEnum = 'ignoreIfKeyAbsent' | any;
5
+ //# sourceMappingURL=retrieval-search-select-option-enum.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-search-select-option-enum.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-search-select-option-enum.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,+BAA+B,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=retrieval-search-select-option-enum.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"retrieval-search-select-option-enum.js","sourceRoot":"","sources":["../../../../src/client/api/schema/retrieval-search-select-option-enum.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,10 @@
1
+ import type { IncludePathsArray } from './include-paths-array.js';
2
+ /**
3
+ * Representation of the 'S3ConfigurationMinimal' schema.
4
+ */
5
+ export type S3ConfigurationMinimal = {
6
+ s3: {
7
+ includePaths?: IncludePathsArray;
8
+ } & Record<string, any>;
9
+ };
10
+ //# sourceMappingURL=s-3-configuration-minimal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s-3-configuration-minimal.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/s-3-configuration-minimal.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,EAAE,EAAE;QACF,YAAY,CAAC,EAAE,iBAAiB,CAAC;KAClC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=s-3-configuration-minimal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s-3-configuration-minimal.js","sourceRoot":"","sources":["../../../../src/client/api/schema/s-3-configuration-minimal.ts"],"names":[],"mappings":""}
@@ -0,0 +1,18 @@
1
+ import type { IncludePathsArray } from './include-paths-array.js';
2
+ /**
3
+ * Representation of the 'S3Configuration' schema.
4
+ */
5
+ export type S3Configuration = {
6
+ /**
7
+ * @example "generic-secret-name"
8
+ */
9
+ destination: string;
10
+ s3?: {
11
+ includePaths?: IncludePathsArray;
12
+ } & Record<string, any>;
13
+ /**
14
+ * @example "0 3 * * *"
15
+ */
16
+ cronExpression?: string;
17
+ } & Record<string, any>;
18
+ //# sourceMappingURL=s-3-configuration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s-3-configuration.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/s-3-configuration.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,EAAE,CAAC,EAAE;QACH,YAAY,CAAC,EAAE,iBAAiB,CAAC;KAClC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACxB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=s-3-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s-3-configuration.js","sourceRoot":"","sources":["../../../../src/client/api/schema/s-3-configuration.ts"],"names":[],"mappings":""}
@@ -1,11 +1,11 @@
1
- import type { CommonConfiguration } from './common-configuration.js';
1
+ import type { S3Configuration } from './s-3-configuration.js';
2
2
  import type { MetaData } from './meta-data.js';
3
3
  /**
4
4
  * Representation of the 'S3PipelineCreateRequest' schema.
5
5
  */
6
6
  export type S3PipelineCreateRequest = {
7
7
  type: 'S3';
8
- configuration: CommonConfiguration;
8
+ configuration: S3Configuration;
9
9
  metadata?: MetaData;
10
10
  } & Record<string, any>;
11
11
  //# sourceMappingURL=s-3-pipeline-create-request.d.ts.map
@@ -1 +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"}
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,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,IAAI,CAAC;IACX,aAAa,EAAE,eAAe,CAAC;IAC/B,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -1,10 +1,10 @@
1
1
  import type { BasePipelineResponse } from './base-pipeline-response.js';
2
- import type { CommonConfiguration } from './common-configuration.js';
2
+ import type { S3Configuration } from './s-3-configuration.js';
3
3
  /**
4
4
  * Representation of the 'S3PipelineGetResponse' schema.
5
5
  */
6
6
  export type S3PipelineGetResponse = BasePipelineResponse & {
7
7
  type?: 'S3';
8
- configuration: CommonConfiguration;
8
+ configuration: S3Configuration;
9
9
  } & Record<string, any>;
10
10
  //# sourceMappingURL=s-3-pipeline-get-response.d.ts.map
@@ -1 +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"}
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,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,oBAAoB,GAAG;IACzD,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,aAAa,EAAE,eAAe,CAAC;CAChC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import type { BasePipelineMinimalResponse } from './base-pipeline-minimal-response.js';
2
+ import type { S3ConfigurationMinimal } from './s-3-configuration-minimal.js';
3
+ /**
4
+ * Representation of the 'S3PipelineMinimalResponse' schema.
5
+ */
6
+ export type S3PipelineMinimalResponse = BasePipelineMinimalResponse & {
7
+ type: 'S3';
8
+ configuration: S3ConfigurationMinimal;
9
+ /**
10
+ * @example true
11
+ */
12
+ metadata?: boolean;
13
+ } & Record<string, any>;
14
+ //# sourceMappingURL=s-3-pipeline-minimal-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s-3-pipeline-minimal-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/s-3-pipeline-minimal-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,qCAAqC,CAAC;AACvF,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,2BAA2B,GAAG;IACpE,IAAI,EAAE,IAAI,CAAC;IACX,aAAa,EAAE,sBAAsB,CAAC;IACtC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=s-3-pipeline-minimal-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"s-3-pipeline-minimal-response.js","sourceRoot":"","sources":["../../../../src/client/api/schema/s-3-pipeline-minimal-response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import type { MetaData } from './meta-data.js';
2
+ /**
3
+ * Representation of the 'SDMPipelineCreateRequest' schema.
4
+ */
5
+ export type SDMPipelineCreateRequest = {
6
+ type: 'SDM';
7
+ metadata: MetaData;
8
+ } & Record<string, any>;
9
+ //# sourceMappingURL=sdm-pipeline-create-request.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sdm-pipeline-create-request.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/sdm-pipeline-create-request.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,KAAK,CAAC;IACZ,QAAQ,EAAE,QAAQ,CAAC;CACpB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sdm-pipeline-create-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sdm-pipeline-create-request.js","sourceRoot":"","sources":["../../../../src/client/api/schema/sdm-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 'SDMPipelineGetResponse' schema.
5
+ */
6
+ export type SDMPipelineGetResponse = BasePipelineResponse & {
7
+ type?: 'SDM';
8
+ metadata: MetaData;
9
+ } & Record<string, any>;
10
+ //# sourceMappingURL=sdm-pipeline-get-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sdm-pipeline-get-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/sdm-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,sBAAsB,GAAG,oBAAoB,GAAG;IAC1D,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,QAAQ,EAAE,QAAQ,CAAC;CACpB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sdm-pipeline-get-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sdm-pipeline-get-response.js","sourceRoot":"","sources":["../../../../src/client/api/schema/sdm-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 'SDMPipelineMinimalResponse' schema.
4
+ */
5
+ export type SDMPipelineMinimalResponse = BasePipelineMinimalResponse & {
6
+ type: 'SDM';
7
+ /**
8
+ * @example true
9
+ */
10
+ metadata?: boolean;
11
+ } & Record<string, any>;
12
+ //# sourceMappingURL=sdm-pipeline-minimal-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sdm-pipeline-minimal-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/sdm-pipeline-minimal-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,qCAAqC,CAAC;AACvF;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,2BAA2B,GAAG;IACrE,IAAI,EAAE,KAAK,CAAC;IACZ;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sdm-pipeline-minimal-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sdm-pipeline-minimal-response.js","sourceRoot":"","sources":["../../../../src/client/api/schema/sdm-pipeline-minimal-response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Representation of the 'SearchPipeline' schema.
3
+ */
4
+ export type SearchPipeline = {
5
+ /**
6
+ * Search for metadata happens at key level. Pipelines matching the search criteria will be returned.
7
+ * @example [
8
+ * {
9
+ * "key": "purpose",
10
+ * "value": [
11
+ * "demonstration"
12
+ * ]
13
+ * },
14
+ * {
15
+ * "key": "sample-key",
16
+ * "value": [
17
+ * "sample-value1",
18
+ * "sample-value2"
19
+ * ]
20
+ * }
21
+ * ]
22
+ */
23
+ dataRepositoryMetadata?: ({
24
+ /**
25
+ * Max Length: 1024.
26
+ * Min Length: 1.
27
+ */
28
+ key: string;
29
+ /**
30
+ * Min Items: 1.
31
+ */
32
+ value: string[];
33
+ } & Record<string, any>)[];
34
+ } & Record<string, any>;
35
+ //# sourceMappingURL=search-pipeline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-pipeline.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/search-pipeline.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG;IAC3B;;;;;;;;;;;;;;;;;OAiBG;IACH,sBAAsB,CAAC,EAAE,CAAC;QACxB;;;WAGG;QACH,GAAG,EAAE,MAAM,CAAC;QACZ;;WAEG;QACH,KAAK,EAAE,MAAM,EAAE,CAAC;KACjB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC;CAC5B,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=search-pipeline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-pipeline.js","sourceRoot":"","sources":["../../../../src/client/api/schema/search-pipeline.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,9 @@
1
+ import type { PipelineMinimalResponse } from './pipeline-minimal-response.js';
2
+ /**
3
+ * Representation of the 'SearchPipelinesResponse' schema.
4
+ */
5
+ export type SearchPipelinesResponse = {
6
+ count?: number;
7
+ resources: PipelineMinimalResponse[];
8
+ } & Record<string, any>;
9
+ //# sourceMappingURL=search-pipelines-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-pipelines-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/search-pipelines-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAC9E;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,uBAAuB,EAAE,CAAC;CACtC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=search-pipelines-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-pipelines-response.js","sourceRoot":"","sources":["../../../../src/client/api/schema/search-pipelines-response.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import type { IncludePathsArray } from './include-paths-array.js';
2
+ /**
3
+ * Representation of the 'SFTPConfigurationMinimal' schema.
4
+ */
5
+ export type SFTPConfigurationMinimal = {
6
+ sftp: {
7
+ includePaths?: IncludePathsArray;
8
+ } & Record<string, any>;
9
+ };
10
+ //# sourceMappingURL=sftp-configuration-minimal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sftp-configuration-minimal.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/sftp-configuration-minimal.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE;QACJ,YAAY,CAAC,EAAE,iBAAiB,CAAC;KAClC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sftp-configuration-minimal.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sftp-configuration-minimal.js","sourceRoot":"","sources":["../../../../src/client/api/schema/sftp-configuration-minimal.ts"],"names":[],"mappings":""}
@@ -0,0 +1,18 @@
1
+ import type { IncludePathsArray } from './include-paths-array.js';
2
+ /**
3
+ * Representation of the 'SFTPConfiguration' schema.
4
+ */
5
+ export type SFTPConfiguration = {
6
+ /**
7
+ * @example "generic-secret-name"
8
+ */
9
+ destination: string;
10
+ sftp?: {
11
+ includePaths?: IncludePathsArray;
12
+ } & Record<string, any>;
13
+ /**
14
+ * @example "0 3 * * *"
15
+ */
16
+ cronExpression?: string;
17
+ } & Record<string, any>;
18
+ //# sourceMappingURL=sftp-configuration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sftp-configuration.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/sftp-configuration.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE;QACL,YAAY,CAAC,EAAE,iBAAiB,CAAC;KAClC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACxB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sftp-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sftp-configuration.js","sourceRoot":"","sources":["../../../../src/client/api/schema/sftp-configuration.ts"],"names":[],"mappings":""}
@@ -1,11 +1,11 @@
1
- import type { CommonConfiguration } from './common-configuration.js';
1
+ import type { SFTPConfiguration } from './sftp-configuration.js';
2
2
  import type { MetaData } from './meta-data.js';
3
3
  /**
4
4
  * Representation of the 'SFTPPipelineCreateRequest' schema.
5
5
  */
6
6
  export type SFTPPipelineCreateRequest = {
7
7
  type: 'SFTP';
8
- configuration: CommonConfiguration;
8
+ configuration: SFTPConfiguration;
9
9
  metadata?: MetaData;
10
10
  } & Record<string, any>;
11
11
  //# sourceMappingURL=sftp-pipeline-create-request.d.ts.map
@@ -1 +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"}
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,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,iBAAiB,CAAC;IACjC,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -1,10 +1,10 @@
1
1
  import type { BasePipelineResponse } from './base-pipeline-response.js';
2
- import type { CommonConfiguration } from './common-configuration.js';
2
+ import type { SFTPConfiguration } from './sftp-configuration.js';
3
3
  /**
4
4
  * Representation of the 'SFTPPipelineGetResponse' schema.
5
5
  */
6
6
  export type SFTPPipelineGetResponse = BasePipelineResponse & {
7
7
  type?: 'SFTP';
8
- configuration: CommonConfiguration;
8
+ configuration: SFTPConfiguration;
9
9
  } & Record<string, any>;
10
10
  //# sourceMappingURL=sftp-pipeline-get-response.d.ts.map
@@ -1 +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"}
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,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,oBAAoB,GAAG;IAC3D,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,iBAAiB,CAAC;CAClC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import type { BasePipelineMinimalResponse } from './base-pipeline-minimal-response.js';
2
+ import type { SFTPConfigurationMinimal } from './sftp-configuration-minimal.js';
3
+ /**
4
+ * Representation of the 'SFTPPipelineMinimalResponse' schema.
5
+ */
6
+ export type SFTPPipelineMinimalResponse = BasePipelineMinimalResponse & {
7
+ type: 'SFTP';
8
+ configuration: SFTPConfigurationMinimal;
9
+ /**
10
+ * @example true
11
+ */
12
+ metadata?: boolean;
13
+ } & Record<string, any>;
14
+ //# sourceMappingURL=sftp-pipeline-minimal-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sftp-pipeline-minimal-response.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/sftp-pipeline-minimal-response.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,qCAAqC,CAAC;AACvF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAChF;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,2BAA2B,GAAG;IACtE,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,wBAAwB,CAAC;IACxC;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=sftp-pipeline-minimal-response.js.map