@integry/sdk 4.2.24 → 4.3.2
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.
package/dist/umd/index.umd.d.ts
CHANGED
|
@@ -512,6 +512,10 @@ declare class IntegryJS {
|
|
|
512
512
|
private authModalId;
|
|
513
513
|
private forceRerender;
|
|
514
514
|
constructor(config: ConfigWithObject | ConfigWithUrlParams);
|
|
515
|
+
/**
|
|
516
|
+
* Handler function when SDK has failed to load.
|
|
517
|
+
*/
|
|
518
|
+
private SDKFailedHandler;
|
|
515
519
|
/**
|
|
516
520
|
*
|
|
517
521
|
* @param length Length of string to randomly generate
|