@integry/sdk 4.0.1-beta.5 → 4.0.1-beta.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/dist/umd/index.umd.d.ts
CHANGED
|
@@ -439,6 +439,7 @@ interface MultipurposeFieldType {
|
|
|
439
439
|
accountConnected?: boolean;
|
|
440
440
|
isEditable?: boolean;
|
|
441
441
|
allowTagsInText?: boolean;
|
|
442
|
+
hideTabs?: boolean;
|
|
442
443
|
}
|
|
443
444
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
444
445
|
type EventSet = Record<string, (...args: any[]) => void>;
|