@objectstack/platform-objects 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/audit/index.d.mts +96 -0
- package/dist/audit/index.d.ts +96 -0
- package/dist/identity/index.d.mts +120 -0
- package/dist/identity/index.d.ts +120 -0
- package/dist/index.js +50 -34
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +50 -34
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +6 -0
- package/dist/integration/index.d.ts +6 -0
- package/dist/metadata/index.d.mts +257 -33
- package/dist/metadata/index.d.ts +257 -33
- package/dist/metadata/index.js +50 -34
- package/dist/metadata/index.js.map +1 -1
- package/dist/metadata/index.mjs +50 -34
- package/dist/metadata/index.mjs.map +1 -1
- package/dist/security/index.d.mts +36 -0
- package/dist/security/index.d.ts +36 -0
- package/dist/system/index.d.mts +18 -0
- package/dist/system/index.d.ts +18 -0
- package/package.json +2 -2
package/dist/audit/index.d.mts
CHANGED
|
@@ -597,6 +597,12 @@ declare const SysAuditLog: Omit<{
|
|
|
597
597
|
recordTypes?: string[] | undefined;
|
|
598
598
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
599
599
|
keyPrefix?: string | undefined;
|
|
600
|
+
detail?: {
|
|
601
|
+
[x: string]: unknown;
|
|
602
|
+
renderViaSchema?: boolean | undefined;
|
|
603
|
+
hideReferenceRail?: boolean | undefined;
|
|
604
|
+
hideRelatedTab?: boolean | undefined;
|
|
605
|
+
} | undefined;
|
|
600
606
|
actions?: {
|
|
601
607
|
name: string;
|
|
602
608
|
label: string;
|
|
@@ -3509,6 +3515,12 @@ declare const SysPresence: Omit<{
|
|
|
3509
3515
|
recordTypes?: string[] | undefined;
|
|
3510
3516
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
3511
3517
|
keyPrefix?: string | undefined;
|
|
3518
|
+
detail?: {
|
|
3519
|
+
[x: string]: unknown;
|
|
3520
|
+
renderViaSchema?: boolean | undefined;
|
|
3521
|
+
hideReferenceRail?: boolean | undefined;
|
|
3522
|
+
hideRelatedTab?: boolean | undefined;
|
|
3523
|
+
} | undefined;
|
|
3512
3524
|
actions?: {
|
|
3513
3525
|
name: string;
|
|
3514
3526
|
label: string;
|
|
@@ -6139,6 +6151,12 @@ declare const SysActivity: Omit<{
|
|
|
6139
6151
|
recordTypes?: string[] | undefined;
|
|
6140
6152
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
6141
6153
|
keyPrefix?: string | undefined;
|
|
6154
|
+
detail?: {
|
|
6155
|
+
[x: string]: unknown;
|
|
6156
|
+
renderViaSchema?: boolean | undefined;
|
|
6157
|
+
hideReferenceRail?: boolean | undefined;
|
|
6158
|
+
hideRelatedTab?: boolean | undefined;
|
|
6159
|
+
} | undefined;
|
|
6142
6160
|
actions?: {
|
|
6143
6161
|
name: string;
|
|
6144
6162
|
label: string;
|
|
@@ -9123,6 +9141,12 @@ declare const SysComment: Omit<{
|
|
|
9123
9141
|
recordTypes?: string[] | undefined;
|
|
9124
9142
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
9125
9143
|
keyPrefix?: string | undefined;
|
|
9144
|
+
detail?: {
|
|
9145
|
+
[x: string]: unknown;
|
|
9146
|
+
renderViaSchema?: boolean | undefined;
|
|
9147
|
+
hideReferenceRail?: boolean | undefined;
|
|
9148
|
+
hideRelatedTab?: boolean | undefined;
|
|
9149
|
+
} | undefined;
|
|
9126
9150
|
actions?: {
|
|
9127
9151
|
name: string;
|
|
9128
9152
|
label: string;
|
|
@@ -12457,6 +12481,12 @@ declare const SysAttachment: Omit<{
|
|
|
12457
12481
|
recordTypes?: string[] | undefined;
|
|
12458
12482
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
12459
12483
|
keyPrefix?: string | undefined;
|
|
12484
|
+
detail?: {
|
|
12485
|
+
[x: string]: unknown;
|
|
12486
|
+
renderViaSchema?: boolean | undefined;
|
|
12487
|
+
hideReferenceRail?: boolean | undefined;
|
|
12488
|
+
hideRelatedTab?: boolean | undefined;
|
|
12489
|
+
} | undefined;
|
|
12460
12490
|
actions?: {
|
|
12461
12491
|
name: string;
|
|
12462
12492
|
label: string;
|
|
@@ -15435,6 +15465,12 @@ declare const SysNotification: Omit<{
|
|
|
15435
15465
|
recordTypes?: string[] | undefined;
|
|
15436
15466
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
15437
15467
|
keyPrefix?: string | undefined;
|
|
15468
|
+
detail?: {
|
|
15469
|
+
[x: string]: unknown;
|
|
15470
|
+
renderViaSchema?: boolean | undefined;
|
|
15471
|
+
hideReferenceRail?: boolean | undefined;
|
|
15472
|
+
hideRelatedTab?: boolean | undefined;
|
|
15473
|
+
} | undefined;
|
|
15438
15474
|
actions?: {
|
|
15439
15475
|
name: string;
|
|
15440
15476
|
label: string;
|
|
@@ -18653,6 +18689,12 @@ declare const SysEmail: Omit<{
|
|
|
18653
18689
|
recordTypes?: string[] | undefined;
|
|
18654
18690
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
18655
18691
|
keyPrefix?: string | undefined;
|
|
18692
|
+
detail?: {
|
|
18693
|
+
[x: string]: unknown;
|
|
18694
|
+
renderViaSchema?: boolean | undefined;
|
|
18695
|
+
hideReferenceRail?: boolean | undefined;
|
|
18696
|
+
hideRelatedTab?: boolean | undefined;
|
|
18697
|
+
} | undefined;
|
|
18656
18698
|
actions?: {
|
|
18657
18699
|
name: string;
|
|
18658
18700
|
label: string;
|
|
@@ -22673,6 +22715,12 @@ declare const SysEmailTemplate: Omit<{
|
|
|
22673
22715
|
recordTypes?: string[] | undefined;
|
|
22674
22716
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
22675
22717
|
keyPrefix?: string | undefined;
|
|
22718
|
+
detail?: {
|
|
22719
|
+
[x: string]: unknown;
|
|
22720
|
+
renderViaSchema?: boolean | undefined;
|
|
22721
|
+
hideReferenceRail?: boolean | undefined;
|
|
22722
|
+
hideRelatedTab?: boolean | undefined;
|
|
22723
|
+
} | undefined;
|
|
22676
22724
|
actions?: {
|
|
22677
22725
|
name: string;
|
|
22678
22726
|
label: string;
|
|
@@ -26357,6 +26405,12 @@ declare const SysSavedReport: Omit<{
|
|
|
26357
26405
|
recordTypes?: string[] | undefined;
|
|
26358
26406
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
26359
26407
|
keyPrefix?: string | undefined;
|
|
26408
|
+
detail?: {
|
|
26409
|
+
[x: string]: unknown;
|
|
26410
|
+
renderViaSchema?: boolean | undefined;
|
|
26411
|
+
hideReferenceRail?: boolean | undefined;
|
|
26412
|
+
hideRelatedTab?: boolean | undefined;
|
|
26413
|
+
} | undefined;
|
|
26360
26414
|
actions?: {
|
|
26361
26415
|
name: string;
|
|
26362
26416
|
label: string;
|
|
@@ -28989,6 +29043,12 @@ declare const SysReportSchedule: Omit<{
|
|
|
28989
29043
|
recordTypes?: string[] | undefined;
|
|
28990
29044
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
28991
29045
|
keyPrefix?: string | undefined;
|
|
29046
|
+
detail?: {
|
|
29047
|
+
[x: string]: unknown;
|
|
29048
|
+
renderViaSchema?: boolean | undefined;
|
|
29049
|
+
hideReferenceRail?: boolean | undefined;
|
|
29050
|
+
hideRelatedTab?: boolean | undefined;
|
|
29051
|
+
} | undefined;
|
|
28992
29052
|
actions?: {
|
|
28993
29053
|
name: string;
|
|
28994
29054
|
label: string;
|
|
@@ -32660,6 +32720,12 @@ declare const SysApprovalProcess: Omit<{
|
|
|
32660
32720
|
recordTypes?: string[] | undefined;
|
|
32661
32721
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
32662
32722
|
keyPrefix?: string | undefined;
|
|
32723
|
+
detail?: {
|
|
32724
|
+
[x: string]: unknown;
|
|
32725
|
+
renderViaSchema?: boolean | undefined;
|
|
32726
|
+
hideReferenceRail?: boolean | undefined;
|
|
32727
|
+
hideRelatedTab?: boolean | undefined;
|
|
32728
|
+
} | undefined;
|
|
32663
32729
|
actions?: {
|
|
32664
32730
|
name: string;
|
|
32665
32731
|
label: string;
|
|
@@ -35032,6 +35098,12 @@ declare const SysApprovalRequest: Omit<{
|
|
|
35032
35098
|
recordTypes?: string[] | undefined;
|
|
35033
35099
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
35034
35100
|
keyPrefix?: string | undefined;
|
|
35101
|
+
detail?: {
|
|
35102
|
+
[x: string]: unknown;
|
|
35103
|
+
renderViaSchema?: boolean | undefined;
|
|
35104
|
+
hideReferenceRail?: boolean | undefined;
|
|
35105
|
+
hideRelatedTab?: boolean | undefined;
|
|
35106
|
+
} | undefined;
|
|
35035
35107
|
actions?: {
|
|
35036
35108
|
name: string;
|
|
35037
35109
|
label: string;
|
|
@@ -38444,6 +38516,12 @@ declare const SysApprovalAction: Omit<{
|
|
|
38444
38516
|
recordTypes?: string[] | undefined;
|
|
38445
38517
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
38446
38518
|
keyPrefix?: string | undefined;
|
|
38519
|
+
detail?: {
|
|
38520
|
+
[x: string]: unknown;
|
|
38521
|
+
renderViaSchema?: boolean | undefined;
|
|
38522
|
+
hideReferenceRail?: boolean | undefined;
|
|
38523
|
+
hideRelatedTab?: boolean | undefined;
|
|
38524
|
+
} | undefined;
|
|
38447
38525
|
actions?: {
|
|
38448
38526
|
name: string;
|
|
38449
38527
|
label: string;
|
|
@@ -40778,6 +40856,12 @@ declare const SysJob: Omit<{
|
|
|
40778
40856
|
recordTypes?: string[] | undefined;
|
|
40779
40857
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
40780
40858
|
keyPrefix?: string | undefined;
|
|
40859
|
+
detail?: {
|
|
40860
|
+
[x: string]: unknown;
|
|
40861
|
+
renderViaSchema?: boolean | undefined;
|
|
40862
|
+
hideReferenceRail?: boolean | undefined;
|
|
40863
|
+
hideRelatedTab?: boolean | undefined;
|
|
40864
|
+
} | undefined;
|
|
40781
40865
|
actions?: {
|
|
40782
40866
|
name: string;
|
|
40783
40867
|
label: string;
|
|
@@ -43746,6 +43830,12 @@ declare const SysJobRun: Omit<{
|
|
|
43746
43830
|
recordTypes?: string[] | undefined;
|
|
43747
43831
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
43748
43832
|
keyPrefix?: string | undefined;
|
|
43833
|
+
detail?: {
|
|
43834
|
+
[x: string]: unknown;
|
|
43835
|
+
renderViaSchema?: boolean | undefined;
|
|
43836
|
+
hideReferenceRail?: boolean | undefined;
|
|
43837
|
+
hideRelatedTab?: boolean | undefined;
|
|
43838
|
+
} | undefined;
|
|
43749
43839
|
actions?: {
|
|
43750
43840
|
name: string;
|
|
43751
43841
|
label: string;
|
|
@@ -46197,6 +46287,12 @@ declare const SysJobQueue: Omit<{
|
|
|
46197
46287
|
recordTypes?: string[] | undefined;
|
|
46198
46288
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
46199
46289
|
keyPrefix?: string | undefined;
|
|
46290
|
+
detail?: {
|
|
46291
|
+
[x: string]: unknown;
|
|
46292
|
+
renderViaSchema?: boolean | undefined;
|
|
46293
|
+
hideReferenceRail?: boolean | undefined;
|
|
46294
|
+
hideRelatedTab?: boolean | undefined;
|
|
46295
|
+
} | undefined;
|
|
46200
46296
|
actions?: {
|
|
46201
46297
|
name: string;
|
|
46202
46298
|
label: string;
|
package/dist/audit/index.d.ts
CHANGED
|
@@ -597,6 +597,12 @@ declare const SysAuditLog: Omit<{
|
|
|
597
597
|
recordTypes?: string[] | undefined;
|
|
598
598
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
599
599
|
keyPrefix?: string | undefined;
|
|
600
|
+
detail?: {
|
|
601
|
+
[x: string]: unknown;
|
|
602
|
+
renderViaSchema?: boolean | undefined;
|
|
603
|
+
hideReferenceRail?: boolean | undefined;
|
|
604
|
+
hideRelatedTab?: boolean | undefined;
|
|
605
|
+
} | undefined;
|
|
600
606
|
actions?: {
|
|
601
607
|
name: string;
|
|
602
608
|
label: string;
|
|
@@ -3509,6 +3515,12 @@ declare const SysPresence: Omit<{
|
|
|
3509
3515
|
recordTypes?: string[] | undefined;
|
|
3510
3516
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
3511
3517
|
keyPrefix?: string | undefined;
|
|
3518
|
+
detail?: {
|
|
3519
|
+
[x: string]: unknown;
|
|
3520
|
+
renderViaSchema?: boolean | undefined;
|
|
3521
|
+
hideReferenceRail?: boolean | undefined;
|
|
3522
|
+
hideRelatedTab?: boolean | undefined;
|
|
3523
|
+
} | undefined;
|
|
3512
3524
|
actions?: {
|
|
3513
3525
|
name: string;
|
|
3514
3526
|
label: string;
|
|
@@ -6139,6 +6151,12 @@ declare const SysActivity: Omit<{
|
|
|
6139
6151
|
recordTypes?: string[] | undefined;
|
|
6140
6152
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
6141
6153
|
keyPrefix?: string | undefined;
|
|
6154
|
+
detail?: {
|
|
6155
|
+
[x: string]: unknown;
|
|
6156
|
+
renderViaSchema?: boolean | undefined;
|
|
6157
|
+
hideReferenceRail?: boolean | undefined;
|
|
6158
|
+
hideRelatedTab?: boolean | undefined;
|
|
6159
|
+
} | undefined;
|
|
6142
6160
|
actions?: {
|
|
6143
6161
|
name: string;
|
|
6144
6162
|
label: string;
|
|
@@ -9123,6 +9141,12 @@ declare const SysComment: Omit<{
|
|
|
9123
9141
|
recordTypes?: string[] | undefined;
|
|
9124
9142
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
9125
9143
|
keyPrefix?: string | undefined;
|
|
9144
|
+
detail?: {
|
|
9145
|
+
[x: string]: unknown;
|
|
9146
|
+
renderViaSchema?: boolean | undefined;
|
|
9147
|
+
hideReferenceRail?: boolean | undefined;
|
|
9148
|
+
hideRelatedTab?: boolean | undefined;
|
|
9149
|
+
} | undefined;
|
|
9126
9150
|
actions?: {
|
|
9127
9151
|
name: string;
|
|
9128
9152
|
label: string;
|
|
@@ -12457,6 +12481,12 @@ declare const SysAttachment: Omit<{
|
|
|
12457
12481
|
recordTypes?: string[] | undefined;
|
|
12458
12482
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
12459
12483
|
keyPrefix?: string | undefined;
|
|
12484
|
+
detail?: {
|
|
12485
|
+
[x: string]: unknown;
|
|
12486
|
+
renderViaSchema?: boolean | undefined;
|
|
12487
|
+
hideReferenceRail?: boolean | undefined;
|
|
12488
|
+
hideRelatedTab?: boolean | undefined;
|
|
12489
|
+
} | undefined;
|
|
12460
12490
|
actions?: {
|
|
12461
12491
|
name: string;
|
|
12462
12492
|
label: string;
|
|
@@ -15435,6 +15465,12 @@ declare const SysNotification: Omit<{
|
|
|
15435
15465
|
recordTypes?: string[] | undefined;
|
|
15436
15466
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
15437
15467
|
keyPrefix?: string | undefined;
|
|
15468
|
+
detail?: {
|
|
15469
|
+
[x: string]: unknown;
|
|
15470
|
+
renderViaSchema?: boolean | undefined;
|
|
15471
|
+
hideReferenceRail?: boolean | undefined;
|
|
15472
|
+
hideRelatedTab?: boolean | undefined;
|
|
15473
|
+
} | undefined;
|
|
15438
15474
|
actions?: {
|
|
15439
15475
|
name: string;
|
|
15440
15476
|
label: string;
|
|
@@ -18653,6 +18689,12 @@ declare const SysEmail: Omit<{
|
|
|
18653
18689
|
recordTypes?: string[] | undefined;
|
|
18654
18690
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
18655
18691
|
keyPrefix?: string | undefined;
|
|
18692
|
+
detail?: {
|
|
18693
|
+
[x: string]: unknown;
|
|
18694
|
+
renderViaSchema?: boolean | undefined;
|
|
18695
|
+
hideReferenceRail?: boolean | undefined;
|
|
18696
|
+
hideRelatedTab?: boolean | undefined;
|
|
18697
|
+
} | undefined;
|
|
18656
18698
|
actions?: {
|
|
18657
18699
|
name: string;
|
|
18658
18700
|
label: string;
|
|
@@ -22673,6 +22715,12 @@ declare const SysEmailTemplate: Omit<{
|
|
|
22673
22715
|
recordTypes?: string[] | undefined;
|
|
22674
22716
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
22675
22717
|
keyPrefix?: string | undefined;
|
|
22718
|
+
detail?: {
|
|
22719
|
+
[x: string]: unknown;
|
|
22720
|
+
renderViaSchema?: boolean | undefined;
|
|
22721
|
+
hideReferenceRail?: boolean | undefined;
|
|
22722
|
+
hideRelatedTab?: boolean | undefined;
|
|
22723
|
+
} | undefined;
|
|
22676
22724
|
actions?: {
|
|
22677
22725
|
name: string;
|
|
22678
22726
|
label: string;
|
|
@@ -26357,6 +26405,12 @@ declare const SysSavedReport: Omit<{
|
|
|
26357
26405
|
recordTypes?: string[] | undefined;
|
|
26358
26406
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
26359
26407
|
keyPrefix?: string | undefined;
|
|
26408
|
+
detail?: {
|
|
26409
|
+
[x: string]: unknown;
|
|
26410
|
+
renderViaSchema?: boolean | undefined;
|
|
26411
|
+
hideReferenceRail?: boolean | undefined;
|
|
26412
|
+
hideRelatedTab?: boolean | undefined;
|
|
26413
|
+
} | undefined;
|
|
26360
26414
|
actions?: {
|
|
26361
26415
|
name: string;
|
|
26362
26416
|
label: string;
|
|
@@ -28989,6 +29043,12 @@ declare const SysReportSchedule: Omit<{
|
|
|
28989
29043
|
recordTypes?: string[] | undefined;
|
|
28990
29044
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
28991
29045
|
keyPrefix?: string | undefined;
|
|
29046
|
+
detail?: {
|
|
29047
|
+
[x: string]: unknown;
|
|
29048
|
+
renderViaSchema?: boolean | undefined;
|
|
29049
|
+
hideReferenceRail?: boolean | undefined;
|
|
29050
|
+
hideRelatedTab?: boolean | undefined;
|
|
29051
|
+
} | undefined;
|
|
28992
29052
|
actions?: {
|
|
28993
29053
|
name: string;
|
|
28994
29054
|
label: string;
|
|
@@ -32660,6 +32720,12 @@ declare const SysApprovalProcess: Omit<{
|
|
|
32660
32720
|
recordTypes?: string[] | undefined;
|
|
32661
32721
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
32662
32722
|
keyPrefix?: string | undefined;
|
|
32723
|
+
detail?: {
|
|
32724
|
+
[x: string]: unknown;
|
|
32725
|
+
renderViaSchema?: boolean | undefined;
|
|
32726
|
+
hideReferenceRail?: boolean | undefined;
|
|
32727
|
+
hideRelatedTab?: boolean | undefined;
|
|
32728
|
+
} | undefined;
|
|
32663
32729
|
actions?: {
|
|
32664
32730
|
name: string;
|
|
32665
32731
|
label: string;
|
|
@@ -35032,6 +35098,12 @@ declare const SysApprovalRequest: Omit<{
|
|
|
35032
35098
|
recordTypes?: string[] | undefined;
|
|
35033
35099
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
35034
35100
|
keyPrefix?: string | undefined;
|
|
35101
|
+
detail?: {
|
|
35102
|
+
[x: string]: unknown;
|
|
35103
|
+
renderViaSchema?: boolean | undefined;
|
|
35104
|
+
hideReferenceRail?: boolean | undefined;
|
|
35105
|
+
hideRelatedTab?: boolean | undefined;
|
|
35106
|
+
} | undefined;
|
|
35035
35107
|
actions?: {
|
|
35036
35108
|
name: string;
|
|
35037
35109
|
label: string;
|
|
@@ -38444,6 +38516,12 @@ declare const SysApprovalAction: Omit<{
|
|
|
38444
38516
|
recordTypes?: string[] | undefined;
|
|
38445
38517
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
38446
38518
|
keyPrefix?: string | undefined;
|
|
38519
|
+
detail?: {
|
|
38520
|
+
[x: string]: unknown;
|
|
38521
|
+
renderViaSchema?: boolean | undefined;
|
|
38522
|
+
hideReferenceRail?: boolean | undefined;
|
|
38523
|
+
hideRelatedTab?: boolean | undefined;
|
|
38524
|
+
} | undefined;
|
|
38447
38525
|
actions?: {
|
|
38448
38526
|
name: string;
|
|
38449
38527
|
label: string;
|
|
@@ -40778,6 +40856,12 @@ declare const SysJob: Omit<{
|
|
|
40778
40856
|
recordTypes?: string[] | undefined;
|
|
40779
40857
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
40780
40858
|
keyPrefix?: string | undefined;
|
|
40859
|
+
detail?: {
|
|
40860
|
+
[x: string]: unknown;
|
|
40861
|
+
renderViaSchema?: boolean | undefined;
|
|
40862
|
+
hideReferenceRail?: boolean | undefined;
|
|
40863
|
+
hideRelatedTab?: boolean | undefined;
|
|
40864
|
+
} | undefined;
|
|
40781
40865
|
actions?: {
|
|
40782
40866
|
name: string;
|
|
40783
40867
|
label: string;
|
|
@@ -43746,6 +43830,12 @@ declare const SysJobRun: Omit<{
|
|
|
43746
43830
|
recordTypes?: string[] | undefined;
|
|
43747
43831
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
43748
43832
|
keyPrefix?: string | undefined;
|
|
43833
|
+
detail?: {
|
|
43834
|
+
[x: string]: unknown;
|
|
43835
|
+
renderViaSchema?: boolean | undefined;
|
|
43836
|
+
hideReferenceRail?: boolean | undefined;
|
|
43837
|
+
hideRelatedTab?: boolean | undefined;
|
|
43838
|
+
} | undefined;
|
|
43749
43839
|
actions?: {
|
|
43750
43840
|
name: string;
|
|
43751
43841
|
label: string;
|
|
@@ -46197,6 +46287,12 @@ declare const SysJobQueue: Omit<{
|
|
|
46197
46287
|
recordTypes?: string[] | undefined;
|
|
46198
46288
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
46199
46289
|
keyPrefix?: string | undefined;
|
|
46290
|
+
detail?: {
|
|
46291
|
+
[x: string]: unknown;
|
|
46292
|
+
renderViaSchema?: boolean | undefined;
|
|
46293
|
+
hideReferenceRail?: boolean | undefined;
|
|
46294
|
+
hideRelatedTab?: boolean | undefined;
|
|
46295
|
+
} | undefined;
|
|
46200
46296
|
actions?: {
|
|
46201
46297
|
name: string;
|
|
46202
46298
|
label: string;
|
|
@@ -597,6 +597,12 @@ declare const SysUser: Omit<{
|
|
|
597
597
|
recordTypes?: string[] | undefined;
|
|
598
598
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
599
599
|
keyPrefix?: string | undefined;
|
|
600
|
+
detail?: {
|
|
601
|
+
[x: string]: unknown;
|
|
602
|
+
renderViaSchema?: boolean | undefined;
|
|
603
|
+
hideReferenceRail?: boolean | undefined;
|
|
604
|
+
hideRelatedTab?: boolean | undefined;
|
|
605
|
+
} | undefined;
|
|
600
606
|
actions?: {
|
|
601
607
|
name: string;
|
|
602
608
|
label: string;
|
|
@@ -3585,6 +3591,12 @@ declare const SysSession: Omit<{
|
|
|
3585
3591
|
recordTypes?: string[] | undefined;
|
|
3586
3592
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
3587
3593
|
keyPrefix?: string | undefined;
|
|
3594
|
+
detail?: {
|
|
3595
|
+
[x: string]: unknown;
|
|
3596
|
+
renderViaSchema?: boolean | undefined;
|
|
3597
|
+
hideReferenceRail?: boolean | undefined;
|
|
3598
|
+
hideRelatedTab?: boolean | undefined;
|
|
3599
|
+
} | undefined;
|
|
3588
3600
|
actions?: {
|
|
3589
3601
|
name: string;
|
|
3590
3602
|
label: string;
|
|
@@ -6278,6 +6290,12 @@ declare const SysAccount: Omit<{
|
|
|
6278
6290
|
recordTypes?: string[] | undefined;
|
|
6279
6291
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
6280
6292
|
keyPrefix?: string | undefined;
|
|
6293
|
+
detail?: {
|
|
6294
|
+
[x: string]: unknown;
|
|
6295
|
+
renderViaSchema?: boolean | undefined;
|
|
6296
|
+
hideReferenceRail?: boolean | undefined;
|
|
6297
|
+
hideRelatedTab?: boolean | undefined;
|
|
6298
|
+
} | undefined;
|
|
6281
6299
|
actions?: {
|
|
6282
6300
|
name: string;
|
|
6283
6301
|
label: string;
|
|
@@ -9317,6 +9335,12 @@ declare const SysVerification: Omit<{
|
|
|
9317
9335
|
recordTypes?: string[] | undefined;
|
|
9318
9336
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
9319
9337
|
keyPrefix?: string | undefined;
|
|
9338
|
+
detail?: {
|
|
9339
|
+
[x: string]: unknown;
|
|
9340
|
+
renderViaSchema?: boolean | undefined;
|
|
9341
|
+
hideReferenceRail?: boolean | undefined;
|
|
9342
|
+
hideRelatedTab?: boolean | undefined;
|
|
9343
|
+
} | undefined;
|
|
9320
9344
|
actions?: {
|
|
9321
9345
|
name: string;
|
|
9322
9346
|
label: string;
|
|
@@ -11066,6 +11090,12 @@ declare const SysOrganization: Omit<{
|
|
|
11066
11090
|
recordTypes?: string[] | undefined;
|
|
11067
11091
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
11068
11092
|
keyPrefix?: string | undefined;
|
|
11093
|
+
detail?: {
|
|
11094
|
+
[x: string]: unknown;
|
|
11095
|
+
renderViaSchema?: boolean | undefined;
|
|
11096
|
+
hideReferenceRail?: boolean | undefined;
|
|
11097
|
+
hideRelatedTab?: boolean | undefined;
|
|
11098
|
+
} | undefined;
|
|
11069
11099
|
actions?: {
|
|
11070
11100
|
name: string;
|
|
11071
11101
|
label: string;
|
|
@@ -13090,6 +13120,12 @@ declare const SysMember: Omit<{
|
|
|
13090
13120
|
recordTypes?: string[] | undefined;
|
|
13091
13121
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
13092
13122
|
keyPrefix?: string | undefined;
|
|
13123
|
+
detail?: {
|
|
13124
|
+
[x: string]: unknown;
|
|
13125
|
+
renderViaSchema?: boolean | undefined;
|
|
13126
|
+
hideReferenceRail?: boolean | undefined;
|
|
13127
|
+
hideRelatedTab?: boolean | undefined;
|
|
13128
|
+
} | undefined;
|
|
13093
13129
|
actions?: {
|
|
13094
13130
|
name: string;
|
|
13095
13131
|
label: string;
|
|
@@ -14711,6 +14747,12 @@ declare const SysInvitation: Omit<{
|
|
|
14711
14747
|
recordTypes?: string[] | undefined;
|
|
14712
14748
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
14713
14749
|
keyPrefix?: string | undefined;
|
|
14750
|
+
detail?: {
|
|
14751
|
+
[x: string]: unknown;
|
|
14752
|
+
renderViaSchema?: boolean | undefined;
|
|
14753
|
+
hideReferenceRail?: boolean | undefined;
|
|
14754
|
+
hideRelatedTab?: boolean | undefined;
|
|
14755
|
+
} | undefined;
|
|
14714
14756
|
actions?: {
|
|
14715
14757
|
name: string;
|
|
14716
14758
|
label: string;
|
|
@@ -17120,6 +17162,12 @@ declare const SysTeam: Omit<{
|
|
|
17120
17162
|
recordTypes?: string[] | undefined;
|
|
17121
17163
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
17122
17164
|
keyPrefix?: string | undefined;
|
|
17165
|
+
detail?: {
|
|
17166
|
+
[x: string]: unknown;
|
|
17167
|
+
renderViaSchema?: boolean | undefined;
|
|
17168
|
+
hideReferenceRail?: boolean | undefined;
|
|
17169
|
+
hideRelatedTab?: boolean | undefined;
|
|
17170
|
+
} | undefined;
|
|
17123
17171
|
actions?: {
|
|
17124
17172
|
name: string;
|
|
17125
17173
|
label: string;
|
|
@@ -18787,6 +18835,12 @@ declare const SysTeamMember: Omit<{
|
|
|
18787
18835
|
recordTypes?: string[] | undefined;
|
|
18788
18836
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
18789
18837
|
keyPrefix?: string | undefined;
|
|
18838
|
+
detail?: {
|
|
18839
|
+
[x: string]: unknown;
|
|
18840
|
+
renderViaSchema?: boolean | undefined;
|
|
18841
|
+
hideReferenceRail?: boolean | undefined;
|
|
18842
|
+
hideRelatedTab?: boolean | undefined;
|
|
18843
|
+
} | undefined;
|
|
18790
18844
|
actions?: {
|
|
18791
18845
|
name: string;
|
|
18792
18846
|
label: string;
|
|
@@ -20235,6 +20289,12 @@ declare const SysDepartment: Omit<{
|
|
|
20235
20289
|
recordTypes?: string[] | undefined;
|
|
20236
20290
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
20237
20291
|
keyPrefix?: string | undefined;
|
|
20292
|
+
detail?: {
|
|
20293
|
+
[x: string]: unknown;
|
|
20294
|
+
renderViaSchema?: boolean | undefined;
|
|
20295
|
+
hideReferenceRail?: boolean | undefined;
|
|
20296
|
+
hideRelatedTab?: boolean | undefined;
|
|
20297
|
+
} | undefined;
|
|
20238
20298
|
actions?: {
|
|
20239
20299
|
name: string;
|
|
20240
20300
|
label: string;
|
|
@@ -23304,6 +23364,12 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23304
23364
|
recordTypes?: string[] | undefined;
|
|
23305
23365
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
23306
23366
|
keyPrefix?: string | undefined;
|
|
23367
|
+
detail?: {
|
|
23368
|
+
[x: string]: unknown;
|
|
23369
|
+
renderViaSchema?: boolean | undefined;
|
|
23370
|
+
hideReferenceRail?: boolean | undefined;
|
|
23371
|
+
hideRelatedTab?: boolean | undefined;
|
|
23372
|
+
} | undefined;
|
|
23307
23373
|
actions?: {
|
|
23308
23374
|
name: string;
|
|
23309
23375
|
label: string;
|
|
@@ -25579,6 +25645,12 @@ declare const SysApiKey: Omit<{
|
|
|
25579
25645
|
recordTypes?: string[] | undefined;
|
|
25580
25646
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
25581
25647
|
keyPrefix?: string | undefined;
|
|
25648
|
+
detail?: {
|
|
25649
|
+
[x: string]: unknown;
|
|
25650
|
+
renderViaSchema?: boolean | undefined;
|
|
25651
|
+
hideReferenceRail?: boolean | undefined;
|
|
25652
|
+
hideRelatedTab?: boolean | undefined;
|
|
25653
|
+
} | undefined;
|
|
25582
25654
|
actions?: {
|
|
25583
25655
|
name: string;
|
|
25584
25656
|
label: string;
|
|
@@ -28322,6 +28394,12 @@ declare const SysTwoFactor: Omit<{
|
|
|
28322
28394
|
recordTypes?: string[] | undefined;
|
|
28323
28395
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
28324
28396
|
keyPrefix?: string | undefined;
|
|
28397
|
+
detail?: {
|
|
28398
|
+
[x: string]: unknown;
|
|
28399
|
+
renderViaSchema?: boolean | undefined;
|
|
28400
|
+
hideReferenceRail?: boolean | undefined;
|
|
28401
|
+
hideRelatedTab?: boolean | undefined;
|
|
28402
|
+
} | undefined;
|
|
28325
28403
|
actions?: {
|
|
28326
28404
|
name: string;
|
|
28327
28405
|
label: string;
|
|
@@ -30149,6 +30227,12 @@ declare const SysDeviceCode: Omit<{
|
|
|
30149
30227
|
recordTypes?: string[] | undefined;
|
|
30150
30228
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
30151
30229
|
keyPrefix?: string | undefined;
|
|
30230
|
+
detail?: {
|
|
30231
|
+
[x: string]: unknown;
|
|
30232
|
+
renderViaSchema?: boolean | undefined;
|
|
30233
|
+
hideReferenceRail?: boolean | undefined;
|
|
30234
|
+
hideRelatedTab?: boolean | undefined;
|
|
30235
|
+
} | undefined;
|
|
30152
30236
|
actions?: {
|
|
30153
30237
|
name: string;
|
|
30154
30238
|
label: string;
|
|
@@ -32958,6 +33042,12 @@ declare const SysUserPreference: Omit<{
|
|
|
32958
33042
|
recordTypes?: string[] | undefined;
|
|
32959
33043
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
32960
33044
|
keyPrefix?: string | undefined;
|
|
33045
|
+
detail?: {
|
|
33046
|
+
[x: string]: unknown;
|
|
33047
|
+
renderViaSchema?: boolean | undefined;
|
|
33048
|
+
hideReferenceRail?: boolean | undefined;
|
|
33049
|
+
hideRelatedTab?: boolean | undefined;
|
|
33050
|
+
} | undefined;
|
|
32961
33051
|
actions?: {
|
|
32962
33052
|
name: string;
|
|
32963
33053
|
label: string;
|
|
@@ -34779,6 +34869,12 @@ declare const SysOauthApplication: Omit<{
|
|
|
34779
34869
|
recordTypes?: string[] | undefined;
|
|
34780
34870
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
34781
34871
|
keyPrefix?: string | undefined;
|
|
34872
|
+
detail?: {
|
|
34873
|
+
[x: string]: unknown;
|
|
34874
|
+
renderViaSchema?: boolean | undefined;
|
|
34875
|
+
hideReferenceRail?: boolean | undefined;
|
|
34876
|
+
hideRelatedTab?: boolean | undefined;
|
|
34877
|
+
} | undefined;
|
|
34782
34878
|
actions?: {
|
|
34783
34879
|
name: string;
|
|
34784
34880
|
label: string;
|
|
@@ -40795,6 +40891,12 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40795
40891
|
recordTypes?: string[] | undefined;
|
|
40796
40892
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
40797
40893
|
keyPrefix?: string | undefined;
|
|
40894
|
+
detail?: {
|
|
40895
|
+
[x: string]: unknown;
|
|
40896
|
+
renderViaSchema?: boolean | undefined;
|
|
40897
|
+
hideReferenceRail?: boolean | undefined;
|
|
40898
|
+
hideRelatedTab?: boolean | undefined;
|
|
40899
|
+
} | undefined;
|
|
40798
40900
|
actions?: {
|
|
40799
40901
|
name: string;
|
|
40800
40902
|
label: string;
|
|
@@ -43249,6 +43351,12 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43249
43351
|
recordTypes?: string[] | undefined;
|
|
43250
43352
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
43251
43353
|
keyPrefix?: string | undefined;
|
|
43354
|
+
detail?: {
|
|
43355
|
+
[x: string]: unknown;
|
|
43356
|
+
renderViaSchema?: boolean | undefined;
|
|
43357
|
+
hideReferenceRail?: boolean | undefined;
|
|
43358
|
+
hideRelatedTab?: boolean | undefined;
|
|
43359
|
+
} | undefined;
|
|
43252
43360
|
actions?: {
|
|
43253
43361
|
name: string;
|
|
43254
43362
|
label: string;
|
|
@@ -45878,6 +45986,12 @@ declare const SysOauthConsent: Omit<{
|
|
|
45878
45986
|
recordTypes?: string[] | undefined;
|
|
45879
45987
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
45880
45988
|
keyPrefix?: string | undefined;
|
|
45989
|
+
detail?: {
|
|
45990
|
+
[x: string]: unknown;
|
|
45991
|
+
renderViaSchema?: boolean | undefined;
|
|
45992
|
+
hideReferenceRail?: boolean | undefined;
|
|
45993
|
+
hideRelatedTab?: boolean | undefined;
|
|
45994
|
+
} | undefined;
|
|
45881
45995
|
actions?: {
|
|
45882
45996
|
name: string;
|
|
45883
45997
|
label: string;
|
|
@@ -47800,6 +47914,12 @@ declare const SysJwks: Omit<{
|
|
|
47800
47914
|
recordTypes?: string[] | undefined;
|
|
47801
47915
|
sharingModel?: "read" | "full" | "private" | "read_write" | undefined;
|
|
47802
47916
|
keyPrefix?: string | undefined;
|
|
47917
|
+
detail?: {
|
|
47918
|
+
[x: string]: unknown;
|
|
47919
|
+
renderViaSchema?: boolean | undefined;
|
|
47920
|
+
hideReferenceRail?: boolean | undefined;
|
|
47921
|
+
hideRelatedTab?: boolean | undefined;
|
|
47922
|
+
} | undefined;
|
|
47803
47923
|
actions?: {
|
|
47804
47924
|
name: string;
|
|
47805
47925
|
label: string;
|