@bigfootai/bigfoot-types 4.8.14 → 4.8.15

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 +2 -0
  3. package/package.json +1 -1
package/model.js CHANGED
@@ -1528,6 +1528,7 @@ ${exports.InviteSharingTagInputQL}
1528
1528
  ${exports.SharingTagInputQL}
1529
1529
  ${exports.SharingTagQL}
1530
1530
  ${exports.SharingDomainQL}
1531
+ ${exports.TenantSettingQL}
1531
1532
  ${exports.SharingTenantQL}
1532
1533
  ${exports.BusinessObjectLinkInputQL}
1533
1534
  ${exports.BusinessObjectLinkQL}
package/model.ts CHANGED
@@ -329,6 +329,7 @@ type TenantSetting {
329
329
  businessObjects: [BusinessObjectLink]
330
330
  }`;
331
331
  export interface TenantSetting {
332
+ tenantId: string;
332
333
  favorite: boolean;
333
334
  hasAutoShareNotesOn: boolean;
334
335
  hasAutoShareTasksOn: boolean;
@@ -2761,6 +2762,7 @@ ${InviteSharingTagInputQL}
2761
2762
  ${SharingTagInputQL}
2762
2763
  ${SharingTagQL}
2763
2764
  ${SharingDomainQL}
2765
+ ${TenantSettingQL}
2764
2766
  ${SharingTenantQL}
2765
2767
  ${BusinessObjectLinkInputQL}
2766
2768
  ${BusinessObjectLinkQL}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.8.14",
4
+ "version": "4.8.15",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",