@epilot/entity-client 6.0.0 → 6.0.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.d.ts CHANGED
@@ -10586,7 +10586,7 @@ declare namespace Paths {
10586
10586
  /**
10587
10587
  * A comma separated list of job statuses to return
10588
10588
  */
10589
- export type Status = /* The status of the bulk job */ Components.Schemas.TaxonomyBulkJobStatus[];
10589
+ export type Status = string[];
10590
10590
  }
10591
10591
  export interface QueryParameters {
10592
10592
  status?: /* A comma separated list of job statuses to return */ Parameters.Status;
package/dist/openapi.json CHANGED
@@ -3220,7 +3220,7 @@
3220
3220
  "description": "A comma separated list of job statuses to return",
3221
3221
  "type": "array",
3222
3222
  "items": {
3223
- "$ref": "#/components/schemas/TaxonomyBulkJobStatus"
3223
+ "type": "string"
3224
3224
  }
3225
3225
  }
3226
3226
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/entity-client",
3
- "version": "6.0.0",
3
+ "version": "6.0.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",