@bigfootai/bigfoot-types 4.2.7 → 4.2.8

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 -1
  2. package/model.ts +1 -1
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -1026,7 +1026,7 @@ input SearchTagsInput {
1026
1026
  search: String
1027
1027
  email: String
1028
1028
  inviteStatus: Int
1029
- archived Boolean
1029
+ archived: Boolean
1030
1030
  orderByAlias: String
1031
1031
  orderByFriendlyName: String
1032
1032
  orderByDateUpdated: String
package/model.ts CHANGED
@@ -1905,7 +1905,7 @@ input SearchTagsInput {
1905
1905
  search: String
1906
1906
  email: String
1907
1907
  inviteStatus: Int
1908
- archived Boolean
1908
+ archived: Boolean
1909
1909
  orderByAlias: String
1910
1910
  orderByFriendlyName: String
1911
1911
  orderByDateUpdated: String
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.2.7",
4
+ "version": "4.2.8",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",