@fusebase/fusebase-gate-sdk 2.2.20 → 2.2.21-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.
@@ -139,6 +139,9 @@ export interface IsolatedStoreSqlRlsTableStatusContract {
139
139
  export interface IsolatedStoreSqlRlsStatusResponseContract {
140
140
  databaseName: string;
141
141
  schemaName: string;
142
+ currentUser: string;
143
+ bypassRls: boolean;
144
+ superuser: boolean;
142
145
  tableCount: number;
143
146
  rlsEnabledCount: number;
144
147
  rlsForcedCount: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fusebase/fusebase-gate-sdk",
3
- "version": "2.2.20",
3
+ "version": "2.2.21-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.21-sdk.0
2
+
3
+ - Current ref: `HEAD`
4
+ - Previous tag: `v2.2.21-sdk.0`
5
+ - Generated at: 2026-05-29T12:25:23.410Z
6
+
7
+ ## Included Drafts
8
+
9
+ - None
@@ -1,8 +1,8 @@
1
- # Release Notes 2.2.20
1
+ # Release Notes 2.2.21-sdk.0
2
2
 
3
3
  - Current ref: `HEAD`
4
- - Previous tag: `v2.2.20`
5
- - Generated at: 2026-05-29T10:27:56.065Z
4
+ - Previous tag: `v2.2.21-sdk.0`
5
+ - Generated at: 2026-05-29T12:25:23.410Z
6
6
 
7
7
  ## Included Drafts
8
8
 
@@ -1,9 +0,0 @@
1
- # Release Notes 2.2.20-sdk.1
2
-
3
- - Current ref: `HEAD`
4
- - Previous tag: `v2.2.20-sdk.0`
5
- - Generated at: 2026-05-28T11:34:57.559Z
6
-
7
- ## Included Drafts
8
-
9
- - None
@@ -1,9 +0,0 @@
1
- # Release Notes 2.2.20
2
-
3
- - Current ref: `HEAD`
4
- - Previous tag: `v2.2.20`
5
- - Generated at: 2026-05-29T10:27:56.065Z
6
-
7
- ## Included Drafts
8
-
9
- - None