@objectstack/plugin-security 6.0.0 → 6.2.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.
- package/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -990,6 +990,7 @@ declare const securityObjects: ((Omit<{
|
|
|
990
990
|
} | undefined;
|
|
991
991
|
shortcut?: string | undefined;
|
|
992
992
|
bulkEnabled?: boolean | undefined;
|
|
993
|
+
aiExposed?: boolean | undefined;
|
|
993
994
|
recordIdParam?: string | undefined;
|
|
994
995
|
recordIdField?: string | undefined;
|
|
995
996
|
bodyShape?: "flat" | {
|
|
@@ -3342,6 +3343,7 @@ declare const securityObjects: ((Omit<{
|
|
|
3342
3343
|
} | undefined;
|
|
3343
3344
|
shortcut?: string | undefined;
|
|
3344
3345
|
bulkEnabled?: boolean | undefined;
|
|
3346
|
+
aiExposed?: boolean | undefined;
|
|
3345
3347
|
recordIdParam?: string | undefined;
|
|
3346
3348
|
recordIdField?: string | undefined;
|
|
3347
3349
|
bodyShape?: "flat" | {
|
|
@@ -5672,6 +5674,7 @@ declare const securityObjects: ((Omit<{
|
|
|
5672
5674
|
} | undefined;
|
|
5673
5675
|
shortcut?: string | undefined;
|
|
5674
5676
|
bulkEnabled?: boolean | undefined;
|
|
5677
|
+
aiExposed?: boolean | undefined;
|
|
5675
5678
|
recordIdParam?: string | undefined;
|
|
5676
5679
|
recordIdField?: string | undefined;
|
|
5677
5680
|
bodyShape?: "flat" | {
|
|
@@ -7592,6 +7595,7 @@ declare const securityObjects: ((Omit<{
|
|
|
7592
7595
|
} | undefined;
|
|
7593
7596
|
shortcut?: string | undefined;
|
|
7594
7597
|
bulkEnabled?: boolean | undefined;
|
|
7598
|
+
aiExposed?: boolean | undefined;
|
|
7595
7599
|
recordIdParam?: string | undefined;
|
|
7596
7600
|
recordIdField?: string | undefined;
|
|
7597
7601
|
bodyShape?: "flat" | {
|
package/dist/index.d.ts
CHANGED
|
@@ -990,6 +990,7 @@ declare const securityObjects: ((Omit<{
|
|
|
990
990
|
} | undefined;
|
|
991
991
|
shortcut?: string | undefined;
|
|
992
992
|
bulkEnabled?: boolean | undefined;
|
|
993
|
+
aiExposed?: boolean | undefined;
|
|
993
994
|
recordIdParam?: string | undefined;
|
|
994
995
|
recordIdField?: string | undefined;
|
|
995
996
|
bodyShape?: "flat" | {
|
|
@@ -3342,6 +3343,7 @@ declare const securityObjects: ((Omit<{
|
|
|
3342
3343
|
} | undefined;
|
|
3343
3344
|
shortcut?: string | undefined;
|
|
3344
3345
|
bulkEnabled?: boolean | undefined;
|
|
3346
|
+
aiExposed?: boolean | undefined;
|
|
3345
3347
|
recordIdParam?: string | undefined;
|
|
3346
3348
|
recordIdField?: string | undefined;
|
|
3347
3349
|
bodyShape?: "flat" | {
|
|
@@ -5672,6 +5674,7 @@ declare const securityObjects: ((Omit<{
|
|
|
5672
5674
|
} | undefined;
|
|
5673
5675
|
shortcut?: string | undefined;
|
|
5674
5676
|
bulkEnabled?: boolean | undefined;
|
|
5677
|
+
aiExposed?: boolean | undefined;
|
|
5675
5678
|
recordIdParam?: string | undefined;
|
|
5676
5679
|
recordIdField?: string | undefined;
|
|
5677
5680
|
bodyShape?: "flat" | {
|
|
@@ -7592,6 +7595,7 @@ declare const securityObjects: ((Omit<{
|
|
|
7592
7595
|
} | undefined;
|
|
7593
7596
|
shortcut?: string | undefined;
|
|
7594
7597
|
bulkEnabled?: boolean | undefined;
|
|
7598
|
+
aiExposed?: boolean | undefined;
|
|
7595
7599
|
recordIdParam?: string | undefined;
|
|
7596
7600
|
recordIdField?: string | undefined;
|
|
7597
7601
|
bodyShape?: "flat" | {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-security",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Security Plugin for ObjectStack — RBAC, RLS, and Field-Level Security Runtime",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@objectstack/core": "6.
|
|
17
|
-
"@objectstack/platform-objects": "6.
|
|
18
|
-
"@objectstack/spec": "6.
|
|
16
|
+
"@objectstack/core": "6.2.0",
|
|
17
|
+
"@objectstack/platform-objects": "6.2.0",
|
|
18
|
+
"@objectstack/spec": "6.2.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.1",
|