@sap-ai-sdk/prompt-registry 2.3.1-20251222013429.0 → 2.4.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 (287) hide show
  1. package/dist/client/prompt-registry/index.d.ts +1 -0
  2. package/dist/client/prompt-registry/index.d.ts.map +1 -1
  3. package/dist/client/prompt-registry/index.js +1 -0
  4. package/dist/client/prompt-registry/index.js.map +1 -1
  5. package/dist/client/prompt-registry/orchestration-configs-api.d.ts +89 -0
  6. package/dist/client/prompt-registry/orchestration-configs-api.d.ts.map +1 -0
  7. package/dist/client/prompt-registry/orchestration-configs-api.js +90 -0
  8. package/dist/client/prompt-registry/orchestration-configs-api.js.map +1 -0
  9. package/dist/client/prompt-registry/prompt-templates-api.d.ts +42 -6
  10. package/dist/client/prompt-registry/prompt-templates-api.d.ts.map +1 -1
  11. package/dist/client/prompt-registry/prompt-templates-api.js +36 -18
  12. package/dist/client/prompt-registry/prompt-templates-api.js.map +1 -1
  13. package/dist/client/prompt-registry/schema/assistant-chat-message.d.ts +12 -0
  14. package/dist/client/prompt-registry/schema/assistant-chat-message.d.ts.map +1 -0
  15. package/dist/client/prompt-registry/schema/assistant-chat-message.js +2 -0
  16. package/dist/client/prompt-registry/schema/assistant-chat-message.js.map +1 -0
  17. package/dist/client/prompt-registry/schema/azure-content-safety-input-filter-config.d.ts +13 -0
  18. package/dist/client/prompt-registry/schema/azure-content-safety-input-filter-config.d.ts.map +1 -0
  19. package/dist/client/prompt-registry/schema/azure-content-safety-input-filter-config.js +2 -0
  20. package/dist/client/prompt-registry/schema/azure-content-safety-input-filter-config.js.map +1 -0
  21. package/dist/client/prompt-registry/schema/azure-content-safety-input.d.ts +15 -0
  22. package/dist/client/prompt-registry/schema/azure-content-safety-input.d.ts.map +1 -0
  23. package/dist/client/prompt-registry/schema/azure-content-safety-input.js +2 -0
  24. package/dist/client/prompt-registry/schema/azure-content-safety-input.js.map +1 -0
  25. package/dist/client/prompt-registry/schema/azure-content-safety-output-filter-config.d.ts +13 -0
  26. package/dist/client/prompt-registry/schema/azure-content-safety-output-filter-config.d.ts.map +1 -0
  27. package/dist/client/prompt-registry/schema/azure-content-safety-output-filter-config.js +2 -0
  28. package/dist/client/prompt-registry/schema/azure-content-safety-output-filter-config.js.map +1 -0
  29. package/dist/client/prompt-registry/schema/azure-content-safety-output.d.ts +15 -0
  30. package/dist/client/prompt-registry/schema/azure-content-safety-output.d.ts.map +1 -0
  31. package/dist/client/prompt-registry/schema/azure-content-safety-output.js +2 -0
  32. package/dist/client/prompt-registry/schema/azure-content-safety-output.js.map +1 -0
  33. package/dist/client/prompt-registry/schema/azure-threshold.d.ts +5 -0
  34. package/dist/client/prompt-registry/schema/azure-threshold.d.ts.map +1 -0
  35. package/dist/client/prompt-registry/schema/azure-threshold.js +7 -0
  36. package/dist/client/prompt-registry/schema/azure-threshold.js.map +1 -0
  37. package/dist/client/prompt-registry/schema/chat-message-content.d.ts +6 -0
  38. package/dist/client/prompt-registry/schema/chat-message-content.d.ts.map +1 -0
  39. package/dist/client/prompt-registry/schema/chat-message-content.js +2 -0
  40. package/dist/client/prompt-registry/schema/chat-message-content.js.map +1 -0
  41. package/dist/client/prompt-registry/schema/chat-message.d.ts +10 -0
  42. package/dist/client/prompt-registry/schema/chat-message.d.ts.map +1 -0
  43. package/dist/client/prompt-registry/schema/chat-message.js +2 -0
  44. package/dist/client/prompt-registry/schema/chat-message.js.map +1 -0
  45. package/dist/client/prompt-registry/schema/data-repository-type.d.ts +5 -0
  46. package/dist/client/prompt-registry/schema/data-repository-type.d.ts.map +1 -0
  47. package/dist/client/prompt-registry/schema/data-repository-type.js +7 -0
  48. package/dist/client/prompt-registry/schema/data-repository-type.js.map +1 -0
  49. package/dist/client/prompt-registry/schema/developer-chat-message.d.ts +9 -0
  50. package/dist/client/prompt-registry/schema/developer-chat-message.d.ts.map +1 -0
  51. package/dist/client/prompt-registry/schema/developer-chat-message.js +2 -0
  52. package/dist/client/prompt-registry/schema/developer-chat-message.js.map +1 -0
  53. package/dist/client/prompt-registry/schema/document-grounding-filter.d.ts +33 -0
  54. package/dist/client/prompt-registry/schema/document-grounding-filter.d.ts.map +1 -0
  55. package/dist/client/prompt-registry/schema/document-grounding-filter.js +2 -0
  56. package/dist/client/prompt-registry/schema/document-grounding-filter.js.map +1 -0
  57. package/dist/client/prompt-registry/schema/dpi-config.d.ts +34 -0
  58. package/dist/client/prompt-registry/schema/dpi-config.d.ts.map +1 -0
  59. package/dist/client/prompt-registry/schema/dpi-config.js +2 -0
  60. package/dist/client/prompt-registry/schema/dpi-config.js.map +1 -0
  61. package/dist/client/prompt-registry/schema/dpi-custom-entity.d.ts +15 -0
  62. package/dist/client/prompt-registry/schema/dpi-custom-entity.d.ts.map +1 -0
  63. package/dist/client/prompt-registry/schema/dpi-custom-entity.js +2 -0
  64. package/dist/client/prompt-registry/schema/dpi-custom-entity.js.map +1 -0
  65. package/dist/client/prompt-registry/schema/dpi-entities.d.ts +5 -0
  66. package/dist/client/prompt-registry/schema/dpi-entities.d.ts.map +1 -0
  67. package/dist/client/prompt-registry/schema/dpi-entities.js +7 -0
  68. package/dist/client/prompt-registry/schema/dpi-entities.js.map +1 -0
  69. package/dist/client/prompt-registry/schema/dpi-entity-config.d.ts +7 -0
  70. package/dist/client/prompt-registry/schema/dpi-entity-config.d.ts.map +1 -0
  71. package/dist/client/prompt-registry/schema/dpi-entity-config.js +2 -0
  72. package/dist/client/prompt-registry/schema/dpi-entity-config.js.map +1 -0
  73. package/dist/client/prompt-registry/schema/dpi-method-constant.d.ts +12 -0
  74. package/dist/client/prompt-registry/schema/dpi-method-constant.d.ts.map +1 -0
  75. package/dist/client/prompt-registry/schema/dpi-method-constant.js +7 -0
  76. package/dist/client/prompt-registry/schema/dpi-method-constant.js.map +1 -0
  77. package/dist/client/prompt-registry/schema/dpi-method-fabricated-data.d.ts +7 -0
  78. package/dist/client/prompt-registry/schema/dpi-method-fabricated-data.d.ts.map +1 -0
  79. package/dist/client/prompt-registry/schema/dpi-method-fabricated-data.js +7 -0
  80. package/dist/client/prompt-registry/schema/dpi-method-fabricated-data.js.map +1 -0
  81. package/dist/client/prompt-registry/schema/dpi-standard-entity.d.ts +14 -0
  82. package/dist/client/prompt-registry/schema/dpi-standard-entity.d.ts.map +1 -0
  83. package/dist/client/prompt-registry/schema/dpi-standard-entity.js +2 -0
  84. package/dist/client/prompt-registry/schema/dpi-standard-entity.js.map +1 -0
  85. package/dist/client/prompt-registry/schema/filtering-module-config.d.ts +16 -0
  86. package/dist/client/prompt-registry/schema/filtering-module-config.d.ts.map +1 -0
  87. package/dist/client/prompt-registry/schema/filtering-module-config.js +2 -0
  88. package/dist/client/prompt-registry/schema/filtering-module-config.js.map +1 -0
  89. package/dist/client/prompt-registry/schema/filtering-stream-options.d.ts +11 -0
  90. package/dist/client/prompt-registry/schema/filtering-stream-options.d.ts.map +1 -0
  91. package/dist/client/prompt-registry/schema/filtering-stream-options.js +7 -0
  92. package/dist/client/prompt-registry/schema/filtering-stream-options.js.map +1 -0
  93. package/dist/client/prompt-registry/schema/global-stream-options.d.ts +28 -0
  94. package/dist/client/prompt-registry/schema/global-stream-options.d.ts.map +1 -0
  95. package/dist/client/prompt-registry/schema/global-stream-options.js +7 -0
  96. package/dist/client/prompt-registry/schema/global-stream-options.js.map +1 -0
  97. package/dist/client/prompt-registry/schema/grounding-filter-id.d.ts +5 -0
  98. package/dist/client/prompt-registry/schema/grounding-filter-id.d.ts.map +1 -0
  99. package/dist/client/prompt-registry/schema/grounding-filter-id.js +7 -0
  100. package/dist/client/prompt-registry/schema/grounding-filter-id.js.map +1 -0
  101. package/dist/client/prompt-registry/schema/grounding-filter-search-configuration.d.ts +14 -0
  102. package/dist/client/prompt-registry/schema/grounding-filter-search-configuration.d.ts.map +1 -0
  103. package/dist/client/prompt-registry/schema/grounding-filter-search-configuration.js +7 -0
  104. package/dist/client/prompt-registry/schema/grounding-filter-search-configuration.js.map +1 -0
  105. package/dist/client/prompt-registry/schema/grounding-module-config.d.ts +36 -0
  106. package/dist/client/prompt-registry/schema/grounding-module-config.d.ts.map +1 -0
  107. package/dist/client/prompt-registry/schema/grounding-module-config.js +2 -0
  108. package/dist/client/prompt-registry/schema/grounding-module-config.js.map +1 -0
  109. package/dist/client/prompt-registry/schema/image-content-url.d.ts +11 -0
  110. package/dist/client/prompt-registry/schema/image-content-url.d.ts.map +1 -0
  111. package/dist/client/prompt-registry/schema/image-content-url.js +7 -0
  112. package/dist/client/prompt-registry/schema/image-content-url.js.map +1 -0
  113. package/dist/client/prompt-registry/schema/index.d.ts +65 -1
  114. package/dist/client/prompt-registry/schema/index.d.ts.map +1 -1
  115. package/dist/client/prompt-registry/schema/index.js +65 -1
  116. package/dist/client/prompt-registry/schema/index.js.map +1 -1
  117. package/dist/client/prompt-registry/schema/input-filter-config.d.ts +7 -0
  118. package/dist/client/prompt-registry/schema/input-filter-config.d.ts.map +1 -0
  119. package/dist/client/prompt-registry/schema/input-filter-config.js +2 -0
  120. package/dist/client/prompt-registry/schema/input-filter-config.js.map +1 -0
  121. package/dist/client/prompt-registry/schema/input-filtering-config.d.ts +12 -0
  122. package/dist/client/prompt-registry/schema/input-filtering-config.d.ts.map +1 -0
  123. package/dist/client/prompt-registry/schema/input-filtering-config.js +2 -0
  124. package/dist/client/prompt-registry/schema/input-filtering-config.js.map +1 -0
  125. package/dist/client/prompt-registry/schema/key-value-list-pair.d.ts +11 -0
  126. package/dist/client/prompt-registry/schema/key-value-list-pair.d.ts.map +1 -0
  127. package/dist/client/prompt-registry/schema/key-value-list-pair.js +7 -0
  128. package/dist/client/prompt-registry/schema/key-value-list-pair.js.map +1 -0
  129. package/dist/client/prompt-registry/schema/llama-guard-38-b-filter-config.d.ts +13 -0
  130. package/dist/client/prompt-registry/schema/llama-guard-38-b-filter-config.d.ts.map +1 -0
  131. package/dist/client/prompt-registry/schema/llama-guard-38-b-filter-config.js +2 -0
  132. package/dist/client/prompt-registry/schema/llama-guard-38-b-filter-config.js.map +1 -0
  133. package/dist/client/prompt-registry/schema/llama-guard-38-b.d.ts +20 -0
  134. package/dist/client/prompt-registry/schema/llama-guard-38-b.d.ts.map +1 -0
  135. package/dist/client/prompt-registry/schema/llama-guard-38-b.js +7 -0
  136. package/dist/client/prompt-registry/schema/llama-guard-38-b.js.map +1 -0
  137. package/dist/client/prompt-registry/schema/llm-model-details.d.ts +44 -0
  138. package/dist/client/prompt-registry/schema/llm-model-details.d.ts.map +1 -0
  139. package/dist/client/prompt-registry/schema/llm-model-details.js +7 -0
  140. package/dist/client/prompt-registry/schema/llm-model-details.js.map +1 -0
  141. package/dist/client/prompt-registry/schema/masking-module-config.d.ts +19 -0
  142. package/dist/client/prompt-registry/schema/masking-module-config.d.ts.map +1 -0
  143. package/dist/client/prompt-registry/schema/masking-module-config.js +2 -0
  144. package/dist/client/prompt-registry/schema/masking-module-config.js.map +1 -0
  145. package/dist/client/prompt-registry/schema/masking-provider-config.d.ts +6 -0
  146. package/dist/client/prompt-registry/schema/masking-provider-config.d.ts.map +1 -0
  147. package/dist/client/prompt-registry/schema/masking-provider-config.js +2 -0
  148. package/dist/client/prompt-registry/schema/masking-provider-config.js.map +1 -0
  149. package/dist/client/prompt-registry/schema/message-tool-call.d.ts +27 -0
  150. package/dist/client/prompt-registry/schema/message-tool-call.d.ts.map +1 -0
  151. package/dist/client/prompt-registry/schema/message-tool-call.js +7 -0
  152. package/dist/client/prompt-registry/schema/message-tool-call.js.map +1 -0
  153. package/dist/client/prompt-registry/schema/message-tool-calls.d.ts +6 -0
  154. package/dist/client/prompt-registry/schema/message-tool-calls.d.ts.map +1 -0
  155. package/dist/client/prompt-registry/schema/message-tool-calls.js +2 -0
  156. package/dist/client/prompt-registry/schema/message-tool-calls.js.map +1 -0
  157. package/dist/client/prompt-registry/schema/module-configs.d.ts +16 -0
  158. package/dist/client/prompt-registry/schema/module-configs.d.ts.map +1 -0
  159. package/dist/client/prompt-registry/schema/module-configs.js +2 -0
  160. package/dist/client/prompt-registry/schema/module-configs.js.map +1 -0
  161. package/dist/client/prompt-registry/schema/orchestration-config-delete-response.d.ts +7 -0
  162. package/dist/client/prompt-registry/schema/orchestration-config-delete-response.d.ts.map +1 -0
  163. package/dist/client/prompt-registry/schema/orchestration-config-delete-response.js +7 -0
  164. package/dist/client/prompt-registry/schema/orchestration-config-delete-response.js.map +1 -0
  165. package/dist/client/prompt-registry/schema/orchestration-config-get-response.d.ts +22 -0
  166. package/dist/client/prompt-registry/schema/orchestration-config-get-response.d.ts.map +1 -0
  167. package/dist/client/prompt-registry/schema/orchestration-config-get-response.js +2 -0
  168. package/dist/client/prompt-registry/schema/orchestration-config-get-response.js.map +1 -0
  169. package/dist/client/prompt-registry/schema/orchestration-config-list-response.d.ts +9 -0
  170. package/dist/client/prompt-registry/schema/orchestration-config-list-response.d.ts.map +1 -0
  171. package/dist/client/prompt-registry/schema/orchestration-config-list-response.js +2 -0
  172. package/dist/client/prompt-registry/schema/orchestration-config-list-response.js.map +1 -0
  173. package/dist/client/prompt-registry/schema/orchestration-config-post-request.d.ts +23 -0
  174. package/dist/client/prompt-registry/schema/orchestration-config-post-request.d.ts.map +1 -0
  175. package/dist/client/prompt-registry/schema/orchestration-config-post-request.js +2 -0
  176. package/dist/client/prompt-registry/schema/orchestration-config-post-request.js.map +1 -0
  177. package/dist/client/prompt-registry/schema/orchestration-config-post-response.d.ts +14 -0
  178. package/dist/client/prompt-registry/schema/orchestration-config-post-response.d.ts.map +1 -0
  179. package/dist/client/prompt-registry/schema/orchestration-config-post-response.js +7 -0
  180. package/dist/client/prompt-registry/schema/orchestration-config-post-response.js.map +1 -0
  181. package/dist/client/prompt-registry/schema/orchestration-config-resource.d.ts +22 -0
  182. package/dist/client/prompt-registry/schema/orchestration-config-resource.d.ts.map +1 -0
  183. package/dist/client/prompt-registry/schema/orchestration-config-resource.js +2 -0
  184. package/dist/client/prompt-registry/schema/orchestration-config-resource.js.map +1 -0
  185. package/dist/client/prompt-registry/schema/orchestration-config.d.ts +10 -0
  186. package/dist/client/prompt-registry/schema/orchestration-config.d.ts.map +1 -0
  187. package/dist/client/prompt-registry/schema/orchestration-config.js +2 -0
  188. package/dist/client/prompt-registry/schema/orchestration-config.js.map +1 -0
  189. package/dist/client/prompt-registry/schema/output-filter-config.d.ts +7 -0
  190. package/dist/client/prompt-registry/schema/output-filter-config.d.ts.map +1 -0
  191. package/dist/client/prompt-registry/schema/output-filter-config.js +2 -0
  192. package/dist/client/prompt-registry/schema/output-filter-config.js.map +1 -0
  193. package/dist/client/prompt-registry/schema/output-filtering-config.d.ts +14 -0
  194. package/dist/client/prompt-registry/schema/output-filtering-config.d.ts.map +1 -0
  195. package/dist/client/prompt-registry/schema/output-filtering-config.js +2 -0
  196. package/dist/client/prompt-registry/schema/output-filtering-config.js.map +1 -0
  197. package/dist/client/prompt-registry/schema/prompt-template-get-response.d.ts +1 -0
  198. package/dist/client/prompt-registry/schema/prompt-template-get-response.d.ts.map +1 -1
  199. package/dist/client/prompt-registry/schema/prompt-template-post-request.d.ts +3 -0
  200. package/dist/client/prompt-registry/schema/prompt-template-post-request.d.ts.map +1 -1
  201. package/dist/client/prompt-registry/schema/prompt-template-spec.d.ts +2 -2
  202. package/dist/client/prompt-registry/schema/prompt-template-spec.d.ts.map +1 -1
  203. package/dist/client/prompt-registry/schema/prompt-template-substitution-response.d.ts +2 -2
  204. package/dist/client/prompt-registry/schema/prompt-template-substitution-response.d.ts.map +1 -1
  205. package/dist/client/prompt-registry/schema/prompt-template.d.ts +7 -0
  206. package/dist/client/prompt-registry/schema/prompt-template.d.ts.map +1 -0
  207. package/dist/client/prompt-registry/schema/prompt-template.js +2 -0
  208. package/dist/client/prompt-registry/schema/prompt-template.js.map +1 -0
  209. package/dist/client/prompt-registry/schema/prompt-templating-module-config.d.ts +15 -0
  210. package/dist/client/prompt-registry/schema/prompt-templating-module-config.d.ts.map +1 -0
  211. package/dist/client/prompt-registry/schema/prompt-templating-module-config.js +2 -0
  212. package/dist/client/prompt-registry/schema/prompt-templating-module-config.js.map +1 -0
  213. package/dist/client/prompt-registry/schema/runtime-orchestration-config-file.d.ts +15 -0
  214. package/dist/client/prompt-registry/schema/runtime-orchestration-config-file.d.ts.map +1 -0
  215. package/dist/client/prompt-registry/schema/runtime-orchestration-config-file.js +2 -0
  216. package/dist/client/prompt-registry/schema/runtime-orchestration-config-file.js.map +1 -0
  217. package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.d.ts +24 -0
  218. package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.d.ts.map +1 -0
  219. package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.js +7 -0
  220. package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.js.map +1 -0
  221. package/dist/client/prompt-registry/schema/sap-document-translation-input.d.ts +36 -0
  222. package/dist/client/prompt-registry/schema/sap-document-translation-input.d.ts.map +1 -0
  223. package/dist/client/prompt-registry/schema/sap-document-translation-input.js +2 -0
  224. package/dist/client/prompt-registry/schema/sap-document-translation-input.js.map +1 -0
  225. package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.d.ts +6 -0
  226. package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.d.ts.map +1 -0
  227. package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.js +2 -0
  228. package/dist/client/prompt-registry/schema/sap-document-translation-output-target-language.js.map +1 -0
  229. package/dist/client/prompt-registry/schema/sap-document-translation-output.d.ts +20 -0
  230. package/dist/client/prompt-registry/schema/sap-document-translation-output.d.ts.map +1 -0
  231. package/dist/client/prompt-registry/schema/sap-document-translation-output.js +2 -0
  232. package/dist/client/prompt-registry/schema/sap-document-translation-output.js.map +1 -0
  233. package/dist/client/prompt-registry/schema/search-document-key-value-list-pair.d.ts +16 -0
  234. package/dist/client/prompt-registry/schema/search-document-key-value-list-pair.d.ts.map +1 -0
  235. package/dist/client/prompt-registry/schema/search-document-key-value-list-pair.js +2 -0
  236. package/dist/client/prompt-registry/schema/search-document-key-value-list-pair.js.map +1 -0
  237. package/dist/client/prompt-registry/schema/search-select-option-enum.d.ts +5 -0
  238. package/dist/client/prompt-registry/schema/search-select-option-enum.d.ts.map +1 -0
  239. package/dist/client/prompt-registry/schema/search-select-option-enum.js +7 -0
  240. package/dist/client/prompt-registry/schema/search-select-option-enum.js.map +1 -0
  241. package/dist/client/prompt-registry/schema/system-chat-message.d.ts +9 -0
  242. package/dist/client/prompt-registry/schema/system-chat-message.d.ts.map +1 -0
  243. package/dist/client/prompt-registry/schema/system-chat-message.js +2 -0
  244. package/dist/client/prompt-registry/schema/system-chat-message.js.map +1 -0
  245. package/dist/client/prompt-registry/schema/template-ref-by-id.d.ts +17 -0
  246. package/dist/client/prompt-registry/schema/template-ref-by-id.d.ts.map +1 -0
  247. package/dist/client/prompt-registry/schema/template-ref-by-id.js +7 -0
  248. package/dist/client/prompt-registry/schema/template-ref-by-id.js.map +1 -0
  249. package/dist/client/prompt-registry/schema/template-ref-by-scenario-name-version.d.ts +27 -0
  250. package/dist/client/prompt-registry/schema/template-ref-by-scenario-name-version.d.ts.map +1 -0
  251. package/dist/client/prompt-registry/schema/template-ref-by-scenario-name-version.js +7 -0
  252. package/dist/client/prompt-registry/schema/template-ref-by-scenario-name-version.js.map +1 -0
  253. package/dist/client/prompt-registry/schema/template-ref.d.ts +12 -0
  254. package/dist/client/prompt-registry/schema/template-ref.d.ts.map +1 -0
  255. package/dist/client/prompt-registry/schema/template-ref.js +2 -0
  256. package/dist/client/prompt-registry/schema/template-ref.js.map +1 -0
  257. package/dist/client/prompt-registry/schema/template.d.ts +36 -3
  258. package/dist/client/prompt-registry/schema/template.d.ts.map +1 -1
  259. package/dist/client/prompt-registry/schema/templating-chat-message.d.ts +7 -0
  260. package/dist/client/prompt-registry/schema/templating-chat-message.d.ts.map +1 -0
  261. package/dist/client/prompt-registry/schema/templating-chat-message.js +2 -0
  262. package/dist/client/prompt-registry/schema/templating-chat-message.js.map +1 -0
  263. package/dist/client/prompt-registry/schema/tool-chat-message.d.ts +13 -0
  264. package/dist/client/prompt-registry/schema/tool-chat-message.d.ts.map +1 -0
  265. package/dist/client/prompt-registry/schema/tool-chat-message.js +2 -0
  266. package/dist/client/prompt-registry/schema/tool-chat-message.js.map +1 -0
  267. package/dist/client/prompt-registry/schema/translation-module-config.d.ts +16 -0
  268. package/dist/client/prompt-registry/schema/translation-module-config.d.ts.map +1 -0
  269. package/dist/client/prompt-registry/schema/translation-module-config.js +2 -0
  270. package/dist/client/prompt-registry/schema/translation-module-config.js.map +1 -0
  271. package/dist/client/prompt-registry/schema/user-chat-message-content-item.d.ts +10 -0
  272. package/dist/client/prompt-registry/schema/user-chat-message-content-item.d.ts.map +1 -0
  273. package/dist/client/prompt-registry/schema/user-chat-message-content-item.js +2 -0
  274. package/dist/client/prompt-registry/schema/user-chat-message-content-item.js.map +1 -0
  275. package/dist/client/prompt-registry/schema/user-chat-message-content.d.ts +6 -0
  276. package/dist/client/prompt-registry/schema/user-chat-message-content.d.ts.map +1 -0
  277. package/dist/client/prompt-registry/schema/user-chat-message-content.js +2 -0
  278. package/dist/client/prompt-registry/schema/user-chat-message-content.js.map +1 -0
  279. package/dist/client/prompt-registry/schema/user-chat-message.d.ts +9 -0
  280. package/dist/client/prompt-registry/schema/user-chat-message.d.ts.map +1 -0
  281. package/dist/client/prompt-registry/schema/user-chat-message.js +2 -0
  282. package/dist/client/prompt-registry/schema/user-chat-message.js.map +1 -0
  283. package/dist/zod/prompt-registry.zod.d.ts +2011 -10
  284. package/dist/zod/prompt-registry.zod.d.ts.map +1 -1
  285. package/dist/zod/prompt-registry.zod.js +1764 -728
  286. package/dist/zod/prompt-registry.zod.js.map +1 -1
  287. package/package.json +2 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azure-threshold.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/azure-threshold.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,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=azure-threshold.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azure-threshold.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/azure-threshold.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,6 @@
1
+ import type { TextContent } from './text-content.js';
2
+ /**
3
+ * Representation of the 'ChatMessageContent' schema.
4
+ */
5
+ export type ChatMessageContent = string | TextContent[];
6
+ //# sourceMappingURL=chat-message-content.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-message-content.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/chat-message-content.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,WAAW,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=chat-message-content.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-message-content.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/chat-message-content.ts"],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import type { SystemChatMessage } from './system-chat-message.js';
2
+ import type { UserChatMessage } from './user-chat-message.js';
3
+ import type { AssistantChatMessage } from './assistant-chat-message.js';
4
+ import type { ToolChatMessage } from './tool-chat-message.js';
5
+ import type { DeveloperChatMessage } from './developer-chat-message.js';
6
+ /**
7
+ * Representation of the 'ChatMessage' schema.
8
+ */
9
+ export type ChatMessage = SystemChatMessage | UserChatMessage | AssistantChatMessage | ToolChatMessage | DeveloperChatMessage;
10
+ //# sourceMappingURL=chat-message.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-message.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/chat-message.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE;;GAEG;AACH,MAAM,MAAM,WAAW,GACnB,iBAAiB,GACjB,eAAe,GACf,oBAAoB,GACpB,eAAe,GACf,oBAAoB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=chat-message.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"chat-message.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/chat-message.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Only include DataRepositories with the given type.
3
+ */
4
+ export type DataRepositoryType = 'vector' | 'help.sap.com';
5
+ //# sourceMappingURL=data-repository-type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-repository-type.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/data-repository-type.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,QAAQ,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=data-repository-type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"data-repository-type.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/data-repository-type.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,9 @@
1
+ import type { ChatMessageContent } from './chat-message-content.js';
2
+ /**
3
+ * Representation of the 'DeveloperChatMessage' schema.
4
+ */
5
+ export type DeveloperChatMessage = {
6
+ role: 'developer';
7
+ content: ChatMessageContent;
8
+ };
9
+ //# sourceMappingURL=developer-chat-message.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"developer-chat-message.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/developer-chat-message.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACpE;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IACjC,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE,kBAAkB,CAAC;CAC7B,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=developer-chat-message.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"developer-chat-message.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/developer-chat-message.ts"],"names":[],"mappings":""}
@@ -0,0 +1,33 @@
1
+ import type { GroundingFilterId } from './grounding-filter-id.js';
2
+ import type { GroundingFilterSearchConfiguration } from './grounding-filter-search-configuration.js';
3
+ import type { DataRepositoryType } from './data-repository-type.js';
4
+ import type { KeyValueListPair } from './key-value-list-pair.js';
5
+ import type { SearchDocumentKeyValueListPair } from './search-document-key-value-list-pair.js';
6
+ /**
7
+ * Representation of the 'DocumentGroundingFilter' schema.
8
+ */
9
+ export type DocumentGroundingFilter = {
10
+ id?: GroundingFilterId;
11
+ search_config?: GroundingFilterSearchConfiguration;
12
+ /**
13
+ * Specify ['*'] to search across all DataRepositories or give a specific list of DataRepository ids.
14
+ * Default: [
15
+ * "*"
16
+ * ].
17
+ */
18
+ data_repositories?: string[];
19
+ data_repository_type: DataRepositoryType;
20
+ /**
21
+ * Restrict DataRepositories considered during search to those annotated with the given metadata. Useful when combined with dataRepositories=['*']
22
+ */
23
+ data_repository_metadata?: KeyValueListPair[];
24
+ /**
25
+ * Restrict documents considered during search to those annotated with the given metadata.
26
+ */
27
+ document_metadata?: SearchDocumentKeyValueListPair[];
28
+ /**
29
+ * Restrict chunks considered during search to those with the given metadata.
30
+ */
31
+ chunk_metadata?: KeyValueListPair[];
32
+ };
33
+ //# sourceMappingURL=document-grounding-filter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-grounding-filter.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/document-grounding-filter.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,4CAA4C,CAAC;AACrG,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,uBAAuB,GAAG;IACpC,EAAE,CAAC,EAAE,iBAAiB,CAAC;IACvB,aAAa,CAAC,EAAE,kCAAkC,CAAC;IACnD;;;;;OAKG;IACH,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,oBAAoB,EAAE,kBAAkB,CAAC;IACzC;;OAEG;IACH,wBAAwB,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAC9C;;OAEG;IACH,iBAAiB,CAAC,EAAE,8BAA8B,EAAE,CAAC;IACrD;;OAEG;IACH,cAAc,CAAC,EAAE,gBAAgB,EAAE,CAAC;CACrC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=document-grounding-filter.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"document-grounding-filter.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/document-grounding-filter.ts"],"names":[],"mappings":""}
@@ -0,0 +1,34 @@
1
+ import type { DPIEntityConfig } from './dpi-entity-config.js';
2
+ /**
3
+ * Representation of the 'DPIConfig' schema.
4
+ */
5
+ export type DPIConfig = {
6
+ /**
7
+ * Type of masking service provider
8
+ */
9
+ type: 'sap_data_privacy_integration';
10
+ /**
11
+ * Type of masking method to be used
12
+ */
13
+ method: 'anonymization' | 'pseudonymization';
14
+ /**
15
+ * List of entities to be masked
16
+ * Min Items: 1.
17
+ */
18
+ entities: DPIEntityConfig[];
19
+ /**
20
+ * List of strings that should not be masked
21
+ * @example [
22
+ * "SAP",
23
+ * "Joule"
24
+ * ]
25
+ */
26
+ allowlist?: string[];
27
+ mask_grounding_input?: {
28
+ /**
29
+ * controls whether the input to the grounding module will be masked with the configuration supplied in the masking module
30
+ */
31
+ enabled?: boolean;
32
+ };
33
+ };
34
+ //# sourceMappingURL=dpi-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG;IACtB;;OAEG;IACH,IAAI,EAAE,8BAA8B,CAAC;IACrC;;OAEG;IACH,MAAM,EAAE,eAAe,GAAG,kBAAkB,CAAC;IAC7C;;;OAGG;IACH,QAAQ,EAAE,eAAe,EAAE,CAAC;IAC5B;;;;;;OAMG;IACH,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,oBAAoB,CAAC,EAAE;QACrB;;WAEG;QACH,OAAO,CAAC,EAAE,OAAO,CAAC;KACnB,CAAC;CACH,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=dpi-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ import type { DPIMethodConstant } from './dpi-method-constant.js';
2
+ /**
3
+ * Representation of the 'DPICustomEntity' schema.
4
+ */
5
+ export type DPICustomEntity = {
6
+ /**
7
+ * Regular expression to match the entity
8
+ */
9
+ regex: string;
10
+ /**
11
+ * Replacement strategy to be used for the entity
12
+ */
13
+ replacement_strategy: DPIMethodConstant;
14
+ };
15
+ //# sourceMappingURL=dpi-custom-entity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-custom-entity.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-custom-entity.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,oBAAoB,EAAE,iBAAiB,CAAC;CACzC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=dpi-custom-entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-custom-entity.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-custom-entity.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Default entities supported by data privacy and integration service
3
+ */
4
+ export type DPIEntities = 'profile-person' | 'profile-org' | 'profile-university' | 'profile-location' | 'profile-email' | 'profile-phone' | 'profile-address' | 'profile-sapids-internal' | 'profile-sapids-public' | 'profile-url' | 'profile-username-password' | 'profile-nationalid' | 'profile-iban' | 'profile-ssn' | 'profile-credit-card-number' | 'profile-passport' | 'profile-driverlicense' | 'profile-nationality' | 'profile-religious-group' | 'profile-political-group' | 'profile-pronouns-gender' | 'profile-ethnicity' | 'profile-gender' | 'profile-sexual-orientation' | 'profile-trade-union' | 'profile-sensitive-data';
5
+ //# sourceMappingURL=dpi-entities.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-entities.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-entities.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,WAAW,GACnB,gBAAgB,GAChB,aAAa,GACb,oBAAoB,GACpB,kBAAkB,GAClB,eAAe,GACf,eAAe,GACf,iBAAiB,GACjB,yBAAyB,GACzB,uBAAuB,GACvB,aAAa,GACb,2BAA2B,GAC3B,oBAAoB,GACpB,cAAc,GACd,aAAa,GACb,4BAA4B,GAC5B,kBAAkB,GAClB,uBAAuB,GACvB,qBAAqB,GACrB,yBAAyB,GACzB,yBAAyB,GACzB,yBAAyB,GACzB,mBAAmB,GACnB,gBAAgB,GAChB,4BAA4B,GAC5B,qBAAqB,GACrB,wBAAwB,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=dpi-entities.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-entities.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-entities.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,7 @@
1
+ import type { DPIStandardEntity } from './dpi-standard-entity.js';
2
+ import type { DPICustomEntity } from './dpi-custom-entity.js';
3
+ /**
4
+ * Representation of the 'DPIEntityConfig' schema.
5
+ */
6
+ export type DPIEntityConfig = DPIStandardEntity | DPICustomEntity;
7
+ //# sourceMappingURL=dpi-entity-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-entity-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-entity-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AAC9D;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,iBAAiB,GAAG,eAAe,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=dpi-entity-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-entity-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-entity-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Replaces the entity with the specified value followed by an incrementing number
3
+ */
4
+ export type DPIMethodConstant = {
5
+ method: 'constant';
6
+ /**
7
+ * Value to be used for replacement
8
+ * @example "NAME_REDACTED"
9
+ */
10
+ value: string;
11
+ };
12
+ //# sourceMappingURL=dpi-method-constant.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-method-constant.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-method-constant.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,EAAE,UAAU,CAAC;IACnB;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,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=dpi-method-constant.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-method-constant.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-method-constant.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Replaces the entity with a randomly generated value appropriate to its type.
3
+ */
4
+ export type DPIMethodFabricatedData = {
5
+ method: 'fabricated_data';
6
+ };
7
+ //# sourceMappingURL=dpi-method-fabricated-data.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-method-fabricated-data.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-method-fabricated-data.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC,MAAM,EAAE,iBAAiB,CAAC;CAC3B,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=dpi-method-fabricated-data.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-method-fabricated-data.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-method-fabricated-data.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,14 @@
1
+ import type { DPIEntities } from './dpi-entities.js';
2
+ import type { DPIMethodConstant } from './dpi-method-constant.js';
3
+ import type { DPIMethodFabricatedData } from './dpi-method-fabricated-data.js';
4
+ /**
5
+ * Representation of the 'DPIStandardEntity' schema.
6
+ */
7
+ export type DPIStandardEntity = {
8
+ type: DPIEntities;
9
+ /**
10
+ * Replacement strategy to be used for the entity
11
+ */
12
+ replacement_strategy?: DPIMethodConstant | DPIMethodFabricatedData;
13
+ };
14
+ //# sourceMappingURL=dpi-standard-entity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-standard-entity.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-standard-entity.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAC;AAC/E;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,WAAW,CAAC;IAClB;;OAEG;IACH,oBAAoB,CAAC,EAAE,iBAAiB,GAAG,uBAAuB,CAAC;CACpE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=dpi-standard-entity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dpi-standard-entity.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/dpi-standard-entity.ts"],"names":[],"mappings":""}
@@ -0,0 +1,16 @@
1
+ import type { InputFilteringConfig } from './input-filtering-config.js';
2
+ import type { OutputFilteringConfig } from './output-filtering-config.js';
3
+ /**
4
+ * Representation of the 'FilteringModuleConfig' schema.
5
+ */
6
+ export type FilteringModuleConfig = {
7
+ /**
8
+ * List of provider type and filters
9
+ */
10
+ input?: InputFilteringConfig;
11
+ /**
12
+ * List of provider type and filters
13
+ */
14
+ output?: OutputFilteringConfig;
15
+ };
16
+ //# sourceMappingURL=filtering-module-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filtering-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/filtering-module-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,8BAA8B,CAAC;AAC1E;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,KAAK,CAAC,EAAE,oBAAoB,CAAC;IAC7B;;OAEG;IACH,MAAM,CAAC,EAAE,qBAAqB,CAAC;CAChC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=filtering-module-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filtering-module-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/filtering-module-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Stream options for output filtering. Will be ignored if stream is false.
3
+ */
4
+ export type FilteringStreamOptions = {
5
+ /**
6
+ * Number of characters that should be additionally sent to content filtering services from previous chunks as additional context.
7
+ * Maximum: 10000.
8
+ */
9
+ overlap?: number;
10
+ };
11
+ //# sourceMappingURL=filtering-stream-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filtering-stream-options.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/filtering-stream-options.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,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=filtering-stream-options.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filtering-stream-options.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/filtering-stream-options.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * Options for streaming. Will be ignored if enabled is false.
3
+ */
4
+ export type GlobalStreamOptions = {
5
+ /**
6
+ * If true, the response will be streamed back to the client
7
+ */
8
+ enabled?: boolean;
9
+ /**
10
+ * Minimum number of characters per chunk that post-LLM modules operate on.
11
+ * Default: 100.
12
+ * Maximum: 10000.
13
+ * Minimum: 1.
14
+ */
15
+ chunk_size?: number;
16
+ /**
17
+ * List of delimiters to split the input text into chunks.Please note, this is a required parameter when `input_translation_module_config` or `output_translation_module_config` are configured.
18
+ * @example [
19
+ * "\n",
20
+ * ".",
21
+ * "?",
22
+ * "!"
23
+ * ]
24
+ * Min Items: 1.
25
+ */
26
+ delimiters?: string[];
27
+ };
28
+ //# sourceMappingURL=global-stream-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"global-stream-options.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/global-stream-options.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;;;OAKG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;;;;;;;;OASG;IACH,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB,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=global-stream-options.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"global-stream-options.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/global-stream-options.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Identifier of this SearchFilter - unique per request.
3
+ */
4
+ export type GroundingFilterId = string;
5
+ //# sourceMappingURL=grounding-filter-id.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grounding-filter-id.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/grounding-filter-id.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,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=grounding-filter-id.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grounding-filter-id.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/grounding-filter-id.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Representation of the 'GroundingFilterSearchConfiguration' schema.
3
+ */
4
+ export type GroundingFilterSearchConfiguration = {
5
+ /**
6
+ * Maximum number of chunks to be returned. Cannot be used with 'maxDocumentCount'.
7
+ */
8
+ max_chunk_count?: number;
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
+ max_document_count?: number;
13
+ };
14
+ //# sourceMappingURL=grounding-filter-search-configuration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grounding-filter-search-configuration.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/grounding-filter-search-configuration.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,kCAAkC,GAAG;IAC/C;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,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=grounding-filter-search-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grounding-filter-search-configuration.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/grounding-filter-search-configuration.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
@@ -0,0 +1,36 @@
1
+ import type { DocumentGroundingFilter } from './document-grounding-filter.js';
2
+ /**
3
+ * Representation of the 'GroundingModuleConfig' schema.
4
+ */
5
+ export type GroundingModuleConfig = {
6
+ /**
7
+ * @example "document_grounding_service"
8
+ */
9
+ type: 'document_grounding_service' | any;
10
+ config: {
11
+ /**
12
+ * Document grounding service filters to be used
13
+ */
14
+ filters?: DocumentGroundingFilter[];
15
+ /**
16
+ * Placeholders to be used for grounding input questions and output
17
+ */
18
+ placeholders: {
19
+ /**
20
+ * Contains the input parameters used for grounding input questions
21
+ * Min Items: 1.
22
+ */
23
+ input: string[];
24
+ /**
25
+ * Placeholder name for grounding output
26
+ * @example "groundingOutput"
27
+ */
28
+ output: string;
29
+ };
30
+ /**
31
+ * Parameter name used for specifying metadata parameters
32
+ */
33
+ metadata_params?: string[];
34
+ };
35
+ };
36
+ //# sourceMappingURL=grounding-module-config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grounding-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/grounding-module-config.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,gCAAgC,CAAC;AAC9E;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG;IAClC;;OAEG;IACH,IAAI,EAAE,4BAA4B,GAAG,GAAG,CAAC;IACzC,MAAM,EAAE;QACN;;WAEG;QACH,OAAO,CAAC,EAAE,uBAAuB,EAAE,CAAC;QACpC;;WAEG;QACH,YAAY,EAAE;YACZ;;;eAGG;YACH,KAAK,EAAE,MAAM,EAAE,CAAC;YAChB;;;eAGG;YACH,MAAM,EAAE,MAAM,CAAC;SAChB,CAAC;QACF;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;KAC5B,CAAC;CACH,CAAC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=grounding-module-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grounding-module-config.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/grounding-module-config.ts"],"names":[],"mappings":""}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * Representation of the 'ImageContentUrl' schema.
3
+ */
4
+ export type ImageContentUrl = {
5
+ url: string;
6
+ /**
7
+ * Default: "auto".
8
+ */
9
+ detail?: string;
10
+ };
11
+ //# sourceMappingURL=image-content-url.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-content-url.d.ts","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/image-content-url.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B,GAAG,EAAE,MAAM,CAAC;IACZ;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,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=image-content-url.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"image-content-url.js","sourceRoot":"","sources":["../../../../src/client/prompt-registry/schema/image-content-url.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}