@objectstack/plugin-security 7.1.0 → 7.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 CHANGED
@@ -527,6 +527,12 @@ declare const securityObjects: ((Omit<{
527
527
  caseSensitive?: boolean | undefined;
528
528
  autonumberFormat?: string | undefined;
529
529
  }>;
530
+ _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
531
+ _lockReason?: string | undefined;
532
+ _lockSource?: "artifact" | "package" | "env-forced" | undefined;
533
+ _provenance?: "package" | "env-forced" | "org" | undefined;
534
+ _packageId?: string | undefined;
535
+ _packageVersion?: string | undefined;
530
536
  label?: string | undefined;
531
537
  pluralLabel?: string | undefined;
532
538
  description?: string | undefined;
@@ -672,7 +678,7 @@ declare const securityObjects: ((Omit<{
672
678
  wrap?: boolean | undefined;
673
679
  type?: string | undefined;
674
680
  pinned?: "left" | "right" | undefined;
675
- summary?: "min" | "max" | "count" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
681
+ summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
676
682
  link?: boolean | undefined;
677
683
  action?: string | undefined;
678
684
  }[];
@@ -721,7 +727,7 @@ declare const securityObjects: ((Omit<{
721
727
  bordered?: boolean | undefined;
722
728
  compactToolbar?: boolean | undefined;
723
729
  selection?: {
724
- type: "multiple" | "single" | "none";
730
+ type: "none" | "multiple" | "single";
725
731
  } | undefined;
726
732
  navigation?: {
727
733
  mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
@@ -916,7 +922,7 @@ declare const securityObjects: ((Omit<{
916
922
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
917
923
  } | undefined;
918
924
  recordTypes?: string[] | undefined;
919
- sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
925
+ sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
920
926
  publicSharing?: {
921
927
  enabled: boolean;
922
928
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -2985,6 +2991,12 @@ declare const securityObjects: ((Omit<{
2985
2991
  caseSensitive?: boolean | undefined;
2986
2992
  autonumberFormat?: string | undefined;
2987
2993
  }>;
2994
+ _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
2995
+ _lockReason?: string | undefined;
2996
+ _lockSource?: "artifact" | "package" | "env-forced" | undefined;
2997
+ _provenance?: "package" | "env-forced" | "org" | undefined;
2998
+ _packageId?: string | undefined;
2999
+ _packageVersion?: string | undefined;
2988
3000
  label?: string | undefined;
2989
3001
  pluralLabel?: string | undefined;
2990
3002
  description?: string | undefined;
@@ -3130,7 +3142,7 @@ declare const securityObjects: ((Omit<{
3130
3142
  wrap?: boolean | undefined;
3131
3143
  type?: string | undefined;
3132
3144
  pinned?: "left" | "right" | undefined;
3133
- summary?: "min" | "max" | "count" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
3145
+ summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
3134
3146
  link?: boolean | undefined;
3135
3147
  action?: string | undefined;
3136
3148
  }[];
@@ -3179,7 +3191,7 @@ declare const securityObjects: ((Omit<{
3179
3191
  bordered?: boolean | undefined;
3180
3192
  compactToolbar?: boolean | undefined;
3181
3193
  selection?: {
3182
- type: "multiple" | "single" | "none";
3194
+ type: "none" | "multiple" | "single";
3183
3195
  } | undefined;
3184
3196
  navigation?: {
3185
3197
  mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
@@ -3374,7 +3386,7 @@ declare const securityObjects: ((Omit<{
3374
3386
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
3375
3387
  } | undefined;
3376
3388
  recordTypes?: string[] | undefined;
3377
- sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
3389
+ sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
3378
3390
  publicSharing?: {
3379
3391
  enabled: boolean;
3380
3392
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -5932,6 +5944,12 @@ declare const securityObjects: ((Omit<{
5932
5944
  caseSensitive?: boolean | undefined;
5933
5945
  autonumberFormat?: string | undefined;
5934
5946
  }>;
5947
+ _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
5948
+ _lockReason?: string | undefined;
5949
+ _lockSource?: "artifact" | "package" | "env-forced" | undefined;
5950
+ _provenance?: "package" | "env-forced" | "org" | undefined;
5951
+ _packageId?: string | undefined;
5952
+ _packageVersion?: string | undefined;
5935
5953
  label?: string | undefined;
5936
5954
  pluralLabel?: string | undefined;
5937
5955
  description?: string | undefined;
@@ -6077,7 +6095,7 @@ declare const securityObjects: ((Omit<{
6077
6095
  wrap?: boolean | undefined;
6078
6096
  type?: string | undefined;
6079
6097
  pinned?: "left" | "right" | undefined;
6080
- summary?: "min" | "max" | "count" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
6098
+ summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
6081
6099
  link?: boolean | undefined;
6082
6100
  action?: string | undefined;
6083
6101
  }[];
@@ -6126,7 +6144,7 @@ declare const securityObjects: ((Omit<{
6126
6144
  bordered?: boolean | undefined;
6127
6145
  compactToolbar?: boolean | undefined;
6128
6146
  selection?: {
6129
- type: "multiple" | "single" | "none";
6147
+ type: "none" | "multiple" | "single";
6130
6148
  } | undefined;
6131
6149
  navigation?: {
6132
6150
  mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
@@ -6321,7 +6339,7 @@ declare const securityObjects: ((Omit<{
6321
6339
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
6322
6340
  } | undefined;
6323
6341
  recordTypes?: string[] | undefined;
6324
- sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
6342
+ sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
6325
6343
  publicSharing?: {
6326
6344
  enabled: boolean;
6327
6345
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -7876,6 +7894,12 @@ declare const securityObjects: ((Omit<{
7876
7894
  caseSensitive?: boolean | undefined;
7877
7895
  autonumberFormat?: string | undefined;
7878
7896
  }>;
7897
+ _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
7898
+ _lockReason?: string | undefined;
7899
+ _lockSource?: "artifact" | "package" | "env-forced" | undefined;
7900
+ _provenance?: "package" | "env-forced" | "org" | undefined;
7901
+ _packageId?: string | undefined;
7902
+ _packageVersion?: string | undefined;
7879
7903
  label?: string | undefined;
7880
7904
  pluralLabel?: string | undefined;
7881
7905
  description?: string | undefined;
@@ -8021,7 +8045,7 @@ declare const securityObjects: ((Omit<{
8021
8045
  wrap?: boolean | undefined;
8022
8046
  type?: string | undefined;
8023
8047
  pinned?: "left" | "right" | undefined;
8024
- summary?: "min" | "max" | "count" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
8048
+ summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
8025
8049
  link?: boolean | undefined;
8026
8050
  action?: string | undefined;
8027
8051
  }[];
@@ -8070,7 +8094,7 @@ declare const securityObjects: ((Omit<{
8070
8094
  bordered?: boolean | undefined;
8071
8095
  compactToolbar?: boolean | undefined;
8072
8096
  selection?: {
8073
- type: "multiple" | "single" | "none";
8097
+ type: "none" | "multiple" | "single";
8074
8098
  } | undefined;
8075
8099
  navigation?: {
8076
8100
  mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
@@ -8265,7 +8289,7 @@ declare const securityObjects: ((Omit<{
8265
8289
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
8266
8290
  } | undefined;
8267
8291
  recordTypes?: string[] | undefined;
8268
- sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
8292
+ sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
8269
8293
  publicSharing?: {
8270
8294
  enabled: boolean;
8271
8295
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
package/dist/index.d.ts CHANGED
@@ -527,6 +527,12 @@ declare const securityObjects: ((Omit<{
527
527
  caseSensitive?: boolean | undefined;
528
528
  autonumberFormat?: string | undefined;
529
529
  }>;
530
+ _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
531
+ _lockReason?: string | undefined;
532
+ _lockSource?: "artifact" | "package" | "env-forced" | undefined;
533
+ _provenance?: "package" | "env-forced" | "org" | undefined;
534
+ _packageId?: string | undefined;
535
+ _packageVersion?: string | undefined;
530
536
  label?: string | undefined;
531
537
  pluralLabel?: string | undefined;
532
538
  description?: string | undefined;
@@ -672,7 +678,7 @@ declare const securityObjects: ((Omit<{
672
678
  wrap?: boolean | undefined;
673
679
  type?: string | undefined;
674
680
  pinned?: "left" | "right" | undefined;
675
- summary?: "min" | "max" | "count" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
681
+ summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
676
682
  link?: boolean | undefined;
677
683
  action?: string | undefined;
678
684
  }[];
@@ -721,7 +727,7 @@ declare const securityObjects: ((Omit<{
721
727
  bordered?: boolean | undefined;
722
728
  compactToolbar?: boolean | undefined;
723
729
  selection?: {
724
- type: "multiple" | "single" | "none";
730
+ type: "none" | "multiple" | "single";
725
731
  } | undefined;
726
732
  navigation?: {
727
733
  mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
@@ -916,7 +922,7 @@ declare const securityObjects: ((Omit<{
916
922
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
917
923
  } | undefined;
918
924
  recordTypes?: string[] | undefined;
919
- sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
925
+ sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
920
926
  publicSharing?: {
921
927
  enabled: boolean;
922
928
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -2985,6 +2991,12 @@ declare const securityObjects: ((Omit<{
2985
2991
  caseSensitive?: boolean | undefined;
2986
2992
  autonumberFormat?: string | undefined;
2987
2993
  }>;
2994
+ _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
2995
+ _lockReason?: string | undefined;
2996
+ _lockSource?: "artifact" | "package" | "env-forced" | undefined;
2997
+ _provenance?: "package" | "env-forced" | "org" | undefined;
2998
+ _packageId?: string | undefined;
2999
+ _packageVersion?: string | undefined;
2988
3000
  label?: string | undefined;
2989
3001
  pluralLabel?: string | undefined;
2990
3002
  description?: string | undefined;
@@ -3130,7 +3142,7 @@ declare const securityObjects: ((Omit<{
3130
3142
  wrap?: boolean | undefined;
3131
3143
  type?: string | undefined;
3132
3144
  pinned?: "left" | "right" | undefined;
3133
- summary?: "min" | "max" | "count" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
3145
+ summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
3134
3146
  link?: boolean | undefined;
3135
3147
  action?: string | undefined;
3136
3148
  }[];
@@ -3179,7 +3191,7 @@ declare const securityObjects: ((Omit<{
3179
3191
  bordered?: boolean | undefined;
3180
3192
  compactToolbar?: boolean | undefined;
3181
3193
  selection?: {
3182
- type: "multiple" | "single" | "none";
3194
+ type: "none" | "multiple" | "single";
3183
3195
  } | undefined;
3184
3196
  navigation?: {
3185
3197
  mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
@@ -3374,7 +3386,7 @@ declare const securityObjects: ((Omit<{
3374
3386
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
3375
3387
  } | undefined;
3376
3388
  recordTypes?: string[] | undefined;
3377
- sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
3389
+ sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
3378
3390
  publicSharing?: {
3379
3391
  enabled: boolean;
3380
3392
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -5932,6 +5944,12 @@ declare const securityObjects: ((Omit<{
5932
5944
  caseSensitive?: boolean | undefined;
5933
5945
  autonumberFormat?: string | undefined;
5934
5946
  }>;
5947
+ _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
5948
+ _lockReason?: string | undefined;
5949
+ _lockSource?: "artifact" | "package" | "env-forced" | undefined;
5950
+ _provenance?: "package" | "env-forced" | "org" | undefined;
5951
+ _packageId?: string | undefined;
5952
+ _packageVersion?: string | undefined;
5935
5953
  label?: string | undefined;
5936
5954
  pluralLabel?: string | undefined;
5937
5955
  description?: string | undefined;
@@ -6077,7 +6095,7 @@ declare const securityObjects: ((Omit<{
6077
6095
  wrap?: boolean | undefined;
6078
6096
  type?: string | undefined;
6079
6097
  pinned?: "left" | "right" | undefined;
6080
- summary?: "min" | "max" | "count" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
6098
+ summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
6081
6099
  link?: boolean | undefined;
6082
6100
  action?: string | undefined;
6083
6101
  }[];
@@ -6126,7 +6144,7 @@ declare const securityObjects: ((Omit<{
6126
6144
  bordered?: boolean | undefined;
6127
6145
  compactToolbar?: boolean | undefined;
6128
6146
  selection?: {
6129
- type: "multiple" | "single" | "none";
6147
+ type: "none" | "multiple" | "single";
6130
6148
  } | undefined;
6131
6149
  navigation?: {
6132
6150
  mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
@@ -6321,7 +6339,7 @@ declare const securityObjects: ((Omit<{
6321
6339
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
6322
6340
  } | undefined;
6323
6341
  recordTypes?: string[] | undefined;
6324
- sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
6342
+ sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
6325
6343
  publicSharing?: {
6326
6344
  enabled: boolean;
6327
6345
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
@@ -7876,6 +7894,12 @@ declare const securityObjects: ((Omit<{
7876
7894
  caseSensitive?: boolean | undefined;
7877
7895
  autonumberFormat?: string | undefined;
7878
7896
  }>;
7897
+ _lock?: "full" | "none" | "no-overlay" | "no-delete" | undefined;
7898
+ _lockReason?: string | undefined;
7899
+ _lockSource?: "artifact" | "package" | "env-forced" | undefined;
7900
+ _provenance?: "package" | "env-forced" | "org" | undefined;
7901
+ _packageId?: string | undefined;
7902
+ _packageVersion?: string | undefined;
7879
7903
  label?: string | undefined;
7880
7904
  pluralLabel?: string | undefined;
7881
7905
  description?: string | undefined;
@@ -8021,7 +8045,7 @@ declare const securityObjects: ((Omit<{
8021
8045
  wrap?: boolean | undefined;
8022
8046
  type?: string | undefined;
8023
8047
  pinned?: "left" | "right" | undefined;
8024
- summary?: "min" | "max" | "count" | "sum" | "avg" | "none" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
8048
+ summary?: "none" | "min" | "max" | "count" | "sum" | "avg" | "count_empty" | "count_filled" | "count_unique" | "percent_empty" | "percent_filled" | undefined;
8025
8049
  link?: boolean | undefined;
8026
8050
  action?: string | undefined;
8027
8051
  }[];
@@ -8070,7 +8094,7 @@ declare const securityObjects: ((Omit<{
8070
8094
  bordered?: boolean | undefined;
8071
8095
  compactToolbar?: boolean | undefined;
8072
8096
  selection?: {
8073
- type: "multiple" | "single" | "none";
8097
+ type: "none" | "multiple" | "single";
8074
8098
  } | undefined;
8075
8099
  navigation?: {
8076
8100
  mode: "none" | "split" | "page" | "modal" | "drawer" | "popover" | "new_window";
@@ -8265,7 +8289,7 @@ declare const securityObjects: ((Omit<{
8265
8289
  apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "history" | "bulk" | "aggregate" | "restore" | "purge" | "export")[] | undefined;
8266
8290
  } | undefined;
8267
8291
  recordTypes?: string[] | undefined;
8268
- sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
8292
+ sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
8269
8293
  publicSharing?: {
8270
8294
  enabled: boolean;
8271
8295
  allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/plugin-security",
3
- "version": "7.1.0",
3
+ "version": "7.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": "7.1.0",
17
- "@objectstack/platform-objects": "7.1.0",
18
- "@objectstack/spec": "7.1.0"
16
+ "@objectstack/core": "7.2.0",
17
+ "@objectstack/platform-objects": "7.2.0",
18
+ "@objectstack/spec": "7.2.0"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^25.9.1",