@agent-os-sdk/client 0.9.16 → 0.9.18

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.
@@ -8822,7 +8822,7 @@ export interface components {
8822
8822
  };
8823
8823
  NodePresetDto: {
8824
8824
  preset_slug: string | null;
8825
- base_node_slug: string | null;
8825
+ base_capability_ref: string | null;
8826
8826
  title: string | null;
8827
8827
  description?: string | null;
8828
8828
  default_config?: unknown;