@agent-os-sdk/client 0.9.17 → 0.9.19

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.
@@ -8834,6 +8834,9 @@ export interface components {
8834
8834
  presets: components["schemas"]["NodePresetDto"][] | null;
8835
8835
  };
8836
8836
  NodeTypeDto: {
8837
+ capability_ref: string | null;
8838
+ capability_version: string | null;
8839
+ execution_binding: string | null;
8837
8840
  kind: string | null;
8838
8841
  title: string | null;
8839
8842
  category: string | null;
@@ -9280,6 +9283,8 @@ export interface components {
9280
9283
  created_at?: string;
9281
9284
  };
9282
9285
  TriggerTemplateDto: {
9286
+ capability_ref: string | null;
9287
+ capability_version: string | null;
9283
9288
  slug: string | null;
9284
9289
  kind: string | null;
9285
9290
  title: string | null;