@superdoc-dev/sdk 1.8.0-next.11 → 1.8.0-next.13

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.
@@ -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 = {