@fusebase/fusebase-gate-sdk 2.2.5-sdk.4 → 2.2.6-sdk.0

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.
@@ -88,7 +88,7 @@ export declare class BillingApi {
88
88
  }): Promise<StripePaymentStateResponseContract>;
89
89
  /**
90
90
  * Update Stripe mode
91
- * Switches the connected Stripe account between test and live mode without copying Stripe products or prices.
91
+ * Gate billing currently operates in live mode only. This endpoint updates the Stripe OAuth state but should not be treated as a user-facing live/test mode switch.
92
92
  */
93
93
  updateStripeMode(params: {
94
94
  path: {
@@ -118,7 +118,7 @@ class BillingApi {
118
118
  }
119
119
  /**
120
120
  * Update Stripe mode
121
- * Switches the connected Stripe account between test and live mode without copying Stripe products or prices.
121
+ * Gate billing currently operates in live mode only. This endpoint updates the Stripe OAuth state but should not be treated as a user-facing live/test mode switch.
122
122
  */
123
123
  async updateStripeMode(params) {
124
124
  return this.client.request({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fusebase/fusebase-gate-sdk",
3
- "version": "2.2.5-sdk.4",
3
+ "version": "2.2.6-sdk.0",
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.2.6-sdk.0
2
+
3
+ - Current ref: `HEAD`
4
+ - Previous tag: `v2.2.6-sdk.0`
5
+ - Generated at: 2026-04-17T07:58:01.244Z
6
+
7
+ ## Included Drafts
8
+
9
+ - None
@@ -1,8 +1,8 @@
1
- # Release Notes 2.2.5-sdk.4
1
+ # Release Notes 2.2.6-sdk.0
2
2
 
3
3
  - Current ref: `HEAD`
4
- - Previous tag: `v2.2.5-sdk.4`
5
- - Generated at: 2026-04-13T16:15:31.303Z
4
+ - Previous tag: `v2.2.6-sdk.0`
5
+ - Generated at: 2026-04-17T07:58:01.244Z
6
6
 
7
7
  ## Included Drafts
8
8
 
@@ -1,9 +0,0 @@
1
- # Release Notes 2.2.5-sdk.4
2
-
3
- - Current ref: `HEAD`
4
- - Previous tag: `v2.2.5-sdk.4`
5
- - Generated at: 2026-04-13T16:15:31.303Z
6
-
7
- ## Included Drafts
8
-
9
- - None