@bigfootai/bigfoot-types 5.2.25 → 5.2.26

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
@@ -1993,6 +1993,7 @@ ${exports.FindRecordInputQL}
1993
1993
  ${exports.FindRecordsInputQL}
1994
1994
  ${exports.UpsertRecordsInputQL}
1995
1995
  ${exports.FindTenantInputQL}
1996
+ ${exports.FindTenantsInputQL}
1996
1997
  ${exports.FindDomainInputQL}
1997
1998
  ${exports.FindCalendarInputQL}
1998
1999
  ${exports.FindEventInputQL}
package/model.ts CHANGED
@@ -3456,6 +3456,7 @@ ${FindRecordInputQL}
3456
3456
  ${FindRecordsInputQL}
3457
3457
  ${UpsertRecordsInputQL}
3458
3458
  ${FindTenantInputQL}
3459
+ ${FindTenantsInputQL}
3459
3460
  ${FindDomainInputQL}
3460
3461
  ${FindCalendarInputQL}
3461
3462
  ${FindEventInputQL}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "5.2.25",
4
+ "version": "5.2.26",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",