cyberdesk 2.1.7 → 2.1.8

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.
@@ -1239,6 +1239,10 @@ export type ListRunsV1RunsGetData = {
1239
1239
  * Filter by machine ID
1240
1240
  */
1241
1241
  machine_id?: string | null;
1242
+ /**
1243
+ * Filter by session ID
1244
+ */
1245
+ session_id?: string | null;
1242
1246
  /**
1243
1247
  * Filter by run status
1244
1248
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyberdesk",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "description": "The official TypeScript SDK for Cyberdesk",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",