@objectstack/platform-objects 9.9.1 → 9.10.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.
@@ -453,6 +453,29 @@ declare const SysUser: Omit<{
453
453
  titleField: string;
454
454
  progressField?: string | undefined;
455
455
  dependenciesField?: string | undefined;
456
+ colorField?: string | undefined;
457
+ parentField?: string | undefined;
458
+ typeField?: string | undefined;
459
+ baselineStartField?: string | undefined;
460
+ baselineEndField?: string | undefined;
461
+ groupByField?: string | undefined;
462
+ resourceView?: boolean | undefined;
463
+ assigneeField?: string | undefined;
464
+ effortField?: string | undefined;
465
+ capacity?: number | undefined;
466
+ tooltipFields?: (string | {
467
+ field: string;
468
+ label?: string | undefined;
469
+ })[] | undefined;
470
+ quickFilters?: {
471
+ field: string;
472
+ label?: string | undefined;
473
+ options?: (string | {
474
+ value: string | number;
475
+ label?: string | undefined;
476
+ })[] | undefined;
477
+ }[] | undefined;
478
+ autoZoomToFilter?: boolean | undefined;
456
479
  } | undefined;
457
480
  gallery?: {
458
481
  coverFit: "cover" | "contain";
@@ -648,7 +671,7 @@ declare const SysUser: Omit<{
648
671
  } | {
649
672
  language: "js";
650
673
  source: string;
651
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
674
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
652
675
  timeoutMs?: number | undefined;
653
676
  memoryMb?: number | undefined;
654
677
  } | undefined;
@@ -3439,6 +3462,29 @@ declare const SysSession: Omit<{
3439
3462
  titleField: string;
3440
3463
  progressField?: string | undefined;
3441
3464
  dependenciesField?: string | undefined;
3465
+ colorField?: string | undefined;
3466
+ parentField?: string | undefined;
3467
+ typeField?: string | undefined;
3468
+ baselineStartField?: string | undefined;
3469
+ baselineEndField?: string | undefined;
3470
+ groupByField?: string | undefined;
3471
+ resourceView?: boolean | undefined;
3472
+ assigneeField?: string | undefined;
3473
+ effortField?: string | undefined;
3474
+ capacity?: number | undefined;
3475
+ tooltipFields?: (string | {
3476
+ field: string;
3477
+ label?: string | undefined;
3478
+ })[] | undefined;
3479
+ quickFilters?: {
3480
+ field: string;
3481
+ label?: string | undefined;
3482
+ options?: (string | {
3483
+ value: string | number;
3484
+ label?: string | undefined;
3485
+ })[] | undefined;
3486
+ }[] | undefined;
3487
+ autoZoomToFilter?: boolean | undefined;
3442
3488
  } | undefined;
3443
3489
  gallery?: {
3444
3490
  coverFit: "cover" | "contain";
@@ -3634,7 +3680,7 @@ declare const SysSession: Omit<{
3634
3680
  } | {
3635
3681
  language: "js";
3636
3682
  source: string;
3637
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
3683
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
3638
3684
  timeoutMs?: number | undefined;
3639
3685
  memoryMb?: number | undefined;
3640
3686
  } | undefined;
@@ -5986,6 +6032,29 @@ declare const SysAccount: Omit<{
5986
6032
  titleField: string;
5987
6033
  progressField?: string | undefined;
5988
6034
  dependenciesField?: string | undefined;
6035
+ colorField?: string | undefined;
6036
+ parentField?: string | undefined;
6037
+ typeField?: string | undefined;
6038
+ baselineStartField?: string | undefined;
6039
+ baselineEndField?: string | undefined;
6040
+ groupByField?: string | undefined;
6041
+ resourceView?: boolean | undefined;
6042
+ assigneeField?: string | undefined;
6043
+ effortField?: string | undefined;
6044
+ capacity?: number | undefined;
6045
+ tooltipFields?: (string | {
6046
+ field: string;
6047
+ label?: string | undefined;
6048
+ })[] | undefined;
6049
+ quickFilters?: {
6050
+ field: string;
6051
+ label?: string | undefined;
6052
+ options?: (string | {
6053
+ value: string | number;
6054
+ label?: string | undefined;
6055
+ })[] | undefined;
6056
+ }[] | undefined;
6057
+ autoZoomToFilter?: boolean | undefined;
5989
6058
  } | undefined;
5990
6059
  gallery?: {
5991
6060
  coverFit: "cover" | "contain";
@@ -6181,7 +6250,7 @@ declare const SysAccount: Omit<{
6181
6250
  } | {
6182
6251
  language: "js";
6183
6252
  source: string;
6184
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
6253
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
6185
6254
  timeoutMs?: number | undefined;
6186
6255
  memoryMb?: number | undefined;
6187
6256
  } | undefined;
@@ -8900,6 +8969,29 @@ declare const SysVerification: Omit<{
8900
8969
  titleField: string;
8901
8970
  progressField?: string | undefined;
8902
8971
  dependenciesField?: string | undefined;
8972
+ colorField?: string | undefined;
8973
+ parentField?: string | undefined;
8974
+ typeField?: string | undefined;
8975
+ baselineStartField?: string | undefined;
8976
+ baselineEndField?: string | undefined;
8977
+ groupByField?: string | undefined;
8978
+ resourceView?: boolean | undefined;
8979
+ assigneeField?: string | undefined;
8980
+ effortField?: string | undefined;
8981
+ capacity?: number | undefined;
8982
+ tooltipFields?: (string | {
8983
+ field: string;
8984
+ label?: string | undefined;
8985
+ })[] | undefined;
8986
+ quickFilters?: {
8987
+ field: string;
8988
+ label?: string | undefined;
8989
+ options?: (string | {
8990
+ value: string | number;
8991
+ label?: string | undefined;
8992
+ })[] | undefined;
8993
+ }[] | undefined;
8994
+ autoZoomToFilter?: boolean | undefined;
8903
8995
  } | undefined;
8904
8996
  gallery?: {
8905
8997
  coverFit: "cover" | "contain";
@@ -9095,7 +9187,7 @@ declare const SysVerification: Omit<{
9095
9187
  } | {
9096
9188
  language: "js";
9097
9189
  source: string;
9098
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
9190
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
9099
9191
  timeoutMs?: number | undefined;
9100
9192
  memoryMb?: number | undefined;
9101
9193
  } | undefined;
@@ -10603,6 +10695,29 @@ declare const SysOrganization: Omit<{
10603
10695
  titleField: string;
10604
10696
  progressField?: string | undefined;
10605
10697
  dependenciesField?: string | undefined;
10698
+ colorField?: string | undefined;
10699
+ parentField?: string | undefined;
10700
+ typeField?: string | undefined;
10701
+ baselineStartField?: string | undefined;
10702
+ baselineEndField?: string | undefined;
10703
+ groupByField?: string | undefined;
10704
+ resourceView?: boolean | undefined;
10705
+ assigneeField?: string | undefined;
10706
+ effortField?: string | undefined;
10707
+ capacity?: number | undefined;
10708
+ tooltipFields?: (string | {
10709
+ field: string;
10710
+ label?: string | undefined;
10711
+ })[] | undefined;
10712
+ quickFilters?: {
10713
+ field: string;
10714
+ label?: string | undefined;
10715
+ options?: (string | {
10716
+ value: string | number;
10717
+ label?: string | undefined;
10718
+ })[] | undefined;
10719
+ }[] | undefined;
10720
+ autoZoomToFilter?: boolean | undefined;
10606
10721
  } | undefined;
10607
10722
  gallery?: {
10608
10723
  coverFit: "cover" | "contain";
@@ -10798,7 +10913,7 @@ declare const SysOrganization: Omit<{
10798
10913
  } | {
10799
10914
  language: "js";
10800
10915
  source: string;
10801
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
10916
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
10802
10917
  timeoutMs?: number | undefined;
10803
10918
  memoryMb?: number | undefined;
10804
10919
  } | undefined;
@@ -12580,6 +12695,29 @@ declare const SysMember: Omit<{
12580
12695
  titleField: string;
12581
12696
  progressField?: string | undefined;
12582
12697
  dependenciesField?: string | undefined;
12698
+ colorField?: string | undefined;
12699
+ parentField?: string | undefined;
12700
+ typeField?: string | undefined;
12701
+ baselineStartField?: string | undefined;
12702
+ baselineEndField?: string | undefined;
12703
+ groupByField?: string | undefined;
12704
+ resourceView?: boolean | undefined;
12705
+ assigneeField?: string | undefined;
12706
+ effortField?: string | undefined;
12707
+ capacity?: number | undefined;
12708
+ tooltipFields?: (string | {
12709
+ field: string;
12710
+ label?: string | undefined;
12711
+ })[] | undefined;
12712
+ quickFilters?: {
12713
+ field: string;
12714
+ label?: string | undefined;
12715
+ options?: (string | {
12716
+ value: string | number;
12717
+ label?: string | undefined;
12718
+ })[] | undefined;
12719
+ }[] | undefined;
12720
+ autoZoomToFilter?: boolean | undefined;
12583
12721
  } | undefined;
12584
12722
  gallery?: {
12585
12723
  coverFit: "cover" | "contain";
@@ -12775,7 +12913,7 @@ declare const SysMember: Omit<{
12775
12913
  } | {
12776
12914
  language: "js";
12777
12915
  source: string;
12778
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
12916
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
12779
12917
  timeoutMs?: number | undefined;
12780
12918
  memoryMb?: number | undefined;
12781
12919
  } | undefined;
@@ -14220,6 +14358,29 @@ declare const SysInvitation: Omit<{
14220
14358
  titleField: string;
14221
14359
  progressField?: string | undefined;
14222
14360
  dependenciesField?: string | undefined;
14361
+ colorField?: string | undefined;
14362
+ parentField?: string | undefined;
14363
+ typeField?: string | undefined;
14364
+ baselineStartField?: string | undefined;
14365
+ baselineEndField?: string | undefined;
14366
+ groupByField?: string | undefined;
14367
+ resourceView?: boolean | undefined;
14368
+ assigneeField?: string | undefined;
14369
+ effortField?: string | undefined;
14370
+ capacity?: number | undefined;
14371
+ tooltipFields?: (string | {
14372
+ field: string;
14373
+ label?: string | undefined;
14374
+ })[] | undefined;
14375
+ quickFilters?: {
14376
+ field: string;
14377
+ label?: string | undefined;
14378
+ options?: (string | {
14379
+ value: string | number;
14380
+ label?: string | undefined;
14381
+ })[] | undefined;
14382
+ }[] | undefined;
14383
+ autoZoomToFilter?: boolean | undefined;
14223
14384
  } | undefined;
14224
14385
  gallery?: {
14225
14386
  coverFit: "cover" | "contain";
@@ -14415,7 +14576,7 @@ declare const SysInvitation: Omit<{
14415
14576
  } | {
14416
14577
  language: "js";
14417
14578
  source: string;
14418
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
14579
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
14419
14580
  timeoutMs?: number | undefined;
14420
14581
  memoryMb?: number | undefined;
14421
14582
  } | undefined;
@@ -16548,6 +16709,29 @@ declare const SysTeam: Omit<{
16548
16709
  titleField: string;
16549
16710
  progressField?: string | undefined;
16550
16711
  dependenciesField?: string | undefined;
16712
+ colorField?: string | undefined;
16713
+ parentField?: string | undefined;
16714
+ typeField?: string | undefined;
16715
+ baselineStartField?: string | undefined;
16716
+ baselineEndField?: string | undefined;
16717
+ groupByField?: string | undefined;
16718
+ resourceView?: boolean | undefined;
16719
+ assigneeField?: string | undefined;
16720
+ effortField?: string | undefined;
16721
+ capacity?: number | undefined;
16722
+ tooltipFields?: (string | {
16723
+ field: string;
16724
+ label?: string | undefined;
16725
+ })[] | undefined;
16726
+ quickFilters?: {
16727
+ field: string;
16728
+ label?: string | undefined;
16729
+ options?: (string | {
16730
+ value: string | number;
16731
+ label?: string | undefined;
16732
+ })[] | undefined;
16733
+ }[] | undefined;
16734
+ autoZoomToFilter?: boolean | undefined;
16551
16735
  } | undefined;
16552
16736
  gallery?: {
16553
16737
  coverFit: "cover" | "contain";
@@ -16743,7 +16927,7 @@ declare const SysTeam: Omit<{
16743
16927
  } | {
16744
16928
  language: "js";
16745
16929
  source: string;
16746
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
16930
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
16747
16931
  timeoutMs?: number | undefined;
16748
16932
  memoryMb?: number | undefined;
16749
16933
  } | undefined;
@@ -18189,6 +18373,29 @@ declare const SysTeamMember: Omit<{
18189
18373
  titleField: string;
18190
18374
  progressField?: string | undefined;
18191
18375
  dependenciesField?: string | undefined;
18376
+ colorField?: string | undefined;
18377
+ parentField?: string | undefined;
18378
+ typeField?: string | undefined;
18379
+ baselineStartField?: string | undefined;
18380
+ baselineEndField?: string | undefined;
18381
+ groupByField?: string | undefined;
18382
+ resourceView?: boolean | undefined;
18383
+ assigneeField?: string | undefined;
18384
+ effortField?: string | undefined;
18385
+ capacity?: number | undefined;
18386
+ tooltipFields?: (string | {
18387
+ field: string;
18388
+ label?: string | undefined;
18389
+ })[] | undefined;
18390
+ quickFilters?: {
18391
+ field: string;
18392
+ label?: string | undefined;
18393
+ options?: (string | {
18394
+ value: string | number;
18395
+ label?: string | undefined;
18396
+ })[] | undefined;
18397
+ }[] | undefined;
18398
+ autoZoomToFilter?: boolean | undefined;
18192
18399
  } | undefined;
18193
18400
  gallery?: {
18194
18401
  coverFit: "cover" | "contain";
@@ -18384,7 +18591,7 @@ declare const SysTeamMember: Omit<{
18384
18591
  } | {
18385
18592
  language: "js";
18386
18593
  source: string;
18387
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
18594
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
18388
18595
  timeoutMs?: number | undefined;
18389
18596
  memoryMb?: number | undefined;
18390
18597
  } | undefined;
@@ -19631,6 +19838,29 @@ declare const SysDepartment: Omit<{
19631
19838
  titleField: string;
19632
19839
  progressField?: string | undefined;
19633
19840
  dependenciesField?: string | undefined;
19841
+ colorField?: string | undefined;
19842
+ parentField?: string | undefined;
19843
+ typeField?: string | undefined;
19844
+ baselineStartField?: string | undefined;
19845
+ baselineEndField?: string | undefined;
19846
+ groupByField?: string | undefined;
19847
+ resourceView?: boolean | undefined;
19848
+ assigneeField?: string | undefined;
19849
+ effortField?: string | undefined;
19850
+ capacity?: number | undefined;
19851
+ tooltipFields?: (string | {
19852
+ field: string;
19853
+ label?: string | undefined;
19854
+ })[] | undefined;
19855
+ quickFilters?: {
19856
+ field: string;
19857
+ label?: string | undefined;
19858
+ options?: (string | {
19859
+ value: string | number;
19860
+ label?: string | undefined;
19861
+ })[] | undefined;
19862
+ }[] | undefined;
19863
+ autoZoomToFilter?: boolean | undefined;
19634
19864
  } | undefined;
19635
19865
  gallery?: {
19636
19866
  coverFit: "cover" | "contain";
@@ -19826,7 +20056,7 @@ declare const SysDepartment: Omit<{
19826
20056
  } | {
19827
20057
  language: "js";
19828
20058
  source: string;
19829
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
20059
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
19830
20060
  timeoutMs?: number | undefined;
19831
20061
  memoryMb?: number | undefined;
19832
20062
  } | undefined;
@@ -22509,6 +22739,29 @@ declare const SysDepartmentMember: Omit<{
22509
22739
  titleField: string;
22510
22740
  progressField?: string | undefined;
22511
22741
  dependenciesField?: string | undefined;
22742
+ colorField?: string | undefined;
22743
+ parentField?: string | undefined;
22744
+ typeField?: string | undefined;
22745
+ baselineStartField?: string | undefined;
22746
+ baselineEndField?: string | undefined;
22747
+ groupByField?: string | undefined;
22748
+ resourceView?: boolean | undefined;
22749
+ assigneeField?: string | undefined;
22750
+ effortField?: string | undefined;
22751
+ capacity?: number | undefined;
22752
+ tooltipFields?: (string | {
22753
+ field: string;
22754
+ label?: string | undefined;
22755
+ })[] | undefined;
22756
+ quickFilters?: {
22757
+ field: string;
22758
+ label?: string | undefined;
22759
+ options?: (string | {
22760
+ value: string | number;
22761
+ label?: string | undefined;
22762
+ })[] | undefined;
22763
+ }[] | undefined;
22764
+ autoZoomToFilter?: boolean | undefined;
22512
22765
  } | undefined;
22513
22766
  gallery?: {
22514
22767
  coverFit: "cover" | "contain";
@@ -22704,7 +22957,7 @@ declare const SysDepartmentMember: Omit<{
22704
22957
  } | {
22705
22958
  language: "js";
22706
22959
  source: string;
22707
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
22960
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
22708
22961
  timeoutMs?: number | undefined;
22709
22962
  memoryMb?: number | undefined;
22710
22963
  } | undefined;
@@ -24673,6 +24926,29 @@ declare const SysApiKey: Omit<{
24673
24926
  titleField: string;
24674
24927
  progressField?: string | undefined;
24675
24928
  dependenciesField?: string | undefined;
24929
+ colorField?: string | undefined;
24930
+ parentField?: string | undefined;
24931
+ typeField?: string | undefined;
24932
+ baselineStartField?: string | undefined;
24933
+ baselineEndField?: string | undefined;
24934
+ groupByField?: string | undefined;
24935
+ resourceView?: boolean | undefined;
24936
+ assigneeField?: string | undefined;
24937
+ effortField?: string | undefined;
24938
+ capacity?: number | undefined;
24939
+ tooltipFields?: (string | {
24940
+ field: string;
24941
+ label?: string | undefined;
24942
+ })[] | undefined;
24943
+ quickFilters?: {
24944
+ field: string;
24945
+ label?: string | undefined;
24946
+ options?: (string | {
24947
+ value: string | number;
24948
+ label?: string | undefined;
24949
+ })[] | undefined;
24950
+ }[] | undefined;
24951
+ autoZoomToFilter?: boolean | undefined;
24676
24952
  } | undefined;
24677
24953
  gallery?: {
24678
24954
  coverFit: "cover" | "contain";
@@ -24868,7 +25144,7 @@ declare const SysApiKey: Omit<{
24868
25144
  } | {
24869
25145
  language: "js";
24870
25146
  source: string;
24871
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
25147
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
24872
25148
  timeoutMs?: number | undefined;
24873
25149
  memoryMb?: number | undefined;
24874
25150
  } | undefined;
@@ -27270,6 +27546,29 @@ declare const SysTwoFactor: Omit<{
27270
27546
  titleField: string;
27271
27547
  progressField?: string | undefined;
27272
27548
  dependenciesField?: string | undefined;
27549
+ colorField?: string | undefined;
27550
+ parentField?: string | undefined;
27551
+ typeField?: string | undefined;
27552
+ baselineStartField?: string | undefined;
27553
+ baselineEndField?: string | undefined;
27554
+ groupByField?: string | undefined;
27555
+ resourceView?: boolean | undefined;
27556
+ assigneeField?: string | undefined;
27557
+ effortField?: string | undefined;
27558
+ capacity?: number | undefined;
27559
+ tooltipFields?: (string | {
27560
+ field: string;
27561
+ label?: string | undefined;
27562
+ })[] | undefined;
27563
+ quickFilters?: {
27564
+ field: string;
27565
+ label?: string | undefined;
27566
+ options?: (string | {
27567
+ value: string | number;
27568
+ label?: string | undefined;
27569
+ })[] | undefined;
27570
+ }[] | undefined;
27571
+ autoZoomToFilter?: boolean | undefined;
27273
27572
  } | undefined;
27274
27573
  gallery?: {
27275
27574
  coverFit: "cover" | "contain";
@@ -27465,7 +27764,7 @@ declare const SysTwoFactor: Omit<{
27465
27764
  } | {
27466
27765
  language: "js";
27467
27766
  source: string;
27468
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
27767
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
27469
27768
  timeoutMs?: number | undefined;
27470
27769
  memoryMb?: number | undefined;
27471
27770
  } | undefined;
@@ -29245,6 +29544,29 @@ declare const SysDeviceCode: Omit<{
29245
29544
  titleField: string;
29246
29545
  progressField?: string | undefined;
29247
29546
  dependenciesField?: string | undefined;
29547
+ colorField?: string | undefined;
29548
+ parentField?: string | undefined;
29549
+ typeField?: string | undefined;
29550
+ baselineStartField?: string | undefined;
29551
+ baselineEndField?: string | undefined;
29552
+ groupByField?: string | undefined;
29553
+ resourceView?: boolean | undefined;
29554
+ assigneeField?: string | undefined;
29555
+ effortField?: string | undefined;
29556
+ capacity?: number | undefined;
29557
+ tooltipFields?: (string | {
29558
+ field: string;
29559
+ label?: string | undefined;
29560
+ })[] | undefined;
29561
+ quickFilters?: {
29562
+ field: string;
29563
+ label?: string | undefined;
29564
+ options?: (string | {
29565
+ value: string | number;
29566
+ label?: string | undefined;
29567
+ })[] | undefined;
29568
+ }[] | undefined;
29569
+ autoZoomToFilter?: boolean | undefined;
29248
29570
  } | undefined;
29249
29571
  gallery?: {
29250
29572
  coverFit: "cover" | "contain";
@@ -29440,7 +29762,7 @@ declare const SysDeviceCode: Omit<{
29440
29762
  } | {
29441
29763
  language: "js";
29442
29764
  source: string;
29443
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
29765
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
29444
29766
  timeoutMs?: number | undefined;
29445
29767
  memoryMb?: number | undefined;
29446
29768
  } | undefined;
@@ -31888,6 +32210,29 @@ declare const SysUserPreference: Omit<{
31888
32210
  titleField: string;
31889
32211
  progressField?: string | undefined;
31890
32212
  dependenciesField?: string | undefined;
32213
+ colorField?: string | undefined;
32214
+ parentField?: string | undefined;
32215
+ typeField?: string | undefined;
32216
+ baselineStartField?: string | undefined;
32217
+ baselineEndField?: string | undefined;
32218
+ groupByField?: string | undefined;
32219
+ resourceView?: boolean | undefined;
32220
+ assigneeField?: string | undefined;
32221
+ effortField?: string | undefined;
32222
+ capacity?: number | undefined;
32223
+ tooltipFields?: (string | {
32224
+ field: string;
32225
+ label?: string | undefined;
32226
+ })[] | undefined;
32227
+ quickFilters?: {
32228
+ field: string;
32229
+ label?: string | undefined;
32230
+ options?: (string | {
32231
+ value: string | number;
32232
+ label?: string | undefined;
32233
+ })[] | undefined;
32234
+ }[] | undefined;
32235
+ autoZoomToFilter?: boolean | undefined;
31891
32236
  } | undefined;
31892
32237
  gallery?: {
31893
32238
  coverFit: "cover" | "contain";
@@ -32083,7 +32428,7 @@ declare const SysUserPreference: Omit<{
32083
32428
  } | {
32084
32429
  language: "js";
32085
32430
  source: string;
32086
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
32431
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
32087
32432
  timeoutMs?: number | undefined;
32088
32433
  memoryMb?: number | undefined;
32089
32434
  } | undefined;
@@ -33658,6 +34003,29 @@ declare const SysOauthApplication: Omit<{
33658
34003
  titleField: string;
33659
34004
  progressField?: string | undefined;
33660
34005
  dependenciesField?: string | undefined;
34006
+ colorField?: string | undefined;
34007
+ parentField?: string | undefined;
34008
+ typeField?: string | undefined;
34009
+ baselineStartField?: string | undefined;
34010
+ baselineEndField?: string | undefined;
34011
+ groupByField?: string | undefined;
34012
+ resourceView?: boolean | undefined;
34013
+ assigneeField?: string | undefined;
34014
+ effortField?: string | undefined;
34015
+ capacity?: number | undefined;
34016
+ tooltipFields?: (string | {
34017
+ field: string;
34018
+ label?: string | undefined;
34019
+ })[] | undefined;
34020
+ quickFilters?: {
34021
+ field: string;
34022
+ label?: string | undefined;
34023
+ options?: (string | {
34024
+ value: string | number;
34025
+ label?: string | undefined;
34026
+ })[] | undefined;
34027
+ }[] | undefined;
34028
+ autoZoomToFilter?: boolean | undefined;
33661
34029
  } | undefined;
33662
34030
  gallery?: {
33663
34031
  coverFit: "cover" | "contain";
@@ -33853,7 +34221,7 @@ declare const SysOauthApplication: Omit<{
33853
34221
  } | {
33854
34222
  language: "js";
33855
34223
  source: string;
33856
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
34224
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
33857
34225
  timeoutMs?: number | undefined;
33858
34226
  memoryMb?: number | undefined;
33859
34227
  } | undefined;
@@ -39320,6 +39688,29 @@ declare const SysOauthAccessToken: Omit<{
39320
39688
  titleField: string;
39321
39689
  progressField?: string | undefined;
39322
39690
  dependenciesField?: string | undefined;
39691
+ colorField?: string | undefined;
39692
+ parentField?: string | undefined;
39693
+ typeField?: string | undefined;
39694
+ baselineStartField?: string | undefined;
39695
+ baselineEndField?: string | undefined;
39696
+ groupByField?: string | undefined;
39697
+ resourceView?: boolean | undefined;
39698
+ assigneeField?: string | undefined;
39699
+ effortField?: string | undefined;
39700
+ capacity?: number | undefined;
39701
+ tooltipFields?: (string | {
39702
+ field: string;
39703
+ label?: string | undefined;
39704
+ })[] | undefined;
39705
+ quickFilters?: {
39706
+ field: string;
39707
+ label?: string | undefined;
39708
+ options?: (string | {
39709
+ value: string | number;
39710
+ label?: string | undefined;
39711
+ })[] | undefined;
39712
+ }[] | undefined;
39713
+ autoZoomToFilter?: boolean | undefined;
39323
39714
  } | undefined;
39324
39715
  gallery?: {
39325
39716
  coverFit: "cover" | "contain";
@@ -39515,7 +39906,7 @@ declare const SysOauthAccessToken: Omit<{
39515
39906
  } | {
39516
39907
  language: "js";
39517
39908
  source: string;
39518
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
39909
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
39519
39910
  timeoutMs?: number | undefined;
39520
39911
  memoryMb?: number | undefined;
39521
39912
  } | undefined;
@@ -41648,6 +42039,29 @@ declare const SysOauthRefreshToken: Omit<{
41648
42039
  titleField: string;
41649
42040
  progressField?: string | undefined;
41650
42041
  dependenciesField?: string | undefined;
42042
+ colorField?: string | undefined;
42043
+ parentField?: string | undefined;
42044
+ typeField?: string | undefined;
42045
+ baselineStartField?: string | undefined;
42046
+ baselineEndField?: string | undefined;
42047
+ groupByField?: string | undefined;
42048
+ resourceView?: boolean | undefined;
42049
+ assigneeField?: string | undefined;
42050
+ effortField?: string | undefined;
42051
+ capacity?: number | undefined;
42052
+ tooltipFields?: (string | {
42053
+ field: string;
42054
+ label?: string | undefined;
42055
+ })[] | undefined;
42056
+ quickFilters?: {
42057
+ field: string;
42058
+ label?: string | undefined;
42059
+ options?: (string | {
42060
+ value: string | number;
42061
+ label?: string | undefined;
42062
+ })[] | undefined;
42063
+ }[] | undefined;
42064
+ autoZoomToFilter?: boolean | undefined;
41651
42065
  } | undefined;
41652
42066
  gallery?: {
41653
42067
  coverFit: "cover" | "contain";
@@ -41843,7 +42257,7 @@ declare const SysOauthRefreshToken: Omit<{
41843
42257
  } | {
41844
42258
  language: "js";
41845
42259
  source: string;
41846
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
42260
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
41847
42261
  timeoutMs?: number | undefined;
41848
42262
  memoryMb?: number | undefined;
41849
42263
  } | undefined;
@@ -44131,6 +44545,29 @@ declare const SysOauthConsent: Omit<{
44131
44545
  titleField: string;
44132
44546
  progressField?: string | undefined;
44133
44547
  dependenciesField?: string | undefined;
44548
+ colorField?: string | undefined;
44549
+ parentField?: string | undefined;
44550
+ typeField?: string | undefined;
44551
+ baselineStartField?: string | undefined;
44552
+ baselineEndField?: string | undefined;
44553
+ groupByField?: string | undefined;
44554
+ resourceView?: boolean | undefined;
44555
+ assigneeField?: string | undefined;
44556
+ effortField?: string | undefined;
44557
+ capacity?: number | undefined;
44558
+ tooltipFields?: (string | {
44559
+ field: string;
44560
+ label?: string | undefined;
44561
+ })[] | undefined;
44562
+ quickFilters?: {
44563
+ field: string;
44564
+ label?: string | undefined;
44565
+ options?: (string | {
44566
+ value: string | number;
44567
+ label?: string | undefined;
44568
+ })[] | undefined;
44569
+ }[] | undefined;
44570
+ autoZoomToFilter?: boolean | undefined;
44134
44571
  } | undefined;
44135
44572
  gallery?: {
44136
44573
  coverFit: "cover" | "contain";
@@ -44326,7 +44763,7 @@ declare const SysOauthConsent: Omit<{
44326
44763
  } | {
44327
44764
  language: "js";
44328
44765
  source: string;
44329
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
44766
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
44330
44767
  timeoutMs?: number | undefined;
44331
44768
  memoryMb?: number | undefined;
44332
44769
  } | undefined;
@@ -45987,6 +46424,29 @@ declare const SysJwks: Omit<{
45987
46424
  titleField: string;
45988
46425
  progressField?: string | undefined;
45989
46426
  dependenciesField?: string | undefined;
46427
+ colorField?: string | undefined;
46428
+ parentField?: string | undefined;
46429
+ typeField?: string | undefined;
46430
+ baselineStartField?: string | undefined;
46431
+ baselineEndField?: string | undefined;
46432
+ groupByField?: string | undefined;
46433
+ resourceView?: boolean | undefined;
46434
+ assigneeField?: string | undefined;
46435
+ effortField?: string | undefined;
46436
+ capacity?: number | undefined;
46437
+ tooltipFields?: (string | {
46438
+ field: string;
46439
+ label?: string | undefined;
46440
+ })[] | undefined;
46441
+ quickFilters?: {
46442
+ field: string;
46443
+ label?: string | undefined;
46444
+ options?: (string | {
46445
+ value: string | number;
46446
+ label?: string | undefined;
46447
+ })[] | undefined;
46448
+ }[] | undefined;
46449
+ autoZoomToFilter?: boolean | undefined;
45990
46450
  } | undefined;
45991
46451
  gallery?: {
45992
46452
  coverFit: "cover" | "contain";
@@ -46182,7 +46642,7 @@ declare const SysJwks: Omit<{
46182
46642
  } | {
46183
46643
  language: "js";
46184
46644
  source: string;
46185
- capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
46645
+ capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
46186
46646
  timeoutMs?: number | undefined;
46187
46647
  memoryMb?: number | undefined;
46188
46648
  } | undefined;