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