@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.
- package/model.js +1 -1
- package/model.ts +1 -1
- 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:
|
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:
|
2853
|
+
originReferenceBlock: ReferenceBlockInput
|
2854
2854
|
editorId: String
|
2855
2855
|
editorGroupId: String
|
2856
2856
|
parentId: String
|