@objectstack/plugin-security 4.2.0 → 5.0.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 +24 -0
- package/dist/index.d.ts +24 -0
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -916,6 +916,12 @@ declare const securityObjects: ((Omit<{
|
|
|
916
916
|
recordTypes?: string[] | undefined;
|
|
917
917
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
918
918
|
keyPrefix?: string | undefined;
|
|
919
|
+
detail?: {
|
|
920
|
+
[x: string]: unknown;
|
|
921
|
+
renderViaSchema?: boolean | undefined;
|
|
922
|
+
hideReferenceRail?: boolean | undefined;
|
|
923
|
+
hideRelatedTab?: boolean | undefined;
|
|
924
|
+
} | undefined;
|
|
919
925
|
actions?: {
|
|
920
926
|
name: string;
|
|
921
927
|
label: string;
|
|
@@ -3262,6 +3268,12 @@ declare const securityObjects: ((Omit<{
|
|
|
3262
3268
|
recordTypes?: string[] | undefined;
|
|
3263
3269
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
3264
3270
|
keyPrefix?: string | undefined;
|
|
3271
|
+
detail?: {
|
|
3272
|
+
[x: string]: unknown;
|
|
3273
|
+
renderViaSchema?: boolean | undefined;
|
|
3274
|
+
hideReferenceRail?: boolean | undefined;
|
|
3275
|
+
hideRelatedTab?: boolean | undefined;
|
|
3276
|
+
} | undefined;
|
|
3265
3277
|
actions?: {
|
|
3266
3278
|
name: string;
|
|
3267
3279
|
label: string;
|
|
@@ -5586,6 +5598,12 @@ declare const securityObjects: ((Omit<{
|
|
|
5586
5598
|
recordTypes?: string[] | undefined;
|
|
5587
5599
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
5588
5600
|
keyPrefix?: string | undefined;
|
|
5601
|
+
detail?: {
|
|
5602
|
+
[x: string]: unknown;
|
|
5603
|
+
renderViaSchema?: boolean | undefined;
|
|
5604
|
+
hideReferenceRail?: boolean | undefined;
|
|
5605
|
+
hideRelatedTab?: boolean | undefined;
|
|
5606
|
+
} | undefined;
|
|
5589
5607
|
actions?: {
|
|
5590
5608
|
name: string;
|
|
5591
5609
|
label: string;
|
|
@@ -7500,6 +7518,12 @@ declare const securityObjects: ((Omit<{
|
|
|
7500
7518
|
recordTypes?: string[] | undefined;
|
|
7501
7519
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
7502
7520
|
keyPrefix?: string | undefined;
|
|
7521
|
+
detail?: {
|
|
7522
|
+
[x: string]: unknown;
|
|
7523
|
+
renderViaSchema?: boolean | undefined;
|
|
7524
|
+
hideReferenceRail?: boolean | undefined;
|
|
7525
|
+
hideRelatedTab?: boolean | undefined;
|
|
7526
|
+
} | undefined;
|
|
7503
7527
|
actions?: {
|
|
7504
7528
|
name: string;
|
|
7505
7529
|
label: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -916,6 +916,12 @@ declare const securityObjects: ((Omit<{
|
|
|
916
916
|
recordTypes?: string[] | undefined;
|
|
917
917
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
918
918
|
keyPrefix?: string | undefined;
|
|
919
|
+
detail?: {
|
|
920
|
+
[x: string]: unknown;
|
|
921
|
+
renderViaSchema?: boolean | undefined;
|
|
922
|
+
hideReferenceRail?: boolean | undefined;
|
|
923
|
+
hideRelatedTab?: boolean | undefined;
|
|
924
|
+
} | undefined;
|
|
919
925
|
actions?: {
|
|
920
926
|
name: string;
|
|
921
927
|
label: string;
|
|
@@ -3262,6 +3268,12 @@ declare const securityObjects: ((Omit<{
|
|
|
3262
3268
|
recordTypes?: string[] | undefined;
|
|
3263
3269
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
3264
3270
|
keyPrefix?: string | undefined;
|
|
3271
|
+
detail?: {
|
|
3272
|
+
[x: string]: unknown;
|
|
3273
|
+
renderViaSchema?: boolean | undefined;
|
|
3274
|
+
hideReferenceRail?: boolean | undefined;
|
|
3275
|
+
hideRelatedTab?: boolean | undefined;
|
|
3276
|
+
} | undefined;
|
|
3265
3277
|
actions?: {
|
|
3266
3278
|
name: string;
|
|
3267
3279
|
label: string;
|
|
@@ -5586,6 +5598,12 @@ declare const securityObjects: ((Omit<{
|
|
|
5586
5598
|
recordTypes?: string[] | undefined;
|
|
5587
5599
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
5588
5600
|
keyPrefix?: string | undefined;
|
|
5601
|
+
detail?: {
|
|
5602
|
+
[x: string]: unknown;
|
|
5603
|
+
renderViaSchema?: boolean | undefined;
|
|
5604
|
+
hideReferenceRail?: boolean | undefined;
|
|
5605
|
+
hideRelatedTab?: boolean | undefined;
|
|
5606
|
+
} | undefined;
|
|
5589
5607
|
actions?: {
|
|
5590
5608
|
name: string;
|
|
5591
5609
|
label: string;
|
|
@@ -7500,6 +7518,12 @@ declare const securityObjects: ((Omit<{
|
|
|
7500
7518
|
recordTypes?: string[] | undefined;
|
|
7501
7519
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
7502
7520
|
keyPrefix?: string | undefined;
|
|
7521
|
+
detail?: {
|
|
7522
|
+
[x: string]: unknown;
|
|
7523
|
+
renderViaSchema?: boolean | undefined;
|
|
7524
|
+
hideReferenceRail?: boolean | undefined;
|
|
7525
|
+
hideRelatedTab?: boolean | undefined;
|
|
7526
|
+
} | undefined;
|
|
7503
7527
|
actions?: {
|
|
7504
7528
|
name: string;
|
|
7505
7529
|
label: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-security",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.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": "
|
|
17
|
-
"@objectstack/platform-objects": "
|
|
18
|
-
"@objectstack/spec": "
|
|
16
|
+
"@objectstack/core": "5.0.0",
|
|
17
|
+
"@objectstack/platform-objects": "5.0.0",
|
|
18
|
+
"@objectstack/spec": "5.0.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.1",
|