@sap-ai-sdk/orchestration 1.7.1-20250210013119.0 → 1.7.1-20250212013104.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Only include DataRepositories with the given type.
3
3
  */
4
- export type DataRepositoryType = 'vector' | 'help.sap.com' | any;
4
+ export type DataRepositoryType = 'vector' | 'help.sap.com';
5
5
  //# sourceMappingURL=data-repository-type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-repository-type.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-type.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG,cAAc,GAAG,GAAG,CAAC"}
1
+ {"version":3,"file":"data-repository-type.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/data-repository-type.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG,cAAc,CAAC"}
@@ -7,7 +7,7 @@ import type { SearchDocumentKeyValueListPair } from './search-document-key-value
7
7
  * Representation of the 'DocumentGroundingFilter' schema.
8
8
  */
9
9
  export type DocumentGroundingFilter = {
10
- id: GroundingFilterId;
10
+ id?: GroundingFilterId;
11
11
  search_config?: GroundingFilterSearchConfiguration;
12
12
  /**
13
13
  * Specify ['*'] to search across all DataRepositories or give a specific list of DataRepository ids.
@@ -1 +1 @@
1
- {"version":3,"file":"document-grounding-filter.d.ts","sourceRoot":"","sources":["../../../../src/client/api/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,EAAE,iBAAiB,CAAC;IACtB,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"}
1
+ {"version":3,"file":"document-grounding-filter.d.ts","sourceRoot":"","sources":["../../../../src/client/api/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"}
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Identifier of this SearchFilter - unique per request.
3
3
  */
4
- export type GroundingFilterId = any;
4
+ export type GroundingFilterId = string;
5
5
  //# sourceMappingURL=grounding-filter-id.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"grounding-filter-id.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/grounding-filter-id.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,GAAG,CAAC"}
1
+ {"version":3,"file":"grounding-filter-id.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/grounding-filter-id.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC"}
@@ -22,6 +22,10 @@ export type GroundingModuleConfig = {
22
22
  * @example "groundingOutput"
23
23
  */
24
24
  output_param: string;
25
+ /**
26
+ * Parameter name used for specifying metadata parameters
27
+ */
28
+ metadata_params?: string[];
25
29
  };
26
30
  };
27
31
  //# sourceMappingURL=grounding-module-config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"grounding-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/api/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;;;WAGG;QACH,YAAY,EAAE,MAAM,EAAE,CAAC;QACvB;;;WAGG;QACH,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;CACH,CAAC"}
1
+ {"version":3,"file":"grounding-module-config.d.ts","sourceRoot":"","sources":["../../../../src/client/api/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;;;WAGG;QACH,YAAY,EAAE,MAAM,EAAE,CAAC;QACvB;;;WAGG;QACH,YAAY,EAAE,MAAM,CAAC;QACrB;;WAEG;QACH,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;KAC5B,CAAC;CACH,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Representation of the 'SearchSelectOptionEnum' schema.
3
3
  */
4
- export type SearchSelectOptionEnum = 'ignoreIfKeyAbsent' | any;
4
+ export type SearchSelectOptionEnum = 'ignoreIfKeyAbsent';
5
5
  //# sourceMappingURL=search-select-option-enum.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-select-option-enum.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/search-select-option-enum.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,GAAG,GAAG,CAAC"}
1
+ {"version":3,"file":"search-select-option-enum.d.ts","sourceRoot":"","sources":["../../../../src/client/api/schema/search-select-option-enum.ts"],"names":[],"mappings":"AAMA;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG,mBAAmB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ai-sdk/orchestration",
3
- "version": "1.7.1-20250210013119.0",
3
+ "version": "1.7.1-20250212013104.0",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -21,8 +21,8 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@sap-cloud-sdk/util": "^3.26.0",
24
- "@sap-ai-sdk/core": "^1.7.1-20250210013119.0",
25
- "@sap-ai-sdk/ai-api": "^1.7.1-20250210013119.0"
24
+ "@sap-ai-sdk/core": "^1.7.1-20250212013104.0",
25
+ "@sap-ai-sdk/ai-api": "^1.7.1-20250212013104.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@sap-cloud-sdk/http-client": "^3.26.0",