@epilot/entity-client 4.30.0 → 4.30.1

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.json CHANGED
@@ -5747,8 +5747,8 @@
5747
5747
  "EntitySearchArchiveParam": {
5748
5748
  "type": "string",
5749
5749
  "enum": [
5750
- true,
5751
- false,
5750
+ "true",
5751
+ "false",
5752
5752
  "only"
5753
5753
  ],
5754
5754
  "description": "Whether to include archived entities in the search results\n- `true`: include archived entities\n- `false`: exclude archived entities\n- `only`: include only archived entities\n\nBy default, no archived entities are included in the search results.\n",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/entity-client",
3
- "version": "4.30.0",
3
+ "version": "4.30.1",
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",