@epilot/entity-client 4.35.1 → 4.36.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/openapi.d.ts CHANGED
@@ -3370,6 +3370,7 @@ declare namespace Components {
3370
3370
  *
3371
3371
  */
3372
3372
  EntitySearchIncludeDeletedParam;
3373
+ highlight?: any;
3373
3374
  }
3374
3375
  export interface EntitySearchResults {
3375
3376
  /**
package/dist/openapi.json CHANGED
@@ -6727,7 +6727,8 @@
6727
6727
  "hydrate": {},
6728
6728
  "fields": {},
6729
6729
  "aggs": {},
6730
- "include_deleted": {}
6730
+ "include_deleted": {},
6731
+ "highlight": {}
6731
6732
  },
6732
6733
  "additionalProperties": false,
6733
6734
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/entity-client",
3
- "version": "4.35.1",
3
+ "version": "4.36.0",
4
4
  "description": "JavaScript client library for the epilot Core Entity API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",