@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.
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
@@ -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
@@ -3203,6 +3203,7 @@ ${BusinessObjectLinkInputQL}
3203
3203
  ${BusinessObjectLinkQL}
3204
3204
  ${ExternalUrlLinkQL}
3205
3205
  ${TaskStepInputQL}
3206
+ ${FindTagsVisibilityInputQL}
3206
3207
  ${ReactionQL}
3207
3208
  ${FindReactionsInputQL}
3208
3209
  ${AddReactionInputQL}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.1.47",
4
+ "version": "5.1.48",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",