@useparagon/connect 2.2.2-experimental.2 → 2.2.2-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.
@@ -440,6 +440,7 @@ export type FilePickerOptions = {
440
440
  googledrive?: {
441
441
  viewMode?: google.picker.DocsViewMode;
442
442
  includeFolders?: boolean;
443
+ enableSharedDrives?: boolean;
443
444
  };
444
445
  box?: {
445
446
  container?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/connect",
3
- "version": "2.2.2-experimental.2",
3
+ "version": "2.2.2-experimental.3",
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",