@avallon-labs/sdk 35.6.0-staging.890 → 35.7.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +4 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -4479,6 +4479,10 @@ type ListWorkerRunsParams = {
4479
4479
  * @minLength 1
4480
4480
  */
4481
4481
  case_id?: string;
4482
+ /**
4483
+ * @minLength 1
4484
+ */
4485
+ outcome?: string;
4482
4486
  created_after?: string;
4483
4487
  created_before?: string;
4484
4488
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avallon-labs/sdk",
3
- "version": "35.6.0-staging.890",
3
+ "version": "35.7.0",
4
4
  "description": "Avallon API SDK - generated from OpenAPI",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",