@bigfootai/bigfoot-types 5.0.12 → 5.0.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.
- package/model.ts +2 -2
- package/package.json +1 -1
package/model.ts
CHANGED
@@ -1279,8 +1279,8 @@ export class Block extends SharedPrimitive {
|
|
1279
1279
|
status?: TaskStatus;
|
1280
1280
|
_dateDueUserAssigned: boolean;
|
1281
1281
|
// Editor informatino about teh block
|
1282
|
-
|
1283
|
-
|
1282
|
+
editorId?: string;
|
1283
|
+
editorGroupId?: string;
|
1284
1284
|
// Relationship information about the block
|
1285
1285
|
parentId?: string;
|
1286
1286
|
originReferenceBlock?: ReferenceBlock;
|