@integry/sdk 4.1.10 → 4.1.12

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.
@@ -447,6 +447,7 @@ interface MultipurposeFieldType {
447
447
  allowTagsInText?: boolean;
448
448
  hideTabs?: boolean;
449
449
  fieldId?: string;
450
+ enableTagify?: boolean;
450
451
  }
451
452
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
452
453
  type EventSet = Record<string, (...args: any[]) => void>;