@objectstack/platform-objects 4.2.0 → 5.1.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.
@@ -595,6 +595,12 @@ declare const SysRole: Omit<{
595
595
  recordTypes?: string[] | undefined;
596
596
  sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
597
597
  keyPrefix?: string | undefined;
598
+ detail?: {
599
+ [x: string]: unknown;
600
+ renderViaSchema?: boolean | undefined;
601
+ hideReferenceRail?: boolean | undefined;
602
+ hideRelatedTab?: boolean | undefined;
603
+ } | undefined;
598
604
  actions?: {
599
605
  name: string;
600
606
  label: string;
@@ -2952,6 +2958,12 @@ declare const SysPermissionSet: Omit<{
2952
2958
  recordTypes?: string[] | undefined;
2953
2959
  sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
2954
2960
  keyPrefix?: string | undefined;
2961
+ detail?: {
2962
+ [x: string]: unknown;
2963
+ renderViaSchema?: boolean | undefined;
2964
+ hideReferenceRail?: boolean | undefined;
2965
+ hideRelatedTab?: boolean | undefined;
2966
+ } | undefined;
2955
2967
  actions?: {
2956
2968
  name: string;
2957
2969
  label: string;
@@ -5293,6 +5305,12 @@ declare const SysUserPermissionSet: Omit<{
5293
5305
  recordTypes?: string[] | undefined;
5294
5306
  sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
5295
5307
  keyPrefix?: string | undefined;
5308
+ detail?: {
5309
+ [x: string]: unknown;
5310
+ renderViaSchema?: boolean | undefined;
5311
+ hideReferenceRail?: boolean | undefined;
5312
+ hideRelatedTab?: boolean | undefined;
5313
+ } | undefined;
5296
5314
  actions?: {
5297
5315
  name: string;
5298
5316
  label: string;
@@ -7220,6 +7238,12 @@ declare const SysRolePermissionSet: Omit<{
7220
7238
  recordTypes?: string[] | undefined;
7221
7239
  sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
7222
7240
  keyPrefix?: string | undefined;
7241
+ detail?: {
7242
+ [x: string]: unknown;
7243
+ renderViaSchema?: boolean | undefined;
7244
+ hideReferenceRail?: boolean | undefined;
7245
+ hideRelatedTab?: boolean | undefined;
7246
+ } | undefined;
7223
7247
  actions?: {
7224
7248
  name: string;
7225
7249
  label: string;
@@ -8812,6 +8836,12 @@ declare const SysRecordShare: Omit<{
8812
8836
  recordTypes?: string[] | undefined;
8813
8837
  sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
8814
8838
  keyPrefix?: string | undefined;
8839
+ detail?: {
8840
+ [x: string]: unknown;
8841
+ renderViaSchema?: boolean | undefined;
8842
+ hideReferenceRail?: boolean | undefined;
8843
+ hideRelatedTab?: boolean | undefined;
8844
+ } | undefined;
8815
8845
  actions?: {
8816
8846
  name: string;
8817
8847
  label: string;
@@ -11756,6 +11786,12 @@ declare const SysSharingRule: Omit<{
11756
11786
  recordTypes?: string[] | undefined;
11757
11787
  sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
11758
11788
  keyPrefix?: string | undefined;
11789
+ detail?: {
11790
+ [x: string]: unknown;
11791
+ renderViaSchema?: boolean | undefined;
11792
+ hideReferenceRail?: boolean | undefined;
11793
+ hideRelatedTab?: boolean | undefined;
11794
+ } | undefined;
11759
11795
  actions?: {
11760
11796
  name: string;
11761
11797
  label: string;
@@ -615,6 +615,12 @@ declare const SysSetting: Omit<{
615
615
  recordTypes?: string[] | undefined;
616
616
  sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
617
617
  keyPrefix?: string | undefined;
618
+ detail?: {
619
+ [x: string]: unknown;
620
+ renderViaSchema?: boolean | undefined;
621
+ hideReferenceRail?: boolean | undefined;
622
+ hideRelatedTab?: boolean | undefined;
623
+ } | undefined;
618
624
  actions?: {
619
625
  name: string;
620
626
  label: string;
@@ -3705,6 +3711,12 @@ declare const SysSecret: Omit<{
3705
3711
  recordTypes?: string[] | undefined;
3706
3712
  sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
3707
3713
  keyPrefix?: string | undefined;
3714
+ detail?: {
3715
+ [x: string]: unknown;
3716
+ renderViaSchema?: boolean | undefined;
3717
+ hideReferenceRail?: boolean | undefined;
3718
+ hideRelatedTab?: boolean | undefined;
3719
+ } | undefined;
3708
3720
  actions?: {
3709
3721
  name: string;
3710
3722
  label: string;
@@ -6006,6 +6018,12 @@ declare const SysSettingAudit: Omit<{
6006
6018
  recordTypes?: string[] | undefined;
6007
6019
  sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
6008
6020
  keyPrefix?: string | undefined;
6021
+ detail?: {
6022
+ [x: string]: unknown;
6023
+ renderViaSchema?: boolean | undefined;
6024
+ hideReferenceRail?: boolean | undefined;
6025
+ hideRelatedTab?: boolean | undefined;
6026
+ } | undefined;
6009
6027
  actions?: {
6010
6028
  name: string;
6011
6029
  label: string;
@@ -615,6 +615,12 @@ declare const SysSetting: Omit<{
615
615
  recordTypes?: string[] | undefined;
616
616
  sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
617
617
  keyPrefix?: string | undefined;
618
+ detail?: {
619
+ [x: string]: unknown;
620
+ renderViaSchema?: boolean | undefined;
621
+ hideReferenceRail?: boolean | undefined;
622
+ hideRelatedTab?: boolean | undefined;
623
+ } | undefined;
618
624
  actions?: {
619
625
  name: string;
620
626
  label: string;
@@ -3705,6 +3711,12 @@ declare const SysSecret: Omit<{
3705
3711
  recordTypes?: string[] | undefined;
3706
3712
  sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
3707
3713
  keyPrefix?: string | undefined;
3714
+ detail?: {
3715
+ [x: string]: unknown;
3716
+ renderViaSchema?: boolean | undefined;
3717
+ hideReferenceRail?: boolean | undefined;
3718
+ hideRelatedTab?: boolean | undefined;
3719
+ } | undefined;
3708
3720
  actions?: {
3709
3721
  name: string;
3710
3722
  label: string;
@@ -6006,6 +6018,12 @@ declare const SysSettingAudit: Omit<{
6006
6018
  recordTypes?: string[] | undefined;
6007
6019
  sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
6008
6020
  keyPrefix?: string | undefined;
6021
+ detail?: {
6022
+ [x: string]: unknown;
6023
+ renderViaSchema?: boolean | undefined;
6024
+ hideReferenceRail?: boolean | undefined;
6025
+ hideRelatedTab?: boolean | undefined;
6026
+ } | undefined;
6009
6027
  actions?: {
6010
6028
  name: string;
6011
6029
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/platform-objects",
3
- "version": "4.2.0",
3
+ "version": "5.1.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Core platform object schemas for ObjectStack — identity, security, audit, tenant, and metadata objects",
6
6
  "main": "dist/index.js",
@@ -48,7 +48,7 @@
48
48
  }
49
49
  },
50
50
  "dependencies": {
51
- "@objectstack/spec": "4.2.0"
51
+ "@objectstack/spec": "5.1.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^25.9.1",