@integry/sdk 3.1.3-beta.3 → 3.1.3-beta.6

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.
@@ -296,6 +296,7 @@ declare class IntegryJS {
296
296
  getAuthHash: (key: string, message: string) => Promise<string>;
297
297
  };
298
298
  private authModalId;
299
+ private forceRerender;
299
300
  constructor(config: ConfigWithObject | ConfigWithUrlParams);
300
301
  /**
301
302
  *