@ailang/parse
Advanced tools
+1
-1
| { | ||
| "name": "@ailang/parse", | ||
| "version": "0.10.0", | ||
| "version": "0.11.0", | ||
| "mcpName": "io.github.sunholo-data/parse", | ||
@@ -5,0 +5,0 @@ "description": "JavaScript/TypeScript client and MCP server for the AILANG Parse document parsing API", |
+3
-1
@@ -174,4 +174,6 @@ /** AILANG Parse types — Block ADT, ParseResult, metadata, errors. */ | ||
| resolved?: boolean; | ||
| // SectionBlock | ||
| // SectionBlock. `name` is the container's own identity (sheet name, slide | ||
| // title, chapter); absent for sections that have no name of their own. | ||
| kind?: string; | ||
| name?: string; | ||
| blocks?: Block[]; | ||
@@ -178,0 +180,0 @@ } |
55948
0.27%1341
0.15%