@useparagon/connect 2.0.7 → 2.0.8

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.
@@ -444,6 +444,7 @@ export type FilePickerInitOptions = {
444
444
  developerKey: string;
445
445
  appId?: string;
446
446
  folderId?: string;
447
+ selectedCredentialId?: string;
447
448
  };
448
449
  export declare enum FilePickerStatus {
449
450
  LOADING = "loading",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/connect",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
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",