@objectstack/platform-objects 11.5.0 → 11.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/audit/index.d.mts +70 -250
- package/dist/audit/index.d.ts +70 -250
- package/dist/audit/index.js +10 -10
- package/dist/audit/index.js.map +1 -1
- package/dist/audit/index.mjs +10 -10
- package/dist/audit/index.mjs.map +1 -1
- package/dist/identity/index.d.mts +154 -550
- package/dist/identity/index.d.ts +154 -550
- package/dist/identity/index.js +22 -22
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +22 -22
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.js +35 -35
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +35 -35
- package/dist/index.mjs.map +1 -1
- package/dist/system/index.d.mts +21 -75
- package/dist/system/index.d.ts +21 -75
- package/dist/system/index.js +3 -3
- package/dist/system/index.js.map +1 -1
- package/dist/system/index.mjs +3 -3
- package/dist/system/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/audit/index.d.ts
CHANGED
|
@@ -286,26 +286,12 @@ declare const SysNotification: Omit<{
|
|
|
286
286
|
fieldGroups?: {
|
|
287
287
|
key: string;
|
|
288
288
|
label: string;
|
|
289
|
-
|
|
289
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
290
290
|
icon?: string | undefined;
|
|
291
291
|
description?: string | undefined;
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
ast?: unknown;
|
|
296
|
-
meta?: {
|
|
297
|
-
rationale?: string | undefined;
|
|
298
|
-
generatedBy?: string | undefined;
|
|
299
|
-
} | undefined;
|
|
300
|
-
} | {
|
|
301
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
302
|
-
source?: string | undefined;
|
|
303
|
-
ast?: unknown;
|
|
304
|
-
meta?: {
|
|
305
|
-
rationale?: string | undefined;
|
|
306
|
-
generatedBy?: string | undefined;
|
|
307
|
-
} | undefined;
|
|
308
|
-
} | undefined;
|
|
292
|
+
defaultExpanded?: boolean | undefined;
|
|
293
|
+
collapsible?: boolean | undefined;
|
|
294
|
+
collapsed?: boolean | undefined;
|
|
309
295
|
}[] | undefined;
|
|
310
296
|
tenancy?: {
|
|
311
297
|
enabled: boolean;
|
|
@@ -359,7 +345,9 @@ declare const SysNotification: Omit<{
|
|
|
359
345
|
generatedBy?: string | undefined;
|
|
360
346
|
} | undefined;
|
|
361
347
|
} | undefined;
|
|
348
|
+
highlightFields?: string[] | undefined;
|
|
362
349
|
compactLayout?: string[] | undefined;
|
|
350
|
+
stageField?: string | false | undefined;
|
|
363
351
|
listViews?: Record<string, {
|
|
364
352
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
365
353
|
columns: string[] | {
|
|
@@ -688,12 +676,6 @@ declare const SysNotification: Omit<{
|
|
|
688
676
|
eligibility?: string | undefined;
|
|
689
677
|
} | undefined;
|
|
690
678
|
keyPrefix?: string | undefined;
|
|
691
|
-
detail?: {
|
|
692
|
-
[x: string]: unknown;
|
|
693
|
-
renderViaSchema?: boolean | undefined;
|
|
694
|
-
hideReferenceRail?: boolean | undefined;
|
|
695
|
-
hideRelatedTab?: boolean | undefined;
|
|
696
|
-
} | undefined;
|
|
697
679
|
actions?: {
|
|
698
680
|
name: string;
|
|
699
681
|
label: string;
|
|
@@ -814,7 +796,7 @@ declare const SysNotification: Omit<{
|
|
|
814
796
|
readonly displayNameField: "topic";
|
|
815
797
|
readonly nameField: "topic";
|
|
816
798
|
readonly titleFormat: "{topic}";
|
|
817
|
-
readonly
|
|
799
|
+
readonly highlightFields: ["topic", "severity", "source_object", "created_at"];
|
|
818
800
|
readonly listViews: {
|
|
819
801
|
readonly recent: {
|
|
820
802
|
readonly type: "grid";
|
|
@@ -2723,26 +2705,12 @@ declare const SysAttachment: Omit<{
|
|
|
2723
2705
|
fieldGroups?: {
|
|
2724
2706
|
key: string;
|
|
2725
2707
|
label: string;
|
|
2726
|
-
|
|
2708
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
2727
2709
|
icon?: string | undefined;
|
|
2728
2710
|
description?: string | undefined;
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
ast?: unknown;
|
|
2733
|
-
meta?: {
|
|
2734
|
-
rationale?: string | undefined;
|
|
2735
|
-
generatedBy?: string | undefined;
|
|
2736
|
-
} | undefined;
|
|
2737
|
-
} | {
|
|
2738
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
2739
|
-
source?: string | undefined;
|
|
2740
|
-
ast?: unknown;
|
|
2741
|
-
meta?: {
|
|
2742
|
-
rationale?: string | undefined;
|
|
2743
|
-
generatedBy?: string | undefined;
|
|
2744
|
-
} | undefined;
|
|
2745
|
-
} | undefined;
|
|
2711
|
+
defaultExpanded?: boolean | undefined;
|
|
2712
|
+
collapsible?: boolean | undefined;
|
|
2713
|
+
collapsed?: boolean | undefined;
|
|
2746
2714
|
}[] | undefined;
|
|
2747
2715
|
tenancy?: {
|
|
2748
2716
|
enabled: boolean;
|
|
@@ -2796,7 +2764,9 @@ declare const SysAttachment: Omit<{
|
|
|
2796
2764
|
generatedBy?: string | undefined;
|
|
2797
2765
|
} | undefined;
|
|
2798
2766
|
} | undefined;
|
|
2767
|
+
highlightFields?: string[] | undefined;
|
|
2799
2768
|
compactLayout?: string[] | undefined;
|
|
2769
|
+
stageField?: string | false | undefined;
|
|
2800
2770
|
listViews?: Record<string, {
|
|
2801
2771
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
2802
2772
|
columns: string[] | {
|
|
@@ -3125,12 +3095,6 @@ declare const SysAttachment: Omit<{
|
|
|
3125
3095
|
eligibility?: string | undefined;
|
|
3126
3096
|
} | undefined;
|
|
3127
3097
|
keyPrefix?: string | undefined;
|
|
3128
|
-
detail?: {
|
|
3129
|
-
[x: string]: unknown;
|
|
3130
|
-
renderViaSchema?: boolean | undefined;
|
|
3131
|
-
hideReferenceRail?: boolean | undefined;
|
|
3132
|
-
hideRelatedTab?: boolean | undefined;
|
|
3133
|
-
} | undefined;
|
|
3134
3098
|
actions?: {
|
|
3135
3099
|
name: string;
|
|
3136
3100
|
label: string;
|
|
@@ -3249,7 +3213,7 @@ declare const SysAttachment: Omit<{
|
|
|
3249
3213
|
readonly managedBy: "platform";
|
|
3250
3214
|
readonly description: "Polymorphic link between a sys_file and any other record";
|
|
3251
3215
|
readonly titleFormat: "{file_name} → {parent_object}/{parent_id}";
|
|
3252
|
-
readonly
|
|
3216
|
+
readonly highlightFields: ["created_at", "parent_object", "file_name", "mime_type", "size"];
|
|
3253
3217
|
readonly fields: {
|
|
3254
3218
|
readonly id: {
|
|
3255
3219
|
readonly readonly?: boolean | undefined;
|
|
@@ -5810,26 +5774,12 @@ declare const SysEmail: Omit<{
|
|
|
5810
5774
|
fieldGroups?: {
|
|
5811
5775
|
key: string;
|
|
5812
5776
|
label: string;
|
|
5813
|
-
|
|
5777
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
5814
5778
|
icon?: string | undefined;
|
|
5815
5779
|
description?: string | undefined;
|
|
5816
|
-
|
|
5817
|
-
|
|
5818
|
-
|
|
5819
|
-
ast?: unknown;
|
|
5820
|
-
meta?: {
|
|
5821
|
-
rationale?: string | undefined;
|
|
5822
|
-
generatedBy?: string | undefined;
|
|
5823
|
-
} | undefined;
|
|
5824
|
-
} | {
|
|
5825
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
5826
|
-
source?: string | undefined;
|
|
5827
|
-
ast?: unknown;
|
|
5828
|
-
meta?: {
|
|
5829
|
-
rationale?: string | undefined;
|
|
5830
|
-
generatedBy?: string | undefined;
|
|
5831
|
-
} | undefined;
|
|
5832
|
-
} | undefined;
|
|
5780
|
+
defaultExpanded?: boolean | undefined;
|
|
5781
|
+
collapsible?: boolean | undefined;
|
|
5782
|
+
collapsed?: boolean | undefined;
|
|
5833
5783
|
}[] | undefined;
|
|
5834
5784
|
tenancy?: {
|
|
5835
5785
|
enabled: boolean;
|
|
@@ -5883,7 +5833,9 @@ declare const SysEmail: Omit<{
|
|
|
5883
5833
|
generatedBy?: string | undefined;
|
|
5884
5834
|
} | undefined;
|
|
5885
5835
|
} | undefined;
|
|
5836
|
+
highlightFields?: string[] | undefined;
|
|
5886
5837
|
compactLayout?: string[] | undefined;
|
|
5838
|
+
stageField?: string | false | undefined;
|
|
5887
5839
|
listViews?: Record<string, {
|
|
5888
5840
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
5889
5841
|
columns: string[] | {
|
|
@@ -6212,12 +6164,6 @@ declare const SysEmail: Omit<{
|
|
|
6212
6164
|
eligibility?: string | undefined;
|
|
6213
6165
|
} | undefined;
|
|
6214
6166
|
keyPrefix?: string | undefined;
|
|
6215
|
-
detail?: {
|
|
6216
|
-
[x: string]: unknown;
|
|
6217
|
-
renderViaSchema?: boolean | undefined;
|
|
6218
|
-
hideReferenceRail?: boolean | undefined;
|
|
6219
|
-
hideRelatedTab?: boolean | undefined;
|
|
6220
|
-
} | undefined;
|
|
6221
6167
|
actions?: {
|
|
6222
6168
|
name: string;
|
|
6223
6169
|
label: string;
|
|
@@ -6338,7 +6284,7 @@ declare const SysEmail: Omit<{
|
|
|
6338
6284
|
readonly displayNameField: "subject";
|
|
6339
6285
|
readonly nameField: "subject";
|
|
6340
6286
|
readonly titleFormat: "{subject}";
|
|
6341
|
-
readonly
|
|
6287
|
+
readonly highlightFields: ["subject", "to", "status", "sent_at"];
|
|
6342
6288
|
readonly fields: {
|
|
6343
6289
|
readonly id: {
|
|
6344
6290
|
readonly readonly?: boolean | undefined;
|
|
@@ -9933,26 +9879,12 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9933
9879
|
fieldGroups?: {
|
|
9934
9880
|
key: string;
|
|
9935
9881
|
label: string;
|
|
9936
|
-
|
|
9882
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
9937
9883
|
icon?: string | undefined;
|
|
9938
9884
|
description?: string | undefined;
|
|
9939
|
-
|
|
9940
|
-
|
|
9941
|
-
|
|
9942
|
-
ast?: unknown;
|
|
9943
|
-
meta?: {
|
|
9944
|
-
rationale?: string | undefined;
|
|
9945
|
-
generatedBy?: string | undefined;
|
|
9946
|
-
} | undefined;
|
|
9947
|
-
} | {
|
|
9948
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
9949
|
-
source?: string | undefined;
|
|
9950
|
-
ast?: unknown;
|
|
9951
|
-
meta?: {
|
|
9952
|
-
rationale?: string | undefined;
|
|
9953
|
-
generatedBy?: string | undefined;
|
|
9954
|
-
} | undefined;
|
|
9955
|
-
} | undefined;
|
|
9885
|
+
defaultExpanded?: boolean | undefined;
|
|
9886
|
+
collapsible?: boolean | undefined;
|
|
9887
|
+
collapsed?: boolean | undefined;
|
|
9956
9888
|
}[] | undefined;
|
|
9957
9889
|
tenancy?: {
|
|
9958
9890
|
enabled: boolean;
|
|
@@ -10006,7 +9938,9 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10006
9938
|
generatedBy?: string | undefined;
|
|
10007
9939
|
} | undefined;
|
|
10008
9940
|
} | undefined;
|
|
9941
|
+
highlightFields?: string[] | undefined;
|
|
10009
9942
|
compactLayout?: string[] | undefined;
|
|
9943
|
+
stageField?: string | false | undefined;
|
|
10010
9944
|
listViews?: Record<string, {
|
|
10011
9945
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
10012
9946
|
columns: string[] | {
|
|
@@ -10335,12 +10269,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10335
10269
|
eligibility?: string | undefined;
|
|
10336
10270
|
} | undefined;
|
|
10337
10271
|
keyPrefix?: string | undefined;
|
|
10338
|
-
detail?: {
|
|
10339
|
-
[x: string]: unknown;
|
|
10340
|
-
renderViaSchema?: boolean | undefined;
|
|
10341
|
-
hideReferenceRail?: boolean | undefined;
|
|
10342
|
-
hideRelatedTab?: boolean | undefined;
|
|
10343
|
-
} | undefined;
|
|
10344
10272
|
actions?: {
|
|
10345
10273
|
name: string;
|
|
10346
10274
|
label: string;
|
|
@@ -10461,7 +10389,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10461
10389
|
readonly displayNameField: "label";
|
|
10462
10390
|
readonly nameField: "label";
|
|
10463
10391
|
readonly titleFormat: "{label}";
|
|
10464
|
-
readonly
|
|
10392
|
+
readonly highlightFields: ["name", "label", "category", "locale", "active"];
|
|
10465
10393
|
readonly fields: {
|
|
10466
10394
|
readonly id: {
|
|
10467
10395
|
readonly readonly?: boolean | undefined;
|
|
@@ -13722,26 +13650,12 @@ declare const SysSavedReport: Omit<{
|
|
|
13722
13650
|
fieldGroups?: {
|
|
13723
13651
|
key: string;
|
|
13724
13652
|
label: string;
|
|
13725
|
-
|
|
13653
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
13726
13654
|
icon?: string | undefined;
|
|
13727
13655
|
description?: string | undefined;
|
|
13728
|
-
|
|
13729
|
-
|
|
13730
|
-
|
|
13731
|
-
ast?: unknown;
|
|
13732
|
-
meta?: {
|
|
13733
|
-
rationale?: string | undefined;
|
|
13734
|
-
generatedBy?: string | undefined;
|
|
13735
|
-
} | undefined;
|
|
13736
|
-
} | {
|
|
13737
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
13738
|
-
source?: string | undefined;
|
|
13739
|
-
ast?: unknown;
|
|
13740
|
-
meta?: {
|
|
13741
|
-
rationale?: string | undefined;
|
|
13742
|
-
generatedBy?: string | undefined;
|
|
13743
|
-
} | undefined;
|
|
13744
|
-
} | undefined;
|
|
13656
|
+
defaultExpanded?: boolean | undefined;
|
|
13657
|
+
collapsible?: boolean | undefined;
|
|
13658
|
+
collapsed?: boolean | undefined;
|
|
13745
13659
|
}[] | undefined;
|
|
13746
13660
|
tenancy?: {
|
|
13747
13661
|
enabled: boolean;
|
|
@@ -13795,7 +13709,9 @@ declare const SysSavedReport: Omit<{
|
|
|
13795
13709
|
generatedBy?: string | undefined;
|
|
13796
13710
|
} | undefined;
|
|
13797
13711
|
} | undefined;
|
|
13712
|
+
highlightFields?: string[] | undefined;
|
|
13798
13713
|
compactLayout?: string[] | undefined;
|
|
13714
|
+
stageField?: string | false | undefined;
|
|
13799
13715
|
listViews?: Record<string, {
|
|
13800
13716
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
13801
13717
|
columns: string[] | {
|
|
@@ -14124,12 +14040,6 @@ declare const SysSavedReport: Omit<{
|
|
|
14124
14040
|
eligibility?: string | undefined;
|
|
14125
14041
|
} | undefined;
|
|
14126
14042
|
keyPrefix?: string | undefined;
|
|
14127
|
-
detail?: {
|
|
14128
|
-
[x: string]: unknown;
|
|
14129
|
-
renderViaSchema?: boolean | undefined;
|
|
14130
|
-
hideReferenceRail?: boolean | undefined;
|
|
14131
|
-
hideRelatedTab?: boolean | undefined;
|
|
14132
|
-
} | undefined;
|
|
14133
14043
|
actions?: {
|
|
14134
14044
|
name: string;
|
|
14135
14045
|
label: string;
|
|
@@ -14250,7 +14160,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14250
14160
|
readonly displayNameField: "name";
|
|
14251
14161
|
readonly nameField: "name";
|
|
14252
14162
|
readonly titleFormat: "{name}";
|
|
14253
|
-
readonly
|
|
14163
|
+
readonly highlightFields: ["name", "object_name", "format", "owner_id", "updated_at"];
|
|
14254
14164
|
readonly fields: {
|
|
14255
14165
|
readonly id: {
|
|
14256
14166
|
readonly readonly?: boolean | undefined;
|
|
@@ -16466,26 +16376,12 @@ declare const SysReportSchedule: Omit<{
|
|
|
16466
16376
|
fieldGroups?: {
|
|
16467
16377
|
key: string;
|
|
16468
16378
|
label: string;
|
|
16469
|
-
|
|
16379
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
16470
16380
|
icon?: string | undefined;
|
|
16471
16381
|
description?: string | undefined;
|
|
16472
|
-
|
|
16473
|
-
|
|
16474
|
-
|
|
16475
|
-
ast?: unknown;
|
|
16476
|
-
meta?: {
|
|
16477
|
-
rationale?: string | undefined;
|
|
16478
|
-
generatedBy?: string | undefined;
|
|
16479
|
-
} | undefined;
|
|
16480
|
-
} | {
|
|
16481
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
16482
|
-
source?: string | undefined;
|
|
16483
|
-
ast?: unknown;
|
|
16484
|
-
meta?: {
|
|
16485
|
-
rationale?: string | undefined;
|
|
16486
|
-
generatedBy?: string | undefined;
|
|
16487
|
-
} | undefined;
|
|
16488
|
-
} | undefined;
|
|
16382
|
+
defaultExpanded?: boolean | undefined;
|
|
16383
|
+
collapsible?: boolean | undefined;
|
|
16384
|
+
collapsed?: boolean | undefined;
|
|
16489
16385
|
}[] | undefined;
|
|
16490
16386
|
tenancy?: {
|
|
16491
16387
|
enabled: boolean;
|
|
@@ -16539,7 +16435,9 @@ declare const SysReportSchedule: Omit<{
|
|
|
16539
16435
|
generatedBy?: string | undefined;
|
|
16540
16436
|
} | undefined;
|
|
16541
16437
|
} | undefined;
|
|
16438
|
+
highlightFields?: string[] | undefined;
|
|
16542
16439
|
compactLayout?: string[] | undefined;
|
|
16440
|
+
stageField?: string | false | undefined;
|
|
16543
16441
|
listViews?: Record<string, {
|
|
16544
16442
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
16545
16443
|
columns: string[] | {
|
|
@@ -16868,12 +16766,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
16868
16766
|
eligibility?: string | undefined;
|
|
16869
16767
|
} | undefined;
|
|
16870
16768
|
keyPrefix?: string | undefined;
|
|
16871
|
-
detail?: {
|
|
16872
|
-
[x: string]: unknown;
|
|
16873
|
-
renderViaSchema?: boolean | undefined;
|
|
16874
|
-
hideReferenceRail?: boolean | undefined;
|
|
16875
|
-
hideRelatedTab?: boolean | undefined;
|
|
16876
|
-
} | undefined;
|
|
16877
16769
|
actions?: {
|
|
16878
16770
|
name: string;
|
|
16879
16771
|
label: string;
|
|
@@ -16992,7 +16884,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
16992
16884
|
readonly managedBy: "platform";
|
|
16993
16885
|
readonly description: "Recurring delivery of a sys_saved_report via email";
|
|
16994
16886
|
readonly titleFormat: "{report_id} → {recipients}";
|
|
16995
|
-
readonly
|
|
16887
|
+
readonly highlightFields: ["report_id", "recipients", "interval_minutes", "active", "next_run_at"];
|
|
16996
16888
|
readonly fields: {
|
|
16997
16889
|
readonly id: {
|
|
16998
16890
|
readonly readonly?: boolean | undefined;
|
|
@@ -20238,26 +20130,12 @@ declare const SysJob: Omit<{
|
|
|
20238
20130
|
fieldGroups?: {
|
|
20239
20131
|
key: string;
|
|
20240
20132
|
label: string;
|
|
20241
|
-
|
|
20133
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
20242
20134
|
icon?: string | undefined;
|
|
20243
20135
|
description?: string | undefined;
|
|
20244
|
-
|
|
20245
|
-
|
|
20246
|
-
|
|
20247
|
-
ast?: unknown;
|
|
20248
|
-
meta?: {
|
|
20249
|
-
rationale?: string | undefined;
|
|
20250
|
-
generatedBy?: string | undefined;
|
|
20251
|
-
} | undefined;
|
|
20252
|
-
} | {
|
|
20253
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
20254
|
-
source?: string | undefined;
|
|
20255
|
-
ast?: unknown;
|
|
20256
|
-
meta?: {
|
|
20257
|
-
rationale?: string | undefined;
|
|
20258
|
-
generatedBy?: string | undefined;
|
|
20259
|
-
} | undefined;
|
|
20260
|
-
} | undefined;
|
|
20136
|
+
defaultExpanded?: boolean | undefined;
|
|
20137
|
+
collapsible?: boolean | undefined;
|
|
20138
|
+
collapsed?: boolean | undefined;
|
|
20261
20139
|
}[] | undefined;
|
|
20262
20140
|
tenancy?: {
|
|
20263
20141
|
enabled: boolean;
|
|
@@ -20311,7 +20189,9 @@ declare const SysJob: Omit<{
|
|
|
20311
20189
|
generatedBy?: string | undefined;
|
|
20312
20190
|
} | undefined;
|
|
20313
20191
|
} | undefined;
|
|
20192
|
+
highlightFields?: string[] | undefined;
|
|
20314
20193
|
compactLayout?: string[] | undefined;
|
|
20194
|
+
stageField?: string | false | undefined;
|
|
20315
20195
|
listViews?: Record<string, {
|
|
20316
20196
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
20317
20197
|
columns: string[] | {
|
|
@@ -20640,12 +20520,6 @@ declare const SysJob: Omit<{
|
|
|
20640
20520
|
eligibility?: string | undefined;
|
|
20641
20521
|
} | undefined;
|
|
20642
20522
|
keyPrefix?: string | undefined;
|
|
20643
|
-
detail?: {
|
|
20644
|
-
[x: string]: unknown;
|
|
20645
|
-
renderViaSchema?: boolean | undefined;
|
|
20646
|
-
hideReferenceRail?: boolean | undefined;
|
|
20647
|
-
hideRelatedTab?: boolean | undefined;
|
|
20648
|
-
} | undefined;
|
|
20649
20523
|
actions?: {
|
|
20650
20524
|
name: string;
|
|
20651
20525
|
label: string;
|
|
@@ -20766,7 +20640,7 @@ declare const SysJob: Omit<{
|
|
|
20766
20640
|
readonly displayNameField: "name";
|
|
20767
20641
|
readonly nameField: "name";
|
|
20768
20642
|
readonly titleFormat: "{name}";
|
|
20769
|
-
readonly
|
|
20643
|
+
readonly highlightFields: ["name", "schedule_type", "active", "last_run_at", "last_status"];
|
|
20770
20644
|
readonly fields: {
|
|
20771
20645
|
readonly id: {
|
|
20772
20646
|
readonly readonly?: boolean | undefined;
|
|
@@ -23315,26 +23189,12 @@ declare const SysJobRun: Omit<{
|
|
|
23315
23189
|
fieldGroups?: {
|
|
23316
23190
|
key: string;
|
|
23317
23191
|
label: string;
|
|
23318
|
-
|
|
23192
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
23319
23193
|
icon?: string | undefined;
|
|
23320
23194
|
description?: string | undefined;
|
|
23321
|
-
|
|
23322
|
-
|
|
23323
|
-
|
|
23324
|
-
ast?: unknown;
|
|
23325
|
-
meta?: {
|
|
23326
|
-
rationale?: string | undefined;
|
|
23327
|
-
generatedBy?: string | undefined;
|
|
23328
|
-
} | undefined;
|
|
23329
|
-
} | {
|
|
23330
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
23331
|
-
source?: string | undefined;
|
|
23332
|
-
ast?: unknown;
|
|
23333
|
-
meta?: {
|
|
23334
|
-
rationale?: string | undefined;
|
|
23335
|
-
generatedBy?: string | undefined;
|
|
23336
|
-
} | undefined;
|
|
23337
|
-
} | undefined;
|
|
23195
|
+
defaultExpanded?: boolean | undefined;
|
|
23196
|
+
collapsible?: boolean | undefined;
|
|
23197
|
+
collapsed?: boolean | undefined;
|
|
23338
23198
|
}[] | undefined;
|
|
23339
23199
|
tenancy?: {
|
|
23340
23200
|
enabled: boolean;
|
|
@@ -23388,7 +23248,9 @@ declare const SysJobRun: Omit<{
|
|
|
23388
23248
|
generatedBy?: string | undefined;
|
|
23389
23249
|
} | undefined;
|
|
23390
23250
|
} | undefined;
|
|
23251
|
+
highlightFields?: string[] | undefined;
|
|
23391
23252
|
compactLayout?: string[] | undefined;
|
|
23253
|
+
stageField?: string | false | undefined;
|
|
23392
23254
|
listViews?: Record<string, {
|
|
23393
23255
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
23394
23256
|
columns: string[] | {
|
|
@@ -23717,12 +23579,6 @@ declare const SysJobRun: Omit<{
|
|
|
23717
23579
|
eligibility?: string | undefined;
|
|
23718
23580
|
} | undefined;
|
|
23719
23581
|
keyPrefix?: string | undefined;
|
|
23720
|
-
detail?: {
|
|
23721
|
-
[x: string]: unknown;
|
|
23722
|
-
renderViaSchema?: boolean | undefined;
|
|
23723
|
-
hideReferenceRail?: boolean | undefined;
|
|
23724
|
-
hideRelatedTab?: boolean | undefined;
|
|
23725
|
-
} | undefined;
|
|
23726
23582
|
actions?: {
|
|
23727
23583
|
name: string;
|
|
23728
23584
|
label: string;
|
|
@@ -23843,7 +23699,7 @@ declare const SysJobRun: Omit<{
|
|
|
23843
23699
|
readonly displayNameField: "job_name";
|
|
23844
23700
|
readonly nameField: "job_name";
|
|
23845
23701
|
readonly titleFormat: "{job_name} @ {started_at}";
|
|
23846
|
-
readonly
|
|
23702
|
+
readonly highlightFields: ["job_name", "status", "started_at", "duration_ms", "attempt"];
|
|
23847
23703
|
readonly fields: {
|
|
23848
23704
|
readonly id: {
|
|
23849
23705
|
readonly readonly?: boolean | undefined;
|
|
@@ -25878,26 +25734,12 @@ declare const SysJobQueue: Omit<{
|
|
|
25878
25734
|
fieldGroups?: {
|
|
25879
25735
|
key: string;
|
|
25880
25736
|
label: string;
|
|
25881
|
-
|
|
25737
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
25882
25738
|
icon?: string | undefined;
|
|
25883
25739
|
description?: string | undefined;
|
|
25884
|
-
|
|
25885
|
-
|
|
25886
|
-
|
|
25887
|
-
ast?: unknown;
|
|
25888
|
-
meta?: {
|
|
25889
|
-
rationale?: string | undefined;
|
|
25890
|
-
generatedBy?: string | undefined;
|
|
25891
|
-
} | undefined;
|
|
25892
|
-
} | {
|
|
25893
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
25894
|
-
source?: string | undefined;
|
|
25895
|
-
ast?: unknown;
|
|
25896
|
-
meta?: {
|
|
25897
|
-
rationale?: string | undefined;
|
|
25898
|
-
generatedBy?: string | undefined;
|
|
25899
|
-
} | undefined;
|
|
25900
|
-
} | undefined;
|
|
25740
|
+
defaultExpanded?: boolean | undefined;
|
|
25741
|
+
collapsible?: boolean | undefined;
|
|
25742
|
+
collapsed?: boolean | undefined;
|
|
25901
25743
|
}[] | undefined;
|
|
25902
25744
|
tenancy?: {
|
|
25903
25745
|
enabled: boolean;
|
|
@@ -25951,7 +25793,9 @@ declare const SysJobQueue: Omit<{
|
|
|
25951
25793
|
generatedBy?: string | undefined;
|
|
25952
25794
|
} | undefined;
|
|
25953
25795
|
} | undefined;
|
|
25796
|
+
highlightFields?: string[] | undefined;
|
|
25954
25797
|
compactLayout?: string[] | undefined;
|
|
25798
|
+
stageField?: string | false | undefined;
|
|
25955
25799
|
listViews?: Record<string, {
|
|
25956
25800
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
25957
25801
|
columns: string[] | {
|
|
@@ -26280,12 +26124,6 @@ declare const SysJobQueue: Omit<{
|
|
|
26280
26124
|
eligibility?: string | undefined;
|
|
26281
26125
|
} | undefined;
|
|
26282
26126
|
keyPrefix?: string | undefined;
|
|
26283
|
-
detail?: {
|
|
26284
|
-
[x: string]: unknown;
|
|
26285
|
-
renderViaSchema?: boolean | undefined;
|
|
26286
|
-
hideReferenceRail?: boolean | undefined;
|
|
26287
|
-
hideRelatedTab?: boolean | undefined;
|
|
26288
|
-
} | undefined;
|
|
26289
26127
|
actions?: {
|
|
26290
26128
|
name: string;
|
|
26291
26129
|
label: string;
|
|
@@ -26406,7 +26244,7 @@ declare const SysJobQueue: Omit<{
|
|
|
26406
26244
|
readonly displayNameField: "queue";
|
|
26407
26245
|
readonly nameField: "queue";
|
|
26408
26246
|
readonly titleFormat: "{queue} #{id}";
|
|
26409
|
-
readonly
|
|
26247
|
+
readonly highlightFields: ["queue", "status", "attempts", "scheduled_for", "last_error"];
|
|
26410
26248
|
readonly fields: {
|
|
26411
26249
|
readonly id: {
|
|
26412
26250
|
readonly readonly?: boolean | undefined;
|
|
@@ -30004,26 +29842,12 @@ declare const SysImportJob: Omit<{
|
|
|
30004
29842
|
fieldGroups?: {
|
|
30005
29843
|
key: string;
|
|
30006
29844
|
label: string;
|
|
30007
|
-
|
|
29845
|
+
collapse: "none" | "collapsed" | "expanded";
|
|
30008
29846
|
icon?: string | undefined;
|
|
30009
29847
|
description?: string | undefined;
|
|
30010
|
-
|
|
30011
|
-
|
|
30012
|
-
|
|
30013
|
-
ast?: unknown;
|
|
30014
|
-
meta?: {
|
|
30015
|
-
rationale?: string | undefined;
|
|
30016
|
-
generatedBy?: string | undefined;
|
|
30017
|
-
} | undefined;
|
|
30018
|
-
} | {
|
|
30019
|
-
dialect: "cel" | "js" | "cron" | "template";
|
|
30020
|
-
source?: string | undefined;
|
|
30021
|
-
ast?: unknown;
|
|
30022
|
-
meta?: {
|
|
30023
|
-
rationale?: string | undefined;
|
|
30024
|
-
generatedBy?: string | undefined;
|
|
30025
|
-
} | undefined;
|
|
30026
|
-
} | undefined;
|
|
29848
|
+
defaultExpanded?: boolean | undefined;
|
|
29849
|
+
collapsible?: boolean | undefined;
|
|
29850
|
+
collapsed?: boolean | undefined;
|
|
30027
29851
|
}[] | undefined;
|
|
30028
29852
|
tenancy?: {
|
|
30029
29853
|
enabled: boolean;
|
|
@@ -30077,7 +29901,9 @@ declare const SysImportJob: Omit<{
|
|
|
30077
29901
|
generatedBy?: string | undefined;
|
|
30078
29902
|
} | undefined;
|
|
30079
29903
|
} | undefined;
|
|
29904
|
+
highlightFields?: string[] | undefined;
|
|
30080
29905
|
compactLayout?: string[] | undefined;
|
|
29906
|
+
stageField?: string | false | undefined;
|
|
30081
29907
|
listViews?: Record<string, {
|
|
30082
29908
|
type: "tree" | "grid" | "kanban" | "calendar" | "gantt" | "gallery" | "timeline" | "chart" | "map";
|
|
30083
29909
|
columns: string[] | {
|
|
@@ -30406,12 +30232,6 @@ declare const SysImportJob: Omit<{
|
|
|
30406
30232
|
eligibility?: string | undefined;
|
|
30407
30233
|
} | undefined;
|
|
30408
30234
|
keyPrefix?: string | undefined;
|
|
30409
|
-
detail?: {
|
|
30410
|
-
[x: string]: unknown;
|
|
30411
|
-
renderViaSchema?: boolean | undefined;
|
|
30412
|
-
hideReferenceRail?: boolean | undefined;
|
|
30413
|
-
hideRelatedTab?: boolean | undefined;
|
|
30414
|
-
} | undefined;
|
|
30415
30235
|
actions?: {
|
|
30416
30236
|
name: string;
|
|
30417
30237
|
label: string;
|
|
@@ -30532,7 +30352,7 @@ declare const SysImportJob: Omit<{
|
|
|
30532
30352
|
readonly displayNameField: "object_name";
|
|
30533
30353
|
readonly nameField: "object_name";
|
|
30534
30354
|
readonly titleFormat: "{object_name} import @ {created_at}";
|
|
30535
|
-
readonly
|
|
30355
|
+
readonly highlightFields: ["object_name", "status", "processed_rows", "total_rows", "created_at"];
|
|
30536
30356
|
readonly fields: {
|
|
30537
30357
|
readonly id: {
|
|
30538
30358
|
readonly readonly?: boolean | undefined;
|