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