@useparagon/connect 2.5.0-experimental-20530.1 → 2.5.0-experimental.1

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.
@@ -68,6 +68,7 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
68
68
  */
69
69
  private eventMessageHandler;
70
70
  private functionInvocationHandler;
71
+ private getIframeUrl;
71
72
  private createReactRoot;
72
73
  /**
73
74
  * checks
@@ -314,7 +315,7 @@ export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
314
315
  host: string;
315
316
  }, overrideEnvs?: Partial<ConnectSdkEnvironments>): void;
316
317
  /**
317
- * some integration required flow in which user recieve authorization code
318
+ * some integration required flow in which user receive authorization code
318
319
  * from marketplace oauth flow , so needed this method see PARA-8385
319
320
  */
320
321
  completeInstall(action: string, options: CompleteInstallOptions): Promise<void>;