@integry/sdk 4.0.1-beta.1 → 4.0.1-beta.11
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
|
@@ -438,6 +438,8 @@ interface MultipurposeFieldType {
|
|
|
438
438
|
isMappable?: boolean;
|
|
439
439
|
accountConnected?: boolean;
|
|
440
440
|
isEditable?: boolean;
|
|
441
|
+
allowTagsInText?: boolean;
|
|
442
|
+
hideTabs?: boolean;
|
|
441
443
|
}
|
|
442
444
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
443
445
|
type EventSet = Record<string, (...args: any[]) => void>;
|
|
@@ -504,6 +506,7 @@ declare class IntegryJS {
|
|
|
504
506
|
integrationId?: number;
|
|
505
507
|
flowContainerId: string;
|
|
506
508
|
versionId?: number;
|
|
509
|
+
viewStyle?: string;
|
|
507
510
|
}) => void;
|
|
508
511
|
/**
|
|
509
512
|
* Render the template form we ship
|