@bigfootai/bigfoot-types 4.5.6 → 4.5.7

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
@@ -1329,6 +1329,7 @@ ${exports.CredentialQL}
1329
1329
  ${exports.ChangesInputQL}
1330
1330
  ${exports.ChangesQL}
1331
1331
  ${exports.PersonReferenceQL}
1332
+ ${exports.FolderQL}
1332
1333
  ${exports.SearchQL}
1333
1334
  ${exports.SyncQL}
1334
1335
  ${exports.ProviderApplicationQL}
package/model.ts CHANGED
@@ -2405,6 +2405,7 @@ ${CredentialQL}
2405
2405
  ${ChangesInputQL}
2406
2406
  ${ChangesQL}
2407
2407
  ${PersonReferenceQL}
2408
+ ${FolderQL}
2408
2409
  ${SearchQL}
2409
2410
  ${SyncQL}
2410
2411
  ${ProviderApplicationQL}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.5.6",
4
+ "version": "4.5.7",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",