@fusebase/fusebase-gate-sdk 2.2.11-sdk.1 → 2.2.11-sdk.3
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.
|
@@ -224,7 +224,7 @@ class IsolatedStoresApi {
|
|
|
224
224
|
async getOrCreateIsolatedStore(params) {
|
|
225
225
|
return this.client.request({
|
|
226
226
|
method: "POST",
|
|
227
|
-
path: "/:orgId/isolated-stores/get-or",
|
|
227
|
+
path: "/:orgId/isolated-stores/get-or-create",
|
|
228
228
|
pathParams: params.path,
|
|
229
229
|
headers: params.headers,
|
|
230
230
|
body: params.body,
|
package/package.json
CHANGED
package/release-notes/latest.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# Release Notes 2.2.11-sdk.
|
|
1
|
+
# Release Notes 2.2.11-sdk.3
|
|
2
2
|
|
|
3
3
|
- Current ref: `HEAD`
|
|
4
|
-
- Previous tag: `v2.2.11-sdk.
|
|
5
|
-
- Generated at: 2026-04-
|
|
4
|
+
- Previous tag: `v2.2.11-sdk.3`
|
|
5
|
+
- Generated at: 2026-04-23T11:09:53.530Z
|
|
6
6
|
|
|
7
7
|
## Included Drafts
|
|
8
8
|
|