@bigfootai/bigfoot-types 4.9.18 → 4.9.19
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 -0
- package/model.ts +2 -0
- package/package.json +1 -1
package/model.js
CHANGED
package/model.ts
CHANGED
@@ -2832,6 +2832,7 @@ input SearchInput {
|
|
2832
2832
|
search: String
|
2833
2833
|
_ids: [String]
|
2834
2834
|
tagIds: [String]
|
2835
|
+
dashboardIds: [String]
|
2835
2836
|
emails: [String]
|
2836
2837
|
businessObjects: [BusinessObjectLinkInput]
|
2837
2838
|
sentiment: String
|
@@ -2857,6 +2858,7 @@ export interface SearchInput {
|
|
2857
2858
|
search?: string;
|
2858
2859
|
_ids?: string[];
|
2859
2860
|
tagIds?: string[];
|
2861
|
+
dashboardIds?: string[];
|
2860
2862
|
emails?: string[];
|
2861
2863
|
businessObjects?: BusinessObjectLink[];
|
2862
2864
|
sentiment?: string;
|