@integry/sdk 4.1.7 → 4.1.8

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