refresh collected sites/mcp for docstring changes in dagpipe, mail-intake, openapi-first

This commit is contained in:
2026-09-14 00:18:17 +05:30
parent 9516e0b4cb
commit bbd9863d23
36 changed files with 1037 additions and 299 deletions

View File

@@ -1659,23 +1659,22 @@ Read-only view of the underlying data.</p>
</table>
<p><span class="doc-section-title">Returns:</span></p>
<p><span class="doc-section-title">Yields:</span></p>
<table>
<thead>
<tr>
<th>Type</th>
<th>Name</th> <th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="doc-section-item">
<td>
<td><code>str</code></td> <td>
<code><span title="collections.abc.Iterable">Iterable</span>[str]</code>
</td>
<td>
<div class="doc-md-description">
<p>Iterable[str]:
Generator yielding dot-paths.</p>
<p>Dot-path for each leaf node.</p>
</div>
</td>
</tr>
@@ -2275,7 +2274,7 @@ Iterator over top-level keys.</p>
<tr class="doc-section-item">
<td><code>payload_update</code></td>
<td>
<code><span title="collections.abc.Mapping">Mapping</span>[str, <span title="typing.Any">Any</span>]</code>
<code><span title="collections.abc.Mapping">Mapping</span>[str, <span title="typing.Any">Any</span>] | None</code>
</td>
<td>
<div class="doc-md-description">
@@ -2303,7 +2302,7 @@ Iterator over top-level keys.</p>
<tr class="doc-section-item">
<td><code>node_id</code></td>
<td>
<code>str</code>
<code>str | None</code>
</td>
<td>
<div class="doc-md-description">
@@ -2317,7 +2316,7 @@ Iterator over top-level keys.</p>
<tr class="doc-section-item">
<td><code>metadata_update</code></td>
<td>
<code><span title="collections.abc.Mapping">Mapping</span>[str, <span title="typing.Any">Any</span>]</code>
<code><span title="collections.abc.Mapping">Mapping</span>[str, <span title="typing.Any">Any</span>] | None</code>
</td>
<td>
<div class="doc-md-description">
@@ -2556,7 +2555,7 @@ Iterator over top-level keys.</p>
</td>
<td>
<div class="doc-md-description">
<p>Tuple[State, ...]:
<p>tuple[State, ...]:
Ordered execution lineage (root first).</p>
</div>
</td>