@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.
- package/model.js +1 -0
- package/model.ts +1 -0
- 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