@integry/sdk 4.9.28 → 4.9.30
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
|
@@ -819,6 +819,7 @@ declare class IntegryJS {
|
|
|
819
819
|
private forceRerender;
|
|
820
820
|
private appAuthorizationsPollingIntervals;
|
|
821
821
|
private appAuthorizationsRequestIds;
|
|
822
|
+
private isAppAuthorizationsViewActive;
|
|
822
823
|
private clearAppAuthorizationsPolling;
|
|
823
824
|
constructor(config: ConfigWithObject | ConfigWithUrlParams);
|
|
824
825
|
/**
|