@integry/sdk 3.1.1-beta.11 → 3.1.1-beta.12

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.
@@ -103,6 +103,7 @@ interface UserConfig {
103
103
  availableFlowsLabel?: string;
104
104
  myFlowsLabel?: string;
105
105
  hideWebhookUrlScreen?: boolean;
106
+ hideAppConnectionModal?: boolean;
106
107
  customComponents?: {
107
108
  flowCard?: (props: FlowCardProps) => VNode;
108
109
  };