@koda-sl/baker-cli 0.129.1-dev.972f3c9aa → 0.131.0-dev.cad5e0bc7

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.
@@ -164,6 +164,16 @@ declare const CanvasSchema: z.ZodObject<{
164
164
  node: z.ZodString;
165
165
  span_s: z.ZodNumber;
166
166
  }, z.core.$strip>>>;
167
+ graph_stats: z.ZodOptional<z.ZodObject<{
168
+ nodes_total: z.ZodNumber;
169
+ nodes_billable: z.ZodNumber;
170
+ node_types: z.ZodRecord<z.ZodString, z.ZodNumber>;
171
+ scene_routes: z.ZodArray<z.ZodObject<{
172
+ scene: z.ZodNumber;
173
+ route: z.ZodString;
174
+ window_s: z.ZodNumber;
175
+ }, z.core.$strip>>;
176
+ }, z.core.$strict>>;
167
177
  }, z.core.$strict>>;
168
178
  }, z.core.$strict>>;
169
179
  nodes: z.ZodArray<z.ZodObject<{
@@ -8,7 +8,7 @@ import {
8
8
  defaultRegistry,
9
9
  generateCatalog,
10
10
  validateCanvasDeep
11
- } from "../chunk-J2LYFDVC.js";
11
+ } from "../chunk-5LCTMZJ5.js";
12
12
  import "../chunk-5WRI5ZAA.js";
13
13
  export {
14
14
  BackendClient,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koda-sl/baker-cli",
3
- "version": "0.129.1-dev.972f3c9aa",
3
+ "version": "0.131.0-dev.cad5e0bc7",
4
4
  "description": "AI-agent-first CLI for interacting with Baker, including the Baker creative canvas.",
5
5
  "type": "module",
6
6
  "bin": {