@getsupervisor/agents-studio-sdk 1.36.0 → 1.36.1

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/index.d.cts CHANGED
@@ -443,7 +443,6 @@ type components = {
443
443
  message?: string;
444
444
  };
445
445
  ToolConnectionRequest: {
446
- workspaceId: string;
447
446
  agentId: string;
448
447
  metadata?: {
449
448
  [key: string]: unknown;
package/dist/index.d.ts CHANGED
@@ -443,7 +443,6 @@ type components = {
443
443
  message?: string;
444
444
  };
445
445
  ToolConnectionRequest: {
446
- workspaceId: string;
447
446
  agentId: string;
448
447
  metadata?: {
449
448
  [key: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getsupervisor/agents-studio-sdk",
3
- "version": "1.36.0",
3
+ "version": "1.36.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",