@superdoc-dev/sdk 1.16.0-next.34 → 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.
@@ -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;