@bigfootai/bigfoot-types 4.7.27 → 4.7.28
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 -1
- package/model.ts +1 -1
- package/package.json +1 -1
package/model.js
CHANGED
@@ -1271,7 +1271,7 @@ input UpsertTagInput {
|
|
1271
1271
|
inviteStatus: String
|
1272
1272
|
originNoteId: String
|
1273
1273
|
favorite: Boolean
|
1274
|
-
businessObjects: [
|
1274
|
+
businessObjects: [BusinessObjectLinkInput]
|
1275
1275
|
hasAutoShareNotesOn: Boolean
|
1276
1276
|
hasAutoShareTasksOn: Boolean
|
1277
1277
|
sharingLevel: Int
|
package/model.ts
CHANGED
@@ -2291,7 +2291,7 @@ input UpsertTagInput {
|
|
2291
2291
|
inviteStatus: String
|
2292
2292
|
originNoteId: String
|
2293
2293
|
favorite: Boolean
|
2294
|
-
businessObjects: [
|
2294
|
+
businessObjects: [BusinessObjectLinkInput]
|
2295
2295
|
hasAutoShareNotesOn: Boolean
|
2296
2296
|
hasAutoShareTasksOn: Boolean
|
2297
2297
|
sharingLevel: Int
|