@fusebase/fusebase-gate-sdk 2.3.34-sdk.0 → 2.3.34-sdk.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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fusebase/fusebase-gate-sdk",
3
- "version": "2.3.34-sdk.0",
3
+ "version": "2.3.34-sdk.1",
4
4
  "description": "TypeScript SDK for Fusebase Gate APIs - Generated from contract introspection",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -0,0 +1,9 @@
1
+ # Release Notes 2.3.34-sdk.1
2
+
3
+ - Current ref: `HEAD`
4
+ - Previous tag: `v2.3.34-sdk.1`
5
+ - Generated at: 2026-07-21T12:11:10.747Z
6
+
7
+ ## Included Drafts
8
+
9
+ - None
@@ -1,8 +1,8 @@
1
- # Release Notes 2.3.34-sdk.0
1
+ # Release Notes 2.3.34-sdk.1
2
2
 
3
3
  - Current ref: `HEAD`
4
- - Previous tag: `v2.3.34-sdk.0`
5
- - Generated at: 2026-07-20T11:13:33.778Z
4
+ - Previous tag: `v2.3.34-sdk.1`
5
+ - Generated at: 2026-07-21T12:11:10.747Z
6
6
 
7
7
  ## Included Drafts
8
8
 
@@ -1,9 +0,0 @@
1
- # Release Notes 2.3.34-sdk.0
2
-
3
- - Current ref: `HEAD`
4
- - Previous tag: `v2.3.34-sdk.0`
5
- - Generated at: 2026-07-20T11:13:33.778Z
6
-
7
- ## Included Drafts
8
-
9
- - None