@dra2020/baseclient 1.0.119 → 1.0.121
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/lib/ot-js/otsession.ts
CHANGED
|
@@ -100,6 +100,8 @@ export interface SessionUserList
|
|
|
100
100
|
export interface SessionProps
|
|
101
101
|
{
|
|
102
102
|
id: string;
|
|
103
|
+
baseid?: string; // For owner, actual sid if id is frozen version
|
|
104
|
+
rid?: string; // Revision ID for frozen version
|
|
103
105
|
name: string;
|
|
104
106
|
type: string;
|
|
105
107
|
description: string;
|