@bigfootai/bigfoot-types 4.7.26 → 4.7.27

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
@@ -1271,6 +1271,7 @@ input UpsertTagInput {
1271
1271
  inviteStatus: String
1272
1272
  originNoteId: String
1273
1273
  favorite: Boolean
1274
+ businessObjects: [BusinessObjectLink]
1274
1275
  hasAutoShareNotesOn: Boolean
1275
1276
  hasAutoShareTasksOn: Boolean
1276
1277
  sharingLevel: Int
package/model.ts CHANGED
@@ -2291,6 +2291,7 @@ input UpsertTagInput {
2291
2291
  inviteStatus: String
2292
2292
  originNoteId: String
2293
2293
  favorite: Boolean
2294
+ businessObjects: [BusinessObjectLink]
2294
2295
  hasAutoShareNotesOn: Boolean
2295
2296
  hasAutoShareTasksOn: Boolean
2296
2297
  sharingLevel: Int
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.7.26",
4
+ "version": "4.7.27",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",