@epilot/entity-client 4.44.0 → 5.0.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
@@ -8343,8 +8343,8 @@ declare namespace Components {
8343
8343
  ClassificationId[];
8344
8344
  };
8345
8345
  output?: {
8346
- target_entities?: EntityId /* uuid */[];
8347
- affected_entities?: EntityId /* uuid */[];
8346
+ target_entities_count?: number;
8347
+ affected_entities_count?: number;
8348
8348
  failures_count?: number;
8349
8349
  failed_entities?: EntityId /* uuid */[];
8350
8350
  };
package/dist/openapi.json CHANGED
@@ -8127,17 +8127,11 @@
8127
8127
  "output": {
8128
8128
  "type": "object",
8129
8129
  "properties": {
8130
- "target_entities": {
8131
- "type": "array",
8132
- "items": {
8133
- "$ref": "#/components/schemas/EntityId"
8134
- }
8130
+ "target_entities_count": {
8131
+ "type": "number"
8135
8132
  },
8136
- "affected_entities": {
8137
- "type": "array",
8138
- "items": {
8139
- "$ref": "#/components/schemas/EntityId"
8140
- }
8133
+ "affected_entities_count": {
8134
+ "type": "number"
8141
8135
  },
8142
8136
  "failures_count": {
8143
8137
  "type": "number"
@@ -9129,9 +9123,6 @@
9129
9123
  }
9130
9124
  },
9131
9125
  "servers": [
9132
- {
9133
- "url": "https://entity.sls.epilot.io"
9134
- },
9135
9126
  {
9136
9127
  "url": "https://entity.sls.epilot.io"
9137
9128
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/entity-client",
3
- "version": "4.44.0",
3
+ "version": "5.0.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",