@objectstack/platform-objects 4.1.0 → 4.1.1
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/apps/index.d.mts +51 -1
- package/dist/apps/index.d.ts +51 -1
- package/dist/apps/index.js +12019 -0
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +12015 -1
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +48 -32
- package/dist/audit/index.d.ts +48 -32
- package/dist/identity/index.d.mts +60 -40
- package/dist/identity/index.d.ts +60 -40
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +12019 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12015 -1
- package/dist/index.mjs.map +1 -1
- package/dist/integration/index.d.mts +3 -2
- package/dist/integration/index.d.ts +3 -2
- package/dist/metadata/index.d.mts +6 -4
- package/dist/metadata/index.d.ts +6 -4
- package/dist/security/index.d.mts +18 -12
- package/dist/security/index.d.ts +18 -12
- package/dist/system/index.d.mts +9 -6
- package/dist/system/index.d.ts +9 -6
- package/package.json +2 -2
package/dist/audit/index.d.mts
CHANGED
|
@@ -528,7 +528,7 @@ declare const SysAuditLog: Omit<{
|
|
|
528
528
|
addRecord?: {
|
|
529
529
|
enabled: boolean;
|
|
530
530
|
position: "top" | "bottom" | "both";
|
|
531
|
-
mode: "modal" | "
|
|
531
|
+
mode: "modal" | "form" | "inline";
|
|
532
532
|
formView?: string | undefined;
|
|
533
533
|
} | undefined;
|
|
534
534
|
showRecordCount?: boolean | undefined;
|
|
@@ -576,6 +576,7 @@ declare const SysAuditLog: Omit<{
|
|
|
576
576
|
debounceMs?: number | undefined;
|
|
577
577
|
} | undefined;
|
|
578
578
|
}> | undefined;
|
|
579
|
+
defaultDetailForm?: string | undefined;
|
|
579
580
|
search?: {
|
|
580
581
|
fields: string[];
|
|
581
582
|
displayFields?: string[] | undefined;
|
|
@@ -599,7 +600,7 @@ declare const SysAuditLog: Omit<{
|
|
|
599
600
|
actions?: {
|
|
600
601
|
name: string;
|
|
601
602
|
label: string;
|
|
602
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
603
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
603
604
|
refreshAfter: boolean;
|
|
604
605
|
objectName?: string | undefined;
|
|
605
606
|
icon?: string | undefined;
|
|
@@ -3439,7 +3440,7 @@ declare const SysPresence: Omit<{
|
|
|
3439
3440
|
addRecord?: {
|
|
3440
3441
|
enabled: boolean;
|
|
3441
3442
|
position: "top" | "bottom" | "both";
|
|
3442
|
-
mode: "modal" | "
|
|
3443
|
+
mode: "modal" | "form" | "inline";
|
|
3443
3444
|
formView?: string | undefined;
|
|
3444
3445
|
} | undefined;
|
|
3445
3446
|
showRecordCount?: boolean | undefined;
|
|
@@ -3487,6 +3488,7 @@ declare const SysPresence: Omit<{
|
|
|
3487
3488
|
debounceMs?: number | undefined;
|
|
3488
3489
|
} | undefined;
|
|
3489
3490
|
}> | undefined;
|
|
3491
|
+
defaultDetailForm?: string | undefined;
|
|
3490
3492
|
search?: {
|
|
3491
3493
|
fields: string[];
|
|
3492
3494
|
displayFields?: string[] | undefined;
|
|
@@ -3510,7 +3512,7 @@ declare const SysPresence: Omit<{
|
|
|
3510
3512
|
actions?: {
|
|
3511
3513
|
name: string;
|
|
3512
3514
|
label: string;
|
|
3513
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
3515
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
3514
3516
|
refreshAfter: boolean;
|
|
3515
3517
|
objectName?: string | undefined;
|
|
3516
3518
|
icon?: string | undefined;
|
|
@@ -6068,7 +6070,7 @@ declare const SysActivity: Omit<{
|
|
|
6068
6070
|
addRecord?: {
|
|
6069
6071
|
enabled: boolean;
|
|
6070
6072
|
position: "top" | "bottom" | "both";
|
|
6071
|
-
mode: "modal" | "
|
|
6073
|
+
mode: "modal" | "form" | "inline";
|
|
6072
6074
|
formView?: string | undefined;
|
|
6073
6075
|
} | undefined;
|
|
6074
6076
|
showRecordCount?: boolean | undefined;
|
|
@@ -6116,6 +6118,7 @@ declare const SysActivity: Omit<{
|
|
|
6116
6118
|
debounceMs?: number | undefined;
|
|
6117
6119
|
} | undefined;
|
|
6118
6120
|
}> | undefined;
|
|
6121
|
+
defaultDetailForm?: string | undefined;
|
|
6119
6122
|
search?: {
|
|
6120
6123
|
fields: string[];
|
|
6121
6124
|
displayFields?: string[] | undefined;
|
|
@@ -6139,7 +6142,7 @@ declare const SysActivity: Omit<{
|
|
|
6139
6142
|
actions?: {
|
|
6140
6143
|
name: string;
|
|
6141
6144
|
label: string;
|
|
6142
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
6145
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
6143
6146
|
refreshAfter: boolean;
|
|
6144
6147
|
objectName?: string | undefined;
|
|
6145
6148
|
icon?: string | undefined;
|
|
@@ -9051,7 +9054,7 @@ declare const SysComment: Omit<{
|
|
|
9051
9054
|
addRecord?: {
|
|
9052
9055
|
enabled: boolean;
|
|
9053
9056
|
position: "top" | "bottom" | "both";
|
|
9054
|
-
mode: "modal" | "
|
|
9057
|
+
mode: "modal" | "form" | "inline";
|
|
9055
9058
|
formView?: string | undefined;
|
|
9056
9059
|
} | undefined;
|
|
9057
9060
|
showRecordCount?: boolean | undefined;
|
|
@@ -9099,6 +9102,7 @@ declare const SysComment: Omit<{
|
|
|
9099
9102
|
debounceMs?: number | undefined;
|
|
9100
9103
|
} | undefined;
|
|
9101
9104
|
}> | undefined;
|
|
9105
|
+
defaultDetailForm?: string | undefined;
|
|
9102
9106
|
search?: {
|
|
9103
9107
|
fields: string[];
|
|
9104
9108
|
displayFields?: string[] | undefined;
|
|
@@ -9122,7 +9126,7 @@ declare const SysComment: Omit<{
|
|
|
9122
9126
|
actions?: {
|
|
9123
9127
|
name: string;
|
|
9124
9128
|
label: string;
|
|
9125
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
9129
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
9126
9130
|
refreshAfter: boolean;
|
|
9127
9131
|
objectName?: string | undefined;
|
|
9128
9132
|
icon?: string | undefined;
|
|
@@ -12384,7 +12388,7 @@ declare const SysAttachment: Omit<{
|
|
|
12384
12388
|
addRecord?: {
|
|
12385
12389
|
enabled: boolean;
|
|
12386
12390
|
position: "top" | "bottom" | "both";
|
|
12387
|
-
mode: "modal" | "
|
|
12391
|
+
mode: "modal" | "form" | "inline";
|
|
12388
12392
|
formView?: string | undefined;
|
|
12389
12393
|
} | undefined;
|
|
12390
12394
|
showRecordCount?: boolean | undefined;
|
|
@@ -12432,6 +12436,7 @@ declare const SysAttachment: Omit<{
|
|
|
12432
12436
|
debounceMs?: number | undefined;
|
|
12433
12437
|
} | undefined;
|
|
12434
12438
|
}> | undefined;
|
|
12439
|
+
defaultDetailForm?: string | undefined;
|
|
12435
12440
|
search?: {
|
|
12436
12441
|
fields: string[];
|
|
12437
12442
|
displayFields?: string[] | undefined;
|
|
@@ -12455,7 +12460,7 @@ declare const SysAttachment: Omit<{
|
|
|
12455
12460
|
actions?: {
|
|
12456
12461
|
name: string;
|
|
12457
12462
|
label: string;
|
|
12458
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
12463
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
12459
12464
|
refreshAfter: boolean;
|
|
12460
12465
|
objectName?: string | undefined;
|
|
12461
12466
|
icon?: string | undefined;
|
|
@@ -15361,7 +15366,7 @@ declare const SysNotification: Omit<{
|
|
|
15361
15366
|
addRecord?: {
|
|
15362
15367
|
enabled: boolean;
|
|
15363
15368
|
position: "top" | "bottom" | "both";
|
|
15364
|
-
mode: "modal" | "
|
|
15369
|
+
mode: "modal" | "form" | "inline";
|
|
15365
15370
|
formView?: string | undefined;
|
|
15366
15371
|
} | undefined;
|
|
15367
15372
|
showRecordCount?: boolean | undefined;
|
|
@@ -15409,6 +15414,7 @@ declare const SysNotification: Omit<{
|
|
|
15409
15414
|
debounceMs?: number | undefined;
|
|
15410
15415
|
} | undefined;
|
|
15411
15416
|
}> | undefined;
|
|
15417
|
+
defaultDetailForm?: string | undefined;
|
|
15412
15418
|
search?: {
|
|
15413
15419
|
fields: string[];
|
|
15414
15420
|
displayFields?: string[] | undefined;
|
|
@@ -15432,7 +15438,7 @@ declare const SysNotification: Omit<{
|
|
|
15432
15438
|
actions?: {
|
|
15433
15439
|
name: string;
|
|
15434
15440
|
label: string;
|
|
15435
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
15441
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
15436
15442
|
refreshAfter: boolean;
|
|
15437
15443
|
objectName?: string | undefined;
|
|
15438
15444
|
icon?: string | undefined;
|
|
@@ -18578,7 +18584,7 @@ declare const SysEmail: Omit<{
|
|
|
18578
18584
|
addRecord?: {
|
|
18579
18585
|
enabled: boolean;
|
|
18580
18586
|
position: "top" | "bottom" | "both";
|
|
18581
|
-
mode: "modal" | "
|
|
18587
|
+
mode: "modal" | "form" | "inline";
|
|
18582
18588
|
formView?: string | undefined;
|
|
18583
18589
|
} | undefined;
|
|
18584
18590
|
showRecordCount?: boolean | undefined;
|
|
@@ -18626,6 +18632,7 @@ declare const SysEmail: Omit<{
|
|
|
18626
18632
|
debounceMs?: number | undefined;
|
|
18627
18633
|
} | undefined;
|
|
18628
18634
|
}> | undefined;
|
|
18635
|
+
defaultDetailForm?: string | undefined;
|
|
18629
18636
|
search?: {
|
|
18630
18637
|
fields: string[];
|
|
18631
18638
|
displayFields?: string[] | undefined;
|
|
@@ -18649,7 +18656,7 @@ declare const SysEmail: Omit<{
|
|
|
18649
18656
|
actions?: {
|
|
18650
18657
|
name: string;
|
|
18651
18658
|
label: string;
|
|
18652
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
18659
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
18653
18660
|
refreshAfter: boolean;
|
|
18654
18661
|
objectName?: string | undefined;
|
|
18655
18662
|
icon?: string | undefined;
|
|
@@ -22597,7 +22604,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
22597
22604
|
addRecord?: {
|
|
22598
22605
|
enabled: boolean;
|
|
22599
22606
|
position: "top" | "bottom" | "both";
|
|
22600
|
-
mode: "modal" | "
|
|
22607
|
+
mode: "modal" | "form" | "inline";
|
|
22601
22608
|
formView?: string | undefined;
|
|
22602
22609
|
} | undefined;
|
|
22603
22610
|
showRecordCount?: boolean | undefined;
|
|
@@ -22645,6 +22652,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
22645
22652
|
debounceMs?: number | undefined;
|
|
22646
22653
|
} | undefined;
|
|
22647
22654
|
}> | undefined;
|
|
22655
|
+
defaultDetailForm?: string | undefined;
|
|
22648
22656
|
search?: {
|
|
22649
22657
|
fields: string[];
|
|
22650
22658
|
displayFields?: string[] | undefined;
|
|
@@ -22668,7 +22676,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
22668
22676
|
actions?: {
|
|
22669
22677
|
name: string;
|
|
22670
22678
|
label: string;
|
|
22671
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
22679
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
22672
22680
|
refreshAfter: boolean;
|
|
22673
22681
|
objectName?: string | undefined;
|
|
22674
22682
|
icon?: string | undefined;
|
|
@@ -26280,7 +26288,7 @@ declare const SysSavedReport: Omit<{
|
|
|
26280
26288
|
addRecord?: {
|
|
26281
26289
|
enabled: boolean;
|
|
26282
26290
|
position: "top" | "bottom" | "both";
|
|
26283
|
-
mode: "modal" | "
|
|
26291
|
+
mode: "modal" | "form" | "inline";
|
|
26284
26292
|
formView?: string | undefined;
|
|
26285
26293
|
} | undefined;
|
|
26286
26294
|
showRecordCount?: boolean | undefined;
|
|
@@ -26328,6 +26336,7 @@ declare const SysSavedReport: Omit<{
|
|
|
26328
26336
|
debounceMs?: number | undefined;
|
|
26329
26337
|
} | undefined;
|
|
26330
26338
|
}> | undefined;
|
|
26339
|
+
defaultDetailForm?: string | undefined;
|
|
26331
26340
|
search?: {
|
|
26332
26341
|
fields: string[];
|
|
26333
26342
|
displayFields?: string[] | undefined;
|
|
@@ -26351,7 +26360,7 @@ declare const SysSavedReport: Omit<{
|
|
|
26351
26360
|
actions?: {
|
|
26352
26361
|
name: string;
|
|
26353
26362
|
label: string;
|
|
26354
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
26363
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
26355
26364
|
refreshAfter: boolean;
|
|
26356
26365
|
objectName?: string | undefined;
|
|
26357
26366
|
icon?: string | undefined;
|
|
@@ -28911,7 +28920,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
28911
28920
|
addRecord?: {
|
|
28912
28921
|
enabled: boolean;
|
|
28913
28922
|
position: "top" | "bottom" | "both";
|
|
28914
|
-
mode: "modal" | "
|
|
28923
|
+
mode: "modal" | "form" | "inline";
|
|
28915
28924
|
formView?: string | undefined;
|
|
28916
28925
|
} | undefined;
|
|
28917
28926
|
showRecordCount?: boolean | undefined;
|
|
@@ -28959,6 +28968,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
28959
28968
|
debounceMs?: number | undefined;
|
|
28960
28969
|
} | undefined;
|
|
28961
28970
|
}> | undefined;
|
|
28971
|
+
defaultDetailForm?: string | undefined;
|
|
28962
28972
|
search?: {
|
|
28963
28973
|
fields: string[];
|
|
28964
28974
|
displayFields?: string[] | undefined;
|
|
@@ -28982,7 +28992,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
28982
28992
|
actions?: {
|
|
28983
28993
|
name: string;
|
|
28984
28994
|
label: string;
|
|
28985
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
28995
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
28986
28996
|
refreshAfter: boolean;
|
|
28987
28997
|
objectName?: string | undefined;
|
|
28988
28998
|
icon?: string | undefined;
|
|
@@ -32581,7 +32591,7 @@ declare const SysApprovalProcess: Omit<{
|
|
|
32581
32591
|
addRecord?: {
|
|
32582
32592
|
enabled: boolean;
|
|
32583
32593
|
position: "top" | "bottom" | "both";
|
|
32584
|
-
mode: "modal" | "
|
|
32594
|
+
mode: "modal" | "form" | "inline";
|
|
32585
32595
|
formView?: string | undefined;
|
|
32586
32596
|
} | undefined;
|
|
32587
32597
|
showRecordCount?: boolean | undefined;
|
|
@@ -32629,6 +32639,7 @@ declare const SysApprovalProcess: Omit<{
|
|
|
32629
32639
|
debounceMs?: number | undefined;
|
|
32630
32640
|
} | undefined;
|
|
32631
32641
|
}> | undefined;
|
|
32642
|
+
defaultDetailForm?: string | undefined;
|
|
32632
32643
|
search?: {
|
|
32633
32644
|
fields: string[];
|
|
32634
32645
|
displayFields?: string[] | undefined;
|
|
@@ -32652,7 +32663,7 @@ declare const SysApprovalProcess: Omit<{
|
|
|
32652
32663
|
actions?: {
|
|
32653
32664
|
name: string;
|
|
32654
32665
|
label: string;
|
|
32655
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
32666
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
32656
32667
|
refreshAfter: boolean;
|
|
32657
32668
|
objectName?: string | undefined;
|
|
32658
32669
|
icon?: string | undefined;
|
|
@@ -34952,7 +34963,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
34952
34963
|
addRecord?: {
|
|
34953
34964
|
enabled: boolean;
|
|
34954
34965
|
position: "top" | "bottom" | "both";
|
|
34955
|
-
mode: "modal" | "
|
|
34966
|
+
mode: "modal" | "form" | "inline";
|
|
34956
34967
|
formView?: string | undefined;
|
|
34957
34968
|
} | undefined;
|
|
34958
34969
|
showRecordCount?: boolean | undefined;
|
|
@@ -35000,6 +35011,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
35000
35011
|
debounceMs?: number | undefined;
|
|
35001
35012
|
} | undefined;
|
|
35002
35013
|
}> | undefined;
|
|
35014
|
+
defaultDetailForm?: string | undefined;
|
|
35003
35015
|
search?: {
|
|
35004
35016
|
fields: string[];
|
|
35005
35017
|
displayFields?: string[] | undefined;
|
|
@@ -35023,7 +35035,7 @@ declare const SysApprovalRequest: Omit<{
|
|
|
35023
35035
|
actions?: {
|
|
35024
35036
|
name: string;
|
|
35025
35037
|
label: string;
|
|
35026
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
35038
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
35027
35039
|
refreshAfter: boolean;
|
|
35028
35040
|
objectName?: string | undefined;
|
|
35029
35041
|
icon?: string | undefined;
|
|
@@ -38363,7 +38375,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
38363
38375
|
addRecord?: {
|
|
38364
38376
|
enabled: boolean;
|
|
38365
38377
|
position: "top" | "bottom" | "both";
|
|
38366
|
-
mode: "modal" | "
|
|
38378
|
+
mode: "modal" | "form" | "inline";
|
|
38367
38379
|
formView?: string | undefined;
|
|
38368
38380
|
} | undefined;
|
|
38369
38381
|
showRecordCount?: boolean | undefined;
|
|
@@ -38411,6 +38423,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
38411
38423
|
debounceMs?: number | undefined;
|
|
38412
38424
|
} | undefined;
|
|
38413
38425
|
}> | undefined;
|
|
38426
|
+
defaultDetailForm?: string | undefined;
|
|
38414
38427
|
search?: {
|
|
38415
38428
|
fields: string[];
|
|
38416
38429
|
displayFields?: string[] | undefined;
|
|
@@ -38434,7 +38447,7 @@ declare const SysApprovalAction: Omit<{
|
|
|
38434
38447
|
actions?: {
|
|
38435
38448
|
name: string;
|
|
38436
38449
|
label: string;
|
|
38437
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
38450
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
38438
38451
|
refreshAfter: boolean;
|
|
38439
38452
|
objectName?: string | undefined;
|
|
38440
38453
|
icon?: string | undefined;
|
|
@@ -40696,7 +40709,7 @@ declare const SysJob: Omit<{
|
|
|
40696
40709
|
addRecord?: {
|
|
40697
40710
|
enabled: boolean;
|
|
40698
40711
|
position: "top" | "bottom" | "both";
|
|
40699
|
-
mode: "modal" | "
|
|
40712
|
+
mode: "modal" | "form" | "inline";
|
|
40700
40713
|
formView?: string | undefined;
|
|
40701
40714
|
} | undefined;
|
|
40702
40715
|
showRecordCount?: boolean | undefined;
|
|
@@ -40744,6 +40757,7 @@ declare const SysJob: Omit<{
|
|
|
40744
40757
|
debounceMs?: number | undefined;
|
|
40745
40758
|
} | undefined;
|
|
40746
40759
|
}> | undefined;
|
|
40760
|
+
defaultDetailForm?: string | undefined;
|
|
40747
40761
|
search?: {
|
|
40748
40762
|
fields: string[];
|
|
40749
40763
|
displayFields?: string[] | undefined;
|
|
@@ -40767,7 +40781,7 @@ declare const SysJob: Omit<{
|
|
|
40767
40781
|
actions?: {
|
|
40768
40782
|
name: string;
|
|
40769
40783
|
label: string;
|
|
40770
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
40784
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
40771
40785
|
refreshAfter: boolean;
|
|
40772
40786
|
objectName?: string | undefined;
|
|
40773
40787
|
icon?: string | undefined;
|
|
@@ -43663,7 +43677,7 @@ declare const SysJobRun: Omit<{
|
|
|
43663
43677
|
addRecord?: {
|
|
43664
43678
|
enabled: boolean;
|
|
43665
43679
|
position: "top" | "bottom" | "both";
|
|
43666
|
-
mode: "modal" | "
|
|
43680
|
+
mode: "modal" | "form" | "inline";
|
|
43667
43681
|
formView?: string | undefined;
|
|
43668
43682
|
} | undefined;
|
|
43669
43683
|
showRecordCount?: boolean | undefined;
|
|
@@ -43711,6 +43725,7 @@ declare const SysJobRun: Omit<{
|
|
|
43711
43725
|
debounceMs?: number | undefined;
|
|
43712
43726
|
} | undefined;
|
|
43713
43727
|
}> | undefined;
|
|
43728
|
+
defaultDetailForm?: string | undefined;
|
|
43714
43729
|
search?: {
|
|
43715
43730
|
fields: string[];
|
|
43716
43731
|
displayFields?: string[] | undefined;
|
|
@@ -43734,7 +43749,7 @@ declare const SysJobRun: Omit<{
|
|
|
43734
43749
|
actions?: {
|
|
43735
43750
|
name: string;
|
|
43736
43751
|
label: string;
|
|
43737
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
43752
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
43738
43753
|
refreshAfter: boolean;
|
|
43739
43754
|
objectName?: string | undefined;
|
|
43740
43755
|
icon?: string | undefined;
|
|
@@ -46113,7 +46128,7 @@ declare const SysJobQueue: Omit<{
|
|
|
46113
46128
|
addRecord?: {
|
|
46114
46129
|
enabled: boolean;
|
|
46115
46130
|
position: "top" | "bottom" | "both";
|
|
46116
|
-
mode: "modal" | "
|
|
46131
|
+
mode: "modal" | "form" | "inline";
|
|
46117
46132
|
formView?: string | undefined;
|
|
46118
46133
|
} | undefined;
|
|
46119
46134
|
showRecordCount?: boolean | undefined;
|
|
@@ -46161,6 +46176,7 @@ declare const SysJobQueue: Omit<{
|
|
|
46161
46176
|
debounceMs?: number | undefined;
|
|
46162
46177
|
} | undefined;
|
|
46163
46178
|
}> | undefined;
|
|
46179
|
+
defaultDetailForm?: string | undefined;
|
|
46164
46180
|
search?: {
|
|
46165
46181
|
fields: string[];
|
|
46166
46182
|
displayFields?: string[] | undefined;
|
|
@@ -46184,7 +46200,7 @@ declare const SysJobQueue: Omit<{
|
|
|
46184
46200
|
actions?: {
|
|
46185
46201
|
name: string;
|
|
46186
46202
|
label: string;
|
|
46187
|
-
type: "url" | "flow" | "api" | "script" | "modal";
|
|
46203
|
+
type: "url" | "flow" | "api" | "script" | "modal" | "form";
|
|
46188
46204
|
refreshAfter: boolean;
|
|
46189
46205
|
objectName?: string | undefined;
|
|
46190
46206
|
icon?: string | undefined;
|