@bigfootai/bigfoot-types 5.1.47 → 5.1.48
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
@@ -1788,6 +1788,7 @@ ${exports.BusinessObjectLinkInputQL}
|
|
1788
1788
|
${exports.BusinessObjectLinkQL}
|
1789
1789
|
${exports.ExternalUrlLinkQL}
|
1790
1790
|
${exports.TaskStepInputQL}
|
1791
|
+
${exports.FindTagsVisibilityInputQL}
|
1791
1792
|
${exports.ReactionQL}
|
1792
1793
|
${exports.FindReactionsInputQL}
|
1793
1794
|
${exports.AddReactionInputQL}
|
package/model.ts
CHANGED