@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.
Files changed (3) hide show
  1. package/model.js +2 -0
  2. package/model.ts +2 -0
  3. 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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.0.17",
4
+ "version": "5.0.18",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",