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