@bigfootai/bigfoot-types 5.0.1 → 5.0.2

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 +1 -1
  2. package/model.ts +1 -1
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -1567,7 +1567,7 @@ input SearchInput {
1567
1567
  dateDueFrom: Float
1568
1568
  dateDueTo: Float
1569
1569
  status: String
1570
- originNoteId: String
1570
+ originReferenceBlock: [ReferenceBlockInput]
1571
1571
  editorId: String
1572
1572
  editorGroupId: String
1573
1573
  parentId: String
package/model.ts CHANGED
@@ -2787,7 +2787,7 @@ input SearchInput {
2787
2787
  dateDueFrom: Float
2788
2788
  dateDueTo: Float
2789
2789
  status: String
2790
- originNoteId: String
2790
+ originReferenceBlock: [ReferenceBlockInput]
2791
2791
  editorId: String
2792
2792
  editorGroupId: String
2793
2793
  parentId: String
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.0.1",
4
+ "version": "5.0.2",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",