@bigfootai/bigfoot-types 4.8.5 → 4.8.7
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.ts +2 -0
- package/package.json +1 -1
package/model.ts
CHANGED
@@ -949,6 +949,8 @@ export class Tag extends Primitive {
|
|
949
949
|
_savedSearchId?: string;
|
950
950
|
_inviteCode?: string;
|
951
951
|
_dateInviteCodeExpires?: number;
|
952
|
+
_merged?: boolean;
|
953
|
+
_mergedWith?: string;
|
952
954
|
|
953
955
|
constructor(tenantIdCreated: string, alias: string, tagType: TagType) {
|
954
956
|
super();
|