@getsupervisor/agents-studio-sdk 1.41.2-patch.1 → 1.41.2-patch.2

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
@@ -405,6 +405,7 @@ type components = {
405
405
  identifier: string;
406
406
  description?: string | null;
407
407
  enabled: boolean;
408
+ visible: boolean;
408
409
  category?: string | null;
409
410
  auth: 'none' | 'oauth2' | 'api_key' | 'custom';
410
411
  requiresUserAuth: boolean;
package/dist/index.d.ts CHANGED
@@ -405,6 +405,7 @@ type components = {
405
405
  identifier: string;
406
406
  description?: string | null;
407
407
  enabled: boolean;
408
+ visible: boolean;
408
409
  category?: string | null;
409
410
  auth: 'none' | 'oauth2' | 'api_key' | 'custom';
410
411
  requiresUserAuth: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getsupervisor/agents-studio-sdk",
3
- "version": "1.41.2-patch.1",
3
+ "version": "1.41.2-patch.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",