@epilot/entity-client 4.20.1 → 4.20.2

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
@@ -6221,9 +6221,7 @@ declare namespace Paths {
6221
6221
  orgId: Parameters.OrgId;
6222
6222
  }
6223
6223
  namespace Responses {
6224
- export interface $200 {
6225
- view?: Components.Schemas.ESClusterAssignment;
6226
- }
6224
+ export type $200 = Components.Schemas.ESClusterAssignment;
6227
6225
  }
6228
6226
  }
6229
6227
  namespace GetEntity {
package/dist/openapi.json CHANGED
@@ -1989,12 +1989,7 @@
1989
1989
  "content": {
1990
1990
  "application/json": {
1991
1991
  "schema": {
1992
- "type": "object",
1993
- "properties": {
1994
- "view": {
1995
- "$ref": "#/components/schemas/ESClusterAssignment"
1996
- }
1997
- }
1992
+ "$ref": "#/components/schemas/ESClusterAssignment"
1998
1993
  }
1999
1994
  }
2000
1995
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/entity-client",
3
- "version": "4.20.1",
3
+ "version": "4.20.2",
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",