@integry/sdk 4.0.1-beta.1 → 4.0.1-beta.10
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/esm/index.csm.d.ts
CHANGED
|
@@ -439,6 +439,8 @@ interface MultipurposeFieldType {
|
|
|
439
439
|
isMappable?: boolean;
|
|
440
440
|
accountConnected?: boolean;
|
|
441
441
|
isEditable?: boolean;
|
|
442
|
+
allowTagsInText?: boolean;
|
|
443
|
+
hideTabs?: boolean;
|
|
442
444
|
}
|
|
443
445
|
/**
|
|
444
446
|
*
|
|
@@ -514,6 +516,7 @@ declare class IntegryJS {
|
|
|
514
516
|
integrationId?: number;
|
|
515
517
|
flowContainerId: string;
|
|
516
518
|
versionId?: number;
|
|
519
|
+
viewStyle?: string;
|
|
517
520
|
}) => void;
|
|
518
521
|
/**
|
|
519
522
|
* Render the template form we ship
|