@superdoc-dev/sdk 1.8.0-next.10 → 1.8.0-next.12
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.
- package/dist/generated/client.d.ts +2 -0
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/contract.cjs +23 -5
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +23 -5
- package/package.json +6 -6
- package/tools/__pycache__/__init__.cpython-312.pyc +0 -0
- package/tools/__pycache__/intent_dispatch_generated.cpython-312.pyc +0 -0
- package/tools/catalog.json +3 -2
- package/tools/tools-policy.json +1 -1
- package/tools/tools.anthropic.json +3 -2
- package/tools/tools.generic.json +3 -2
- package/tools/tools.openai.json +3 -2
- package/tools/tools.vercel.json +3 -2
|
@@ -19747,6 +19747,8 @@ export type DocSelectionCurrentResult = {
|
|
|
19747
19747
|
}>;
|
|
19748
19748
|
}) | null;
|
|
19749
19749
|
activeMarks: Array<string>;
|
|
19750
|
+
activeCommentIds: Array<string>;
|
|
19751
|
+
activeChangeIds: Array<string>;
|
|
19750
19752
|
text?: string;
|
|
19751
19753
|
};
|
|
19752
19754
|
export type DocMutationsPreviewResult = {
|