@superdoc-dev/sdk 1.16.0-next.48 → 1.16.0-next.49

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.
@@ -13474,7 +13474,7 @@ const CONTRACT = {
13474
13474
  "list"
13475
13475
  ],
13476
13476
  "category": "core",
13477
- "description": "List top-level blocks in document order with IDs, types, text previews, and optional full text when includeText:true. Supports pagination via offset/limit, optional nodeType filtering, and single-story scoping via `in: <StoryLocator>`.",
13477
+ "description": "List top-level blocks in document order with IDs, types, text previews, and optional full text when includeText:true. Text, previews, lengths, and formatting hints use the VISIBLE model: pending tracked deletions are excluded (matching how edit refs resolve), and inline atoms render as a single placeholder character. Supports pagination via offset/limit, optional nodeType filtering, and single-story scoping via `in: <StoryLocator>`.",
13478
13478
  "requiresDocumentContext": true,
13479
13479
  "docRequirement": "optional",
13480
13480
  "responseEnvelopeKey": "result",
@@ -14881,7 +14881,7 @@ export const CONTRACT = {
14881
14881
  "list"
14882
14882
  ],
14883
14883
  "category": "core",
14884
- "description": "List top-level blocks in document order with IDs, types, text previews, and optional full text when includeText:true. Supports pagination via offset/limit, optional nodeType filtering, and single-story scoping via `in: <StoryLocator>`.",
14884
+ "description": "List top-level blocks in document order with IDs, types, text previews, and optional full text when includeText:true. Text, previews, lengths, and formatting hints use the VISIBLE model: pending tracked deletions are excluded (matching how edit refs resolve), and inline atoms render as a single placeholder character. Supports pagination via offset/limit, optional nodeType filtering, and single-story scoping via `in: <StoryLocator>`.",
14885
14885
  "requiresDocumentContext": true,
14886
14886
  "docRequirement": "optional",
14887
14887
  "responseEnvelopeKey": "result",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/sdk",
3
- "version": "1.16.0-next.48",
3
+ "version": "1.16.0-next.49",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -26,11 +26,11 @@
26
26
  "typescript": "^5.9.2"
27
27
  },
28
28
  "optionalDependencies": {
29
- "@superdoc-dev/sdk-darwin-arm64": "1.16.0-next.48",
30
- "@superdoc-dev/sdk-linux-x64": "1.16.0-next.48",
31
- "@superdoc-dev/sdk-linux-arm64": "1.16.0-next.48",
32
- "@superdoc-dev/sdk-windows-x64": "1.16.0-next.48",
33
- "@superdoc-dev/sdk-darwin-x64": "1.16.0-next.48"
29
+ "@superdoc-dev/sdk-linux-x64": "1.16.0-next.49",
30
+ "@superdoc-dev/sdk-windows-x64": "1.16.0-next.49",
31
+ "@superdoc-dev/sdk-darwin-x64": "1.16.0-next.49",
32
+ "@superdoc-dev/sdk-darwin-arm64": "1.16.0-next.49",
33
+ "@superdoc-dev/sdk-linux-arm64": "1.16.0-next.49"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
@@ -43,5 +43,5 @@
43
43
  "mutates": true
44
44
  }
45
45
  ],
46
- "contractHash": "06cbdc50cf2e7489d18e54cfee0d40297e08522eb553485e10dbdafba568b81b"
46
+ "contractHash": "2954ad7f0581c8cbaa8903cf227429d4bc1c0ca550a663f3b5bd28449323717f"
47
47
  }