@objectstack/platform-objects 9.9.1 → 9.11.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 +225 -18
- package/dist/audit/index.d.ts +225 -18
- package/dist/identity/index.d.mts +500 -40
- package/dist/identity/index.d.ts +500 -40
- package/dist/index.js +104 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +104 -0
- package/dist/index.mjs.map +1 -1
- package/dist/metadata-translations/index.js +104 -0
- package/dist/metadata-translations/index.js.map +1 -1
- package/dist/metadata-translations/index.mjs +104 -0
- package/dist/metadata-translations/index.mjs.map +1 -1
- package/dist/plugin.js +104 -0
- package/dist/plugin.js.map +1 -1
- package/dist/plugin.mjs +104 -0
- package/dist/plugin.mjs.map +1 -1
- package/dist/system/index.d.mts +75 -6
- package/dist/system/index.d.ts +75 -6
- package/package.json +3 -3
package/dist/audit/index.d.ts
CHANGED
|
@@ -465,6 +465,29 @@ declare const SysNotification: Omit<{
|
|
|
465
465
|
titleField: string;
|
|
466
466
|
progressField?: string | undefined;
|
|
467
467
|
dependenciesField?: string | undefined;
|
|
468
|
+
colorField?: string | undefined;
|
|
469
|
+
parentField?: string | undefined;
|
|
470
|
+
typeField?: string | undefined;
|
|
471
|
+
baselineStartField?: string | undefined;
|
|
472
|
+
baselineEndField?: string | undefined;
|
|
473
|
+
groupByField?: string | undefined;
|
|
474
|
+
resourceView?: boolean | undefined;
|
|
475
|
+
assigneeField?: string | undefined;
|
|
476
|
+
effortField?: string | undefined;
|
|
477
|
+
capacity?: number | undefined;
|
|
478
|
+
tooltipFields?: (string | {
|
|
479
|
+
field: string;
|
|
480
|
+
label?: string | undefined;
|
|
481
|
+
})[] | undefined;
|
|
482
|
+
quickFilters?: {
|
|
483
|
+
field: string;
|
|
484
|
+
label?: string | undefined;
|
|
485
|
+
options?: (string | {
|
|
486
|
+
value: string | number;
|
|
487
|
+
label?: string | undefined;
|
|
488
|
+
})[] | undefined;
|
|
489
|
+
}[] | undefined;
|
|
490
|
+
autoZoomToFilter?: boolean | undefined;
|
|
468
491
|
} | undefined;
|
|
469
492
|
gallery?: {
|
|
470
493
|
coverFit: "cover" | "contain";
|
|
@@ -628,7 +651,7 @@ declare const SysNotification: Omit<{
|
|
|
628
651
|
clone: boolean;
|
|
629
652
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
630
653
|
} | undefined;
|
|
631
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
654
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
632
655
|
publicSharing?: {
|
|
633
656
|
enabled: boolean;
|
|
634
657
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -660,7 +683,7 @@ declare const SysNotification: Omit<{
|
|
|
660
683
|
} | {
|
|
661
684
|
language: "js";
|
|
662
685
|
source: string;
|
|
663
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
686
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
664
687
|
timeoutMs?: number | undefined;
|
|
665
688
|
memoryMb?: number | undefined;
|
|
666
689
|
} | undefined;
|
|
@@ -2678,6 +2701,29 @@ declare const SysAttachment: Omit<{
|
|
|
2678
2701
|
titleField: string;
|
|
2679
2702
|
progressField?: string | undefined;
|
|
2680
2703
|
dependenciesField?: string | undefined;
|
|
2704
|
+
colorField?: string | undefined;
|
|
2705
|
+
parentField?: string | undefined;
|
|
2706
|
+
typeField?: string | undefined;
|
|
2707
|
+
baselineStartField?: string | undefined;
|
|
2708
|
+
baselineEndField?: string | undefined;
|
|
2709
|
+
groupByField?: string | undefined;
|
|
2710
|
+
resourceView?: boolean | undefined;
|
|
2711
|
+
assigneeField?: string | undefined;
|
|
2712
|
+
effortField?: string | undefined;
|
|
2713
|
+
capacity?: number | undefined;
|
|
2714
|
+
tooltipFields?: (string | {
|
|
2715
|
+
field: string;
|
|
2716
|
+
label?: string | undefined;
|
|
2717
|
+
})[] | undefined;
|
|
2718
|
+
quickFilters?: {
|
|
2719
|
+
field: string;
|
|
2720
|
+
label?: string | undefined;
|
|
2721
|
+
options?: (string | {
|
|
2722
|
+
value: string | number;
|
|
2723
|
+
label?: string | undefined;
|
|
2724
|
+
})[] | undefined;
|
|
2725
|
+
}[] | undefined;
|
|
2726
|
+
autoZoomToFilter?: boolean | undefined;
|
|
2681
2727
|
} | undefined;
|
|
2682
2728
|
gallery?: {
|
|
2683
2729
|
coverFit: "cover" | "contain";
|
|
@@ -2841,7 +2887,7 @@ declare const SysAttachment: Omit<{
|
|
|
2841
2887
|
clone: boolean;
|
|
2842
2888
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
2843
2889
|
} | undefined;
|
|
2844
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
2890
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
2845
2891
|
publicSharing?: {
|
|
2846
2892
|
enabled: boolean;
|
|
2847
2893
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -2873,7 +2919,7 @@ declare const SysAttachment: Omit<{
|
|
|
2873
2919
|
} | {
|
|
2874
2920
|
language: "js";
|
|
2875
2921
|
source: string;
|
|
2876
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
2922
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
2877
2923
|
timeoutMs?: number | undefined;
|
|
2878
2924
|
memoryMb?: number | undefined;
|
|
2879
2925
|
} | undefined;
|
|
@@ -5466,6 +5512,29 @@ declare const SysEmail: Omit<{
|
|
|
5466
5512
|
titleField: string;
|
|
5467
5513
|
progressField?: string | undefined;
|
|
5468
5514
|
dependenciesField?: string | undefined;
|
|
5515
|
+
colorField?: string | undefined;
|
|
5516
|
+
parentField?: string | undefined;
|
|
5517
|
+
typeField?: string | undefined;
|
|
5518
|
+
baselineStartField?: string | undefined;
|
|
5519
|
+
baselineEndField?: string | undefined;
|
|
5520
|
+
groupByField?: string | undefined;
|
|
5521
|
+
resourceView?: boolean | undefined;
|
|
5522
|
+
assigneeField?: string | undefined;
|
|
5523
|
+
effortField?: string | undefined;
|
|
5524
|
+
capacity?: number | undefined;
|
|
5525
|
+
tooltipFields?: (string | {
|
|
5526
|
+
field: string;
|
|
5527
|
+
label?: string | undefined;
|
|
5528
|
+
})[] | undefined;
|
|
5529
|
+
quickFilters?: {
|
|
5530
|
+
field: string;
|
|
5531
|
+
label?: string | undefined;
|
|
5532
|
+
options?: (string | {
|
|
5533
|
+
value: string | number;
|
|
5534
|
+
label?: string | undefined;
|
|
5535
|
+
})[] | undefined;
|
|
5536
|
+
}[] | undefined;
|
|
5537
|
+
autoZoomToFilter?: boolean | undefined;
|
|
5469
5538
|
} | undefined;
|
|
5470
5539
|
gallery?: {
|
|
5471
5540
|
coverFit: "cover" | "contain";
|
|
@@ -5629,7 +5698,7 @@ declare const SysEmail: Omit<{
|
|
|
5629
5698
|
clone: boolean;
|
|
5630
5699
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
5631
5700
|
} | undefined;
|
|
5632
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
5701
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
5633
5702
|
publicSharing?: {
|
|
5634
5703
|
enabled: boolean;
|
|
5635
5704
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -5661,7 +5730,7 @@ declare const SysEmail: Omit<{
|
|
|
5661
5730
|
} | {
|
|
5662
5731
|
language: "js";
|
|
5663
5732
|
source: string;
|
|
5664
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
5733
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
5665
5734
|
timeoutMs?: number | undefined;
|
|
5666
5735
|
memoryMb?: number | undefined;
|
|
5667
5736
|
} | undefined;
|
|
@@ -9175,6 +9244,29 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9175
9244
|
titleField: string;
|
|
9176
9245
|
progressField?: string | undefined;
|
|
9177
9246
|
dependenciesField?: string | undefined;
|
|
9247
|
+
colorField?: string | undefined;
|
|
9248
|
+
parentField?: string | undefined;
|
|
9249
|
+
typeField?: string | undefined;
|
|
9250
|
+
baselineStartField?: string | undefined;
|
|
9251
|
+
baselineEndField?: string | undefined;
|
|
9252
|
+
groupByField?: string | undefined;
|
|
9253
|
+
resourceView?: boolean | undefined;
|
|
9254
|
+
assigneeField?: string | undefined;
|
|
9255
|
+
effortField?: string | undefined;
|
|
9256
|
+
capacity?: number | undefined;
|
|
9257
|
+
tooltipFields?: (string | {
|
|
9258
|
+
field: string;
|
|
9259
|
+
label?: string | undefined;
|
|
9260
|
+
})[] | undefined;
|
|
9261
|
+
quickFilters?: {
|
|
9262
|
+
field: string;
|
|
9263
|
+
label?: string | undefined;
|
|
9264
|
+
options?: (string | {
|
|
9265
|
+
value: string | number;
|
|
9266
|
+
label?: string | undefined;
|
|
9267
|
+
})[] | undefined;
|
|
9268
|
+
}[] | undefined;
|
|
9269
|
+
autoZoomToFilter?: boolean | undefined;
|
|
9178
9270
|
} | undefined;
|
|
9179
9271
|
gallery?: {
|
|
9180
9272
|
coverFit: "cover" | "contain";
|
|
@@ -9338,7 +9430,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9338
9430
|
clone: boolean;
|
|
9339
9431
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
9340
9432
|
} | undefined;
|
|
9341
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
9433
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
9342
9434
|
publicSharing?: {
|
|
9343
9435
|
enabled: boolean;
|
|
9344
9436
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -9370,7 +9462,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
9370
9462
|
} | {
|
|
9371
9463
|
language: "js";
|
|
9372
9464
|
source: string;
|
|
9373
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
9465
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
9374
9466
|
timeoutMs?: number | undefined;
|
|
9375
9467
|
memoryMb?: number | undefined;
|
|
9376
9468
|
} | undefined;
|
|
@@ -12588,6 +12680,29 @@ declare const SysSavedReport: Omit<{
|
|
|
12588
12680
|
titleField: string;
|
|
12589
12681
|
progressField?: string | undefined;
|
|
12590
12682
|
dependenciesField?: string | undefined;
|
|
12683
|
+
colorField?: string | undefined;
|
|
12684
|
+
parentField?: string | undefined;
|
|
12685
|
+
typeField?: string | undefined;
|
|
12686
|
+
baselineStartField?: string | undefined;
|
|
12687
|
+
baselineEndField?: string | undefined;
|
|
12688
|
+
groupByField?: string | undefined;
|
|
12689
|
+
resourceView?: boolean | undefined;
|
|
12690
|
+
assigneeField?: string | undefined;
|
|
12691
|
+
effortField?: string | undefined;
|
|
12692
|
+
capacity?: number | undefined;
|
|
12693
|
+
tooltipFields?: (string | {
|
|
12694
|
+
field: string;
|
|
12695
|
+
label?: string | undefined;
|
|
12696
|
+
})[] | undefined;
|
|
12697
|
+
quickFilters?: {
|
|
12698
|
+
field: string;
|
|
12699
|
+
label?: string | undefined;
|
|
12700
|
+
options?: (string | {
|
|
12701
|
+
value: string | number;
|
|
12702
|
+
label?: string | undefined;
|
|
12703
|
+
})[] | undefined;
|
|
12704
|
+
}[] | undefined;
|
|
12705
|
+
autoZoomToFilter?: boolean | undefined;
|
|
12591
12706
|
} | undefined;
|
|
12592
12707
|
gallery?: {
|
|
12593
12708
|
coverFit: "cover" | "contain";
|
|
@@ -12751,7 +12866,7 @@ declare const SysSavedReport: Omit<{
|
|
|
12751
12866
|
clone: boolean;
|
|
12752
12867
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
12753
12868
|
} | undefined;
|
|
12754
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
12869
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
12755
12870
|
publicSharing?: {
|
|
12756
12871
|
enabled: boolean;
|
|
12757
12872
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -12783,7 +12898,7 @@ declare const SysSavedReport: Omit<{
|
|
|
12783
12898
|
} | {
|
|
12784
12899
|
language: "js";
|
|
12785
12900
|
source: string;
|
|
12786
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
12901
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
12787
12902
|
timeoutMs?: number | undefined;
|
|
12788
12903
|
memoryMb?: number | undefined;
|
|
12789
12904
|
} | undefined;
|
|
@@ -15070,6 +15185,29 @@ declare const SysReportSchedule: Omit<{
|
|
|
15070
15185
|
titleField: string;
|
|
15071
15186
|
progressField?: string | undefined;
|
|
15072
15187
|
dependenciesField?: string | undefined;
|
|
15188
|
+
colorField?: string | undefined;
|
|
15189
|
+
parentField?: string | undefined;
|
|
15190
|
+
typeField?: string | undefined;
|
|
15191
|
+
baselineStartField?: string | undefined;
|
|
15192
|
+
baselineEndField?: string | undefined;
|
|
15193
|
+
groupByField?: string | undefined;
|
|
15194
|
+
resourceView?: boolean | undefined;
|
|
15195
|
+
assigneeField?: string | undefined;
|
|
15196
|
+
effortField?: string | undefined;
|
|
15197
|
+
capacity?: number | undefined;
|
|
15198
|
+
tooltipFields?: (string | {
|
|
15199
|
+
field: string;
|
|
15200
|
+
label?: string | undefined;
|
|
15201
|
+
})[] | undefined;
|
|
15202
|
+
quickFilters?: {
|
|
15203
|
+
field: string;
|
|
15204
|
+
label?: string | undefined;
|
|
15205
|
+
options?: (string | {
|
|
15206
|
+
value: string | number;
|
|
15207
|
+
label?: string | undefined;
|
|
15208
|
+
})[] | undefined;
|
|
15209
|
+
}[] | undefined;
|
|
15210
|
+
autoZoomToFilter?: boolean | undefined;
|
|
15073
15211
|
} | undefined;
|
|
15074
15212
|
gallery?: {
|
|
15075
15213
|
coverFit: "cover" | "contain";
|
|
@@ -15233,7 +15371,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
15233
15371
|
clone: boolean;
|
|
15234
15372
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
15235
15373
|
} | undefined;
|
|
15236
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
15374
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
15237
15375
|
publicSharing?: {
|
|
15238
15376
|
enabled: boolean;
|
|
15239
15377
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -15265,7 +15403,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
15265
15403
|
} | {
|
|
15266
15404
|
language: "js";
|
|
15267
15405
|
source: string;
|
|
15268
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
15406
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
15269
15407
|
timeoutMs?: number | undefined;
|
|
15270
15408
|
memoryMb?: number | undefined;
|
|
15271
15409
|
} | undefined;
|
|
@@ -18467,6 +18605,29 @@ declare const SysJob: Omit<{
|
|
|
18467
18605
|
titleField: string;
|
|
18468
18606
|
progressField?: string | undefined;
|
|
18469
18607
|
dependenciesField?: string | undefined;
|
|
18608
|
+
colorField?: string | undefined;
|
|
18609
|
+
parentField?: string | undefined;
|
|
18610
|
+
typeField?: string | undefined;
|
|
18611
|
+
baselineStartField?: string | undefined;
|
|
18612
|
+
baselineEndField?: string | undefined;
|
|
18613
|
+
groupByField?: string | undefined;
|
|
18614
|
+
resourceView?: boolean | undefined;
|
|
18615
|
+
assigneeField?: string | undefined;
|
|
18616
|
+
effortField?: string | undefined;
|
|
18617
|
+
capacity?: number | undefined;
|
|
18618
|
+
tooltipFields?: (string | {
|
|
18619
|
+
field: string;
|
|
18620
|
+
label?: string | undefined;
|
|
18621
|
+
})[] | undefined;
|
|
18622
|
+
quickFilters?: {
|
|
18623
|
+
field: string;
|
|
18624
|
+
label?: string | undefined;
|
|
18625
|
+
options?: (string | {
|
|
18626
|
+
value: string | number;
|
|
18627
|
+
label?: string | undefined;
|
|
18628
|
+
})[] | undefined;
|
|
18629
|
+
}[] | undefined;
|
|
18630
|
+
autoZoomToFilter?: boolean | undefined;
|
|
18470
18631
|
} | undefined;
|
|
18471
18632
|
gallery?: {
|
|
18472
18633
|
coverFit: "cover" | "contain";
|
|
@@ -18630,7 +18791,7 @@ declare const SysJob: Omit<{
|
|
|
18630
18791
|
clone: boolean;
|
|
18631
18792
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
18632
18793
|
} | undefined;
|
|
18633
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
18794
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
18634
18795
|
publicSharing?: {
|
|
18635
18796
|
enabled: boolean;
|
|
18636
18797
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -18662,7 +18823,7 @@ declare const SysJob: Omit<{
|
|
|
18662
18823
|
} | {
|
|
18663
18824
|
language: "js";
|
|
18664
18825
|
source: string;
|
|
18665
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
18826
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
18666
18827
|
timeoutMs?: number | undefined;
|
|
18667
18828
|
memoryMb?: number | undefined;
|
|
18668
18829
|
} | undefined;
|
|
@@ -21244,6 +21405,29 @@ declare const SysJobRun: Omit<{
|
|
|
21244
21405
|
titleField: string;
|
|
21245
21406
|
progressField?: string | undefined;
|
|
21246
21407
|
dependenciesField?: string | undefined;
|
|
21408
|
+
colorField?: string | undefined;
|
|
21409
|
+
parentField?: string | undefined;
|
|
21410
|
+
typeField?: string | undefined;
|
|
21411
|
+
baselineStartField?: string | undefined;
|
|
21412
|
+
baselineEndField?: string | undefined;
|
|
21413
|
+
groupByField?: string | undefined;
|
|
21414
|
+
resourceView?: boolean | undefined;
|
|
21415
|
+
assigneeField?: string | undefined;
|
|
21416
|
+
effortField?: string | undefined;
|
|
21417
|
+
capacity?: number | undefined;
|
|
21418
|
+
tooltipFields?: (string | {
|
|
21419
|
+
field: string;
|
|
21420
|
+
label?: string | undefined;
|
|
21421
|
+
})[] | undefined;
|
|
21422
|
+
quickFilters?: {
|
|
21423
|
+
field: string;
|
|
21424
|
+
label?: string | undefined;
|
|
21425
|
+
options?: (string | {
|
|
21426
|
+
value: string | number;
|
|
21427
|
+
label?: string | undefined;
|
|
21428
|
+
})[] | undefined;
|
|
21429
|
+
}[] | undefined;
|
|
21430
|
+
autoZoomToFilter?: boolean | undefined;
|
|
21247
21431
|
} | undefined;
|
|
21248
21432
|
gallery?: {
|
|
21249
21433
|
coverFit: "cover" | "contain";
|
|
@@ -21407,7 +21591,7 @@ declare const SysJobRun: Omit<{
|
|
|
21407
21591
|
clone: boolean;
|
|
21408
21592
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
21409
21593
|
} | undefined;
|
|
21410
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
21594
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
21411
21595
|
publicSharing?: {
|
|
21412
21596
|
enabled: boolean;
|
|
21413
21597
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -21439,7 +21623,7 @@ declare const SysJobRun: Omit<{
|
|
|
21439
21623
|
} | {
|
|
21440
21624
|
language: "js";
|
|
21441
21625
|
source: string;
|
|
21442
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
21626
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
21443
21627
|
timeoutMs?: number | undefined;
|
|
21444
21628
|
memoryMb?: number | undefined;
|
|
21445
21629
|
} | undefined;
|
|
@@ -23564,6 +23748,29 @@ declare const SysJobQueue: Omit<{
|
|
|
23564
23748
|
titleField: string;
|
|
23565
23749
|
progressField?: string | undefined;
|
|
23566
23750
|
dependenciesField?: string | undefined;
|
|
23751
|
+
colorField?: string | undefined;
|
|
23752
|
+
parentField?: string | undefined;
|
|
23753
|
+
typeField?: string | undefined;
|
|
23754
|
+
baselineStartField?: string | undefined;
|
|
23755
|
+
baselineEndField?: string | undefined;
|
|
23756
|
+
groupByField?: string | undefined;
|
|
23757
|
+
resourceView?: boolean | undefined;
|
|
23758
|
+
assigneeField?: string | undefined;
|
|
23759
|
+
effortField?: string | undefined;
|
|
23760
|
+
capacity?: number | undefined;
|
|
23761
|
+
tooltipFields?: (string | {
|
|
23762
|
+
field: string;
|
|
23763
|
+
label?: string | undefined;
|
|
23764
|
+
})[] | undefined;
|
|
23765
|
+
quickFilters?: {
|
|
23766
|
+
field: string;
|
|
23767
|
+
label?: string | undefined;
|
|
23768
|
+
options?: (string | {
|
|
23769
|
+
value: string | number;
|
|
23770
|
+
label?: string | undefined;
|
|
23771
|
+
})[] | undefined;
|
|
23772
|
+
}[] | undefined;
|
|
23773
|
+
autoZoomToFilter?: boolean | undefined;
|
|
23567
23774
|
} | undefined;
|
|
23568
23775
|
gallery?: {
|
|
23569
23776
|
coverFit: "cover" | "contain";
|
|
@@ -23727,7 +23934,7 @@ declare const SysJobQueue: Omit<{
|
|
|
23727
23934
|
clone: boolean;
|
|
23728
23935
|
apiMethods?: ("search" | "create" | "import" | "delete" | "list" | "get" | "update" | "upsert" | "bulk" | "aggregate" | "history" | "restore" | "purge" | "export")[] | undefined;
|
|
23729
23936
|
} | undefined;
|
|
23730
|
-
sharingModel?: "full" | "read" | "private" | "read_write" | undefined;
|
|
23937
|
+
sharingModel?: "full" | "read" | "private" | "public_read" | "public_read_write" | "controlled_by_parent" | "read_write" | undefined;
|
|
23731
23938
|
publicSharing?: {
|
|
23732
23939
|
enabled: boolean;
|
|
23733
23940
|
allowedAudiences?: ("email" | "public" | "link_only" | "signed_in")[] | undefined;
|
|
@@ -23759,7 +23966,7 @@ declare const SysJobQueue: Omit<{
|
|
|
23759
23966
|
} | {
|
|
23760
23967
|
language: "js";
|
|
23761
23968
|
source: string;
|
|
23762
|
-
capabilities: ("api.read" | "api.write" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
23969
|
+
capabilities: ("api.read" | "api.write" | "api.transaction" | "crypto.uuid" | "crypto.hash" | "log")[];
|
|
23763
23970
|
timeoutMs?: number | undefined;
|
|
23764
23971
|
memoryMb?: number | undefined;
|
|
23765
23972
|
} | undefined;
|