@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.
@@ -379,6 +379,7 @@ type RenderAppAuthrozationsOptions = {
379
379
  showAppIcon?: boolean;
380
380
  allowWorkspaceConnectedAccounts?: boolean;
381
381
  authName?: string;
382
+ enableAutoRefresh?: boolean;
382
383
  };
383
384
  type TemplateType = Template;
384
385
  type FlowCardProps = {
@@ -780,6 +781,9 @@ declare class IntegryJS {
780
781
  };
781
782
  private authModalId;
782
783
  private forceRerender;
784
+ private appAuthorizationsPollingIntervals;
785
+ private appAuthorizationsRequestIds;
786
+ private clearAppAuthorizationsPolling;
783
787
  constructor(config: ConfigWithObject | ConfigWithUrlParams);
784
788
  /**
785
789
  * Handler function when SDK has failed to load.