@fusebase/fusebase-gate-sdk 2.3.34-sdk.0 → 2.3.34-sdk.2
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.
|
@@ -317,6 +317,11 @@ export interface InviteToPortalRequestContract {
|
|
|
317
317
|
* For orgRole "member" and "manager" this is always true and the field is ignored.
|
|
318
318
|
*/
|
|
319
319
|
isFullAccess?: boolean;
|
|
320
|
+
/**
|
|
321
|
+
* Portal page the magic link should open, e.g. "/pricing" (must start with
|
|
322
|
+
* a single "/"). Defaults to the portal home page.
|
|
323
|
+
*/
|
|
324
|
+
redirectPath?: string;
|
|
320
325
|
}
|
|
321
326
|
export interface InviteToPortalResponseContract {
|
|
322
327
|
/** Magic link for direct portal access (no email confirmation needed). */
|
package/package.json
CHANGED
package/release-notes/latest.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# Release Notes 2.3.34-sdk.
|
|
1
|
+
# Release Notes 2.3.34-sdk.2
|
|
2
2
|
|
|
3
3
|
- Current ref: `HEAD`
|
|
4
|
-
- Previous tag: `v2.3.34-sdk.
|
|
5
|
-
- Generated at: 2026-07-
|
|
4
|
+
- Previous tag: `v2.3.34-sdk.2`
|
|
5
|
+
- Generated at: 2026-07-21T12:35:48.158Z
|
|
6
6
|
|
|
7
7
|
## Included Drafts
|
|
8
8
|
|