@objectstack/plugin-security 7.5.0 → 7.7.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 +12 -12
- package/dist/index.d.ts +12 -12
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -500,7 +500,7 @@ declare const securityObjects: ((Omit<{
|
|
|
500
500
|
description?: string | undefined;
|
|
501
501
|
icon?: string | undefined;
|
|
502
502
|
tags?: string[] | undefined;
|
|
503
|
-
managedBy?: "system" | "
|
|
503
|
+
managedBy?: "system" | "platform" | "config" | "append-only" | "better-auth" | undefined;
|
|
504
504
|
userActions?: {
|
|
505
505
|
create?: boolean | undefined;
|
|
506
506
|
import?: boolean | undefined;
|
|
@@ -631,14 +631,14 @@ declare const securityObjects: ((Omit<{
|
|
|
631
631
|
provider: "api";
|
|
632
632
|
read?: {
|
|
633
633
|
url: string;
|
|
634
|
-
method: "
|
|
634
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
635
635
|
headers?: Record<string, string> | undefined;
|
|
636
636
|
params?: Record<string, unknown> | undefined;
|
|
637
637
|
body?: unknown;
|
|
638
638
|
} | undefined;
|
|
639
639
|
write?: {
|
|
640
640
|
url: string;
|
|
641
|
-
method: "
|
|
641
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
642
642
|
headers?: Record<string, string> | undefined;
|
|
643
643
|
params?: Record<string, unknown> | undefined;
|
|
644
644
|
body?: unknown;
|
|
@@ -2953,7 +2953,7 @@ declare const securityObjects: ((Omit<{
|
|
|
2953
2953
|
description?: string | undefined;
|
|
2954
2954
|
icon?: string | undefined;
|
|
2955
2955
|
tags?: string[] | undefined;
|
|
2956
|
-
managedBy?: "system" | "
|
|
2956
|
+
managedBy?: "system" | "platform" | "config" | "append-only" | "better-auth" | undefined;
|
|
2957
2957
|
userActions?: {
|
|
2958
2958
|
create?: boolean | undefined;
|
|
2959
2959
|
import?: boolean | undefined;
|
|
@@ -3084,14 +3084,14 @@ declare const securityObjects: ((Omit<{
|
|
|
3084
3084
|
provider: "api";
|
|
3085
3085
|
read?: {
|
|
3086
3086
|
url: string;
|
|
3087
|
-
method: "
|
|
3087
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
3088
3088
|
headers?: Record<string, string> | undefined;
|
|
3089
3089
|
params?: Record<string, unknown> | undefined;
|
|
3090
3090
|
body?: unknown;
|
|
3091
3091
|
} | undefined;
|
|
3092
3092
|
write?: {
|
|
3093
3093
|
url: string;
|
|
3094
|
-
method: "
|
|
3094
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
3095
3095
|
headers?: Record<string, string> | undefined;
|
|
3096
3096
|
params?: Record<string, unknown> | undefined;
|
|
3097
3097
|
body?: unknown;
|
|
@@ -5895,7 +5895,7 @@ declare const securityObjects: ((Omit<{
|
|
|
5895
5895
|
description?: string | undefined;
|
|
5896
5896
|
icon?: string | undefined;
|
|
5897
5897
|
tags?: string[] | undefined;
|
|
5898
|
-
managedBy?: "system" | "
|
|
5898
|
+
managedBy?: "system" | "platform" | "config" | "append-only" | "better-auth" | undefined;
|
|
5899
5899
|
userActions?: {
|
|
5900
5900
|
create?: boolean | undefined;
|
|
5901
5901
|
import?: boolean | undefined;
|
|
@@ -6026,14 +6026,14 @@ declare const securityObjects: ((Omit<{
|
|
|
6026
6026
|
provider: "api";
|
|
6027
6027
|
read?: {
|
|
6028
6028
|
url: string;
|
|
6029
|
-
method: "
|
|
6029
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
6030
6030
|
headers?: Record<string, string> | undefined;
|
|
6031
6031
|
params?: Record<string, unknown> | undefined;
|
|
6032
6032
|
body?: unknown;
|
|
6033
6033
|
} | undefined;
|
|
6034
6034
|
write?: {
|
|
6035
6035
|
url: string;
|
|
6036
|
-
method: "
|
|
6036
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
6037
6037
|
headers?: Record<string, string> | undefined;
|
|
6038
6038
|
params?: Record<string, unknown> | undefined;
|
|
6039
6039
|
body?: unknown;
|
|
@@ -7829,7 +7829,7 @@ declare const securityObjects: ((Omit<{
|
|
|
7829
7829
|
description?: string | undefined;
|
|
7830
7830
|
icon?: string | undefined;
|
|
7831
7831
|
tags?: string[] | undefined;
|
|
7832
|
-
managedBy?: "system" | "
|
|
7832
|
+
managedBy?: "system" | "platform" | "config" | "append-only" | "better-auth" | undefined;
|
|
7833
7833
|
userActions?: {
|
|
7834
7834
|
create?: boolean | undefined;
|
|
7835
7835
|
import?: boolean | undefined;
|
|
@@ -7960,14 +7960,14 @@ declare const securityObjects: ((Omit<{
|
|
|
7960
7960
|
provider: "api";
|
|
7961
7961
|
read?: {
|
|
7962
7962
|
url: string;
|
|
7963
|
-
method: "
|
|
7963
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
7964
7964
|
headers?: Record<string, string> | undefined;
|
|
7965
7965
|
params?: Record<string, unknown> | undefined;
|
|
7966
7966
|
body?: unknown;
|
|
7967
7967
|
} | undefined;
|
|
7968
7968
|
write?: {
|
|
7969
7969
|
url: string;
|
|
7970
|
-
method: "
|
|
7970
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
7971
7971
|
headers?: Record<string, string> | undefined;
|
|
7972
7972
|
params?: Record<string, unknown> | undefined;
|
|
7973
7973
|
body?: unknown;
|
package/dist/index.d.ts
CHANGED
|
@@ -500,7 +500,7 @@ declare const securityObjects: ((Omit<{
|
|
|
500
500
|
description?: string | undefined;
|
|
501
501
|
icon?: string | undefined;
|
|
502
502
|
tags?: string[] | undefined;
|
|
503
|
-
managedBy?: "system" | "
|
|
503
|
+
managedBy?: "system" | "platform" | "config" | "append-only" | "better-auth" | undefined;
|
|
504
504
|
userActions?: {
|
|
505
505
|
create?: boolean | undefined;
|
|
506
506
|
import?: boolean | undefined;
|
|
@@ -631,14 +631,14 @@ declare const securityObjects: ((Omit<{
|
|
|
631
631
|
provider: "api";
|
|
632
632
|
read?: {
|
|
633
633
|
url: string;
|
|
634
|
-
method: "
|
|
634
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
635
635
|
headers?: Record<string, string> | undefined;
|
|
636
636
|
params?: Record<string, unknown> | undefined;
|
|
637
637
|
body?: unknown;
|
|
638
638
|
} | undefined;
|
|
639
639
|
write?: {
|
|
640
640
|
url: string;
|
|
641
|
-
method: "
|
|
641
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
642
642
|
headers?: Record<string, string> | undefined;
|
|
643
643
|
params?: Record<string, unknown> | undefined;
|
|
644
644
|
body?: unknown;
|
|
@@ -2953,7 +2953,7 @@ declare const securityObjects: ((Omit<{
|
|
|
2953
2953
|
description?: string | undefined;
|
|
2954
2954
|
icon?: string | undefined;
|
|
2955
2955
|
tags?: string[] | undefined;
|
|
2956
|
-
managedBy?: "system" | "
|
|
2956
|
+
managedBy?: "system" | "platform" | "config" | "append-only" | "better-auth" | undefined;
|
|
2957
2957
|
userActions?: {
|
|
2958
2958
|
create?: boolean | undefined;
|
|
2959
2959
|
import?: boolean | undefined;
|
|
@@ -3084,14 +3084,14 @@ declare const securityObjects: ((Omit<{
|
|
|
3084
3084
|
provider: "api";
|
|
3085
3085
|
read?: {
|
|
3086
3086
|
url: string;
|
|
3087
|
-
method: "
|
|
3087
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
3088
3088
|
headers?: Record<string, string> | undefined;
|
|
3089
3089
|
params?: Record<string, unknown> | undefined;
|
|
3090
3090
|
body?: unknown;
|
|
3091
3091
|
} | undefined;
|
|
3092
3092
|
write?: {
|
|
3093
3093
|
url: string;
|
|
3094
|
-
method: "
|
|
3094
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
3095
3095
|
headers?: Record<string, string> | undefined;
|
|
3096
3096
|
params?: Record<string, unknown> | undefined;
|
|
3097
3097
|
body?: unknown;
|
|
@@ -5895,7 +5895,7 @@ declare const securityObjects: ((Omit<{
|
|
|
5895
5895
|
description?: string | undefined;
|
|
5896
5896
|
icon?: string | undefined;
|
|
5897
5897
|
tags?: string[] | undefined;
|
|
5898
|
-
managedBy?: "system" | "
|
|
5898
|
+
managedBy?: "system" | "platform" | "config" | "append-only" | "better-auth" | undefined;
|
|
5899
5899
|
userActions?: {
|
|
5900
5900
|
create?: boolean | undefined;
|
|
5901
5901
|
import?: boolean | undefined;
|
|
@@ -6026,14 +6026,14 @@ declare const securityObjects: ((Omit<{
|
|
|
6026
6026
|
provider: "api";
|
|
6027
6027
|
read?: {
|
|
6028
6028
|
url: string;
|
|
6029
|
-
method: "
|
|
6029
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
6030
6030
|
headers?: Record<string, string> | undefined;
|
|
6031
6031
|
params?: Record<string, unknown> | undefined;
|
|
6032
6032
|
body?: unknown;
|
|
6033
6033
|
} | undefined;
|
|
6034
6034
|
write?: {
|
|
6035
6035
|
url: string;
|
|
6036
|
-
method: "
|
|
6036
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
6037
6037
|
headers?: Record<string, string> | undefined;
|
|
6038
6038
|
params?: Record<string, unknown> | undefined;
|
|
6039
6039
|
body?: unknown;
|
|
@@ -7829,7 +7829,7 @@ declare const securityObjects: ((Omit<{
|
|
|
7829
7829
|
description?: string | undefined;
|
|
7830
7830
|
icon?: string | undefined;
|
|
7831
7831
|
tags?: string[] | undefined;
|
|
7832
|
-
managedBy?: "system" | "
|
|
7832
|
+
managedBy?: "system" | "platform" | "config" | "append-only" | "better-auth" | undefined;
|
|
7833
7833
|
userActions?: {
|
|
7834
7834
|
create?: boolean | undefined;
|
|
7835
7835
|
import?: boolean | undefined;
|
|
@@ -7960,14 +7960,14 @@ declare const securityObjects: ((Omit<{
|
|
|
7960
7960
|
provider: "api";
|
|
7961
7961
|
read?: {
|
|
7962
7962
|
url: string;
|
|
7963
|
-
method: "
|
|
7963
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
7964
7964
|
headers?: Record<string, string> | undefined;
|
|
7965
7965
|
params?: Record<string, unknown> | undefined;
|
|
7966
7966
|
body?: unknown;
|
|
7967
7967
|
} | undefined;
|
|
7968
7968
|
write?: {
|
|
7969
7969
|
url: string;
|
|
7970
|
-
method: "
|
|
7970
|
+
method: "POST" | "PATCH" | "PUT" | "DELETE" | "GET";
|
|
7971
7971
|
headers?: Record<string, string> | undefined;
|
|
7972
7972
|
params?: Record<string, unknown> | undefined;
|
|
7973
7973
|
body?: unknown;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/plugin-security",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.7.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": "7.
|
|
17
|
-
"@objectstack/platform-objects": "7.
|
|
18
|
-
"@objectstack/spec": "7.
|
|
16
|
+
"@objectstack/core": "7.7.0",
|
|
17
|
+
"@objectstack/platform-objects": "7.7.0",
|
|
18
|
+
"@objectstack/spec": "7.7.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^25.9.1",
|