@epilot/entity-client 4.15.4 → 4.15.5

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
@@ -6441,7 +6441,7 @@ declare namespace Paths {
6441
6441
  exclude_schemas?: Parameters.ExcludeSchemas;
6442
6442
  }
6443
6443
  namespace Responses {
6444
- export type $200 = Components.Schemas.GetRelationsRespWithPagination;
6444
+ export type $200 = Components.Schemas.GetRelationsResp;
6445
6445
  }
6446
6446
  }
6447
6447
  namespace GetRelationsV2 {
package/dist/openapi.json CHANGED
@@ -1295,7 +1295,7 @@
1295
1295
  "content": {
1296
1296
  "application/json": {
1297
1297
  "schema": {
1298
- "$ref": "#/components/schemas/GetRelationsRespWithPagination"
1298
+ "$ref": "#/components/schemas/GetRelationsResp"
1299
1299
  },
1300
1300
  "example": [
1301
1301
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/entity-client",
3
- "version": "4.15.4",
3
+ "version": "4.15.5",
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",