@integry/sdk 4.9.19 → 4.9.20
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/esm/index.csm.d.ts
CHANGED
|
@@ -380,6 +380,7 @@ type RenderAppAuthrozationsOptions = {
|
|
|
380
380
|
showAppIcon?: boolean;
|
|
381
381
|
allowWorkspaceConnectedAccounts?: boolean;
|
|
382
382
|
authName?: string;
|
|
383
|
+
enableAutoRefresh?: boolean;
|
|
383
384
|
};
|
|
384
385
|
type TemplateType = Template;
|
|
385
386
|
type FlowCardProps = {
|
|
@@ -790,6 +791,9 @@ declare class IntegryJS {
|
|
|
790
791
|
};
|
|
791
792
|
private authModalId;
|
|
792
793
|
private forceRerender;
|
|
794
|
+
private appAuthorizationsPollingIntervals;
|
|
795
|
+
private appAuthorizationsRequestIds;
|
|
796
|
+
private clearAppAuthorizationsPolling;
|
|
793
797
|
constructor(config: ConfigWithObject | ConfigWithUrlParams);
|
|
794
798
|
/**
|
|
795
799
|
* Handler function when SDK has failed to load.
|