@integry/sdk 4.0.1-beta.2 → 4.0.1-beta.21
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/.vscode/launch.json +16 -0
- package/dist/esm/index.csm.d.ts +2 -0
- package/dist/esm/index.csm.js +1 -1
- package/dist/umd/index.umd.d.ts +2 -0
- package/dist/umd/index.umd.js +1 -1
- package/package.json +1 -1
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>;
|
|
@@ -505,6 +506,7 @@ declare class IntegryJS {
|
|
|
505
506
|
integrationId?: number;
|
|
506
507
|
flowContainerId: string;
|
|
507
508
|
versionId?: number;
|
|
509
|
+
viewStyle?: string;
|
|
508
510
|
}) => void;
|
|
509
511
|
/**
|
|
510
512
|
* Render the template form we ship
|