@superdoc-dev/sdk 1.16.0-next.35 → 1.16.0-next.36
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 -2
- package/dist/generated/client.d.ts.map +1 -1
- package/dist/generated/contract.cjs +1 -4
- package/dist/generated/contract.d.ts.map +1 -1
- package/dist/generated/contract.js +1 -4
- 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/tools-policy.json +1 -1
|
@@ -24112,7 +24112,7 @@ export interface DocFootnotesInsertParams {
|
|
|
24112
24112
|
expectedRevision?: number;
|
|
24113
24113
|
changeMode?: string;
|
|
24114
24114
|
dryRun?: boolean;
|
|
24115
|
-
at
|
|
24115
|
+
at?: {
|
|
24116
24116
|
kind: "text";
|
|
24117
24117
|
segments: Array<{
|
|
24118
24118
|
blockId: string;
|
|
@@ -88737,7 +88737,7 @@ export interface DocFootnotesInsertBoundParams {
|
|
|
88737
88737
|
expectedRevision?: number;
|
|
88738
88738
|
changeMode?: string;
|
|
88739
88739
|
dryRun?: boolean;
|
|
88740
|
-
at
|
|
88740
|
+
at?: {
|
|
88741
88741
|
kind: "text";
|
|
88742
88742
|
segments: Array<{
|
|
88743
88743
|
blockId: string;
|