@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.
Files changed (3) hide show
  1. package/model.js +0 -1
  2. package/model.ts +0 -2
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -1564,7 +1564,6 @@ input SearchInput {
1564
1564
  search: String
1565
1565
  _ids: [String]
1566
1566
  tagIds: [String]
1567
- dashboardIds: [String]
1568
1567
  emails: [String]
1569
1568
  businessObjects: [BusinessObjectLinkInput]
1570
1569
  sentiment: String
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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.9.19",
4
+ "version": "4.9.20",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",