@objectstack/platform-objects 9.9.0 → 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.
- package/dist/audit/index.d.mts +216 -9
- package/dist/audit/index.d.ts +216 -9
- package/dist/identity/index.d.mts +480 -20
- package/dist/identity/index.d.ts +480 -20
- 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 +72 -3
- package/dist/system/index.d.ts +72 -3
- package/package.json +3 -3
package/dist/audit/index.d.mts
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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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;
|