zeus-api-types 1.0.88 → 1.0.89

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.
@@ -230,8 +230,8 @@ export interface SemanticQueryConfig {
230
230
  export interface MetadataCustomDataShapeEntry {
231
231
  promptIncludeMask?: number;
232
232
  visibilityConditions?: MetadataVisibilityConditions;
233
- semanticQuery?: SemanticQueryConfig;
234
- [key: string]: MetadataCustomDataShapeValue | MetadataVisibilityConditions | SemanticQueryConfig | undefined;
233
+ semanticQueries?: SemanticQueryConfig[];
234
+ [key: string]: MetadataCustomDataShapeValue | MetadataVisibilityConditions | SemanticQueryConfig[] | undefined;
235
235
  }
236
236
  export type MetadataCustomDataShape = Record<string, MetadataCustomDataShapeEntry>;
237
237
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zeus-api-types",
3
- "version": "1.0.88",
3
+ "version": "1.0.89",
4
4
  "description": "Shared API types for Wagtales - SSE payloads, error types, and common interfaces",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",