@sap-ai-sdk/prompt-registry 2.4.1-20260101013500.0 → 2.4.1-20260103013336.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.
- package/dist/client/prompt-registry/index.js +1 -1
- package/dist/client/prompt-registry/orchestration-configs-api.js +1 -1
- package/dist/client/prompt-registry/prompt-templates-api.js +1 -1
- package/dist/client/prompt-registry/schema/azure-threshold.js +1 -1
- package/dist/client/prompt-registry/schema/data-repository-type.js +1 -1
- package/dist/client/prompt-registry/schema/dpi-entities.js +1 -1
- package/dist/client/prompt-registry/schema/dpi-method-constant.js +1 -1
- package/dist/client/prompt-registry/schema/dpi-method-fabricated-data.js +1 -1
- package/dist/client/prompt-registry/schema/error-response.js +1 -1
- package/dist/client/prompt-registry/schema/filtering-stream-options.js +1 -1
- package/dist/client/prompt-registry/schema/function-parameters.js +1 -1
- package/dist/client/prompt-registry/schema/global-stream-options.js +1 -1
- package/dist/client/prompt-registry/schema/grounding-filter-id.js +1 -1
- package/dist/client/prompt-registry/schema/grounding-filter-search-configuration.js +1 -1
- package/dist/client/prompt-registry/schema/image-content-url.js +1 -1
- package/dist/client/prompt-registry/schema/image-content.js +1 -1
- package/dist/client/prompt-registry/schema/index.js +1 -1
- package/dist/client/prompt-registry/schema/key-value-list-pair.js +1 -1
- package/dist/client/prompt-registry/schema/llama-guard-38-b.js +1 -1
- package/dist/client/prompt-registry/schema/llm-model-details.js +1 -1
- package/dist/client/prompt-registry/schema/message-tool-call.js +1 -1
- package/dist/client/prompt-registry/schema/orchestration-config-delete-response.js +1 -1
- package/dist/client/prompt-registry/schema/orchestration-config-post-response.js +1 -1
- package/dist/client/prompt-registry/schema/prompt-template-delete-response.js +1 -1
- package/dist/client/prompt-registry/schema/prompt-template-post-response.js +1 -1
- package/dist/client/prompt-registry/schema/prompt-template-substitution-request.js +1 -1
- package/dist/client/prompt-registry/schema/response-format-json-object.js +1 -1
- package/dist/client/prompt-registry/schema/response-format-json-schema-schema.js +1 -1
- package/dist/client/prompt-registry/schema/response-format-text.js +1 -1
- package/dist/client/prompt-registry/schema/sap-document-translation-apply-to-selector.js +1 -1
- package/dist/client/prompt-registry/schema/search-select-option-enum.js +1 -1
- package/dist/client/prompt-registry/schema/single-chat-template.js +1 -1
- package/dist/client/prompt-registry/schema/template-ref-by-id.js +1 -1
- package/dist/client/prompt-registry/schema/template-ref-by-scenario-name-version.js +1 -1
- package/dist/client/prompt-registry/schema/text-content.js +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ai-sdk/prompt-registry",
|
|
3
|
-
"version": "2.4.1-
|
|
3
|
+
"version": "2.4.1-20260103013336.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"internal.d.ts"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"zod": "^4.
|
|
29
|
-
"@sap-ai-sdk/core": "^2.4.1-
|
|
28
|
+
"zod": "^4.3.4",
|
|
29
|
+
"@sap-ai-sdk/core": "^2.4.1-20260103013336.0"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"compile": "tsc",
|