@bigfootai/bigfoot-types 4.6.12 → 4.6.13

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
@@ -1307,6 +1307,7 @@ input SearchTagsInput {
1307
1307
  tagType: String
1308
1308
  parentId: String
1309
1309
  _ids: [String]
1310
+ tenantIdVerifieds: [String]
1310
1311
  search: String
1311
1312
  email: String
1312
1313
  inviteStatus: String
package/model.ts CHANGED
@@ -2379,6 +2379,7 @@ input SearchTagsInput {
2379
2379
  tagType: String
2380
2380
  parentId: String
2381
2381
  _ids: [String]
2382
+ tenantIdVerifieds: [String]
2382
2383
  search: String
2383
2384
  email: String
2384
2385
  inviteStatus: String
@@ -2397,6 +2398,7 @@ export interface SearchTagsInput {
2397
2398
  tagType?: TagType;
2398
2399
  parentId?: string;
2399
2400
  _ids?: string[];
2401
+ tenantIdVerifieds?: string[];
2400
2402
  search?: string;
2401
2403
  email?: string;
2402
2404
  inviteStatus?: InviteStatus;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Bigfoot",
3
3
  "name": "@bigfootai/bigfoot-types",
4
- "version": "4.6.12",
4
+ "version": "4.6.13",
5
5
  "description": "The internal library for the types used in the Bigfoot platform",
6
6
  "main": "model.js",
7
7
  "license": "ISC",