@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.
- package/model.js +1 -0
- package/model.ts +1 -0
- 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