@parallelworks/client 7.95.1 → 7.96.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/types/api.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/api.d.ts
CHANGED
|
@@ -31361,6 +31361,8 @@ export interface operations {
|
|
|
31361
31361
|
skip?: number;
|
|
31362
31362
|
/** @description Case-insensitive search across message, path, user, and request ID */
|
|
31363
31363
|
search?: string;
|
|
31364
|
+
/** @description Only include errors created at or after this time (RFC3339). */
|
|
31365
|
+
since?: string;
|
|
31364
31366
|
};
|
|
31365
31367
|
header?: never;
|
|
31366
31368
|
path?: never;
|