@integry/sdk 3.5.6 → 3.5.7

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.
@@ -441,6 +441,7 @@ declare class IntegryJS {
441
441
  * @param initConfig
442
442
  */
443
443
  init: (initConfig: InitConfig) => void;
444
+ updateSdkUserConfig: (config: ConfigWithObject & ConfigWithUrlParams) => void;
444
445
  initializeMarketplace: (initConfig: InitConfig) => void;
445
446
  /**
446
447
  *