@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
|
-
*
|
|
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: {
|
package/dist/apis/BillingApi.js
CHANGED
|
@@ -118,7 +118,7 @@ class BillingApi {
|
|
|
118
118
|
}
|
|
119
119
|
/**
|
|
120
120
|
* Update Stripe mode
|
|
121
|
-
*
|
|
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
package/release-notes/latest.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# Release Notes 2.2.
|
|
1
|
+
# Release Notes 2.2.6-sdk.0
|
|
2
2
|
|
|
3
3
|
- Current ref: `HEAD`
|
|
4
|
-
- Previous tag: `v2.2.
|
|
5
|
-
- Generated at: 2026-04-
|
|
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
|
|