@bigfootai/bigfoot-types 5.1.1 → 5.1.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
@@ -1613,7 +1613,7 @@ input GraphSearchInput {
1613
1613
  blockTypes: [BlockType]
1614
1614
  statuses: [TaskStatus]
1615
1615
  businessObjects: [BusinessObjectFilterInput]
1616
- originReferenceBlock: ReferenceBlock
1616
+ originReferenceBlock: ReferenceBlockInput
1617
1617
  editorId: String
1618
1618
  editorGroupId: String
1619
1619
  parentId: String
package/model.ts CHANGED
@@ -2850,7 +2850,7 @@ input GraphSearchInput {
2850
2850
  blockTypes: [BlockType]
2851
2851
  statuses: [TaskStatus]
2852
2852
  businessObjects: [BusinessObjectFilterInput]
2853
- originReferenceBlock: ReferenceBlock
2853
+ originReferenceBlock: ReferenceBlockInput
2854
2854
  editorId: String
2855
2855
  editorGroupId: String
2856
2856
  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.1.1",
4
+ "version": "5.1.2",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",