@useparagon/connect 1.0.17-experimental.2 → 1.0.17-experimental.3
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/src/ConnectSDK.d.ts
CHANGED
|
@@ -9,7 +9,6 @@ export declare const PARAGON_OVERFLOW_EMPTY_VALUE = "PARAGON_OVERFLOW_EMPTY_VALU
|
|
|
9
9
|
export default class ConnectSDK extends SDKEventEmitter implements IConnectSDK {
|
|
10
10
|
root: HTMLIFrameElement | undefined;
|
|
11
11
|
private rootLoaded;
|
|
12
|
-
_window: Window & typeof globalThis;
|
|
13
12
|
/**
|
|
14
13
|
* sometime DOMContentLoaded event firing twice
|
|
15
14
|
* so it was creating two iframes see PARA-8749
|
|
@@ -17,4 +17,4 @@ export type OAuthFlowOptions = {
|
|
|
17
17
|
* @param param0
|
|
18
18
|
* @returns
|
|
19
19
|
*/
|
|
20
|
-
export declare const startOAuthFlow: ({ context, integration, endUserSuppliedValues, authParams, isPreviewMode, installOptions, }: OAuthFlowOptions) => Promise<
|
|
20
|
+
export declare const startOAuthFlow: ({ context, integration, endUserSuppliedValues, authParams, isPreviewMode, installOptions, }: OAuthFlowOptions) => Promise<void>;
|