@useparagon/connect 2.0.4 → 2.0.5-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.
@@ -39,5 +39,10 @@ export type Props = {
39
39
  apiInstallationOptions?: ModalApiInstallationOptions;
40
40
  connectionError?: ParagonError | undefined;
41
41
  selectedCredentialId?: string;
42
+ /**
43
+ * This flag is used to show the portal after the oauth flow is complete
44
+ * This flag is set to true when the installIntegration method is called with showPortalAfterInstall option
45
+ */
46
+ shouldShowPortalAfterInstall?: boolean;
42
47
  };
43
48
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/connect",
3
- "version": "2.0.4",
3
+ "version": "2.0.5-experimental.1",
4
4
  "description": "Embed integrations into your app with the Paragon SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",