@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.
Files changed (2) hide show
  1. package/model.ts +2 -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
- _editorId?: string;
1283
- _editorGroupId?: string;
1282
+ editorId?: string;
1283
+ editorGroupId?: string;
1284
1284
  // Relationship information about the block
1285
1285
  parentId?: string;
1286
1286
  originReferenceBlock?: ReferenceBlock;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.0.12",
4
+ "version": "5.0.13",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",