@breadboard-ai/types
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -211,3 +211,3 @@ /** | ||
*/ | ||
export type GraphTag = "published" | "tool" | "experimental" | "component"; | ||
export type GraphTag = "published" | "tool" | "experimental" | "component" | "deprecated"; | ||
/** | ||
@@ -257,2 +257,7 @@ * Represents graph metadata. | ||
}; | ||
/** | ||
* Whether or not the graph is minimized. Generally only applies to | ||
* subgraphs as they carry that control in the Visual Editor. | ||
*/ | ||
minimized?: boolean; | ||
}; | ||
@@ -352,2 +357,6 @@ }; | ||
/** | ||
* The title for the module. | ||
*/ | ||
title?: string; | ||
/** | ||
* Tags associated with the module. At this moment, free-form strings. | ||
@@ -354,0 +363,0 @@ */ |
@@ -10,2 +10,3 @@ /** | ||
export type * from "./traversal.js"; | ||
export type * from "./uuid.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -31,2 +31,3 @@ /** | ||
graph: GraphDescriptor; | ||
graphId: string; | ||
path: number[]; | ||
@@ -33,0 +34,0 @@ timestamp: number; |
{ | ||
"name": "@breadboard-ai/types", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "TypeScript type definitions for Breadboard.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31172
26
688