@integry/sdk 3.1.5-beta.10 → 3.1.5-beta.13

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.
@@ -121,6 +121,7 @@ interface UserConfig {
121
121
  customComponents?: {
122
122
  flowCard?: (props: FlowCardProps) => VNode;
123
123
  };
124
+ autoRedirectToMyFlows?: boolean;
124
125
  }
125
126
  interface SDKConfig {
126
127
  env?: "staging" | "production";