@bigfootai/bigfoot-types 3.7.0 → 3.7.1

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 (2) hide show
  1. package/model.ts +6 -6
  2. package/package.json +1 -1
package/model.ts CHANGED
@@ -1659,9 +1659,9 @@ input UpsertSearchInput {
1659
1659
  tagIds: [String]
1660
1660
  sentiment: String
1661
1661
  sharingTags: [SharingTag]
1662
- orderByDateUpdated String
1663
- orderByDateCreated String
1664
- orderByAlias String
1662
+ orderByDateUpdated: String
1663
+ orderByDateCreated: String
1664
+ orderByAlias: String
1665
1665
  size: Int
1666
1666
  }`;
1667
1667
  export interface UpsertSearchInput {
@@ -1719,9 +1719,9 @@ input SearchInput {
1719
1719
  search: String
1720
1720
  tagIds: [String]
1721
1721
  sentiment: String
1722
- orderByDateUpdated String
1723
- orderByDateCreated String
1724
- orderByAlias String
1722
+ orderByDateUpdated: String
1723
+ orderByDateCreated: String
1724
+ orderByAlias: String
1725
1725
  page: Int
1726
1726
  size: Int
1727
1727
  }`;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "3.7.0",
4
+ "version": "3.7.1",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",