@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 +1 -1
- package/dist/openapi.json +1 -1
- package/package.json +1 -1
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 =
|
|
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