@ones-editor/editor 1.1.18-beta.15 → 1.1.18-beta.16

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.
@@ -24,6 +24,7 @@ export default class ShareDBClient {
24
24
  * @param id 待获取的containerId
25
25
  */
26
26
  getDoc: () => Promise<Doc<any>>;
27
+ fetchDoc: (doc: Doc) => Promise<void>;
27
28
  authOnly(): Promise<void>;
28
29
  getResourceToken(): string | null;
29
30
  hasDocContainer(): boolean;