@epilot/entity-client 6.11.0-rc.3 → 6.12.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 +2 -2
- package/dist/openapi.json +4 -1
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -11637,7 +11637,7 @@ declare namespace Paths {
|
|
|
11637
11637
|
/**
|
|
11638
11638
|
* ISO 8601 timestamp to filter jobs created after this time (e.g., 2023-01-01T00:00:00Z).
|
|
11639
11639
|
* example:
|
|
11640
|
-
* 2023-01-01T00:00:
|
|
11640
|
+
* 2023-01-01T00:00:00.000Z
|
|
11641
11641
|
*/
|
|
11642
11642
|
export type CreatedAfter = string; // date-time
|
|
11643
11643
|
/**
|
|
@@ -11663,7 +11663,7 @@ declare namespace Paths {
|
|
|
11663
11663
|
created_after?: /**
|
|
11664
11664
|
* ISO 8601 timestamp to filter jobs created after this time (e.g., 2023-01-01T00:00:00Z).
|
|
11665
11665
|
* example:
|
|
11666
|
-
* 2023-01-01T00:00:
|
|
11666
|
+
* 2023-01-01T00:00:00.000Z
|
|
11667
11667
|
*/
|
|
11668
11668
|
Parameters.CreatedAfter /* date-time */;
|
|
11669
11669
|
sort_pending_first?: /* When true, sorts PENDING status jobs to the top of the results. */ Parameters.SortPendingFirst;
|
package/dist/openapi.json
CHANGED
|
@@ -3438,7 +3438,7 @@
|
|
|
3438
3438
|
"description": "ISO 8601 timestamp to filter jobs created after this time (e.g., 2023-01-01T00:00:00Z).",
|
|
3439
3439
|
"type": "string",
|
|
3440
3440
|
"format": "date-time",
|
|
3441
|
-
"example": "2023-01-01T00:00:
|
|
3441
|
+
"example": "2023-01-01T00:00:00.000Z"
|
|
3442
3442
|
}
|
|
3443
3443
|
},
|
|
3444
3444
|
{
|
|
@@ -9965,6 +9965,9 @@
|
|
|
9965
9965
|
}
|
|
9966
9966
|
},
|
|
9967
9967
|
"servers": [
|
|
9968
|
+
{
|
|
9969
|
+
"url": "https://entity.sls.epilot.io"
|
|
9970
|
+
},
|
|
9968
9971
|
{
|
|
9969
9972
|
"url": "https://entity.sls.epilot.io"
|
|
9970
9973
|
}
|