@bigfootai/bigfoot-types 5.0.17 → 5.0.18
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 +2 -0
- package/model.ts +2 -0
- package/package.json +1 -1
package/model.js
CHANGED
@@ -1375,6 +1375,8 @@ input UpsertTagInput {
|
|
1375
1375
|
inviteStatus: String
|
1376
1376
|
originNoteId: String
|
1377
1377
|
favorite: Boolean
|
1378
|
+
sharingDomains: [SharingDomainInput]
|
1379
|
+
sharingTenants: [SharingTenantInput]
|
1378
1380
|
businessObjects: [BusinessObjectLinkInput]
|
1379
1381
|
hasAutoShareNotesOn: Boolean
|
1380
1382
|
hasAutoShareTasksOn: Boolean
|
package/model.ts
CHANGED
@@ -2421,6 +2421,8 @@ input UpsertTagInput {
|
|
2421
2421
|
inviteStatus: String
|
2422
2422
|
originNoteId: String
|
2423
2423
|
favorite: Boolean
|
2424
|
+
sharingDomains: [SharingDomainInput]
|
2425
|
+
sharingTenants: [SharingTenantInput]
|
2424
2426
|
businessObjects: [BusinessObjectLinkInput]
|
2425
2427
|
hasAutoShareNotesOn: Boolean
|
2426
2428
|
hasAutoShareTasksOn: Boolean
|