@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.
- package/dist/generated/openapi.d.ts +1 -1
- package/dist/generated/openapi.d.ts.map +1 -1
- package/dist/modules/catalog.d.ts +11 -66
- package/dist/modules/catalog.d.ts.map +1 -1
- package/dist/modules/tools.d.ts +7 -4
- package/dist/modules/tools.d.ts.map +1 -1
- package/package.json +52 -51
- package/src/generated/openapi.ts +1 -1
- package/src/generated/swagger.json +2 -2
- package/src/modules/catalog.ts +11 -67
- package/src/modules/tools.ts +8 -5
|
@@ -8822,7 +8822,7 @@ export interface components {
|
|
|
8822
8822
|
};
|
|
8823
8823
|
NodePresetDto: {
|
|
8824
8824
|
preset_slug: string | null;
|
|
8825
|
-
|
|
8825
|
+
base_capability_ref: string | null;
|
|
8826
8826
|
title: string | null;
|
|
8827
8827
|
description?: string | null;
|
|
8828
8828
|
default_config?: unknown;
|