@bigfootai/bigfoot-types 3.9.0 → 3.9.1

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 (3) hide show
  1. package/model.js +0 -1
  2. package/model.ts +0 -1
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -602,7 +602,6 @@ exports.Note = Note;
602
602
  exports.TaskFields = `${exports.BlockFields}
603
603
  status: String!
604
604
  dateDue: Int!
605
- originNoteId: String
606
605
  editorId: String
607
606
  editorGroupId: String
608
607
  snoozed: Boolean!
package/model.ts CHANGED
@@ -933,7 +933,6 @@ export class Note extends Block {
933
933
  export const TaskFields = `${BlockFields}
934
934
  status: String!
935
935
  dateDue: Int!
936
- originNoteId: String
937
936
  editorId: String
938
937
  editorGroupId: String
939
938
  snoozed: Boolean!
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "3.9.0",
4
+ "version": "3.9.1",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",