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