@integry/sdk 3.2.7-beta.3 → 3.2.8-beta.1

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.
@@ -141,6 +141,7 @@ interface UserConfig {
141
141
  };
142
142
  autoRedirectToMyFlows?: boolean;
143
143
  isReadOnly?: boolean;
144
+ marketplaceModalTitle?: string;
144
145
  }
145
146
  interface SDKConfig {
146
147
  env?: "staging" | "production";