@objectstack/platform-objects 14.6.0 → 14.8.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/apps/index.d.mts +1 -1
- package/dist/apps/index.d.ts +1 -1
- package/dist/apps/index.js +135 -135
- package/dist/apps/index.js.map +1 -1
- package/dist/apps/index.mjs +135 -135
- package/dist/apps/index.mjs.map +1 -1
- package/dist/audit/index.d.mts +208 -50
- package/dist/audit/index.d.ts +208 -50
- package/dist/identity/index.d.mts +361 -110
- package/dist/identity/index.d.ts +361 -110
- package/dist/index.js +236 -174
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +236 -174
- package/dist/index.mjs.map +1 -1
- package/dist/pages/index.js +101 -39
- package/dist/pages/index.js.map +1 -1
- package/dist/pages/index.mjs +101 -39
- package/dist/pages/index.mjs.map +1 -1
- package/dist/plugin.js +135 -135
- package/dist/plugin.js.map +1 -1
- package/dist/plugin.mjs +135 -135
- package/dist/plugin.mjs.map +1 -1
- package/dist/system/index.d.mts +53 -15
- package/dist/system/index.d.ts +53 -15
- package/package.json +3 -3
package/dist/audit/index.d.mts
CHANGED
|
@@ -255,6 +255,7 @@ declare const SysNotification: Omit<{
|
|
|
255
255
|
generatedBy?: string | undefined;
|
|
256
256
|
} | undefined;
|
|
257
257
|
} | undefined;
|
|
258
|
+
widget?: string | undefined;
|
|
258
259
|
requiredPermissions?: string[] | undefined;
|
|
259
260
|
system?: boolean | undefined;
|
|
260
261
|
inlineHelpText?: string | undefined;
|
|
@@ -486,6 +487,11 @@ declare const SysNotification: Omit<{
|
|
|
486
487
|
schemaId: string;
|
|
487
488
|
schema?: Record<string, unknown> | undefined;
|
|
488
489
|
} | undefined;
|
|
490
|
+
emptyState?: {
|
|
491
|
+
title?: string | undefined;
|
|
492
|
+
message?: string | undefined;
|
|
493
|
+
icon?: string | undefined;
|
|
494
|
+
} | undefined;
|
|
489
495
|
tree?: {
|
|
490
496
|
[x: string]: unknown;
|
|
491
497
|
parentField?: string | undefined;
|
|
@@ -645,11 +651,6 @@ declare const SysNotification: Omit<{
|
|
|
645
651
|
} | undefined;
|
|
646
652
|
showRecordCount?: boolean | undefined;
|
|
647
653
|
allowPrinting?: boolean | undefined;
|
|
648
|
-
emptyState?: {
|
|
649
|
-
title?: string | undefined;
|
|
650
|
-
message?: string | undefined;
|
|
651
|
-
icon?: string | undefined;
|
|
652
|
-
} | undefined;
|
|
653
654
|
performance?: {
|
|
654
655
|
lazyLoad?: boolean | undefined;
|
|
655
656
|
virtualScroll?: {
|
|
@@ -916,6 +917,7 @@ declare const SysNotification: Omit<{
|
|
|
916
917
|
readonly precision?: number | undefined;
|
|
917
918
|
readonly required?: boolean | undefined;
|
|
918
919
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
920
|
+
readonly widget?: string | undefined;
|
|
919
921
|
readonly multiple?: boolean | undefined;
|
|
920
922
|
readonly dependencies?: string[] | undefined;
|
|
921
923
|
readonly externalId?: boolean | undefined;
|
|
@@ -1099,6 +1101,7 @@ declare const SysNotification: Omit<{
|
|
|
1099
1101
|
readonly precision?: number | undefined;
|
|
1100
1102
|
readonly required?: boolean | undefined;
|
|
1101
1103
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1104
|
+
readonly widget?: string | undefined;
|
|
1102
1105
|
readonly multiple?: boolean | undefined;
|
|
1103
1106
|
readonly dependencies?: string[] | undefined;
|
|
1104
1107
|
readonly externalId?: boolean | undefined;
|
|
@@ -1282,6 +1285,7 @@ declare const SysNotification: Omit<{
|
|
|
1282
1285
|
readonly precision?: number | undefined;
|
|
1283
1286
|
readonly required?: boolean | undefined;
|
|
1284
1287
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1288
|
+
readonly widget?: string | undefined;
|
|
1285
1289
|
readonly multiple?: boolean | undefined;
|
|
1286
1290
|
readonly dependencies?: string[] | undefined;
|
|
1287
1291
|
readonly externalId?: boolean | undefined;
|
|
@@ -1465,6 +1469,7 @@ declare const SysNotification: Omit<{
|
|
|
1465
1469
|
readonly precision?: number | undefined;
|
|
1466
1470
|
readonly required?: boolean | undefined;
|
|
1467
1471
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1472
|
+
readonly widget?: string | undefined;
|
|
1468
1473
|
readonly multiple?: boolean | undefined;
|
|
1469
1474
|
readonly dependencies?: string[] | undefined;
|
|
1470
1475
|
readonly externalId?: boolean | undefined;
|
|
@@ -1648,6 +1653,7 @@ declare const SysNotification: Omit<{
|
|
|
1648
1653
|
readonly precision?: number | undefined;
|
|
1649
1654
|
readonly required?: boolean | undefined;
|
|
1650
1655
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1656
|
+
readonly widget?: string | undefined;
|
|
1651
1657
|
readonly multiple?: boolean | undefined;
|
|
1652
1658
|
readonly dependencies?: string[] | undefined;
|
|
1653
1659
|
readonly externalId?: boolean | undefined;
|
|
@@ -1831,6 +1837,7 @@ declare const SysNotification: Omit<{
|
|
|
1831
1837
|
readonly precision?: number | undefined;
|
|
1832
1838
|
readonly required?: boolean | undefined;
|
|
1833
1839
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1840
|
+
readonly widget?: string | undefined;
|
|
1834
1841
|
readonly multiple?: boolean | undefined;
|
|
1835
1842
|
readonly dependencies?: string[] | undefined;
|
|
1836
1843
|
readonly externalId?: boolean | undefined;
|
|
@@ -2014,6 +2021,7 @@ declare const SysNotification: Omit<{
|
|
|
2014
2021
|
readonly precision?: number | undefined;
|
|
2015
2022
|
readonly required?: boolean | undefined;
|
|
2016
2023
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2024
|
+
readonly widget?: string | undefined;
|
|
2017
2025
|
readonly multiple?: boolean | undefined;
|
|
2018
2026
|
readonly dependencies?: string[] | undefined;
|
|
2019
2027
|
readonly externalId?: boolean | undefined;
|
|
@@ -2197,6 +2205,7 @@ declare const SysNotification: Omit<{
|
|
|
2197
2205
|
readonly precision?: number | undefined;
|
|
2198
2206
|
readonly required?: boolean | undefined;
|
|
2199
2207
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2208
|
+
readonly widget?: string | undefined;
|
|
2200
2209
|
readonly multiple?: boolean | undefined;
|
|
2201
2210
|
readonly dependencies?: string[] | undefined;
|
|
2202
2211
|
readonly externalId?: boolean | undefined;
|
|
@@ -2380,6 +2389,7 @@ declare const SysNotification: Omit<{
|
|
|
2380
2389
|
readonly precision?: number | undefined;
|
|
2381
2390
|
readonly required?: boolean | undefined;
|
|
2382
2391
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2392
|
+
readonly widget?: string | undefined;
|
|
2383
2393
|
readonly multiple?: boolean | undefined;
|
|
2384
2394
|
readonly dependencies?: string[] | undefined;
|
|
2385
2395
|
readonly externalId?: boolean | undefined;
|
|
@@ -2802,6 +2812,7 @@ declare const SysAttachment: Omit<{
|
|
|
2802
2812
|
generatedBy?: string | undefined;
|
|
2803
2813
|
} | undefined;
|
|
2804
2814
|
} | undefined;
|
|
2815
|
+
widget?: string | undefined;
|
|
2805
2816
|
requiredPermissions?: string[] | undefined;
|
|
2806
2817
|
system?: boolean | undefined;
|
|
2807
2818
|
inlineHelpText?: string | undefined;
|
|
@@ -3033,6 +3044,11 @@ declare const SysAttachment: Omit<{
|
|
|
3033
3044
|
schemaId: string;
|
|
3034
3045
|
schema?: Record<string, unknown> | undefined;
|
|
3035
3046
|
} | undefined;
|
|
3047
|
+
emptyState?: {
|
|
3048
|
+
title?: string | undefined;
|
|
3049
|
+
message?: string | undefined;
|
|
3050
|
+
icon?: string | undefined;
|
|
3051
|
+
} | undefined;
|
|
3036
3052
|
tree?: {
|
|
3037
3053
|
[x: string]: unknown;
|
|
3038
3054
|
parentField?: string | undefined;
|
|
@@ -3192,11 +3208,6 @@ declare const SysAttachment: Omit<{
|
|
|
3192
3208
|
} | undefined;
|
|
3193
3209
|
showRecordCount?: boolean | undefined;
|
|
3194
3210
|
allowPrinting?: boolean | undefined;
|
|
3195
|
-
emptyState?: {
|
|
3196
|
-
title?: string | undefined;
|
|
3197
|
-
message?: string | undefined;
|
|
3198
|
-
icon?: string | undefined;
|
|
3199
|
-
} | undefined;
|
|
3200
3211
|
performance?: {
|
|
3201
3212
|
lazyLoad?: boolean | undefined;
|
|
3202
3213
|
virtualScroll?: {
|
|
@@ -3408,6 +3419,7 @@ declare const SysAttachment: Omit<{
|
|
|
3408
3419
|
readonly precision?: number | undefined;
|
|
3409
3420
|
readonly required?: boolean | undefined;
|
|
3410
3421
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3422
|
+
readonly widget?: string | undefined;
|
|
3411
3423
|
readonly multiple?: boolean | undefined;
|
|
3412
3424
|
readonly dependencies?: string[] | undefined;
|
|
3413
3425
|
readonly externalId?: boolean | undefined;
|
|
@@ -3591,6 +3603,7 @@ declare const SysAttachment: Omit<{
|
|
|
3591
3603
|
readonly precision?: number | undefined;
|
|
3592
3604
|
readonly required?: boolean | undefined;
|
|
3593
3605
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3606
|
+
readonly widget?: string | undefined;
|
|
3594
3607
|
readonly multiple?: boolean | undefined;
|
|
3595
3608
|
readonly dependencies?: string[] | undefined;
|
|
3596
3609
|
readonly externalId?: boolean | undefined;
|
|
@@ -3774,6 +3787,7 @@ declare const SysAttachment: Omit<{
|
|
|
3774
3787
|
readonly precision?: number | undefined;
|
|
3775
3788
|
readonly required?: boolean | undefined;
|
|
3776
3789
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3790
|
+
readonly widget?: string | undefined;
|
|
3777
3791
|
readonly multiple?: boolean | undefined;
|
|
3778
3792
|
readonly dependencies?: string[] | undefined;
|
|
3779
3793
|
readonly externalId?: boolean | undefined;
|
|
@@ -3957,6 +3971,7 @@ declare const SysAttachment: Omit<{
|
|
|
3957
3971
|
readonly precision?: number | undefined;
|
|
3958
3972
|
readonly required?: boolean | undefined;
|
|
3959
3973
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3974
|
+
readonly widget?: string | undefined;
|
|
3960
3975
|
readonly multiple?: boolean | undefined;
|
|
3961
3976
|
readonly dependencies?: string[] | undefined;
|
|
3962
3977
|
readonly externalId?: boolean | undefined;
|
|
@@ -4140,6 +4155,7 @@ declare const SysAttachment: Omit<{
|
|
|
4140
4155
|
readonly precision?: number | undefined;
|
|
4141
4156
|
readonly required?: boolean | undefined;
|
|
4142
4157
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4158
|
+
readonly widget?: string | undefined;
|
|
4143
4159
|
readonly multiple?: boolean | undefined;
|
|
4144
4160
|
readonly dependencies?: string[] | undefined;
|
|
4145
4161
|
readonly externalId?: boolean | undefined;
|
|
@@ -4323,6 +4339,7 @@ declare const SysAttachment: Omit<{
|
|
|
4323
4339
|
readonly precision?: number | undefined;
|
|
4324
4340
|
readonly required?: boolean | undefined;
|
|
4325
4341
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4342
|
+
readonly widget?: string | undefined;
|
|
4326
4343
|
readonly multiple?: boolean | undefined;
|
|
4327
4344
|
readonly dependencies?: string[] | undefined;
|
|
4328
4345
|
readonly externalId?: boolean | undefined;
|
|
@@ -4506,6 +4523,7 @@ declare const SysAttachment: Omit<{
|
|
|
4506
4523
|
readonly precision?: number | undefined;
|
|
4507
4524
|
readonly required?: boolean | undefined;
|
|
4508
4525
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4526
|
+
readonly widget?: string | undefined;
|
|
4509
4527
|
readonly multiple?: boolean | undefined;
|
|
4510
4528
|
readonly dependencies?: string[] | undefined;
|
|
4511
4529
|
readonly externalId?: boolean | undefined;
|
|
@@ -4689,6 +4707,7 @@ declare const SysAttachment: Omit<{
|
|
|
4689
4707
|
readonly precision?: number | undefined;
|
|
4690
4708
|
readonly required?: boolean | undefined;
|
|
4691
4709
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4710
|
+
readonly widget?: string | undefined;
|
|
4692
4711
|
readonly multiple?: boolean | undefined;
|
|
4693
4712
|
readonly dependencies?: string[] | undefined;
|
|
4694
4713
|
readonly externalId?: boolean | undefined;
|
|
@@ -4872,6 +4891,7 @@ declare const SysAttachment: Omit<{
|
|
|
4872
4891
|
readonly precision?: number | undefined;
|
|
4873
4892
|
readonly required?: boolean | undefined;
|
|
4874
4893
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4894
|
+
readonly widget?: string | undefined;
|
|
4875
4895
|
readonly multiple?: boolean | undefined;
|
|
4876
4896
|
readonly dependencies?: string[] | undefined;
|
|
4877
4897
|
readonly externalId?: boolean | undefined;
|
|
@@ -5055,6 +5075,7 @@ declare const SysAttachment: Omit<{
|
|
|
5055
5075
|
readonly precision?: number | undefined;
|
|
5056
5076
|
readonly required?: boolean | undefined;
|
|
5057
5077
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5078
|
+
readonly widget?: string | undefined;
|
|
5058
5079
|
readonly multiple?: boolean | undefined;
|
|
5059
5080
|
readonly dependencies?: string[] | undefined;
|
|
5060
5081
|
readonly externalId?: boolean | undefined;
|
|
@@ -5238,6 +5259,7 @@ declare const SysAttachment: Omit<{
|
|
|
5238
5259
|
readonly precision?: number | undefined;
|
|
5239
5260
|
readonly required?: boolean | undefined;
|
|
5240
5261
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5262
|
+
readonly widget?: string | undefined;
|
|
5241
5263
|
readonly multiple?: boolean | undefined;
|
|
5242
5264
|
readonly dependencies?: string[] | undefined;
|
|
5243
5265
|
readonly externalId?: boolean | undefined;
|
|
@@ -5421,6 +5443,7 @@ declare const SysAttachment: Omit<{
|
|
|
5421
5443
|
readonly precision?: number | undefined;
|
|
5422
5444
|
readonly required?: boolean | undefined;
|
|
5423
5445
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5446
|
+
readonly widget?: string | undefined;
|
|
5424
5447
|
readonly multiple?: boolean | undefined;
|
|
5425
5448
|
readonly dependencies?: string[] | undefined;
|
|
5426
5449
|
readonly externalId?: boolean | undefined;
|
|
@@ -5604,6 +5627,7 @@ declare const SysAttachment: Omit<{
|
|
|
5604
5627
|
readonly precision?: number | undefined;
|
|
5605
5628
|
readonly required?: boolean | undefined;
|
|
5606
5629
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5630
|
+
readonly widget?: string | undefined;
|
|
5607
5631
|
readonly multiple?: boolean | undefined;
|
|
5608
5632
|
readonly dependencies?: string[] | undefined;
|
|
5609
5633
|
readonly externalId?: boolean | undefined;
|
|
@@ -6029,6 +6053,7 @@ declare const SysEmail: Omit<{
|
|
|
6029
6053
|
generatedBy?: string | undefined;
|
|
6030
6054
|
} | undefined;
|
|
6031
6055
|
} | undefined;
|
|
6056
|
+
widget?: string | undefined;
|
|
6032
6057
|
requiredPermissions?: string[] | undefined;
|
|
6033
6058
|
system?: boolean | undefined;
|
|
6034
6059
|
inlineHelpText?: string | undefined;
|
|
@@ -6260,6 +6285,11 @@ declare const SysEmail: Omit<{
|
|
|
6260
6285
|
schemaId: string;
|
|
6261
6286
|
schema?: Record<string, unknown> | undefined;
|
|
6262
6287
|
} | undefined;
|
|
6288
|
+
emptyState?: {
|
|
6289
|
+
title?: string | undefined;
|
|
6290
|
+
message?: string | undefined;
|
|
6291
|
+
icon?: string | undefined;
|
|
6292
|
+
} | undefined;
|
|
6263
6293
|
tree?: {
|
|
6264
6294
|
[x: string]: unknown;
|
|
6265
6295
|
parentField?: string | undefined;
|
|
@@ -6419,11 +6449,6 @@ declare const SysEmail: Omit<{
|
|
|
6419
6449
|
} | undefined;
|
|
6420
6450
|
showRecordCount?: boolean | undefined;
|
|
6421
6451
|
allowPrinting?: boolean | undefined;
|
|
6422
|
-
emptyState?: {
|
|
6423
|
-
title?: string | undefined;
|
|
6424
|
-
message?: string | undefined;
|
|
6425
|
-
icon?: string | undefined;
|
|
6426
|
-
} | undefined;
|
|
6427
6452
|
performance?: {
|
|
6428
6453
|
lazyLoad?: boolean | undefined;
|
|
6429
6454
|
virtualScroll?: {
|
|
@@ -6637,6 +6662,7 @@ declare const SysEmail: Omit<{
|
|
|
6637
6662
|
readonly precision?: number | undefined;
|
|
6638
6663
|
readonly required?: boolean | undefined;
|
|
6639
6664
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6665
|
+
readonly widget?: string | undefined;
|
|
6640
6666
|
readonly multiple?: boolean | undefined;
|
|
6641
6667
|
readonly dependencies?: string[] | undefined;
|
|
6642
6668
|
readonly externalId?: boolean | undefined;
|
|
@@ -6820,6 +6846,7 @@ declare const SysEmail: Omit<{
|
|
|
6820
6846
|
readonly precision?: number | undefined;
|
|
6821
6847
|
readonly required?: boolean | undefined;
|
|
6822
6848
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6849
|
+
readonly widget?: string | undefined;
|
|
6823
6850
|
readonly multiple?: boolean | undefined;
|
|
6824
6851
|
readonly dependencies?: string[] | undefined;
|
|
6825
6852
|
readonly externalId?: boolean | undefined;
|
|
@@ -7003,6 +7030,7 @@ declare const SysEmail: Omit<{
|
|
|
7003
7030
|
readonly precision?: number | undefined;
|
|
7004
7031
|
readonly required?: boolean | undefined;
|
|
7005
7032
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7033
|
+
readonly widget?: string | undefined;
|
|
7006
7034
|
readonly multiple?: boolean | undefined;
|
|
7007
7035
|
readonly dependencies?: string[] | undefined;
|
|
7008
7036
|
readonly externalId?: boolean | undefined;
|
|
@@ -7186,6 +7214,7 @@ declare const SysEmail: Omit<{
|
|
|
7186
7214
|
readonly precision?: number | undefined;
|
|
7187
7215
|
readonly required?: boolean | undefined;
|
|
7188
7216
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7217
|
+
readonly widget?: string | undefined;
|
|
7189
7218
|
readonly multiple?: boolean | undefined;
|
|
7190
7219
|
readonly dependencies?: string[] | undefined;
|
|
7191
7220
|
readonly externalId?: boolean | undefined;
|
|
@@ -7369,6 +7398,7 @@ declare const SysEmail: Omit<{
|
|
|
7369
7398
|
readonly precision?: number | undefined;
|
|
7370
7399
|
readonly required?: boolean | undefined;
|
|
7371
7400
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7401
|
+
readonly widget?: string | undefined;
|
|
7372
7402
|
readonly multiple?: boolean | undefined;
|
|
7373
7403
|
readonly dependencies?: string[] | undefined;
|
|
7374
7404
|
readonly externalId?: boolean | undefined;
|
|
@@ -7552,6 +7582,7 @@ declare const SysEmail: Omit<{
|
|
|
7552
7582
|
readonly precision?: number | undefined;
|
|
7553
7583
|
readonly required?: boolean | undefined;
|
|
7554
7584
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7585
|
+
readonly widget?: string | undefined;
|
|
7555
7586
|
readonly multiple?: boolean | undefined;
|
|
7556
7587
|
readonly dependencies?: string[] | undefined;
|
|
7557
7588
|
readonly externalId?: boolean | undefined;
|
|
@@ -7735,6 +7766,7 @@ declare const SysEmail: Omit<{
|
|
|
7735
7766
|
readonly precision?: number | undefined;
|
|
7736
7767
|
readonly required?: boolean | undefined;
|
|
7737
7768
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7769
|
+
readonly widget?: string | undefined;
|
|
7738
7770
|
readonly multiple?: boolean | undefined;
|
|
7739
7771
|
readonly dependencies?: string[] | undefined;
|
|
7740
7772
|
readonly externalId?: boolean | undefined;
|
|
@@ -7918,6 +7950,7 @@ declare const SysEmail: Omit<{
|
|
|
7918
7950
|
readonly precision?: number | undefined;
|
|
7919
7951
|
readonly required?: boolean | undefined;
|
|
7920
7952
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7953
|
+
readonly widget?: string | undefined;
|
|
7921
7954
|
readonly multiple?: boolean | undefined;
|
|
7922
7955
|
readonly dependencies?: string[] | undefined;
|
|
7923
7956
|
readonly externalId?: boolean | undefined;
|
|
@@ -8101,6 +8134,7 @@ declare const SysEmail: Omit<{
|
|
|
8101
8134
|
readonly precision?: number | undefined;
|
|
8102
8135
|
readonly required?: boolean | undefined;
|
|
8103
8136
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8137
|
+
readonly widget?: string | undefined;
|
|
8104
8138
|
readonly multiple?: boolean | undefined;
|
|
8105
8139
|
readonly dependencies?: string[] | undefined;
|
|
8106
8140
|
readonly externalId?: boolean | undefined;
|
|
@@ -8284,6 +8318,7 @@ declare const SysEmail: Omit<{
|
|
|
8284
8318
|
readonly precision?: number | undefined;
|
|
8285
8319
|
readonly required?: boolean | undefined;
|
|
8286
8320
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8321
|
+
readonly widget?: string | undefined;
|
|
8287
8322
|
readonly multiple?: boolean | undefined;
|
|
8288
8323
|
readonly dependencies?: string[] | undefined;
|
|
8289
8324
|
readonly externalId?: boolean | undefined;
|
|
@@ -8467,6 +8502,7 @@ declare const SysEmail: Omit<{
|
|
|
8467
8502
|
readonly precision?: number | undefined;
|
|
8468
8503
|
readonly required?: boolean | undefined;
|
|
8469
8504
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8505
|
+
readonly widget?: string | undefined;
|
|
8470
8506
|
readonly multiple?: boolean | undefined;
|
|
8471
8507
|
readonly dependencies?: string[] | undefined;
|
|
8472
8508
|
readonly externalId?: boolean | undefined;
|
|
@@ -8650,6 +8686,7 @@ declare const SysEmail: Omit<{
|
|
|
8650
8686
|
readonly precision?: number | undefined;
|
|
8651
8687
|
readonly required?: boolean | undefined;
|
|
8652
8688
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8689
|
+
readonly widget?: string | undefined;
|
|
8653
8690
|
readonly multiple?: boolean | undefined;
|
|
8654
8691
|
readonly dependencies?: string[] | undefined;
|
|
8655
8692
|
readonly externalId?: boolean | undefined;
|
|
@@ -8833,6 +8870,7 @@ declare const SysEmail: Omit<{
|
|
|
8833
8870
|
readonly precision?: number | undefined;
|
|
8834
8871
|
readonly required?: boolean | undefined;
|
|
8835
8872
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8873
|
+
readonly widget?: string | undefined;
|
|
8836
8874
|
readonly multiple?: boolean | undefined;
|
|
8837
8875
|
readonly dependencies?: string[] | undefined;
|
|
8838
8876
|
readonly externalId?: boolean | undefined;
|
|
@@ -9016,6 +9054,7 @@ declare const SysEmail: Omit<{
|
|
|
9016
9054
|
readonly precision?: number | undefined;
|
|
9017
9055
|
readonly required?: boolean | undefined;
|
|
9018
9056
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9057
|
+
readonly widget?: string | undefined;
|
|
9019
9058
|
readonly multiple?: boolean | undefined;
|
|
9020
9059
|
readonly dependencies?: string[] | undefined;
|
|
9021
9060
|
readonly externalId?: boolean | undefined;
|
|
@@ -9199,6 +9238,7 @@ declare const SysEmail: Omit<{
|
|
|
9199
9238
|
readonly precision?: number | undefined;
|
|
9200
9239
|
readonly required?: boolean | undefined;
|
|
9201
9240
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9241
|
+
readonly widget?: string | undefined;
|
|
9202
9242
|
readonly multiple?: boolean | undefined;
|
|
9203
9243
|
readonly dependencies?: string[] | undefined;
|
|
9204
9244
|
readonly externalId?: boolean | undefined;
|
|
@@ -9382,6 +9422,7 @@ declare const SysEmail: Omit<{
|
|
|
9382
9422
|
readonly precision?: number | undefined;
|
|
9383
9423
|
readonly required?: boolean | undefined;
|
|
9384
9424
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9425
|
+
readonly widget?: string | undefined;
|
|
9385
9426
|
readonly multiple?: boolean | undefined;
|
|
9386
9427
|
readonly dependencies?: string[] | undefined;
|
|
9387
9428
|
readonly externalId?: boolean | undefined;
|
|
@@ -9565,6 +9606,7 @@ declare const SysEmail: Omit<{
|
|
|
9565
9606
|
readonly precision?: number | undefined;
|
|
9566
9607
|
readonly required?: boolean | undefined;
|
|
9567
9608
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9609
|
+
readonly widget?: string | undefined;
|
|
9568
9610
|
readonly multiple?: boolean | undefined;
|
|
9569
9611
|
readonly dependencies?: string[] | undefined;
|
|
9570
9612
|
readonly externalId?: boolean | undefined;
|
|
@@ -9748,6 +9790,7 @@ declare const SysEmail: Omit<{
|
|
|
9748
9790
|
readonly precision?: number | undefined;
|
|
9749
9791
|
readonly required?: boolean | undefined;
|
|
9750
9792
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9793
|
+
readonly widget?: string | undefined;
|
|
9751
9794
|
readonly multiple?: boolean | undefined;
|
|
9752
9795
|
readonly dependencies?: string[] | undefined;
|
|
9753
9796
|
readonly externalId?: boolean | undefined;
|
|
@@ -9931,6 +9974,7 @@ declare const SysEmail: Omit<{
|
|
|
9931
9974
|
readonly precision?: number | undefined;
|
|
9932
9975
|
readonly required?: boolean | undefined;
|
|
9933
9976
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9977
|
+
readonly widget?: string | undefined;
|
|
9934
9978
|
readonly multiple?: boolean | undefined;
|
|
9935
9979
|
readonly dependencies?: string[] | undefined;
|
|
9936
9980
|
readonly externalId?: boolean | undefined;
|
|
@@ -10346,6 +10390,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10346
10390
|
generatedBy?: string | undefined;
|
|
10347
10391
|
} | undefined;
|
|
10348
10392
|
} | undefined;
|
|
10393
|
+
widget?: string | undefined;
|
|
10349
10394
|
requiredPermissions?: string[] | undefined;
|
|
10350
10395
|
system?: boolean | undefined;
|
|
10351
10396
|
inlineHelpText?: string | undefined;
|
|
@@ -10577,6 +10622,11 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10577
10622
|
schemaId: string;
|
|
10578
10623
|
schema?: Record<string, unknown> | undefined;
|
|
10579
10624
|
} | undefined;
|
|
10625
|
+
emptyState?: {
|
|
10626
|
+
title?: string | undefined;
|
|
10627
|
+
message?: string | undefined;
|
|
10628
|
+
icon?: string | undefined;
|
|
10629
|
+
} | undefined;
|
|
10580
10630
|
tree?: {
|
|
10581
10631
|
[x: string]: unknown;
|
|
10582
10632
|
parentField?: string | undefined;
|
|
@@ -10736,11 +10786,6 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10736
10786
|
} | undefined;
|
|
10737
10787
|
showRecordCount?: boolean | undefined;
|
|
10738
10788
|
allowPrinting?: boolean | undefined;
|
|
10739
|
-
emptyState?: {
|
|
10740
|
-
title?: string | undefined;
|
|
10741
|
-
message?: string | undefined;
|
|
10742
|
-
icon?: string | undefined;
|
|
10743
|
-
} | undefined;
|
|
10744
10789
|
performance?: {
|
|
10745
10790
|
lazyLoad?: boolean | undefined;
|
|
10746
10791
|
virtualScroll?: {
|
|
@@ -10954,6 +10999,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10954
10999
|
readonly precision?: number | undefined;
|
|
10955
11000
|
readonly required?: boolean | undefined;
|
|
10956
11001
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11002
|
+
readonly widget?: string | undefined;
|
|
10957
11003
|
readonly multiple?: boolean | undefined;
|
|
10958
11004
|
readonly dependencies?: string[] | undefined;
|
|
10959
11005
|
readonly externalId?: boolean | undefined;
|
|
@@ -11137,6 +11183,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11137
11183
|
readonly precision?: number | undefined;
|
|
11138
11184
|
readonly required?: boolean | undefined;
|
|
11139
11185
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11186
|
+
readonly widget?: string | undefined;
|
|
11140
11187
|
readonly multiple?: boolean | undefined;
|
|
11141
11188
|
readonly dependencies?: string[] | undefined;
|
|
11142
11189
|
readonly externalId?: boolean | undefined;
|
|
@@ -11320,6 +11367,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11320
11367
|
readonly precision?: number | undefined;
|
|
11321
11368
|
readonly required?: boolean | undefined;
|
|
11322
11369
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11370
|
+
readonly widget?: string | undefined;
|
|
11323
11371
|
readonly multiple?: boolean | undefined;
|
|
11324
11372
|
readonly dependencies?: string[] | undefined;
|
|
11325
11373
|
readonly externalId?: boolean | undefined;
|
|
@@ -11503,6 +11551,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11503
11551
|
readonly precision?: number | undefined;
|
|
11504
11552
|
readonly required?: boolean | undefined;
|
|
11505
11553
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11554
|
+
readonly widget?: string | undefined;
|
|
11506
11555
|
readonly multiple?: boolean | undefined;
|
|
11507
11556
|
readonly dependencies?: string[] | undefined;
|
|
11508
11557
|
readonly externalId?: boolean | undefined;
|
|
@@ -11686,6 +11735,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11686
11735
|
readonly precision?: number | undefined;
|
|
11687
11736
|
readonly required?: boolean | undefined;
|
|
11688
11737
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11738
|
+
readonly widget?: string | undefined;
|
|
11689
11739
|
readonly multiple?: boolean | undefined;
|
|
11690
11740
|
readonly dependencies?: string[] | undefined;
|
|
11691
11741
|
readonly externalId?: boolean | undefined;
|
|
@@ -11869,6 +11919,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11869
11919
|
readonly precision?: number | undefined;
|
|
11870
11920
|
readonly required?: boolean | undefined;
|
|
11871
11921
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11922
|
+
readonly widget?: string | undefined;
|
|
11872
11923
|
readonly multiple?: boolean | undefined;
|
|
11873
11924
|
readonly dependencies?: string[] | undefined;
|
|
11874
11925
|
readonly externalId?: boolean | undefined;
|
|
@@ -12052,6 +12103,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12052
12103
|
readonly precision?: number | undefined;
|
|
12053
12104
|
readonly required?: boolean | undefined;
|
|
12054
12105
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12106
|
+
readonly widget?: string | undefined;
|
|
12055
12107
|
readonly multiple?: boolean | undefined;
|
|
12056
12108
|
readonly dependencies?: string[] | undefined;
|
|
12057
12109
|
readonly externalId?: boolean | undefined;
|
|
@@ -12235,6 +12287,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12235
12287
|
readonly precision?: number | undefined;
|
|
12236
12288
|
readonly required?: boolean | undefined;
|
|
12237
12289
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12290
|
+
readonly widget?: string | undefined;
|
|
12238
12291
|
readonly multiple?: boolean | undefined;
|
|
12239
12292
|
readonly dependencies?: string[] | undefined;
|
|
12240
12293
|
readonly externalId?: boolean | undefined;
|
|
@@ -12418,6 +12471,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12418
12471
|
readonly precision?: number | undefined;
|
|
12419
12472
|
readonly required?: boolean | undefined;
|
|
12420
12473
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12474
|
+
readonly widget?: string | undefined;
|
|
12421
12475
|
readonly multiple?: boolean | undefined;
|
|
12422
12476
|
readonly dependencies?: string[] | undefined;
|
|
12423
12477
|
readonly externalId?: boolean | undefined;
|
|
@@ -12601,6 +12655,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12601
12655
|
readonly precision?: number | undefined;
|
|
12602
12656
|
readonly required?: boolean | undefined;
|
|
12603
12657
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12658
|
+
readonly widget?: string | undefined;
|
|
12604
12659
|
readonly multiple?: boolean | undefined;
|
|
12605
12660
|
readonly dependencies?: string[] | undefined;
|
|
12606
12661
|
readonly externalId?: boolean | undefined;
|
|
@@ -12784,6 +12839,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12784
12839
|
readonly precision?: number | undefined;
|
|
12785
12840
|
readonly required?: boolean | undefined;
|
|
12786
12841
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12842
|
+
readonly widget?: string | undefined;
|
|
12787
12843
|
readonly multiple?: boolean | undefined;
|
|
12788
12844
|
readonly dependencies?: string[] | undefined;
|
|
12789
12845
|
readonly externalId?: boolean | undefined;
|
|
@@ -12967,6 +13023,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12967
13023
|
readonly precision?: number | undefined;
|
|
12968
13024
|
readonly required?: boolean | undefined;
|
|
12969
13025
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13026
|
+
readonly widget?: string | undefined;
|
|
12970
13027
|
readonly multiple?: boolean | undefined;
|
|
12971
13028
|
readonly dependencies?: string[] | undefined;
|
|
12972
13029
|
readonly externalId?: boolean | undefined;
|
|
@@ -13150,6 +13207,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13150
13207
|
readonly precision?: number | undefined;
|
|
13151
13208
|
readonly required?: boolean | undefined;
|
|
13152
13209
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13210
|
+
readonly widget?: string | undefined;
|
|
13153
13211
|
readonly multiple?: boolean | undefined;
|
|
13154
13212
|
readonly dependencies?: string[] | undefined;
|
|
13155
13213
|
readonly externalId?: boolean | undefined;
|
|
@@ -13333,6 +13391,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13333
13391
|
readonly precision?: number | undefined;
|
|
13334
13392
|
readonly required?: boolean | undefined;
|
|
13335
13393
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13394
|
+
readonly widget?: string | undefined;
|
|
13336
13395
|
readonly multiple?: boolean | undefined;
|
|
13337
13396
|
readonly dependencies?: string[] | undefined;
|
|
13338
13397
|
readonly externalId?: boolean | undefined;
|
|
@@ -13522,6 +13581,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13522
13581
|
readonly precision?: number | undefined;
|
|
13523
13582
|
readonly required?: boolean | undefined;
|
|
13524
13583
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13584
|
+
readonly widget?: string | undefined;
|
|
13525
13585
|
readonly multiple?: boolean | undefined;
|
|
13526
13586
|
readonly dependencies?: string[] | undefined;
|
|
13527
13587
|
readonly externalId?: boolean | undefined;
|
|
@@ -13705,6 +13765,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13705
13765
|
readonly precision?: number | undefined;
|
|
13706
13766
|
readonly required?: boolean | undefined;
|
|
13707
13767
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13768
|
+
readonly widget?: string | undefined;
|
|
13708
13769
|
readonly multiple?: boolean | undefined;
|
|
13709
13770
|
readonly dependencies?: string[] | undefined;
|
|
13710
13771
|
readonly externalId?: boolean | undefined;
|
|
@@ -13888,6 +13949,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13888
13949
|
readonly precision?: number | undefined;
|
|
13889
13950
|
readonly required?: boolean | undefined;
|
|
13890
13951
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13952
|
+
readonly widget?: string | undefined;
|
|
13891
13953
|
readonly multiple?: boolean | undefined;
|
|
13892
13954
|
readonly dependencies?: string[] | undefined;
|
|
13893
13955
|
readonly externalId?: boolean | undefined;
|
|
@@ -14311,6 +14373,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14311
14373
|
generatedBy?: string | undefined;
|
|
14312
14374
|
} | undefined;
|
|
14313
14375
|
} | undefined;
|
|
14376
|
+
widget?: string | undefined;
|
|
14314
14377
|
requiredPermissions?: string[] | undefined;
|
|
14315
14378
|
system?: boolean | undefined;
|
|
14316
14379
|
inlineHelpText?: string | undefined;
|
|
@@ -14542,6 +14605,11 @@ declare const SysSavedReport: Omit<{
|
|
|
14542
14605
|
schemaId: string;
|
|
14543
14606
|
schema?: Record<string, unknown> | undefined;
|
|
14544
14607
|
} | undefined;
|
|
14608
|
+
emptyState?: {
|
|
14609
|
+
title?: string | undefined;
|
|
14610
|
+
message?: string | undefined;
|
|
14611
|
+
icon?: string | undefined;
|
|
14612
|
+
} | undefined;
|
|
14545
14613
|
tree?: {
|
|
14546
14614
|
[x: string]: unknown;
|
|
14547
14615
|
parentField?: string | undefined;
|
|
@@ -14701,11 +14769,6 @@ declare const SysSavedReport: Omit<{
|
|
|
14701
14769
|
} | undefined;
|
|
14702
14770
|
showRecordCount?: boolean | undefined;
|
|
14703
14771
|
allowPrinting?: boolean | undefined;
|
|
14704
|
-
emptyState?: {
|
|
14705
|
-
title?: string | undefined;
|
|
14706
|
-
message?: string | undefined;
|
|
14707
|
-
icon?: string | undefined;
|
|
14708
|
-
} | undefined;
|
|
14709
14772
|
performance?: {
|
|
14710
14773
|
lazyLoad?: boolean | undefined;
|
|
14711
14774
|
virtualScroll?: {
|
|
@@ -14919,6 +14982,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14919
14982
|
readonly precision?: number | undefined;
|
|
14920
14983
|
readonly required?: boolean | undefined;
|
|
14921
14984
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
14985
|
+
readonly widget?: string | undefined;
|
|
14922
14986
|
readonly multiple?: boolean | undefined;
|
|
14923
14987
|
readonly dependencies?: string[] | undefined;
|
|
14924
14988
|
readonly externalId?: boolean | undefined;
|
|
@@ -15102,6 +15166,7 @@ declare const SysSavedReport: Omit<{
|
|
|
15102
15166
|
readonly precision?: number | undefined;
|
|
15103
15167
|
readonly required?: boolean | undefined;
|
|
15104
15168
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
15169
|
+
readonly widget?: string | undefined;
|
|
15105
15170
|
readonly multiple?: boolean | undefined;
|
|
15106
15171
|
readonly dependencies?: string[] | undefined;
|
|
15107
15172
|
readonly externalId?: boolean | undefined;
|
|
@@ -15285,6 +15350,7 @@ declare const SysSavedReport: Omit<{
|
|
|
15285
15350
|
readonly precision?: number | undefined;
|
|
15286
15351
|
readonly required?: boolean | undefined;
|
|
15287
15352
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
15353
|
+
readonly widget?: string | undefined;
|
|
15288
15354
|
readonly multiple?: boolean | undefined;
|
|
15289
15355
|
readonly dependencies?: string[] | undefined;
|
|
15290
15356
|
readonly externalId?: boolean | undefined;
|
|
@@ -15468,6 +15534,7 @@ declare const SysSavedReport: Omit<{
|
|
|
15468
15534
|
readonly precision?: number | undefined;
|
|
15469
15535
|
readonly required?: boolean | undefined;
|
|
15470
15536
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
15537
|
+
readonly widget?: string | undefined;
|
|
15471
15538
|
readonly multiple?: boolean | undefined;
|
|
15472
15539
|
readonly dependencies?: string[] | undefined;
|
|
15473
15540
|
readonly externalId?: boolean | undefined;
|
|
@@ -15651,6 +15718,7 @@ declare const SysSavedReport: Omit<{
|
|
|
15651
15718
|
readonly precision?: number | undefined;
|
|
15652
15719
|
readonly required?: boolean | undefined;
|
|
15653
15720
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
15721
|
+
readonly widget?: string | undefined;
|
|
15654
15722
|
readonly multiple?: boolean | undefined;
|
|
15655
15723
|
readonly dependencies?: string[] | undefined;
|
|
15656
15724
|
readonly externalId?: boolean | undefined;
|
|
@@ -15834,6 +15902,7 @@ declare const SysSavedReport: Omit<{
|
|
|
15834
15902
|
readonly precision?: number | undefined;
|
|
15835
15903
|
readonly required?: boolean | undefined;
|
|
15836
15904
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
15905
|
+
readonly widget?: string | undefined;
|
|
15837
15906
|
readonly multiple?: boolean | undefined;
|
|
15838
15907
|
readonly dependencies?: string[] | undefined;
|
|
15839
15908
|
readonly externalId?: boolean | undefined;
|
|
@@ -16017,6 +16086,7 @@ declare const SysSavedReport: Omit<{
|
|
|
16017
16086
|
readonly precision?: number | undefined;
|
|
16018
16087
|
readonly required?: boolean | undefined;
|
|
16019
16088
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16089
|
+
readonly widget?: string | undefined;
|
|
16020
16090
|
readonly multiple?: boolean | undefined;
|
|
16021
16091
|
readonly dependencies?: string[] | undefined;
|
|
16022
16092
|
readonly externalId?: boolean | undefined;
|
|
@@ -16200,6 +16270,7 @@ declare const SysSavedReport: Omit<{
|
|
|
16200
16270
|
readonly precision?: number | undefined;
|
|
16201
16271
|
readonly required?: boolean | undefined;
|
|
16202
16272
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16273
|
+
readonly widget?: string | undefined;
|
|
16203
16274
|
readonly multiple?: boolean | undefined;
|
|
16204
16275
|
readonly dependencies?: string[] | undefined;
|
|
16205
16276
|
readonly externalId?: boolean | undefined;
|
|
@@ -16383,6 +16454,7 @@ declare const SysSavedReport: Omit<{
|
|
|
16383
16454
|
readonly precision?: number | undefined;
|
|
16384
16455
|
readonly required?: boolean | undefined;
|
|
16385
16456
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16457
|
+
readonly widget?: string | undefined;
|
|
16386
16458
|
readonly multiple?: boolean | undefined;
|
|
16387
16459
|
readonly dependencies?: string[] | undefined;
|
|
16388
16460
|
readonly externalId?: boolean | undefined;
|
|
@@ -16566,6 +16638,7 @@ declare const SysSavedReport: Omit<{
|
|
|
16566
16638
|
readonly precision?: number | undefined;
|
|
16567
16639
|
readonly required?: boolean | undefined;
|
|
16568
16640
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16641
|
+
readonly widget?: string | undefined;
|
|
16569
16642
|
readonly multiple?: boolean | undefined;
|
|
16570
16643
|
readonly dependencies?: string[] | undefined;
|
|
16571
16644
|
readonly externalId?: boolean | undefined;
|
|
@@ -16749,6 +16822,7 @@ declare const SysSavedReport: Omit<{
|
|
|
16749
16822
|
readonly precision?: number | undefined;
|
|
16750
16823
|
readonly required?: boolean | undefined;
|
|
16751
16824
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16825
|
+
readonly widget?: string | undefined;
|
|
16752
16826
|
readonly multiple?: boolean | undefined;
|
|
16753
16827
|
readonly dependencies?: string[] | undefined;
|
|
16754
16828
|
readonly externalId?: boolean | undefined;
|
|
@@ -17177,6 +17251,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
17177
17251
|
generatedBy?: string | undefined;
|
|
17178
17252
|
} | undefined;
|
|
17179
17253
|
} | undefined;
|
|
17254
|
+
widget?: string | undefined;
|
|
17180
17255
|
requiredPermissions?: string[] | undefined;
|
|
17181
17256
|
system?: boolean | undefined;
|
|
17182
17257
|
inlineHelpText?: string | undefined;
|
|
@@ -17408,6 +17483,11 @@ declare const SysReportSchedule: Omit<{
|
|
|
17408
17483
|
schemaId: string;
|
|
17409
17484
|
schema?: Record<string, unknown> | undefined;
|
|
17410
17485
|
} | undefined;
|
|
17486
|
+
emptyState?: {
|
|
17487
|
+
title?: string | undefined;
|
|
17488
|
+
message?: string | undefined;
|
|
17489
|
+
icon?: string | undefined;
|
|
17490
|
+
} | undefined;
|
|
17411
17491
|
tree?: {
|
|
17412
17492
|
[x: string]: unknown;
|
|
17413
17493
|
parentField?: string | undefined;
|
|
@@ -17567,11 +17647,6 @@ declare const SysReportSchedule: Omit<{
|
|
|
17567
17647
|
} | undefined;
|
|
17568
17648
|
showRecordCount?: boolean | undefined;
|
|
17569
17649
|
allowPrinting?: boolean | undefined;
|
|
17570
|
-
emptyState?: {
|
|
17571
|
-
title?: string | undefined;
|
|
17572
|
-
message?: string | undefined;
|
|
17573
|
-
icon?: string | undefined;
|
|
17574
|
-
} | undefined;
|
|
17575
17650
|
performance?: {
|
|
17576
17651
|
lazyLoad?: boolean | undefined;
|
|
17577
17652
|
virtualScroll?: {
|
|
@@ -17783,6 +17858,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
17783
17858
|
readonly precision?: number | undefined;
|
|
17784
17859
|
readonly required?: boolean | undefined;
|
|
17785
17860
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
17861
|
+
readonly widget?: string | undefined;
|
|
17786
17862
|
readonly multiple?: boolean | undefined;
|
|
17787
17863
|
readonly dependencies?: string[] | undefined;
|
|
17788
17864
|
readonly externalId?: boolean | undefined;
|
|
@@ -17966,6 +18042,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
17966
18042
|
readonly precision?: number | undefined;
|
|
17967
18043
|
readonly required?: boolean | undefined;
|
|
17968
18044
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18045
|
+
readonly widget?: string | undefined;
|
|
17969
18046
|
readonly multiple?: boolean | undefined;
|
|
17970
18047
|
readonly dependencies?: string[] | undefined;
|
|
17971
18048
|
readonly externalId?: boolean | undefined;
|
|
@@ -18149,6 +18226,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
18149
18226
|
readonly precision?: number | undefined;
|
|
18150
18227
|
readonly required?: boolean | undefined;
|
|
18151
18228
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18229
|
+
readonly widget?: string | undefined;
|
|
18152
18230
|
readonly multiple?: boolean | undefined;
|
|
18153
18231
|
readonly dependencies?: string[] | undefined;
|
|
18154
18232
|
readonly externalId?: boolean | undefined;
|
|
@@ -18332,6 +18410,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
18332
18410
|
readonly precision?: number | undefined;
|
|
18333
18411
|
readonly required?: boolean | undefined;
|
|
18334
18412
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18413
|
+
readonly widget?: string | undefined;
|
|
18335
18414
|
readonly multiple?: boolean | undefined;
|
|
18336
18415
|
readonly dependencies?: string[] | undefined;
|
|
18337
18416
|
readonly externalId?: boolean | undefined;
|
|
@@ -18515,6 +18594,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
18515
18594
|
readonly precision?: number | undefined;
|
|
18516
18595
|
readonly required?: boolean | undefined;
|
|
18517
18596
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18597
|
+
readonly widget?: string | undefined;
|
|
18518
18598
|
readonly multiple?: boolean | undefined;
|
|
18519
18599
|
readonly dependencies?: string[] | undefined;
|
|
18520
18600
|
readonly externalId?: boolean | undefined;
|
|
@@ -18698,6 +18778,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
18698
18778
|
readonly precision?: number | undefined;
|
|
18699
18779
|
readonly required?: boolean | undefined;
|
|
18700
18780
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18781
|
+
readonly widget?: string | undefined;
|
|
18701
18782
|
readonly multiple?: boolean | undefined;
|
|
18702
18783
|
readonly dependencies?: string[] | undefined;
|
|
18703
18784
|
readonly externalId?: boolean | undefined;
|
|
@@ -18881,6 +18962,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
18881
18962
|
readonly precision?: number | undefined;
|
|
18882
18963
|
readonly required?: boolean | undefined;
|
|
18883
18964
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18965
|
+
readonly widget?: string | undefined;
|
|
18884
18966
|
readonly multiple?: boolean | undefined;
|
|
18885
18967
|
readonly dependencies?: string[] | undefined;
|
|
18886
18968
|
readonly externalId?: boolean | undefined;
|
|
@@ -19064,6 +19146,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
19064
19146
|
readonly precision?: number | undefined;
|
|
19065
19147
|
readonly required?: boolean | undefined;
|
|
19066
19148
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
19149
|
+
readonly widget?: string | undefined;
|
|
19067
19150
|
readonly multiple?: boolean | undefined;
|
|
19068
19151
|
readonly dependencies?: string[] | undefined;
|
|
19069
19152
|
readonly externalId?: boolean | undefined;
|
|
@@ -19247,6 +19330,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
19247
19330
|
readonly precision?: number | undefined;
|
|
19248
19331
|
readonly required?: boolean | undefined;
|
|
19249
19332
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
19333
|
+
readonly widget?: string | undefined;
|
|
19250
19334
|
readonly multiple?: boolean | undefined;
|
|
19251
19335
|
readonly dependencies?: string[] | undefined;
|
|
19252
19336
|
readonly externalId?: boolean | undefined;
|
|
@@ -19430,6 +19514,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
19430
19514
|
readonly precision?: number | undefined;
|
|
19431
19515
|
readonly required?: boolean | undefined;
|
|
19432
19516
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
19517
|
+
readonly widget?: string | undefined;
|
|
19433
19518
|
readonly multiple?: boolean | undefined;
|
|
19434
19519
|
readonly dependencies?: string[] | undefined;
|
|
19435
19520
|
readonly externalId?: boolean | undefined;
|
|
@@ -19613,6 +19698,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
19613
19698
|
readonly precision?: number | undefined;
|
|
19614
19699
|
readonly required?: boolean | undefined;
|
|
19615
19700
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
19701
|
+
readonly widget?: string | undefined;
|
|
19616
19702
|
readonly multiple?: boolean | undefined;
|
|
19617
19703
|
readonly dependencies?: string[] | undefined;
|
|
19618
19704
|
readonly externalId?: boolean | undefined;
|
|
@@ -19796,6 +19882,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
19796
19882
|
readonly precision?: number | undefined;
|
|
19797
19883
|
readonly required?: boolean | undefined;
|
|
19798
19884
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
19885
|
+
readonly widget?: string | undefined;
|
|
19799
19886
|
readonly multiple?: boolean | undefined;
|
|
19800
19887
|
readonly dependencies?: string[] | undefined;
|
|
19801
19888
|
readonly externalId?: boolean | undefined;
|
|
@@ -19979,6 +20066,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
19979
20066
|
readonly precision?: number | undefined;
|
|
19980
20067
|
readonly required?: boolean | undefined;
|
|
19981
20068
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20069
|
+
readonly widget?: string | undefined;
|
|
19982
20070
|
readonly multiple?: boolean | undefined;
|
|
19983
20071
|
readonly dependencies?: string[] | undefined;
|
|
19984
20072
|
readonly externalId?: boolean | undefined;
|
|
@@ -20162,6 +20250,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
20162
20250
|
readonly precision?: number | undefined;
|
|
20163
20251
|
readonly required?: boolean | undefined;
|
|
20164
20252
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20253
|
+
readonly widget?: string | undefined;
|
|
20165
20254
|
readonly multiple?: boolean | undefined;
|
|
20166
20255
|
readonly dependencies?: string[] | undefined;
|
|
20167
20256
|
readonly externalId?: boolean | undefined;
|
|
@@ -20345,6 +20434,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
20345
20434
|
readonly precision?: number | undefined;
|
|
20346
20435
|
readonly required?: boolean | undefined;
|
|
20347
20436
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20437
|
+
readonly widget?: string | undefined;
|
|
20348
20438
|
readonly multiple?: boolean | undefined;
|
|
20349
20439
|
readonly dependencies?: string[] | undefined;
|
|
20350
20440
|
readonly externalId?: boolean | undefined;
|
|
@@ -20528,6 +20618,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
20528
20618
|
readonly precision?: number | undefined;
|
|
20529
20619
|
readonly required?: boolean | undefined;
|
|
20530
20620
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20621
|
+
readonly widget?: string | undefined;
|
|
20531
20622
|
readonly multiple?: boolean | undefined;
|
|
20532
20623
|
readonly dependencies?: string[] | undefined;
|
|
20533
20624
|
readonly externalId?: boolean | undefined;
|
|
@@ -20711,6 +20802,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
20711
20802
|
readonly precision?: number | undefined;
|
|
20712
20803
|
readonly required?: boolean | undefined;
|
|
20713
20804
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20805
|
+
readonly widget?: string | undefined;
|
|
20714
20806
|
readonly multiple?: boolean | undefined;
|
|
20715
20807
|
readonly dependencies?: string[] | undefined;
|
|
20716
20808
|
readonly externalId?: boolean | undefined;
|
|
@@ -21125,6 +21217,7 @@ declare const SysJob: Omit<{
|
|
|
21125
21217
|
generatedBy?: string | undefined;
|
|
21126
21218
|
} | undefined;
|
|
21127
21219
|
} | undefined;
|
|
21220
|
+
widget?: string | undefined;
|
|
21128
21221
|
requiredPermissions?: string[] | undefined;
|
|
21129
21222
|
system?: boolean | undefined;
|
|
21130
21223
|
inlineHelpText?: string | undefined;
|
|
@@ -21356,6 +21449,11 @@ declare const SysJob: Omit<{
|
|
|
21356
21449
|
schemaId: string;
|
|
21357
21450
|
schema?: Record<string, unknown> | undefined;
|
|
21358
21451
|
} | undefined;
|
|
21452
|
+
emptyState?: {
|
|
21453
|
+
title?: string | undefined;
|
|
21454
|
+
message?: string | undefined;
|
|
21455
|
+
icon?: string | undefined;
|
|
21456
|
+
} | undefined;
|
|
21359
21457
|
tree?: {
|
|
21360
21458
|
[x: string]: unknown;
|
|
21361
21459
|
parentField?: string | undefined;
|
|
@@ -21515,11 +21613,6 @@ declare const SysJob: Omit<{
|
|
|
21515
21613
|
} | undefined;
|
|
21516
21614
|
showRecordCount?: boolean | undefined;
|
|
21517
21615
|
allowPrinting?: boolean | undefined;
|
|
21518
|
-
emptyState?: {
|
|
21519
|
-
title?: string | undefined;
|
|
21520
|
-
message?: string | undefined;
|
|
21521
|
-
icon?: string | undefined;
|
|
21522
|
-
} | undefined;
|
|
21523
21616
|
performance?: {
|
|
21524
21617
|
lazyLoad?: boolean | undefined;
|
|
21525
21618
|
virtualScroll?: {
|
|
@@ -21733,6 +21826,7 @@ declare const SysJob: Omit<{
|
|
|
21733
21826
|
readonly precision?: number | undefined;
|
|
21734
21827
|
readonly required?: boolean | undefined;
|
|
21735
21828
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
21829
|
+
readonly widget?: string | undefined;
|
|
21736
21830
|
readonly multiple?: boolean | undefined;
|
|
21737
21831
|
readonly dependencies?: string[] | undefined;
|
|
21738
21832
|
readonly externalId?: boolean | undefined;
|
|
@@ -21916,6 +22010,7 @@ declare const SysJob: Omit<{
|
|
|
21916
22010
|
readonly precision?: number | undefined;
|
|
21917
22011
|
readonly required?: boolean | undefined;
|
|
21918
22012
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
22013
|
+
readonly widget?: string | undefined;
|
|
21919
22014
|
readonly multiple?: boolean | undefined;
|
|
21920
22015
|
readonly dependencies?: string[] | undefined;
|
|
21921
22016
|
readonly externalId?: boolean | undefined;
|
|
@@ -22099,6 +22194,7 @@ declare const SysJob: Omit<{
|
|
|
22099
22194
|
readonly precision?: number | undefined;
|
|
22100
22195
|
readonly required?: boolean | undefined;
|
|
22101
22196
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
22197
|
+
readonly widget?: string | undefined;
|
|
22102
22198
|
readonly multiple?: boolean | undefined;
|
|
22103
22199
|
readonly dependencies?: string[] | undefined;
|
|
22104
22200
|
readonly externalId?: boolean | undefined;
|
|
@@ -22282,6 +22378,7 @@ declare const SysJob: Omit<{
|
|
|
22282
22378
|
readonly precision?: number | undefined;
|
|
22283
22379
|
readonly required?: boolean | undefined;
|
|
22284
22380
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
22381
|
+
readonly widget?: string | undefined;
|
|
22285
22382
|
readonly multiple?: boolean | undefined;
|
|
22286
22383
|
readonly dependencies?: string[] | undefined;
|
|
22287
22384
|
readonly externalId?: boolean | undefined;
|
|
@@ -22465,6 +22562,7 @@ declare const SysJob: Omit<{
|
|
|
22465
22562
|
readonly precision?: number | undefined;
|
|
22466
22563
|
readonly required?: boolean | undefined;
|
|
22467
22564
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
22565
|
+
readonly widget?: string | undefined;
|
|
22468
22566
|
readonly multiple?: boolean | undefined;
|
|
22469
22567
|
readonly dependencies?: string[] | undefined;
|
|
22470
22568
|
readonly externalId?: boolean | undefined;
|
|
@@ -22648,6 +22746,7 @@ declare const SysJob: Omit<{
|
|
|
22648
22746
|
readonly precision?: number | undefined;
|
|
22649
22747
|
readonly required?: boolean | undefined;
|
|
22650
22748
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
22749
|
+
readonly widget?: string | undefined;
|
|
22651
22750
|
readonly multiple?: boolean | undefined;
|
|
22652
22751
|
readonly dependencies?: string[] | undefined;
|
|
22653
22752
|
readonly externalId?: boolean | undefined;
|
|
@@ -22831,6 +22930,7 @@ declare const SysJob: Omit<{
|
|
|
22831
22930
|
readonly precision?: number | undefined;
|
|
22832
22931
|
readonly required?: boolean | undefined;
|
|
22833
22932
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
22933
|
+
readonly widget?: string | undefined;
|
|
22834
22934
|
readonly multiple?: boolean | undefined;
|
|
22835
22935
|
readonly dependencies?: string[] | undefined;
|
|
22836
22936
|
readonly externalId?: boolean | undefined;
|
|
@@ -23014,6 +23114,7 @@ declare const SysJob: Omit<{
|
|
|
23014
23114
|
readonly precision?: number | undefined;
|
|
23015
23115
|
readonly required?: boolean | undefined;
|
|
23016
23116
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23117
|
+
readonly widget?: string | undefined;
|
|
23017
23118
|
readonly multiple?: boolean | undefined;
|
|
23018
23119
|
readonly dependencies?: string[] | undefined;
|
|
23019
23120
|
readonly externalId?: boolean | undefined;
|
|
@@ -23197,6 +23298,7 @@ declare const SysJob: Omit<{
|
|
|
23197
23298
|
readonly precision?: number | undefined;
|
|
23198
23299
|
readonly required?: boolean | undefined;
|
|
23199
23300
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23301
|
+
readonly widget?: string | undefined;
|
|
23200
23302
|
readonly multiple?: boolean | undefined;
|
|
23201
23303
|
readonly dependencies?: string[] | undefined;
|
|
23202
23304
|
readonly externalId?: boolean | undefined;
|
|
@@ -23380,6 +23482,7 @@ declare const SysJob: Omit<{
|
|
|
23380
23482
|
readonly precision?: number | undefined;
|
|
23381
23483
|
readonly required?: boolean | undefined;
|
|
23382
23484
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23485
|
+
readonly widget?: string | undefined;
|
|
23383
23486
|
readonly multiple?: boolean | undefined;
|
|
23384
23487
|
readonly dependencies?: string[] | undefined;
|
|
23385
23488
|
readonly externalId?: boolean | undefined;
|
|
@@ -23563,6 +23666,7 @@ declare const SysJob: Omit<{
|
|
|
23563
23666
|
readonly precision?: number | undefined;
|
|
23564
23667
|
readonly required?: boolean | undefined;
|
|
23565
23668
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23669
|
+
readonly widget?: string | undefined;
|
|
23566
23670
|
readonly multiple?: boolean | undefined;
|
|
23567
23671
|
readonly dependencies?: string[] | undefined;
|
|
23568
23672
|
readonly externalId?: boolean | undefined;
|
|
@@ -23746,6 +23850,7 @@ declare const SysJob: Omit<{
|
|
|
23746
23850
|
readonly precision?: number | undefined;
|
|
23747
23851
|
readonly required?: boolean | undefined;
|
|
23748
23852
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23853
|
+
readonly widget?: string | undefined;
|
|
23749
23854
|
readonly multiple?: boolean | undefined;
|
|
23750
23855
|
readonly dependencies?: string[] | undefined;
|
|
23751
23856
|
readonly externalId?: boolean | undefined;
|
|
@@ -23929,6 +24034,7 @@ declare const SysJob: Omit<{
|
|
|
23929
24034
|
readonly precision?: number | undefined;
|
|
23930
24035
|
readonly required?: boolean | undefined;
|
|
23931
24036
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
24037
|
+
readonly widget?: string | undefined;
|
|
23932
24038
|
readonly multiple?: boolean | undefined;
|
|
23933
24039
|
readonly dependencies?: string[] | undefined;
|
|
23934
24040
|
readonly externalId?: boolean | undefined;
|
|
@@ -24342,6 +24448,7 @@ declare const SysJobRun: Omit<{
|
|
|
24342
24448
|
generatedBy?: string | undefined;
|
|
24343
24449
|
} | undefined;
|
|
24344
24450
|
} | undefined;
|
|
24451
|
+
widget?: string | undefined;
|
|
24345
24452
|
requiredPermissions?: string[] | undefined;
|
|
24346
24453
|
system?: boolean | undefined;
|
|
24347
24454
|
inlineHelpText?: string | undefined;
|
|
@@ -24573,6 +24680,11 @@ declare const SysJobRun: Omit<{
|
|
|
24573
24680
|
schemaId: string;
|
|
24574
24681
|
schema?: Record<string, unknown> | undefined;
|
|
24575
24682
|
} | undefined;
|
|
24683
|
+
emptyState?: {
|
|
24684
|
+
title?: string | undefined;
|
|
24685
|
+
message?: string | undefined;
|
|
24686
|
+
icon?: string | undefined;
|
|
24687
|
+
} | undefined;
|
|
24576
24688
|
tree?: {
|
|
24577
24689
|
[x: string]: unknown;
|
|
24578
24690
|
parentField?: string | undefined;
|
|
@@ -24732,11 +24844,6 @@ declare const SysJobRun: Omit<{
|
|
|
24732
24844
|
} | undefined;
|
|
24733
24845
|
showRecordCount?: boolean | undefined;
|
|
24734
24846
|
allowPrinting?: boolean | undefined;
|
|
24735
|
-
emptyState?: {
|
|
24736
|
-
title?: string | undefined;
|
|
24737
|
-
message?: string | undefined;
|
|
24738
|
-
icon?: string | undefined;
|
|
24739
|
-
} | undefined;
|
|
24740
24847
|
performance?: {
|
|
24741
24848
|
lazyLoad?: boolean | undefined;
|
|
24742
24849
|
virtualScroll?: {
|
|
@@ -24956,6 +25063,7 @@ declare const SysJobRun: Omit<{
|
|
|
24956
25063
|
readonly precision?: number | undefined;
|
|
24957
25064
|
readonly required?: boolean | undefined;
|
|
24958
25065
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25066
|
+
readonly widget?: string | undefined;
|
|
24959
25067
|
readonly multiple?: boolean | undefined;
|
|
24960
25068
|
readonly dependencies?: string[] | undefined;
|
|
24961
25069
|
readonly externalId?: boolean | undefined;
|
|
@@ -25139,6 +25247,7 @@ declare const SysJobRun: Omit<{
|
|
|
25139
25247
|
readonly precision?: number | undefined;
|
|
25140
25248
|
readonly required?: boolean | undefined;
|
|
25141
25249
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25250
|
+
readonly widget?: string | undefined;
|
|
25142
25251
|
readonly multiple?: boolean | undefined;
|
|
25143
25252
|
readonly dependencies?: string[] | undefined;
|
|
25144
25253
|
readonly externalId?: boolean | undefined;
|
|
@@ -25322,6 +25431,7 @@ declare const SysJobRun: Omit<{
|
|
|
25322
25431
|
readonly precision?: number | undefined;
|
|
25323
25432
|
readonly required?: boolean | undefined;
|
|
25324
25433
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25434
|
+
readonly widget?: string | undefined;
|
|
25325
25435
|
readonly multiple?: boolean | undefined;
|
|
25326
25436
|
readonly dependencies?: string[] | undefined;
|
|
25327
25437
|
readonly externalId?: boolean | undefined;
|
|
@@ -25505,6 +25615,7 @@ declare const SysJobRun: Omit<{
|
|
|
25505
25615
|
readonly precision?: number | undefined;
|
|
25506
25616
|
readonly required?: boolean | undefined;
|
|
25507
25617
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25618
|
+
readonly widget?: string | undefined;
|
|
25508
25619
|
readonly multiple?: boolean | undefined;
|
|
25509
25620
|
readonly dependencies?: string[] | undefined;
|
|
25510
25621
|
readonly externalId?: boolean | undefined;
|
|
@@ -25688,6 +25799,7 @@ declare const SysJobRun: Omit<{
|
|
|
25688
25799
|
readonly precision?: number | undefined;
|
|
25689
25800
|
readonly required?: boolean | undefined;
|
|
25690
25801
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25802
|
+
readonly widget?: string | undefined;
|
|
25691
25803
|
readonly multiple?: boolean | undefined;
|
|
25692
25804
|
readonly dependencies?: string[] | undefined;
|
|
25693
25805
|
readonly externalId?: boolean | undefined;
|
|
@@ -25871,6 +25983,7 @@ declare const SysJobRun: Omit<{
|
|
|
25871
25983
|
readonly precision?: number | undefined;
|
|
25872
25984
|
readonly required?: boolean | undefined;
|
|
25873
25985
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25986
|
+
readonly widget?: string | undefined;
|
|
25874
25987
|
readonly multiple?: boolean | undefined;
|
|
25875
25988
|
readonly dependencies?: string[] | undefined;
|
|
25876
25989
|
readonly externalId?: boolean | undefined;
|
|
@@ -26054,6 +26167,7 @@ declare const SysJobRun: Omit<{
|
|
|
26054
26167
|
readonly precision?: number | undefined;
|
|
26055
26168
|
readonly required?: boolean | undefined;
|
|
26056
26169
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
26170
|
+
readonly widget?: string | undefined;
|
|
26057
26171
|
readonly multiple?: boolean | undefined;
|
|
26058
26172
|
readonly dependencies?: string[] | undefined;
|
|
26059
26173
|
readonly externalId?: boolean | undefined;
|
|
@@ -26237,6 +26351,7 @@ declare const SysJobRun: Omit<{
|
|
|
26237
26351
|
readonly precision?: number | undefined;
|
|
26238
26352
|
readonly required?: boolean | undefined;
|
|
26239
26353
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
26354
|
+
readonly widget?: string | undefined;
|
|
26240
26355
|
readonly multiple?: boolean | undefined;
|
|
26241
26356
|
readonly dependencies?: string[] | undefined;
|
|
26242
26357
|
readonly externalId?: boolean | undefined;
|
|
@@ -26420,6 +26535,7 @@ declare const SysJobRun: Omit<{
|
|
|
26420
26535
|
readonly precision?: number | undefined;
|
|
26421
26536
|
readonly required?: boolean | undefined;
|
|
26422
26537
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
26538
|
+
readonly widget?: string | undefined;
|
|
26423
26539
|
readonly multiple?: boolean | undefined;
|
|
26424
26540
|
readonly dependencies?: string[] | undefined;
|
|
26425
26541
|
readonly externalId?: boolean | undefined;
|
|
@@ -26603,6 +26719,7 @@ declare const SysJobRun: Omit<{
|
|
|
26603
26719
|
readonly precision?: number | undefined;
|
|
26604
26720
|
readonly required?: boolean | undefined;
|
|
26605
26721
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
26722
|
+
readonly widget?: string | undefined;
|
|
26606
26723
|
readonly multiple?: boolean | undefined;
|
|
26607
26724
|
readonly dependencies?: string[] | undefined;
|
|
26608
26725
|
readonly externalId?: boolean | undefined;
|
|
@@ -27024,6 +27141,7 @@ declare const SysJobQueue: Omit<{
|
|
|
27024
27141
|
generatedBy?: string | undefined;
|
|
27025
27142
|
} | undefined;
|
|
27026
27143
|
} | undefined;
|
|
27144
|
+
widget?: string | undefined;
|
|
27027
27145
|
requiredPermissions?: string[] | undefined;
|
|
27028
27146
|
system?: boolean | undefined;
|
|
27029
27147
|
inlineHelpText?: string | undefined;
|
|
@@ -27255,6 +27373,11 @@ declare const SysJobQueue: Omit<{
|
|
|
27255
27373
|
schemaId: string;
|
|
27256
27374
|
schema?: Record<string, unknown> | undefined;
|
|
27257
27375
|
} | undefined;
|
|
27376
|
+
emptyState?: {
|
|
27377
|
+
title?: string | undefined;
|
|
27378
|
+
message?: string | undefined;
|
|
27379
|
+
icon?: string | undefined;
|
|
27380
|
+
} | undefined;
|
|
27258
27381
|
tree?: {
|
|
27259
27382
|
[x: string]: unknown;
|
|
27260
27383
|
parentField?: string | undefined;
|
|
@@ -27414,11 +27537,6 @@ declare const SysJobQueue: Omit<{
|
|
|
27414
27537
|
} | undefined;
|
|
27415
27538
|
showRecordCount?: boolean | undefined;
|
|
27416
27539
|
allowPrinting?: boolean | undefined;
|
|
27417
|
-
emptyState?: {
|
|
27418
|
-
title?: string | undefined;
|
|
27419
|
-
message?: string | undefined;
|
|
27420
|
-
icon?: string | undefined;
|
|
27421
|
-
} | undefined;
|
|
27422
27540
|
performance?: {
|
|
27423
27541
|
lazyLoad?: boolean | undefined;
|
|
27424
27542
|
virtualScroll?: {
|
|
@@ -27632,6 +27750,7 @@ declare const SysJobQueue: Omit<{
|
|
|
27632
27750
|
readonly precision?: number | undefined;
|
|
27633
27751
|
readonly required?: boolean | undefined;
|
|
27634
27752
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
27753
|
+
readonly widget?: string | undefined;
|
|
27635
27754
|
readonly multiple?: boolean | undefined;
|
|
27636
27755
|
readonly dependencies?: string[] | undefined;
|
|
27637
27756
|
readonly externalId?: boolean | undefined;
|
|
@@ -27815,6 +27934,7 @@ declare const SysJobQueue: Omit<{
|
|
|
27815
27934
|
readonly precision?: number | undefined;
|
|
27816
27935
|
readonly required?: boolean | undefined;
|
|
27817
27936
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
27937
|
+
readonly widget?: string | undefined;
|
|
27818
27938
|
readonly multiple?: boolean | undefined;
|
|
27819
27939
|
readonly dependencies?: string[] | undefined;
|
|
27820
27940
|
readonly externalId?: boolean | undefined;
|
|
@@ -27998,6 +28118,7 @@ declare const SysJobQueue: Omit<{
|
|
|
27998
28118
|
readonly precision?: number | undefined;
|
|
27999
28119
|
readonly required?: boolean | undefined;
|
|
28000
28120
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28121
|
+
readonly widget?: string | undefined;
|
|
28001
28122
|
readonly multiple?: boolean | undefined;
|
|
28002
28123
|
readonly dependencies?: string[] | undefined;
|
|
28003
28124
|
readonly externalId?: boolean | undefined;
|
|
@@ -28181,6 +28302,7 @@ declare const SysJobQueue: Omit<{
|
|
|
28181
28302
|
readonly precision?: number | undefined;
|
|
28182
28303
|
readonly required?: boolean | undefined;
|
|
28183
28304
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28305
|
+
readonly widget?: string | undefined;
|
|
28184
28306
|
readonly multiple?: boolean | undefined;
|
|
28185
28307
|
readonly dependencies?: string[] | undefined;
|
|
28186
28308
|
readonly externalId?: boolean | undefined;
|
|
@@ -28364,6 +28486,7 @@ declare const SysJobQueue: Omit<{
|
|
|
28364
28486
|
readonly precision?: number | undefined;
|
|
28365
28487
|
readonly required?: boolean | undefined;
|
|
28366
28488
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28489
|
+
readonly widget?: string | undefined;
|
|
28367
28490
|
readonly multiple?: boolean | undefined;
|
|
28368
28491
|
readonly dependencies?: string[] | undefined;
|
|
28369
28492
|
readonly externalId?: boolean | undefined;
|
|
@@ -28547,6 +28670,7 @@ declare const SysJobQueue: Omit<{
|
|
|
28547
28670
|
readonly precision?: number | undefined;
|
|
28548
28671
|
readonly required?: boolean | undefined;
|
|
28549
28672
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28673
|
+
readonly widget?: string | undefined;
|
|
28550
28674
|
readonly multiple?: boolean | undefined;
|
|
28551
28675
|
readonly dependencies?: string[] | undefined;
|
|
28552
28676
|
readonly externalId?: boolean | undefined;
|
|
@@ -28730,6 +28854,7 @@ declare const SysJobQueue: Omit<{
|
|
|
28730
28854
|
readonly precision?: number | undefined;
|
|
28731
28855
|
readonly required?: boolean | undefined;
|
|
28732
28856
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28857
|
+
readonly widget?: string | undefined;
|
|
28733
28858
|
readonly multiple?: boolean | undefined;
|
|
28734
28859
|
readonly dependencies?: string[] | undefined;
|
|
28735
28860
|
readonly externalId?: boolean | undefined;
|
|
@@ -28913,6 +29038,7 @@ declare const SysJobQueue: Omit<{
|
|
|
28913
29038
|
readonly precision?: number | undefined;
|
|
28914
29039
|
readonly required?: boolean | undefined;
|
|
28915
29040
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29041
|
+
readonly widget?: string | undefined;
|
|
28916
29042
|
readonly multiple?: boolean | undefined;
|
|
28917
29043
|
readonly dependencies?: string[] | undefined;
|
|
28918
29044
|
readonly externalId?: boolean | undefined;
|
|
@@ -29096,6 +29222,7 @@ declare const SysJobQueue: Omit<{
|
|
|
29096
29222
|
readonly precision?: number | undefined;
|
|
29097
29223
|
readonly required?: boolean | undefined;
|
|
29098
29224
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29225
|
+
readonly widget?: string | undefined;
|
|
29099
29226
|
readonly multiple?: boolean | undefined;
|
|
29100
29227
|
readonly dependencies?: string[] | undefined;
|
|
29101
29228
|
readonly externalId?: boolean | undefined;
|
|
@@ -29279,6 +29406,7 @@ declare const SysJobQueue: Omit<{
|
|
|
29279
29406
|
readonly precision?: number | undefined;
|
|
29280
29407
|
readonly required?: boolean | undefined;
|
|
29281
29408
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29409
|
+
readonly widget?: string | undefined;
|
|
29282
29410
|
readonly multiple?: boolean | undefined;
|
|
29283
29411
|
readonly dependencies?: string[] | undefined;
|
|
29284
29412
|
readonly externalId?: boolean | undefined;
|
|
@@ -29462,6 +29590,7 @@ declare const SysJobQueue: Omit<{
|
|
|
29462
29590
|
readonly precision?: number | undefined;
|
|
29463
29591
|
readonly required?: boolean | undefined;
|
|
29464
29592
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29593
|
+
readonly widget?: string | undefined;
|
|
29465
29594
|
readonly multiple?: boolean | undefined;
|
|
29466
29595
|
readonly dependencies?: string[] | undefined;
|
|
29467
29596
|
readonly externalId?: boolean | undefined;
|
|
@@ -29645,6 +29774,7 @@ declare const SysJobQueue: Omit<{
|
|
|
29645
29774
|
readonly precision?: number | undefined;
|
|
29646
29775
|
readonly required?: boolean | undefined;
|
|
29647
29776
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29777
|
+
readonly widget?: string | undefined;
|
|
29648
29778
|
readonly multiple?: boolean | undefined;
|
|
29649
29779
|
readonly dependencies?: string[] | undefined;
|
|
29650
29780
|
readonly externalId?: boolean | undefined;
|
|
@@ -29828,6 +29958,7 @@ declare const SysJobQueue: Omit<{
|
|
|
29828
29958
|
readonly precision?: number | undefined;
|
|
29829
29959
|
readonly required?: boolean | undefined;
|
|
29830
29960
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29961
|
+
readonly widget?: string | undefined;
|
|
29831
29962
|
readonly multiple?: boolean | undefined;
|
|
29832
29963
|
readonly dependencies?: string[] | undefined;
|
|
29833
29964
|
readonly externalId?: boolean | undefined;
|
|
@@ -30011,6 +30142,7 @@ declare const SysJobQueue: Omit<{
|
|
|
30011
30142
|
readonly precision?: number | undefined;
|
|
30012
30143
|
readonly required?: boolean | undefined;
|
|
30013
30144
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30145
|
+
readonly widget?: string | undefined;
|
|
30014
30146
|
readonly multiple?: boolean | undefined;
|
|
30015
30147
|
readonly dependencies?: string[] | undefined;
|
|
30016
30148
|
readonly externalId?: boolean | undefined;
|
|
@@ -30194,6 +30326,7 @@ declare const SysJobQueue: Omit<{
|
|
|
30194
30326
|
readonly precision?: number | undefined;
|
|
30195
30327
|
readonly required?: boolean | undefined;
|
|
30196
30328
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30329
|
+
readonly widget?: string | undefined;
|
|
30197
30330
|
readonly multiple?: boolean | undefined;
|
|
30198
30331
|
readonly dependencies?: string[] | undefined;
|
|
30199
30332
|
readonly externalId?: boolean | undefined;
|
|
@@ -30377,6 +30510,7 @@ declare const SysJobQueue: Omit<{
|
|
|
30377
30510
|
readonly precision?: number | undefined;
|
|
30378
30511
|
readonly required?: boolean | undefined;
|
|
30379
30512
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30513
|
+
readonly widget?: string | undefined;
|
|
30380
30514
|
readonly multiple?: boolean | undefined;
|
|
30381
30515
|
readonly dependencies?: string[] | undefined;
|
|
30382
30516
|
readonly externalId?: boolean | undefined;
|
|
@@ -30560,6 +30694,7 @@ declare const SysJobQueue: Omit<{
|
|
|
30560
30694
|
readonly precision?: number | undefined;
|
|
30561
30695
|
readonly required?: boolean | undefined;
|
|
30562
30696
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30697
|
+
readonly widget?: string | undefined;
|
|
30563
30698
|
readonly multiple?: boolean | undefined;
|
|
30564
30699
|
readonly dependencies?: string[] | undefined;
|
|
30565
30700
|
readonly externalId?: boolean | undefined;
|
|
@@ -30743,6 +30878,7 @@ declare const SysJobQueue: Omit<{
|
|
|
30743
30878
|
readonly precision?: number | undefined;
|
|
30744
30879
|
readonly required?: boolean | undefined;
|
|
30745
30880
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30881
|
+
readonly widget?: string | undefined;
|
|
30746
30882
|
readonly multiple?: boolean | undefined;
|
|
30747
30883
|
readonly dependencies?: string[] | undefined;
|
|
30748
30884
|
readonly externalId?: boolean | undefined;
|
|
@@ -30926,6 +31062,7 @@ declare const SysJobQueue: Omit<{
|
|
|
30926
31062
|
readonly precision?: number | undefined;
|
|
30927
31063
|
readonly required?: boolean | undefined;
|
|
30928
31064
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
31065
|
+
readonly widget?: string | undefined;
|
|
30929
31066
|
readonly multiple?: boolean | undefined;
|
|
30930
31067
|
readonly dependencies?: string[] | undefined;
|
|
30931
31068
|
readonly externalId?: boolean | undefined;
|
|
@@ -31344,6 +31481,7 @@ declare const SysImportJob: Omit<{
|
|
|
31344
31481
|
generatedBy?: string | undefined;
|
|
31345
31482
|
} | undefined;
|
|
31346
31483
|
} | undefined;
|
|
31484
|
+
widget?: string | undefined;
|
|
31347
31485
|
requiredPermissions?: string[] | undefined;
|
|
31348
31486
|
system?: boolean | undefined;
|
|
31349
31487
|
inlineHelpText?: string | undefined;
|
|
@@ -31575,6 +31713,11 @@ declare const SysImportJob: Omit<{
|
|
|
31575
31713
|
schemaId: string;
|
|
31576
31714
|
schema?: Record<string, unknown> | undefined;
|
|
31577
31715
|
} | undefined;
|
|
31716
|
+
emptyState?: {
|
|
31717
|
+
title?: string | undefined;
|
|
31718
|
+
message?: string | undefined;
|
|
31719
|
+
icon?: string | undefined;
|
|
31720
|
+
} | undefined;
|
|
31578
31721
|
tree?: {
|
|
31579
31722
|
[x: string]: unknown;
|
|
31580
31723
|
parentField?: string | undefined;
|
|
@@ -31734,11 +31877,6 @@ declare const SysImportJob: Omit<{
|
|
|
31734
31877
|
} | undefined;
|
|
31735
31878
|
showRecordCount?: boolean | undefined;
|
|
31736
31879
|
allowPrinting?: boolean | undefined;
|
|
31737
|
-
emptyState?: {
|
|
31738
|
-
title?: string | undefined;
|
|
31739
|
-
message?: string | undefined;
|
|
31740
|
-
icon?: string | undefined;
|
|
31741
|
-
} | undefined;
|
|
31742
31880
|
performance?: {
|
|
31743
31881
|
lazyLoad?: boolean | undefined;
|
|
31744
31882
|
virtualScroll?: {
|
|
@@ -31952,6 +32090,7 @@ declare const SysImportJob: Omit<{
|
|
|
31952
32090
|
readonly precision?: number | undefined;
|
|
31953
32091
|
readonly required?: boolean | undefined;
|
|
31954
32092
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32093
|
+
readonly widget?: string | undefined;
|
|
31955
32094
|
readonly multiple?: boolean | undefined;
|
|
31956
32095
|
readonly dependencies?: string[] | undefined;
|
|
31957
32096
|
readonly externalId?: boolean | undefined;
|
|
@@ -32135,6 +32274,7 @@ declare const SysImportJob: Omit<{
|
|
|
32135
32274
|
readonly precision?: number | undefined;
|
|
32136
32275
|
readonly required?: boolean | undefined;
|
|
32137
32276
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32277
|
+
readonly widget?: string | undefined;
|
|
32138
32278
|
readonly multiple?: boolean | undefined;
|
|
32139
32279
|
readonly dependencies?: string[] | undefined;
|
|
32140
32280
|
readonly externalId?: boolean | undefined;
|
|
@@ -32318,6 +32458,7 @@ declare const SysImportJob: Omit<{
|
|
|
32318
32458
|
readonly precision?: number | undefined;
|
|
32319
32459
|
readonly required?: boolean | undefined;
|
|
32320
32460
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32461
|
+
readonly widget?: string | undefined;
|
|
32321
32462
|
readonly multiple?: boolean | undefined;
|
|
32322
32463
|
readonly dependencies?: string[] | undefined;
|
|
32323
32464
|
readonly externalId?: boolean | undefined;
|
|
@@ -32501,6 +32642,7 @@ declare const SysImportJob: Omit<{
|
|
|
32501
32642
|
readonly precision?: number | undefined;
|
|
32502
32643
|
readonly required?: boolean | undefined;
|
|
32503
32644
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32645
|
+
readonly widget?: string | undefined;
|
|
32504
32646
|
readonly multiple?: boolean | undefined;
|
|
32505
32647
|
readonly dependencies?: string[] | undefined;
|
|
32506
32648
|
readonly externalId?: boolean | undefined;
|
|
@@ -32684,6 +32826,7 @@ declare const SysImportJob: Omit<{
|
|
|
32684
32826
|
readonly precision?: number | undefined;
|
|
32685
32827
|
readonly required?: boolean | undefined;
|
|
32686
32828
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32829
|
+
readonly widget?: string | undefined;
|
|
32687
32830
|
readonly multiple?: boolean | undefined;
|
|
32688
32831
|
readonly dependencies?: string[] | undefined;
|
|
32689
32832
|
readonly externalId?: boolean | undefined;
|
|
@@ -32867,6 +33010,7 @@ declare const SysImportJob: Omit<{
|
|
|
32867
33010
|
readonly precision?: number | undefined;
|
|
32868
33011
|
readonly required?: boolean | undefined;
|
|
32869
33012
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33013
|
+
readonly widget?: string | undefined;
|
|
32870
33014
|
readonly multiple?: boolean | undefined;
|
|
32871
33015
|
readonly dependencies?: string[] | undefined;
|
|
32872
33016
|
readonly externalId?: boolean | undefined;
|
|
@@ -33050,6 +33194,7 @@ declare const SysImportJob: Omit<{
|
|
|
33050
33194
|
readonly precision?: number | undefined;
|
|
33051
33195
|
readonly required?: boolean | undefined;
|
|
33052
33196
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33197
|
+
readonly widget?: string | undefined;
|
|
33053
33198
|
readonly multiple?: boolean | undefined;
|
|
33054
33199
|
readonly dependencies?: string[] | undefined;
|
|
33055
33200
|
readonly externalId?: boolean | undefined;
|
|
@@ -33233,6 +33378,7 @@ declare const SysImportJob: Omit<{
|
|
|
33233
33378
|
readonly precision?: number | undefined;
|
|
33234
33379
|
readonly required?: boolean | undefined;
|
|
33235
33380
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33381
|
+
readonly widget?: string | undefined;
|
|
33236
33382
|
readonly multiple?: boolean | undefined;
|
|
33237
33383
|
readonly dependencies?: string[] | undefined;
|
|
33238
33384
|
readonly externalId?: boolean | undefined;
|
|
@@ -33416,6 +33562,7 @@ declare const SysImportJob: Omit<{
|
|
|
33416
33562
|
readonly precision?: number | undefined;
|
|
33417
33563
|
readonly required?: boolean | undefined;
|
|
33418
33564
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33565
|
+
readonly widget?: string | undefined;
|
|
33419
33566
|
readonly multiple?: boolean | undefined;
|
|
33420
33567
|
readonly dependencies?: string[] | undefined;
|
|
33421
33568
|
readonly externalId?: boolean | undefined;
|
|
@@ -33599,6 +33746,7 @@ declare const SysImportJob: Omit<{
|
|
|
33599
33746
|
readonly precision?: number | undefined;
|
|
33600
33747
|
readonly required?: boolean | undefined;
|
|
33601
33748
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33749
|
+
readonly widget?: string | undefined;
|
|
33602
33750
|
readonly multiple?: boolean | undefined;
|
|
33603
33751
|
readonly dependencies?: string[] | undefined;
|
|
33604
33752
|
readonly externalId?: boolean | undefined;
|
|
@@ -33782,6 +33930,7 @@ declare const SysImportJob: Omit<{
|
|
|
33782
33930
|
readonly precision?: number | undefined;
|
|
33783
33931
|
readonly required?: boolean | undefined;
|
|
33784
33932
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33933
|
+
readonly widget?: string | undefined;
|
|
33785
33934
|
readonly multiple?: boolean | undefined;
|
|
33786
33935
|
readonly dependencies?: string[] | undefined;
|
|
33787
33936
|
readonly externalId?: boolean | undefined;
|
|
@@ -33965,6 +34114,7 @@ declare const SysImportJob: Omit<{
|
|
|
33965
34114
|
readonly precision?: number | undefined;
|
|
33966
34115
|
readonly required?: boolean | undefined;
|
|
33967
34116
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
34117
|
+
readonly widget?: string | undefined;
|
|
33968
34118
|
readonly multiple?: boolean | undefined;
|
|
33969
34119
|
readonly dependencies?: string[] | undefined;
|
|
33970
34120
|
readonly externalId?: boolean | undefined;
|
|
@@ -34148,6 +34298,7 @@ declare const SysImportJob: Omit<{
|
|
|
34148
34298
|
readonly precision?: number | undefined;
|
|
34149
34299
|
readonly required?: boolean | undefined;
|
|
34150
34300
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
34301
|
+
readonly widget?: string | undefined;
|
|
34151
34302
|
readonly multiple?: boolean | undefined;
|
|
34152
34303
|
readonly dependencies?: string[] | undefined;
|
|
34153
34304
|
readonly externalId?: boolean | undefined;
|
|
@@ -34331,6 +34482,7 @@ declare const SysImportJob: Omit<{
|
|
|
34331
34482
|
readonly precision?: number | undefined;
|
|
34332
34483
|
readonly required?: boolean | undefined;
|
|
34333
34484
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
34485
|
+
readonly widget?: string | undefined;
|
|
34334
34486
|
readonly multiple?: boolean | undefined;
|
|
34335
34487
|
readonly dependencies?: string[] | undefined;
|
|
34336
34488
|
readonly externalId?: boolean | undefined;
|
|
@@ -34514,6 +34666,7 @@ declare const SysImportJob: Omit<{
|
|
|
34514
34666
|
readonly precision?: number | undefined;
|
|
34515
34667
|
readonly required?: boolean | undefined;
|
|
34516
34668
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
34669
|
+
readonly widget?: string | undefined;
|
|
34517
34670
|
readonly multiple?: boolean | undefined;
|
|
34518
34671
|
readonly dependencies?: string[] | undefined;
|
|
34519
34672
|
readonly externalId?: boolean | undefined;
|
|
@@ -34697,6 +34850,7 @@ declare const SysImportJob: Omit<{
|
|
|
34697
34850
|
readonly precision?: number | undefined;
|
|
34698
34851
|
readonly required?: boolean | undefined;
|
|
34699
34852
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
34853
|
+
readonly widget?: string | undefined;
|
|
34700
34854
|
readonly multiple?: boolean | undefined;
|
|
34701
34855
|
readonly dependencies?: string[] | undefined;
|
|
34702
34856
|
readonly externalId?: boolean | undefined;
|
|
@@ -34880,6 +35034,7 @@ declare const SysImportJob: Omit<{
|
|
|
34880
35034
|
readonly precision?: number | undefined;
|
|
34881
35035
|
readonly required?: boolean | undefined;
|
|
34882
35036
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
35037
|
+
readonly widget?: string | undefined;
|
|
34883
35038
|
readonly multiple?: boolean | undefined;
|
|
34884
35039
|
readonly dependencies?: string[] | undefined;
|
|
34885
35040
|
readonly externalId?: boolean | undefined;
|
|
@@ -35063,6 +35218,7 @@ declare const SysImportJob: Omit<{
|
|
|
35063
35218
|
readonly precision?: number | undefined;
|
|
35064
35219
|
readonly required?: boolean | undefined;
|
|
35065
35220
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
35221
|
+
readonly widget?: string | undefined;
|
|
35066
35222
|
readonly multiple?: boolean | undefined;
|
|
35067
35223
|
readonly dependencies?: string[] | undefined;
|
|
35068
35224
|
readonly externalId?: boolean | undefined;
|
|
@@ -35246,6 +35402,7 @@ declare const SysImportJob: Omit<{
|
|
|
35246
35402
|
readonly precision?: number | undefined;
|
|
35247
35403
|
readonly required?: boolean | undefined;
|
|
35248
35404
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
35405
|
+
readonly widget?: string | undefined;
|
|
35249
35406
|
readonly multiple?: boolean | undefined;
|
|
35250
35407
|
readonly dependencies?: string[] | undefined;
|
|
35251
35408
|
readonly externalId?: boolean | undefined;
|
|
@@ -35429,6 +35586,7 @@ declare const SysImportJob: Omit<{
|
|
|
35429
35586
|
readonly precision?: number | undefined;
|
|
35430
35587
|
readonly required?: boolean | undefined;
|
|
35431
35588
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
35589
|
+
readonly widget?: string | undefined;
|
|
35432
35590
|
readonly multiple?: boolean | undefined;
|
|
35433
35591
|
readonly dependencies?: string[] | undefined;
|
|
35434
35592
|
readonly externalId?: boolean | undefined;
|