@ones-editor/editor 3.0.2-beta.2 → 3.0.2-beta.4

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.
@@ -290,7 +290,6 @@ export interface OnesEditorDocVersionHelper {
290
290
  createVersion: (tag: string, publish: boolean) => Promise<DocVersion>;
291
291
  parseHistoryData: (historyData: OnesEditorDocHistoryData, handler: OnesEditorHistoryDataParseHandler) => void;
292
292
  updateVersionExtra: (version: number, tagId: string, extra: OnesEditorDocVersionExtra) => Promise<void>;
293
- copyLink?: (ver: DocVersion) => void;
294
293
  }
295
294
  export interface OnesEditorComment {
296
295
  id: string;
@@ -5,7 +5,6 @@ export default class ShareDBServer extends EventCallbacks<ShareDBDocCallbacks> i
5
5
  private options;
6
6
  remoteUsers: RemoteUsers;
7
7
  client: ShareDBSimpleClient;
8
- copyLink?: (v: DocVersion) => void;
9
8
  constructor(options: ShareDBDocOptions);
10
9
  destroy(): void;
11
10
  buildResourceUrl(resourceId: string, options?: BuildResourceUrlOptions): string;