@integry/sdk 3.7.11 → 3.7.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.
@@ -487,6 +487,7 @@ declare class IntegryJS {
487
487
  * @param initConfig
488
488
  */
489
489
  init: (initConfig: InitConfig) => void;
490
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
490
491
  updateSdkUserConfig: (config: any) => void;
491
492
  initializeMarketplace: (initConfig: InitConfig) => void;
492
493
  /**