@bigfootai/bigfoot-types 5.2.23 → 5.2.24

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
@@ -2048,6 +2048,7 @@ ${exports.StringFilterQL}
2048
2048
  ${exports.StringFilterInputQL}
2049
2049
  ${exports.BusinessObjectFilterQL}
2050
2050
  ${exports.BusinessObjectFilterInputQL}
2051
+ ${exports.SortOptionQL}
2051
2052
  ${exports.SortOptionInputQL}
2052
2053
  ${exports.GraphSearchQL}
2053
2054
  ${exports.GraphSearchInputQL}
package/model.ts CHANGED
@@ -3512,6 +3512,7 @@ ${StringFilterQL}
3512
3512
  ${StringFilterInputQL}
3513
3513
  ${BusinessObjectFilterQL}
3514
3514
  ${BusinessObjectFilterInputQL}
3515
+ ${SortOptionQL}
3515
3516
  ${SortOptionInputQL}
3516
3517
  ${GraphSearchQL}
3517
3518
  ${GraphSearchInputQL}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.2.23",
4
+ "version": "5.2.24",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",