@useparagon/connect 2.4.3-experimental.1 → 2.4.4-experimental.22191.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.
@@ -522,6 +522,12 @@ export type FilePickerInitOptions = {
522
522
  appId?: string;
523
523
  folderId?: string;
524
524
  selectedCredentialId?: string;
525
+ /**
526
+ * Optional SharePoint site URL override (e.g. https://contoso.sharepoint.com/sites/MySite).
527
+ * When provided, takes precedence over the connected credential's providerData.webUrl.
528
+ * Useful when a single connected account has access to multiple SharePoint sites.
529
+ */
530
+ siteUrl?: string;
525
531
  };
526
532
  export declare enum FilePickerStatus {
527
533
  LOADING = "loading",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/connect",
3
- "version": "2.4.3-experimental.1",
3
+ "version": "2.4.4-experimental.22191.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",