@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parallelworks/client",
3
- "version": "7.95.1",
3
+ "version": "7.96.0",
4
4
  "description": "Official TypeScript client for Parallel Works ACTIVATE API",
5
5
  "type": "module",
6
6
  "exports": {