@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.
@@ -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