@bigfootai/bigfoot-types 3.7.2 → 3.7.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.
Files changed (3) hide show
  1. package/model.js +0 -1
  2. package/model.ts +0 -1
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -365,7 +365,6 @@ type Search {${exports.SharedPrimitiveFields}
365
365
  search: String
366
366
  tagIds: [String]
367
367
  sentiment: String
368
- sharingTags: [SharingTag]
369
368
  orderByDateUpdated: String
370
369
  orderByDateCreated: String
371
370
  orderByAlias: String
package/model.ts CHANGED
@@ -541,7 +541,6 @@ type Search {${SharedPrimitiveFields}
541
541
  search: String
542
542
  tagIds: [String]
543
543
  sentiment: String
544
- sharingTags: [SharingTag]
545
544
  orderByDateUpdated: String
546
545
  orderByDateCreated: String
547
546
  orderByAlias: String
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "3.7.2",
4
+ "version": "3.7.3",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",