@bigfootai/bigfoot-types 5.0.1 → 5.0.3
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 +2 -2
- package/package.json +1 -1
package/model.js
CHANGED
package/model.ts
CHANGED
@@ -2787,7 +2787,7 @@ input SearchInput {
|
|
2787
2787
|
dateDueFrom: Float
|
2788
2788
|
dateDueTo: Float
|
2789
2789
|
status: String
|
2790
|
-
|
2790
|
+
originReferenceBlock: [ReferenceBlockInput]
|
2791
2791
|
editorId: String
|
2792
2792
|
editorGroupId: String
|
2793
2793
|
parentId: String
|
@@ -2812,7 +2812,7 @@ export interface SearchInput {
|
|
2812
2812
|
dateDueFrom?: number;
|
2813
2813
|
dateDueTo?: number;
|
2814
2814
|
status?: TaskStatus;
|
2815
|
-
|
2815
|
+
originReferenceBlock?: ReferenceBlock;
|
2816
2816
|
editorId?: string;
|
2817
2817
|
editorGroupId?: string;
|
2818
2818
|
parentId?: string;
|