@bigfootai/bigfoot-types 3.6.0 → 3.6.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 (3) hide show
  1. package/model.js +1 -0
  2. package/model.ts +1 -0
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -930,6 +930,7 @@ ${exports.CredentialQL}
930
930
  ${exports.ChangesInputQL}
931
931
  ${exports.ChangesQL}
932
932
  ${exports.PersonReferenceQL}
933
+ ${exports.SearchQL}
933
934
  ${exports.SyncQL}
934
935
  ${exports.ProviderQL}
935
936
  ${exports.TagQL}
package/model.ts CHANGED
@@ -1692,6 +1692,7 @@ ${CredentialQL}
1692
1692
  ${ChangesInputQL}
1693
1693
  ${ChangesQL}
1694
1694
  ${PersonReferenceQL}
1695
+ ${SearchQL}
1695
1696
  ${SyncQL}
1696
1697
  ${ProviderQL}
1697
1698
  ${TagQL}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "3.6.0",
4
+ "version": "3.6.1",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",