@fileverse-dev/ddoc 2.3.0-rtc-patch-10 → 2.3.0-rtc-patch-12

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/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { D as d, E as r, P as s, R as a, h as t, u as i } from "./index-Dito-1N6.mjs";
1
+ import { D as d, E as r, P as s, R as a, h as t, u as i } from "./index-DzFllHX1.mjs";
2
2
  export {
3
3
  d as DdocEditor,
4
4
  r as Editor,
@@ -61,6 +61,8 @@ export declare const bubbleMenuProps: (props: EditorBubbleMenuProps) => {
61
61
  }>;
62
62
  onReminderCreate?: (reminder: import('../../..').Reminder, type: string) => void;
63
63
  isConnected?: boolean;
64
+ isCollabDocOwner?: boolean;
65
+ enableCollaboration?: boolean;
64
66
  };
65
67
  export declare const shouldShow: ({ editor }: {
66
68
  editor: Editor;
@@ -31,6 +31,8 @@ export type EditorBubbleMenuProps = Omit<BubbleMenuProps, 'children'> & {
31
31
  }>;
32
32
  onReminderCreate?: (reminder: Reminder, type: string) => void;
33
33
  isConnected?: boolean;
34
+ isCollabDocOwner?: boolean;
35
+ enableCollaboration?: boolean;
34
36
  };
35
37
  export interface NodeSelectorProps {
36
38
  editor: Editor;
@@ -151,6 +151,6 @@ export interface IAuthArgs {
151
151
  ownerToken?: string;
152
152
  ownerAddress?: string;
153
153
  contractAddress?: string;
154
- collaborationDid?: string;
154
+ sessionDid?: string;
155
155
  roomInfo?: string;
156
156
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "2.3.0-rtc-patch-10",
5
+ "version": "2.3.0-rtc-patch-12",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {