@objectstack/platform-objects 14.5.0 → 14.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/apps/index.d.mts +1 -1
- package/dist/apps/index.d.ts +1 -1
- package/dist/audit/index.d.mts +248 -0
- package/dist/audit/index.d.ts +248 -0
- package/dist/identity/index.d.mts +450 -0
- package/dist/identity/index.d.ts +450 -0
- package/dist/identity/index.js +6 -1
- package/dist/identity/index.js.map +1 -1
- package/dist/identity/index.mjs +6 -1
- package/dist/identity/index.mjs.map +1 -1
- package/dist/index.js +6 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/dist/system/index.d.mts +65 -0
- package/dist/system/index.d.ts +65 -0
- package/package.json +4 -4
package/dist/audit/index.d.ts
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;
|
|
@@ -744,6 +745,15 @@ declare const SysNotification: Omit<{
|
|
|
744
745
|
helpText?: string | undefined;
|
|
745
746
|
defaultValue?: unknown;
|
|
746
747
|
defaultFromRow?: boolean | undefined;
|
|
748
|
+
visible?: {
|
|
749
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
750
|
+
source?: string | undefined;
|
|
751
|
+
ast?: unknown;
|
|
752
|
+
meta?: {
|
|
753
|
+
rationale?: string | undefined;
|
|
754
|
+
generatedBy?: string | undefined;
|
|
755
|
+
} | undefined;
|
|
756
|
+
} | undefined;
|
|
747
757
|
}[] | undefined;
|
|
748
758
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
749
759
|
order?: number | undefined;
|
|
@@ -907,6 +917,7 @@ declare const SysNotification: Omit<{
|
|
|
907
917
|
readonly precision?: number | undefined;
|
|
908
918
|
readonly required?: boolean | undefined;
|
|
909
919
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
920
|
+
readonly widget?: string | undefined;
|
|
910
921
|
readonly multiple?: boolean | undefined;
|
|
911
922
|
readonly dependencies?: string[] | undefined;
|
|
912
923
|
readonly externalId?: boolean | undefined;
|
|
@@ -1090,6 +1101,7 @@ declare const SysNotification: Omit<{
|
|
|
1090
1101
|
readonly precision?: number | undefined;
|
|
1091
1102
|
readonly required?: boolean | undefined;
|
|
1092
1103
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1104
|
+
readonly widget?: string | undefined;
|
|
1093
1105
|
readonly multiple?: boolean | undefined;
|
|
1094
1106
|
readonly dependencies?: string[] | undefined;
|
|
1095
1107
|
readonly externalId?: boolean | undefined;
|
|
@@ -1273,6 +1285,7 @@ declare const SysNotification: Omit<{
|
|
|
1273
1285
|
readonly precision?: number | undefined;
|
|
1274
1286
|
readonly required?: boolean | undefined;
|
|
1275
1287
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1288
|
+
readonly widget?: string | undefined;
|
|
1276
1289
|
readonly multiple?: boolean | undefined;
|
|
1277
1290
|
readonly dependencies?: string[] | undefined;
|
|
1278
1291
|
readonly externalId?: boolean | undefined;
|
|
@@ -1456,6 +1469,7 @@ declare const SysNotification: Omit<{
|
|
|
1456
1469
|
readonly precision?: number | undefined;
|
|
1457
1470
|
readonly required?: boolean | undefined;
|
|
1458
1471
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1472
|
+
readonly widget?: string | undefined;
|
|
1459
1473
|
readonly multiple?: boolean | undefined;
|
|
1460
1474
|
readonly dependencies?: string[] | undefined;
|
|
1461
1475
|
readonly externalId?: boolean | undefined;
|
|
@@ -1639,6 +1653,7 @@ declare const SysNotification: Omit<{
|
|
|
1639
1653
|
readonly precision?: number | undefined;
|
|
1640
1654
|
readonly required?: boolean | undefined;
|
|
1641
1655
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1656
|
+
readonly widget?: string | undefined;
|
|
1642
1657
|
readonly multiple?: boolean | undefined;
|
|
1643
1658
|
readonly dependencies?: string[] | undefined;
|
|
1644
1659
|
readonly externalId?: boolean | undefined;
|
|
@@ -1822,6 +1837,7 @@ declare const SysNotification: Omit<{
|
|
|
1822
1837
|
readonly precision?: number | undefined;
|
|
1823
1838
|
readonly required?: boolean | undefined;
|
|
1824
1839
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1840
|
+
readonly widget?: string | undefined;
|
|
1825
1841
|
readonly multiple?: boolean | undefined;
|
|
1826
1842
|
readonly dependencies?: string[] | undefined;
|
|
1827
1843
|
readonly externalId?: boolean | undefined;
|
|
@@ -2005,6 +2021,7 @@ declare const SysNotification: Omit<{
|
|
|
2005
2021
|
readonly precision?: number | undefined;
|
|
2006
2022
|
readonly required?: boolean | undefined;
|
|
2007
2023
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2024
|
+
readonly widget?: string | undefined;
|
|
2008
2025
|
readonly multiple?: boolean | undefined;
|
|
2009
2026
|
readonly dependencies?: string[] | undefined;
|
|
2010
2027
|
readonly externalId?: boolean | undefined;
|
|
@@ -2188,6 +2205,7 @@ declare const SysNotification: Omit<{
|
|
|
2188
2205
|
readonly precision?: number | undefined;
|
|
2189
2206
|
readonly required?: boolean | undefined;
|
|
2190
2207
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2208
|
+
readonly widget?: string | undefined;
|
|
2191
2209
|
readonly multiple?: boolean | undefined;
|
|
2192
2210
|
readonly dependencies?: string[] | undefined;
|
|
2193
2211
|
readonly externalId?: boolean | undefined;
|
|
@@ -2371,6 +2389,7 @@ declare const SysNotification: Omit<{
|
|
|
2371
2389
|
readonly precision?: number | undefined;
|
|
2372
2390
|
readonly required?: boolean | undefined;
|
|
2373
2391
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2392
|
+
readonly widget?: string | undefined;
|
|
2374
2393
|
readonly multiple?: boolean | undefined;
|
|
2375
2394
|
readonly dependencies?: string[] | undefined;
|
|
2376
2395
|
readonly externalId?: boolean | undefined;
|
|
@@ -2793,6 +2812,7 @@ declare const SysAttachment: Omit<{
|
|
|
2793
2812
|
generatedBy?: string | undefined;
|
|
2794
2813
|
} | undefined;
|
|
2795
2814
|
} | undefined;
|
|
2815
|
+
widget?: string | undefined;
|
|
2796
2816
|
requiredPermissions?: string[] | undefined;
|
|
2797
2817
|
system?: boolean | undefined;
|
|
2798
2818
|
inlineHelpText?: string | undefined;
|
|
@@ -3282,6 +3302,15 @@ declare const SysAttachment: Omit<{
|
|
|
3282
3302
|
helpText?: string | undefined;
|
|
3283
3303
|
defaultValue?: unknown;
|
|
3284
3304
|
defaultFromRow?: boolean | undefined;
|
|
3305
|
+
visible?: {
|
|
3306
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
3307
|
+
source?: string | undefined;
|
|
3308
|
+
ast?: unknown;
|
|
3309
|
+
meta?: {
|
|
3310
|
+
rationale?: string | undefined;
|
|
3311
|
+
generatedBy?: string | undefined;
|
|
3312
|
+
} | undefined;
|
|
3313
|
+
} | undefined;
|
|
3285
3314
|
}[] | undefined;
|
|
3286
3315
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
3287
3316
|
order?: number | undefined;
|
|
@@ -3390,6 +3419,7 @@ declare const SysAttachment: Omit<{
|
|
|
3390
3419
|
readonly precision?: number | undefined;
|
|
3391
3420
|
readonly required?: boolean | undefined;
|
|
3392
3421
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3422
|
+
readonly widget?: string | undefined;
|
|
3393
3423
|
readonly multiple?: boolean | undefined;
|
|
3394
3424
|
readonly dependencies?: string[] | undefined;
|
|
3395
3425
|
readonly externalId?: boolean | undefined;
|
|
@@ -3573,6 +3603,7 @@ declare const SysAttachment: Omit<{
|
|
|
3573
3603
|
readonly precision?: number | undefined;
|
|
3574
3604
|
readonly required?: boolean | undefined;
|
|
3575
3605
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3606
|
+
readonly widget?: string | undefined;
|
|
3576
3607
|
readonly multiple?: boolean | undefined;
|
|
3577
3608
|
readonly dependencies?: string[] | undefined;
|
|
3578
3609
|
readonly externalId?: boolean | undefined;
|
|
@@ -3756,6 +3787,7 @@ declare const SysAttachment: Omit<{
|
|
|
3756
3787
|
readonly precision?: number | undefined;
|
|
3757
3788
|
readonly required?: boolean | undefined;
|
|
3758
3789
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3790
|
+
readonly widget?: string | undefined;
|
|
3759
3791
|
readonly multiple?: boolean | undefined;
|
|
3760
3792
|
readonly dependencies?: string[] | undefined;
|
|
3761
3793
|
readonly externalId?: boolean | undefined;
|
|
@@ -3939,6 +3971,7 @@ declare const SysAttachment: Omit<{
|
|
|
3939
3971
|
readonly precision?: number | undefined;
|
|
3940
3972
|
readonly required?: boolean | undefined;
|
|
3941
3973
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3974
|
+
readonly widget?: string | undefined;
|
|
3942
3975
|
readonly multiple?: boolean | undefined;
|
|
3943
3976
|
readonly dependencies?: string[] | undefined;
|
|
3944
3977
|
readonly externalId?: boolean | undefined;
|
|
@@ -4122,6 +4155,7 @@ declare const SysAttachment: Omit<{
|
|
|
4122
4155
|
readonly precision?: number | undefined;
|
|
4123
4156
|
readonly required?: boolean | undefined;
|
|
4124
4157
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4158
|
+
readonly widget?: string | undefined;
|
|
4125
4159
|
readonly multiple?: boolean | undefined;
|
|
4126
4160
|
readonly dependencies?: string[] | undefined;
|
|
4127
4161
|
readonly externalId?: boolean | undefined;
|
|
@@ -4305,6 +4339,7 @@ declare const SysAttachment: Omit<{
|
|
|
4305
4339
|
readonly precision?: number | undefined;
|
|
4306
4340
|
readonly required?: boolean | undefined;
|
|
4307
4341
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4342
|
+
readonly widget?: string | undefined;
|
|
4308
4343
|
readonly multiple?: boolean | undefined;
|
|
4309
4344
|
readonly dependencies?: string[] | undefined;
|
|
4310
4345
|
readonly externalId?: boolean | undefined;
|
|
@@ -4488,6 +4523,7 @@ declare const SysAttachment: Omit<{
|
|
|
4488
4523
|
readonly precision?: number | undefined;
|
|
4489
4524
|
readonly required?: boolean | undefined;
|
|
4490
4525
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4526
|
+
readonly widget?: string | undefined;
|
|
4491
4527
|
readonly multiple?: boolean | undefined;
|
|
4492
4528
|
readonly dependencies?: string[] | undefined;
|
|
4493
4529
|
readonly externalId?: boolean | undefined;
|
|
@@ -4671,6 +4707,7 @@ declare const SysAttachment: Omit<{
|
|
|
4671
4707
|
readonly precision?: number | undefined;
|
|
4672
4708
|
readonly required?: boolean | undefined;
|
|
4673
4709
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4710
|
+
readonly widget?: string | undefined;
|
|
4674
4711
|
readonly multiple?: boolean | undefined;
|
|
4675
4712
|
readonly dependencies?: string[] | undefined;
|
|
4676
4713
|
readonly externalId?: boolean | undefined;
|
|
@@ -4854,6 +4891,7 @@ declare const SysAttachment: Omit<{
|
|
|
4854
4891
|
readonly precision?: number | undefined;
|
|
4855
4892
|
readonly required?: boolean | undefined;
|
|
4856
4893
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4894
|
+
readonly widget?: string | undefined;
|
|
4857
4895
|
readonly multiple?: boolean | undefined;
|
|
4858
4896
|
readonly dependencies?: string[] | undefined;
|
|
4859
4897
|
readonly externalId?: boolean | undefined;
|
|
@@ -5037,6 +5075,7 @@ declare const SysAttachment: Omit<{
|
|
|
5037
5075
|
readonly precision?: number | undefined;
|
|
5038
5076
|
readonly required?: boolean | undefined;
|
|
5039
5077
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5078
|
+
readonly widget?: string | undefined;
|
|
5040
5079
|
readonly multiple?: boolean | undefined;
|
|
5041
5080
|
readonly dependencies?: string[] | undefined;
|
|
5042
5081
|
readonly externalId?: boolean | undefined;
|
|
@@ -5220,6 +5259,7 @@ declare const SysAttachment: Omit<{
|
|
|
5220
5259
|
readonly precision?: number | undefined;
|
|
5221
5260
|
readonly required?: boolean | undefined;
|
|
5222
5261
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5262
|
+
readonly widget?: string | undefined;
|
|
5223
5263
|
readonly multiple?: boolean | undefined;
|
|
5224
5264
|
readonly dependencies?: string[] | undefined;
|
|
5225
5265
|
readonly externalId?: boolean | undefined;
|
|
@@ -5403,6 +5443,7 @@ declare const SysAttachment: Omit<{
|
|
|
5403
5443
|
readonly precision?: number | undefined;
|
|
5404
5444
|
readonly required?: boolean | undefined;
|
|
5405
5445
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5446
|
+
readonly widget?: string | undefined;
|
|
5406
5447
|
readonly multiple?: boolean | undefined;
|
|
5407
5448
|
readonly dependencies?: string[] | undefined;
|
|
5408
5449
|
readonly externalId?: boolean | undefined;
|
|
@@ -5586,6 +5627,7 @@ declare const SysAttachment: Omit<{
|
|
|
5586
5627
|
readonly precision?: number | undefined;
|
|
5587
5628
|
readonly required?: boolean | undefined;
|
|
5588
5629
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5630
|
+
readonly widget?: string | undefined;
|
|
5589
5631
|
readonly multiple?: boolean | undefined;
|
|
5590
5632
|
readonly dependencies?: string[] | undefined;
|
|
5591
5633
|
readonly externalId?: boolean | undefined;
|
|
@@ -6011,6 +6053,7 @@ declare const SysEmail: Omit<{
|
|
|
6011
6053
|
generatedBy?: string | undefined;
|
|
6012
6054
|
} | undefined;
|
|
6013
6055
|
} | undefined;
|
|
6056
|
+
widget?: string | undefined;
|
|
6014
6057
|
requiredPermissions?: string[] | undefined;
|
|
6015
6058
|
system?: boolean | undefined;
|
|
6016
6059
|
inlineHelpText?: string | undefined;
|
|
@@ -6500,6 +6543,15 @@ declare const SysEmail: Omit<{
|
|
|
6500
6543
|
helpText?: string | undefined;
|
|
6501
6544
|
defaultValue?: unknown;
|
|
6502
6545
|
defaultFromRow?: boolean | undefined;
|
|
6546
|
+
visible?: {
|
|
6547
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6548
|
+
source?: string | undefined;
|
|
6549
|
+
ast?: unknown;
|
|
6550
|
+
meta?: {
|
|
6551
|
+
rationale?: string | undefined;
|
|
6552
|
+
generatedBy?: string | undefined;
|
|
6553
|
+
} | undefined;
|
|
6554
|
+
} | undefined;
|
|
6503
6555
|
}[] | undefined;
|
|
6504
6556
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
6505
6557
|
order?: number | undefined;
|
|
@@ -6610,6 +6662,7 @@ declare const SysEmail: Omit<{
|
|
|
6610
6662
|
readonly precision?: number | undefined;
|
|
6611
6663
|
readonly required?: boolean | undefined;
|
|
6612
6664
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6665
|
+
readonly widget?: string | undefined;
|
|
6613
6666
|
readonly multiple?: boolean | undefined;
|
|
6614
6667
|
readonly dependencies?: string[] | undefined;
|
|
6615
6668
|
readonly externalId?: boolean | undefined;
|
|
@@ -6793,6 +6846,7 @@ declare const SysEmail: Omit<{
|
|
|
6793
6846
|
readonly precision?: number | undefined;
|
|
6794
6847
|
readonly required?: boolean | undefined;
|
|
6795
6848
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6849
|
+
readonly widget?: string | undefined;
|
|
6796
6850
|
readonly multiple?: boolean | undefined;
|
|
6797
6851
|
readonly dependencies?: string[] | undefined;
|
|
6798
6852
|
readonly externalId?: boolean | undefined;
|
|
@@ -6976,6 +7030,7 @@ declare const SysEmail: Omit<{
|
|
|
6976
7030
|
readonly precision?: number | undefined;
|
|
6977
7031
|
readonly required?: boolean | undefined;
|
|
6978
7032
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7033
|
+
readonly widget?: string | undefined;
|
|
6979
7034
|
readonly multiple?: boolean | undefined;
|
|
6980
7035
|
readonly dependencies?: string[] | undefined;
|
|
6981
7036
|
readonly externalId?: boolean | undefined;
|
|
@@ -7159,6 +7214,7 @@ declare const SysEmail: Omit<{
|
|
|
7159
7214
|
readonly precision?: number | undefined;
|
|
7160
7215
|
readonly required?: boolean | undefined;
|
|
7161
7216
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7217
|
+
readonly widget?: string | undefined;
|
|
7162
7218
|
readonly multiple?: boolean | undefined;
|
|
7163
7219
|
readonly dependencies?: string[] | undefined;
|
|
7164
7220
|
readonly externalId?: boolean | undefined;
|
|
@@ -7342,6 +7398,7 @@ declare const SysEmail: Omit<{
|
|
|
7342
7398
|
readonly precision?: number | undefined;
|
|
7343
7399
|
readonly required?: boolean | undefined;
|
|
7344
7400
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7401
|
+
readonly widget?: string | undefined;
|
|
7345
7402
|
readonly multiple?: boolean | undefined;
|
|
7346
7403
|
readonly dependencies?: string[] | undefined;
|
|
7347
7404
|
readonly externalId?: boolean | undefined;
|
|
@@ -7525,6 +7582,7 @@ declare const SysEmail: Omit<{
|
|
|
7525
7582
|
readonly precision?: number | undefined;
|
|
7526
7583
|
readonly required?: boolean | undefined;
|
|
7527
7584
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7585
|
+
readonly widget?: string | undefined;
|
|
7528
7586
|
readonly multiple?: boolean | undefined;
|
|
7529
7587
|
readonly dependencies?: string[] | undefined;
|
|
7530
7588
|
readonly externalId?: boolean | undefined;
|
|
@@ -7708,6 +7766,7 @@ declare const SysEmail: Omit<{
|
|
|
7708
7766
|
readonly precision?: number | undefined;
|
|
7709
7767
|
readonly required?: boolean | undefined;
|
|
7710
7768
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7769
|
+
readonly widget?: string | undefined;
|
|
7711
7770
|
readonly multiple?: boolean | undefined;
|
|
7712
7771
|
readonly dependencies?: string[] | undefined;
|
|
7713
7772
|
readonly externalId?: boolean | undefined;
|
|
@@ -7891,6 +7950,7 @@ declare const SysEmail: Omit<{
|
|
|
7891
7950
|
readonly precision?: number | undefined;
|
|
7892
7951
|
readonly required?: boolean | undefined;
|
|
7893
7952
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7953
|
+
readonly widget?: string | undefined;
|
|
7894
7954
|
readonly multiple?: boolean | undefined;
|
|
7895
7955
|
readonly dependencies?: string[] | undefined;
|
|
7896
7956
|
readonly externalId?: boolean | undefined;
|
|
@@ -8074,6 +8134,7 @@ declare const SysEmail: Omit<{
|
|
|
8074
8134
|
readonly precision?: number | undefined;
|
|
8075
8135
|
readonly required?: boolean | undefined;
|
|
8076
8136
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8137
|
+
readonly widget?: string | undefined;
|
|
8077
8138
|
readonly multiple?: boolean | undefined;
|
|
8078
8139
|
readonly dependencies?: string[] | undefined;
|
|
8079
8140
|
readonly externalId?: boolean | undefined;
|
|
@@ -8257,6 +8318,7 @@ declare const SysEmail: Omit<{
|
|
|
8257
8318
|
readonly precision?: number | undefined;
|
|
8258
8319
|
readonly required?: boolean | undefined;
|
|
8259
8320
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8321
|
+
readonly widget?: string | undefined;
|
|
8260
8322
|
readonly multiple?: boolean | undefined;
|
|
8261
8323
|
readonly dependencies?: string[] | undefined;
|
|
8262
8324
|
readonly externalId?: boolean | undefined;
|
|
@@ -8440,6 +8502,7 @@ declare const SysEmail: Omit<{
|
|
|
8440
8502
|
readonly precision?: number | undefined;
|
|
8441
8503
|
readonly required?: boolean | undefined;
|
|
8442
8504
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8505
|
+
readonly widget?: string | undefined;
|
|
8443
8506
|
readonly multiple?: boolean | undefined;
|
|
8444
8507
|
readonly dependencies?: string[] | undefined;
|
|
8445
8508
|
readonly externalId?: boolean | undefined;
|
|
@@ -8623,6 +8686,7 @@ declare const SysEmail: Omit<{
|
|
|
8623
8686
|
readonly precision?: number | undefined;
|
|
8624
8687
|
readonly required?: boolean | undefined;
|
|
8625
8688
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8689
|
+
readonly widget?: string | undefined;
|
|
8626
8690
|
readonly multiple?: boolean | undefined;
|
|
8627
8691
|
readonly dependencies?: string[] | undefined;
|
|
8628
8692
|
readonly externalId?: boolean | undefined;
|
|
@@ -8806,6 +8870,7 @@ declare const SysEmail: Omit<{
|
|
|
8806
8870
|
readonly precision?: number | undefined;
|
|
8807
8871
|
readonly required?: boolean | undefined;
|
|
8808
8872
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8873
|
+
readonly widget?: string | undefined;
|
|
8809
8874
|
readonly multiple?: boolean | undefined;
|
|
8810
8875
|
readonly dependencies?: string[] | undefined;
|
|
8811
8876
|
readonly externalId?: boolean | undefined;
|
|
@@ -8989,6 +9054,7 @@ declare const SysEmail: Omit<{
|
|
|
8989
9054
|
readonly precision?: number | undefined;
|
|
8990
9055
|
readonly required?: boolean | undefined;
|
|
8991
9056
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9057
|
+
readonly widget?: string | undefined;
|
|
8992
9058
|
readonly multiple?: boolean | undefined;
|
|
8993
9059
|
readonly dependencies?: string[] | undefined;
|
|
8994
9060
|
readonly externalId?: boolean | undefined;
|
|
@@ -9172,6 +9238,7 @@ declare const SysEmail: Omit<{
|
|
|
9172
9238
|
readonly precision?: number | undefined;
|
|
9173
9239
|
readonly required?: boolean | undefined;
|
|
9174
9240
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9241
|
+
readonly widget?: string | undefined;
|
|
9175
9242
|
readonly multiple?: boolean | undefined;
|
|
9176
9243
|
readonly dependencies?: string[] | undefined;
|
|
9177
9244
|
readonly externalId?: boolean | undefined;
|
|
@@ -9355,6 +9422,7 @@ declare const SysEmail: Omit<{
|
|
|
9355
9422
|
readonly precision?: number | undefined;
|
|
9356
9423
|
readonly required?: boolean | undefined;
|
|
9357
9424
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9425
|
+
readonly widget?: string | undefined;
|
|
9358
9426
|
readonly multiple?: boolean | undefined;
|
|
9359
9427
|
readonly dependencies?: string[] | undefined;
|
|
9360
9428
|
readonly externalId?: boolean | undefined;
|
|
@@ -9538,6 +9606,7 @@ declare const SysEmail: Omit<{
|
|
|
9538
9606
|
readonly precision?: number | undefined;
|
|
9539
9607
|
readonly required?: boolean | undefined;
|
|
9540
9608
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9609
|
+
readonly widget?: string | undefined;
|
|
9541
9610
|
readonly multiple?: boolean | undefined;
|
|
9542
9611
|
readonly dependencies?: string[] | undefined;
|
|
9543
9612
|
readonly externalId?: boolean | undefined;
|
|
@@ -9721,6 +9790,7 @@ declare const SysEmail: Omit<{
|
|
|
9721
9790
|
readonly precision?: number | undefined;
|
|
9722
9791
|
readonly required?: boolean | undefined;
|
|
9723
9792
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9793
|
+
readonly widget?: string | undefined;
|
|
9724
9794
|
readonly multiple?: boolean | undefined;
|
|
9725
9795
|
readonly dependencies?: string[] | undefined;
|
|
9726
9796
|
readonly externalId?: boolean | undefined;
|
|
@@ -9904,6 +9974,7 @@ declare const SysEmail: Omit<{
|
|
|
9904
9974
|
readonly precision?: number | undefined;
|
|
9905
9975
|
readonly required?: boolean | undefined;
|
|
9906
9976
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9977
|
+
readonly widget?: string | undefined;
|
|
9907
9978
|
readonly multiple?: boolean | undefined;
|
|
9908
9979
|
readonly dependencies?: string[] | undefined;
|
|
9909
9980
|
readonly externalId?: boolean | undefined;
|
|
@@ -10319,6 +10390,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10319
10390
|
generatedBy?: string | undefined;
|
|
10320
10391
|
} | undefined;
|
|
10321
10392
|
} | undefined;
|
|
10393
|
+
widget?: string | undefined;
|
|
10322
10394
|
requiredPermissions?: string[] | undefined;
|
|
10323
10395
|
system?: boolean | undefined;
|
|
10324
10396
|
inlineHelpText?: string | undefined;
|
|
@@ -10808,6 +10880,15 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10808
10880
|
helpText?: string | undefined;
|
|
10809
10881
|
defaultValue?: unknown;
|
|
10810
10882
|
defaultFromRow?: boolean | undefined;
|
|
10883
|
+
visible?: {
|
|
10884
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10885
|
+
source?: string | undefined;
|
|
10886
|
+
ast?: unknown;
|
|
10887
|
+
meta?: {
|
|
10888
|
+
rationale?: string | undefined;
|
|
10889
|
+
generatedBy?: string | undefined;
|
|
10890
|
+
} | undefined;
|
|
10891
|
+
} | undefined;
|
|
10811
10892
|
}[] | undefined;
|
|
10812
10893
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
10813
10894
|
order?: number | undefined;
|
|
@@ -10918,6 +10999,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
10918
10999
|
readonly precision?: number | undefined;
|
|
10919
11000
|
readonly required?: boolean | undefined;
|
|
10920
11001
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11002
|
+
readonly widget?: string | undefined;
|
|
10921
11003
|
readonly multiple?: boolean | undefined;
|
|
10922
11004
|
readonly dependencies?: string[] | undefined;
|
|
10923
11005
|
readonly externalId?: boolean | undefined;
|
|
@@ -11101,6 +11183,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11101
11183
|
readonly precision?: number | undefined;
|
|
11102
11184
|
readonly required?: boolean | undefined;
|
|
11103
11185
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11186
|
+
readonly widget?: string | undefined;
|
|
11104
11187
|
readonly multiple?: boolean | undefined;
|
|
11105
11188
|
readonly dependencies?: string[] | undefined;
|
|
11106
11189
|
readonly externalId?: boolean | undefined;
|
|
@@ -11284,6 +11367,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11284
11367
|
readonly precision?: number | undefined;
|
|
11285
11368
|
readonly required?: boolean | undefined;
|
|
11286
11369
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11370
|
+
readonly widget?: string | undefined;
|
|
11287
11371
|
readonly multiple?: boolean | undefined;
|
|
11288
11372
|
readonly dependencies?: string[] | undefined;
|
|
11289
11373
|
readonly externalId?: boolean | undefined;
|
|
@@ -11467,6 +11551,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11467
11551
|
readonly precision?: number | undefined;
|
|
11468
11552
|
readonly required?: boolean | undefined;
|
|
11469
11553
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11554
|
+
readonly widget?: string | undefined;
|
|
11470
11555
|
readonly multiple?: boolean | undefined;
|
|
11471
11556
|
readonly dependencies?: string[] | undefined;
|
|
11472
11557
|
readonly externalId?: boolean | undefined;
|
|
@@ -11650,6 +11735,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11650
11735
|
readonly precision?: number | undefined;
|
|
11651
11736
|
readonly required?: boolean | undefined;
|
|
11652
11737
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11738
|
+
readonly widget?: string | undefined;
|
|
11653
11739
|
readonly multiple?: boolean | undefined;
|
|
11654
11740
|
readonly dependencies?: string[] | undefined;
|
|
11655
11741
|
readonly externalId?: boolean | undefined;
|
|
@@ -11833,6 +11919,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
11833
11919
|
readonly precision?: number | undefined;
|
|
11834
11920
|
readonly required?: boolean | undefined;
|
|
11835
11921
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11922
|
+
readonly widget?: string | undefined;
|
|
11836
11923
|
readonly multiple?: boolean | undefined;
|
|
11837
11924
|
readonly dependencies?: string[] | undefined;
|
|
11838
11925
|
readonly externalId?: boolean | undefined;
|
|
@@ -12016,6 +12103,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12016
12103
|
readonly precision?: number | undefined;
|
|
12017
12104
|
readonly required?: boolean | undefined;
|
|
12018
12105
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12106
|
+
readonly widget?: string | undefined;
|
|
12019
12107
|
readonly multiple?: boolean | undefined;
|
|
12020
12108
|
readonly dependencies?: string[] | undefined;
|
|
12021
12109
|
readonly externalId?: boolean | undefined;
|
|
@@ -12199,6 +12287,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12199
12287
|
readonly precision?: number | undefined;
|
|
12200
12288
|
readonly required?: boolean | undefined;
|
|
12201
12289
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12290
|
+
readonly widget?: string | undefined;
|
|
12202
12291
|
readonly multiple?: boolean | undefined;
|
|
12203
12292
|
readonly dependencies?: string[] | undefined;
|
|
12204
12293
|
readonly externalId?: boolean | undefined;
|
|
@@ -12382,6 +12471,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12382
12471
|
readonly precision?: number | undefined;
|
|
12383
12472
|
readonly required?: boolean | undefined;
|
|
12384
12473
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12474
|
+
readonly widget?: string | undefined;
|
|
12385
12475
|
readonly multiple?: boolean | undefined;
|
|
12386
12476
|
readonly dependencies?: string[] | undefined;
|
|
12387
12477
|
readonly externalId?: boolean | undefined;
|
|
@@ -12565,6 +12655,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12565
12655
|
readonly precision?: number | undefined;
|
|
12566
12656
|
readonly required?: boolean | undefined;
|
|
12567
12657
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12658
|
+
readonly widget?: string | undefined;
|
|
12568
12659
|
readonly multiple?: boolean | undefined;
|
|
12569
12660
|
readonly dependencies?: string[] | undefined;
|
|
12570
12661
|
readonly externalId?: boolean | undefined;
|
|
@@ -12748,6 +12839,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12748
12839
|
readonly precision?: number | undefined;
|
|
12749
12840
|
readonly required?: boolean | undefined;
|
|
12750
12841
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12842
|
+
readonly widget?: string | undefined;
|
|
12751
12843
|
readonly multiple?: boolean | undefined;
|
|
12752
12844
|
readonly dependencies?: string[] | undefined;
|
|
12753
12845
|
readonly externalId?: boolean | undefined;
|
|
@@ -12931,6 +13023,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
12931
13023
|
readonly precision?: number | undefined;
|
|
12932
13024
|
readonly required?: boolean | undefined;
|
|
12933
13025
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13026
|
+
readonly widget?: string | undefined;
|
|
12934
13027
|
readonly multiple?: boolean | undefined;
|
|
12935
13028
|
readonly dependencies?: string[] | undefined;
|
|
12936
13029
|
readonly externalId?: boolean | undefined;
|
|
@@ -13114,6 +13207,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13114
13207
|
readonly precision?: number | undefined;
|
|
13115
13208
|
readonly required?: boolean | undefined;
|
|
13116
13209
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13210
|
+
readonly widget?: string | undefined;
|
|
13117
13211
|
readonly multiple?: boolean | undefined;
|
|
13118
13212
|
readonly dependencies?: string[] | undefined;
|
|
13119
13213
|
readonly externalId?: boolean | undefined;
|
|
@@ -13297,6 +13391,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13297
13391
|
readonly precision?: number | undefined;
|
|
13298
13392
|
readonly required?: boolean | undefined;
|
|
13299
13393
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13394
|
+
readonly widget?: string | undefined;
|
|
13300
13395
|
readonly multiple?: boolean | undefined;
|
|
13301
13396
|
readonly dependencies?: string[] | undefined;
|
|
13302
13397
|
readonly externalId?: boolean | undefined;
|
|
@@ -13486,6 +13581,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13486
13581
|
readonly precision?: number | undefined;
|
|
13487
13582
|
readonly required?: boolean | undefined;
|
|
13488
13583
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13584
|
+
readonly widget?: string | undefined;
|
|
13489
13585
|
readonly multiple?: boolean | undefined;
|
|
13490
13586
|
readonly dependencies?: string[] | undefined;
|
|
13491
13587
|
readonly externalId?: boolean | undefined;
|
|
@@ -13669,6 +13765,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13669
13765
|
readonly precision?: number | undefined;
|
|
13670
13766
|
readonly required?: boolean | undefined;
|
|
13671
13767
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13768
|
+
readonly widget?: string | undefined;
|
|
13672
13769
|
readonly multiple?: boolean | undefined;
|
|
13673
13770
|
readonly dependencies?: string[] | undefined;
|
|
13674
13771
|
readonly externalId?: boolean | undefined;
|
|
@@ -13852,6 +13949,7 @@ declare const SysEmailTemplate: Omit<{
|
|
|
13852
13949
|
readonly precision?: number | undefined;
|
|
13853
13950
|
readonly required?: boolean | undefined;
|
|
13854
13951
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13952
|
+
readonly widget?: string | undefined;
|
|
13855
13953
|
readonly multiple?: boolean | undefined;
|
|
13856
13954
|
readonly dependencies?: string[] | undefined;
|
|
13857
13955
|
readonly externalId?: boolean | undefined;
|
|
@@ -14275,6 +14373,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14275
14373
|
generatedBy?: string | undefined;
|
|
14276
14374
|
} | undefined;
|
|
14277
14375
|
} | undefined;
|
|
14376
|
+
widget?: string | undefined;
|
|
14278
14377
|
requiredPermissions?: string[] | undefined;
|
|
14279
14378
|
system?: boolean | undefined;
|
|
14280
14379
|
inlineHelpText?: string | undefined;
|
|
@@ -14764,6 +14863,15 @@ declare const SysSavedReport: Omit<{
|
|
|
14764
14863
|
helpText?: string | undefined;
|
|
14765
14864
|
defaultValue?: unknown;
|
|
14766
14865
|
defaultFromRow?: boolean | undefined;
|
|
14866
|
+
visible?: {
|
|
14867
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
14868
|
+
source?: string | undefined;
|
|
14869
|
+
ast?: unknown;
|
|
14870
|
+
meta?: {
|
|
14871
|
+
rationale?: string | undefined;
|
|
14872
|
+
generatedBy?: string | undefined;
|
|
14873
|
+
} | undefined;
|
|
14874
|
+
} | undefined;
|
|
14767
14875
|
}[] | undefined;
|
|
14768
14876
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
14769
14877
|
order?: number | undefined;
|
|
@@ -14874,6 +14982,7 @@ declare const SysSavedReport: Omit<{
|
|
|
14874
14982
|
readonly precision?: number | undefined;
|
|
14875
14983
|
readonly required?: boolean | undefined;
|
|
14876
14984
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
14985
|
+
readonly widget?: string | undefined;
|
|
14877
14986
|
readonly multiple?: boolean | undefined;
|
|
14878
14987
|
readonly dependencies?: string[] | undefined;
|
|
14879
14988
|
readonly externalId?: boolean | undefined;
|
|
@@ -15057,6 +15166,7 @@ declare const SysSavedReport: Omit<{
|
|
|
15057
15166
|
readonly precision?: number | undefined;
|
|
15058
15167
|
readonly required?: boolean | undefined;
|
|
15059
15168
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
15169
|
+
readonly widget?: string | undefined;
|
|
15060
15170
|
readonly multiple?: boolean | undefined;
|
|
15061
15171
|
readonly dependencies?: string[] | undefined;
|
|
15062
15172
|
readonly externalId?: boolean | undefined;
|
|
@@ -15240,6 +15350,7 @@ declare const SysSavedReport: Omit<{
|
|
|
15240
15350
|
readonly precision?: number | undefined;
|
|
15241
15351
|
readonly required?: boolean | undefined;
|
|
15242
15352
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
15353
|
+
readonly widget?: string | undefined;
|
|
15243
15354
|
readonly multiple?: boolean | undefined;
|
|
15244
15355
|
readonly dependencies?: string[] | undefined;
|
|
15245
15356
|
readonly externalId?: boolean | undefined;
|
|
@@ -15423,6 +15534,7 @@ declare const SysSavedReport: Omit<{
|
|
|
15423
15534
|
readonly precision?: number | undefined;
|
|
15424
15535
|
readonly required?: boolean | undefined;
|
|
15425
15536
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
15537
|
+
readonly widget?: string | undefined;
|
|
15426
15538
|
readonly multiple?: boolean | undefined;
|
|
15427
15539
|
readonly dependencies?: string[] | undefined;
|
|
15428
15540
|
readonly externalId?: boolean | undefined;
|
|
@@ -15606,6 +15718,7 @@ declare const SysSavedReport: Omit<{
|
|
|
15606
15718
|
readonly precision?: number | undefined;
|
|
15607
15719
|
readonly required?: boolean | undefined;
|
|
15608
15720
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
15721
|
+
readonly widget?: string | undefined;
|
|
15609
15722
|
readonly multiple?: boolean | undefined;
|
|
15610
15723
|
readonly dependencies?: string[] | undefined;
|
|
15611
15724
|
readonly externalId?: boolean | undefined;
|
|
@@ -15789,6 +15902,7 @@ declare const SysSavedReport: Omit<{
|
|
|
15789
15902
|
readonly precision?: number | undefined;
|
|
15790
15903
|
readonly required?: boolean | undefined;
|
|
15791
15904
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
15905
|
+
readonly widget?: string | undefined;
|
|
15792
15906
|
readonly multiple?: boolean | undefined;
|
|
15793
15907
|
readonly dependencies?: string[] | undefined;
|
|
15794
15908
|
readonly externalId?: boolean | undefined;
|
|
@@ -15972,6 +16086,7 @@ declare const SysSavedReport: Omit<{
|
|
|
15972
16086
|
readonly precision?: number | undefined;
|
|
15973
16087
|
readonly required?: boolean | undefined;
|
|
15974
16088
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16089
|
+
readonly widget?: string | undefined;
|
|
15975
16090
|
readonly multiple?: boolean | undefined;
|
|
15976
16091
|
readonly dependencies?: string[] | undefined;
|
|
15977
16092
|
readonly externalId?: boolean | undefined;
|
|
@@ -16155,6 +16270,7 @@ declare const SysSavedReport: Omit<{
|
|
|
16155
16270
|
readonly precision?: number | undefined;
|
|
16156
16271
|
readonly required?: boolean | undefined;
|
|
16157
16272
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16273
|
+
readonly widget?: string | undefined;
|
|
16158
16274
|
readonly multiple?: boolean | undefined;
|
|
16159
16275
|
readonly dependencies?: string[] | undefined;
|
|
16160
16276
|
readonly externalId?: boolean | undefined;
|
|
@@ -16338,6 +16454,7 @@ declare const SysSavedReport: Omit<{
|
|
|
16338
16454
|
readonly precision?: number | undefined;
|
|
16339
16455
|
readonly required?: boolean | undefined;
|
|
16340
16456
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16457
|
+
readonly widget?: string | undefined;
|
|
16341
16458
|
readonly multiple?: boolean | undefined;
|
|
16342
16459
|
readonly dependencies?: string[] | undefined;
|
|
16343
16460
|
readonly externalId?: boolean | undefined;
|
|
@@ -16521,6 +16638,7 @@ declare const SysSavedReport: Omit<{
|
|
|
16521
16638
|
readonly precision?: number | undefined;
|
|
16522
16639
|
readonly required?: boolean | undefined;
|
|
16523
16640
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16641
|
+
readonly widget?: string | undefined;
|
|
16524
16642
|
readonly multiple?: boolean | undefined;
|
|
16525
16643
|
readonly dependencies?: string[] | undefined;
|
|
16526
16644
|
readonly externalId?: boolean | undefined;
|
|
@@ -16704,6 +16822,7 @@ declare const SysSavedReport: Omit<{
|
|
|
16704
16822
|
readonly precision?: number | undefined;
|
|
16705
16823
|
readonly required?: boolean | undefined;
|
|
16706
16824
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16825
|
+
readonly widget?: string | undefined;
|
|
16707
16826
|
readonly multiple?: boolean | undefined;
|
|
16708
16827
|
readonly dependencies?: string[] | undefined;
|
|
16709
16828
|
readonly externalId?: boolean | undefined;
|
|
@@ -17132,6 +17251,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
17132
17251
|
generatedBy?: string | undefined;
|
|
17133
17252
|
} | undefined;
|
|
17134
17253
|
} | undefined;
|
|
17254
|
+
widget?: string | undefined;
|
|
17135
17255
|
requiredPermissions?: string[] | undefined;
|
|
17136
17256
|
system?: boolean | undefined;
|
|
17137
17257
|
inlineHelpText?: string | undefined;
|
|
@@ -17621,6 +17741,15 @@ declare const SysReportSchedule: Omit<{
|
|
|
17621
17741
|
helpText?: string | undefined;
|
|
17622
17742
|
defaultValue?: unknown;
|
|
17623
17743
|
defaultFromRow?: boolean | undefined;
|
|
17744
|
+
visible?: {
|
|
17745
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
17746
|
+
source?: string | undefined;
|
|
17747
|
+
ast?: unknown;
|
|
17748
|
+
meta?: {
|
|
17749
|
+
rationale?: string | undefined;
|
|
17750
|
+
generatedBy?: string | undefined;
|
|
17751
|
+
} | undefined;
|
|
17752
|
+
} | undefined;
|
|
17624
17753
|
}[] | undefined;
|
|
17625
17754
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
17626
17755
|
order?: number | undefined;
|
|
@@ -17729,6 +17858,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
17729
17858
|
readonly precision?: number | undefined;
|
|
17730
17859
|
readonly required?: boolean | undefined;
|
|
17731
17860
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
17861
|
+
readonly widget?: string | undefined;
|
|
17732
17862
|
readonly multiple?: boolean | undefined;
|
|
17733
17863
|
readonly dependencies?: string[] | undefined;
|
|
17734
17864
|
readonly externalId?: boolean | undefined;
|
|
@@ -17912,6 +18042,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
17912
18042
|
readonly precision?: number | undefined;
|
|
17913
18043
|
readonly required?: boolean | undefined;
|
|
17914
18044
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18045
|
+
readonly widget?: string | undefined;
|
|
17915
18046
|
readonly multiple?: boolean | undefined;
|
|
17916
18047
|
readonly dependencies?: string[] | undefined;
|
|
17917
18048
|
readonly externalId?: boolean | undefined;
|
|
@@ -18095,6 +18226,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
18095
18226
|
readonly precision?: number | undefined;
|
|
18096
18227
|
readonly required?: boolean | undefined;
|
|
18097
18228
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18229
|
+
readonly widget?: string | undefined;
|
|
18098
18230
|
readonly multiple?: boolean | undefined;
|
|
18099
18231
|
readonly dependencies?: string[] | undefined;
|
|
18100
18232
|
readonly externalId?: boolean | undefined;
|
|
@@ -18278,6 +18410,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
18278
18410
|
readonly precision?: number | undefined;
|
|
18279
18411
|
readonly required?: boolean | undefined;
|
|
18280
18412
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18413
|
+
readonly widget?: string | undefined;
|
|
18281
18414
|
readonly multiple?: boolean | undefined;
|
|
18282
18415
|
readonly dependencies?: string[] | undefined;
|
|
18283
18416
|
readonly externalId?: boolean | undefined;
|
|
@@ -18461,6 +18594,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
18461
18594
|
readonly precision?: number | undefined;
|
|
18462
18595
|
readonly required?: boolean | undefined;
|
|
18463
18596
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18597
|
+
readonly widget?: string | undefined;
|
|
18464
18598
|
readonly multiple?: boolean | undefined;
|
|
18465
18599
|
readonly dependencies?: string[] | undefined;
|
|
18466
18600
|
readonly externalId?: boolean | undefined;
|
|
@@ -18644,6 +18778,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
18644
18778
|
readonly precision?: number | undefined;
|
|
18645
18779
|
readonly required?: boolean | undefined;
|
|
18646
18780
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18781
|
+
readonly widget?: string | undefined;
|
|
18647
18782
|
readonly multiple?: boolean | undefined;
|
|
18648
18783
|
readonly dependencies?: string[] | undefined;
|
|
18649
18784
|
readonly externalId?: boolean | undefined;
|
|
@@ -18827,6 +18962,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
18827
18962
|
readonly precision?: number | undefined;
|
|
18828
18963
|
readonly required?: boolean | undefined;
|
|
18829
18964
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18965
|
+
readonly widget?: string | undefined;
|
|
18830
18966
|
readonly multiple?: boolean | undefined;
|
|
18831
18967
|
readonly dependencies?: string[] | undefined;
|
|
18832
18968
|
readonly externalId?: boolean | undefined;
|
|
@@ -19010,6 +19146,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
19010
19146
|
readonly precision?: number | undefined;
|
|
19011
19147
|
readonly required?: boolean | undefined;
|
|
19012
19148
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
19149
|
+
readonly widget?: string | undefined;
|
|
19013
19150
|
readonly multiple?: boolean | undefined;
|
|
19014
19151
|
readonly dependencies?: string[] | undefined;
|
|
19015
19152
|
readonly externalId?: boolean | undefined;
|
|
@@ -19193,6 +19330,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
19193
19330
|
readonly precision?: number | undefined;
|
|
19194
19331
|
readonly required?: boolean | undefined;
|
|
19195
19332
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
19333
|
+
readonly widget?: string | undefined;
|
|
19196
19334
|
readonly multiple?: boolean | undefined;
|
|
19197
19335
|
readonly dependencies?: string[] | undefined;
|
|
19198
19336
|
readonly externalId?: boolean | undefined;
|
|
@@ -19376,6 +19514,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
19376
19514
|
readonly precision?: number | undefined;
|
|
19377
19515
|
readonly required?: boolean | undefined;
|
|
19378
19516
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
19517
|
+
readonly widget?: string | undefined;
|
|
19379
19518
|
readonly multiple?: boolean | undefined;
|
|
19380
19519
|
readonly dependencies?: string[] | undefined;
|
|
19381
19520
|
readonly externalId?: boolean | undefined;
|
|
@@ -19559,6 +19698,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
19559
19698
|
readonly precision?: number | undefined;
|
|
19560
19699
|
readonly required?: boolean | undefined;
|
|
19561
19700
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
19701
|
+
readonly widget?: string | undefined;
|
|
19562
19702
|
readonly multiple?: boolean | undefined;
|
|
19563
19703
|
readonly dependencies?: string[] | undefined;
|
|
19564
19704
|
readonly externalId?: boolean | undefined;
|
|
@@ -19742,6 +19882,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
19742
19882
|
readonly precision?: number | undefined;
|
|
19743
19883
|
readonly required?: boolean | undefined;
|
|
19744
19884
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
19885
|
+
readonly widget?: string | undefined;
|
|
19745
19886
|
readonly multiple?: boolean | undefined;
|
|
19746
19887
|
readonly dependencies?: string[] | undefined;
|
|
19747
19888
|
readonly externalId?: boolean | undefined;
|
|
@@ -19925,6 +20066,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
19925
20066
|
readonly precision?: number | undefined;
|
|
19926
20067
|
readonly required?: boolean | undefined;
|
|
19927
20068
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20069
|
+
readonly widget?: string | undefined;
|
|
19928
20070
|
readonly multiple?: boolean | undefined;
|
|
19929
20071
|
readonly dependencies?: string[] | undefined;
|
|
19930
20072
|
readonly externalId?: boolean | undefined;
|
|
@@ -20108,6 +20250,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
20108
20250
|
readonly precision?: number | undefined;
|
|
20109
20251
|
readonly required?: boolean | undefined;
|
|
20110
20252
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20253
|
+
readonly widget?: string | undefined;
|
|
20111
20254
|
readonly multiple?: boolean | undefined;
|
|
20112
20255
|
readonly dependencies?: string[] | undefined;
|
|
20113
20256
|
readonly externalId?: boolean | undefined;
|
|
@@ -20291,6 +20434,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
20291
20434
|
readonly precision?: number | undefined;
|
|
20292
20435
|
readonly required?: boolean | undefined;
|
|
20293
20436
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20437
|
+
readonly widget?: string | undefined;
|
|
20294
20438
|
readonly multiple?: boolean | undefined;
|
|
20295
20439
|
readonly dependencies?: string[] | undefined;
|
|
20296
20440
|
readonly externalId?: boolean | undefined;
|
|
@@ -20474,6 +20618,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
20474
20618
|
readonly precision?: number | undefined;
|
|
20475
20619
|
readonly required?: boolean | undefined;
|
|
20476
20620
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20621
|
+
readonly widget?: string | undefined;
|
|
20477
20622
|
readonly multiple?: boolean | undefined;
|
|
20478
20623
|
readonly dependencies?: string[] | undefined;
|
|
20479
20624
|
readonly externalId?: boolean | undefined;
|
|
@@ -20657,6 +20802,7 @@ declare const SysReportSchedule: Omit<{
|
|
|
20657
20802
|
readonly precision?: number | undefined;
|
|
20658
20803
|
readonly required?: boolean | undefined;
|
|
20659
20804
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20805
|
+
readonly widget?: string | undefined;
|
|
20660
20806
|
readonly multiple?: boolean | undefined;
|
|
20661
20807
|
readonly dependencies?: string[] | undefined;
|
|
20662
20808
|
readonly externalId?: boolean | undefined;
|
|
@@ -21071,6 +21217,7 @@ declare const SysJob: Omit<{
|
|
|
21071
21217
|
generatedBy?: string | undefined;
|
|
21072
21218
|
} | undefined;
|
|
21073
21219
|
} | undefined;
|
|
21220
|
+
widget?: string | undefined;
|
|
21074
21221
|
requiredPermissions?: string[] | undefined;
|
|
21075
21222
|
system?: boolean | undefined;
|
|
21076
21223
|
inlineHelpText?: string | undefined;
|
|
@@ -21560,6 +21707,15 @@ declare const SysJob: Omit<{
|
|
|
21560
21707
|
helpText?: string | undefined;
|
|
21561
21708
|
defaultValue?: unknown;
|
|
21562
21709
|
defaultFromRow?: boolean | undefined;
|
|
21710
|
+
visible?: {
|
|
21711
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
21712
|
+
source?: string | undefined;
|
|
21713
|
+
ast?: unknown;
|
|
21714
|
+
meta?: {
|
|
21715
|
+
rationale?: string | undefined;
|
|
21716
|
+
generatedBy?: string | undefined;
|
|
21717
|
+
} | undefined;
|
|
21718
|
+
} | undefined;
|
|
21563
21719
|
}[] | undefined;
|
|
21564
21720
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
21565
21721
|
order?: number | undefined;
|
|
@@ -21670,6 +21826,7 @@ declare const SysJob: Omit<{
|
|
|
21670
21826
|
readonly precision?: number | undefined;
|
|
21671
21827
|
readonly required?: boolean | undefined;
|
|
21672
21828
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
21829
|
+
readonly widget?: string | undefined;
|
|
21673
21830
|
readonly multiple?: boolean | undefined;
|
|
21674
21831
|
readonly dependencies?: string[] | undefined;
|
|
21675
21832
|
readonly externalId?: boolean | undefined;
|
|
@@ -21853,6 +22010,7 @@ declare const SysJob: Omit<{
|
|
|
21853
22010
|
readonly precision?: number | undefined;
|
|
21854
22011
|
readonly required?: boolean | undefined;
|
|
21855
22012
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
22013
|
+
readonly widget?: string | undefined;
|
|
21856
22014
|
readonly multiple?: boolean | undefined;
|
|
21857
22015
|
readonly dependencies?: string[] | undefined;
|
|
21858
22016
|
readonly externalId?: boolean | undefined;
|
|
@@ -22036,6 +22194,7 @@ declare const SysJob: Omit<{
|
|
|
22036
22194
|
readonly precision?: number | undefined;
|
|
22037
22195
|
readonly required?: boolean | undefined;
|
|
22038
22196
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
22197
|
+
readonly widget?: string | undefined;
|
|
22039
22198
|
readonly multiple?: boolean | undefined;
|
|
22040
22199
|
readonly dependencies?: string[] | undefined;
|
|
22041
22200
|
readonly externalId?: boolean | undefined;
|
|
@@ -22219,6 +22378,7 @@ declare const SysJob: Omit<{
|
|
|
22219
22378
|
readonly precision?: number | undefined;
|
|
22220
22379
|
readonly required?: boolean | undefined;
|
|
22221
22380
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
22381
|
+
readonly widget?: string | undefined;
|
|
22222
22382
|
readonly multiple?: boolean | undefined;
|
|
22223
22383
|
readonly dependencies?: string[] | undefined;
|
|
22224
22384
|
readonly externalId?: boolean | undefined;
|
|
@@ -22402,6 +22562,7 @@ declare const SysJob: Omit<{
|
|
|
22402
22562
|
readonly precision?: number | undefined;
|
|
22403
22563
|
readonly required?: boolean | undefined;
|
|
22404
22564
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
22565
|
+
readonly widget?: string | undefined;
|
|
22405
22566
|
readonly multiple?: boolean | undefined;
|
|
22406
22567
|
readonly dependencies?: string[] | undefined;
|
|
22407
22568
|
readonly externalId?: boolean | undefined;
|
|
@@ -22585,6 +22746,7 @@ declare const SysJob: Omit<{
|
|
|
22585
22746
|
readonly precision?: number | undefined;
|
|
22586
22747
|
readonly required?: boolean | undefined;
|
|
22587
22748
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
22749
|
+
readonly widget?: string | undefined;
|
|
22588
22750
|
readonly multiple?: boolean | undefined;
|
|
22589
22751
|
readonly dependencies?: string[] | undefined;
|
|
22590
22752
|
readonly externalId?: boolean | undefined;
|
|
@@ -22768,6 +22930,7 @@ declare const SysJob: Omit<{
|
|
|
22768
22930
|
readonly precision?: number | undefined;
|
|
22769
22931
|
readonly required?: boolean | undefined;
|
|
22770
22932
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
22933
|
+
readonly widget?: string | undefined;
|
|
22771
22934
|
readonly multiple?: boolean | undefined;
|
|
22772
22935
|
readonly dependencies?: string[] | undefined;
|
|
22773
22936
|
readonly externalId?: boolean | undefined;
|
|
@@ -22951,6 +23114,7 @@ declare const SysJob: Omit<{
|
|
|
22951
23114
|
readonly precision?: number | undefined;
|
|
22952
23115
|
readonly required?: boolean | undefined;
|
|
22953
23116
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23117
|
+
readonly widget?: string | undefined;
|
|
22954
23118
|
readonly multiple?: boolean | undefined;
|
|
22955
23119
|
readonly dependencies?: string[] | undefined;
|
|
22956
23120
|
readonly externalId?: boolean | undefined;
|
|
@@ -23134,6 +23298,7 @@ declare const SysJob: Omit<{
|
|
|
23134
23298
|
readonly precision?: number | undefined;
|
|
23135
23299
|
readonly required?: boolean | undefined;
|
|
23136
23300
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23301
|
+
readonly widget?: string | undefined;
|
|
23137
23302
|
readonly multiple?: boolean | undefined;
|
|
23138
23303
|
readonly dependencies?: string[] | undefined;
|
|
23139
23304
|
readonly externalId?: boolean | undefined;
|
|
@@ -23317,6 +23482,7 @@ declare const SysJob: Omit<{
|
|
|
23317
23482
|
readonly precision?: number | undefined;
|
|
23318
23483
|
readonly required?: boolean | undefined;
|
|
23319
23484
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23485
|
+
readonly widget?: string | undefined;
|
|
23320
23486
|
readonly multiple?: boolean | undefined;
|
|
23321
23487
|
readonly dependencies?: string[] | undefined;
|
|
23322
23488
|
readonly externalId?: boolean | undefined;
|
|
@@ -23500,6 +23666,7 @@ declare const SysJob: Omit<{
|
|
|
23500
23666
|
readonly precision?: number | undefined;
|
|
23501
23667
|
readonly required?: boolean | undefined;
|
|
23502
23668
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23669
|
+
readonly widget?: string | undefined;
|
|
23503
23670
|
readonly multiple?: boolean | undefined;
|
|
23504
23671
|
readonly dependencies?: string[] | undefined;
|
|
23505
23672
|
readonly externalId?: boolean | undefined;
|
|
@@ -23683,6 +23850,7 @@ declare const SysJob: Omit<{
|
|
|
23683
23850
|
readonly precision?: number | undefined;
|
|
23684
23851
|
readonly required?: boolean | undefined;
|
|
23685
23852
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23853
|
+
readonly widget?: string | undefined;
|
|
23686
23854
|
readonly multiple?: boolean | undefined;
|
|
23687
23855
|
readonly dependencies?: string[] | undefined;
|
|
23688
23856
|
readonly externalId?: boolean | undefined;
|
|
@@ -23866,6 +24034,7 @@ declare const SysJob: Omit<{
|
|
|
23866
24034
|
readonly precision?: number | undefined;
|
|
23867
24035
|
readonly required?: boolean | undefined;
|
|
23868
24036
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
24037
|
+
readonly widget?: string | undefined;
|
|
23869
24038
|
readonly multiple?: boolean | undefined;
|
|
23870
24039
|
readonly dependencies?: string[] | undefined;
|
|
23871
24040
|
readonly externalId?: boolean | undefined;
|
|
@@ -24279,6 +24448,7 @@ declare const SysJobRun: Omit<{
|
|
|
24279
24448
|
generatedBy?: string | undefined;
|
|
24280
24449
|
} | undefined;
|
|
24281
24450
|
} | undefined;
|
|
24451
|
+
widget?: string | undefined;
|
|
24282
24452
|
requiredPermissions?: string[] | undefined;
|
|
24283
24453
|
system?: boolean | undefined;
|
|
24284
24454
|
inlineHelpText?: string | undefined;
|
|
@@ -24768,6 +24938,15 @@ declare const SysJobRun: Omit<{
|
|
|
24768
24938
|
helpText?: string | undefined;
|
|
24769
24939
|
defaultValue?: unknown;
|
|
24770
24940
|
defaultFromRow?: boolean | undefined;
|
|
24941
|
+
visible?: {
|
|
24942
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
24943
|
+
source?: string | undefined;
|
|
24944
|
+
ast?: unknown;
|
|
24945
|
+
meta?: {
|
|
24946
|
+
rationale?: string | undefined;
|
|
24947
|
+
generatedBy?: string | undefined;
|
|
24948
|
+
} | undefined;
|
|
24949
|
+
} | undefined;
|
|
24771
24950
|
}[] | undefined;
|
|
24772
24951
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
24773
24952
|
order?: number | undefined;
|
|
@@ -24884,6 +25063,7 @@ declare const SysJobRun: Omit<{
|
|
|
24884
25063
|
readonly precision?: number | undefined;
|
|
24885
25064
|
readonly required?: boolean | undefined;
|
|
24886
25065
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25066
|
+
readonly widget?: string | undefined;
|
|
24887
25067
|
readonly multiple?: boolean | undefined;
|
|
24888
25068
|
readonly dependencies?: string[] | undefined;
|
|
24889
25069
|
readonly externalId?: boolean | undefined;
|
|
@@ -25067,6 +25247,7 @@ declare const SysJobRun: Omit<{
|
|
|
25067
25247
|
readonly precision?: number | undefined;
|
|
25068
25248
|
readonly required?: boolean | undefined;
|
|
25069
25249
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25250
|
+
readonly widget?: string | undefined;
|
|
25070
25251
|
readonly multiple?: boolean | undefined;
|
|
25071
25252
|
readonly dependencies?: string[] | undefined;
|
|
25072
25253
|
readonly externalId?: boolean | undefined;
|
|
@@ -25250,6 +25431,7 @@ declare const SysJobRun: Omit<{
|
|
|
25250
25431
|
readonly precision?: number | undefined;
|
|
25251
25432
|
readonly required?: boolean | undefined;
|
|
25252
25433
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25434
|
+
readonly widget?: string | undefined;
|
|
25253
25435
|
readonly multiple?: boolean | undefined;
|
|
25254
25436
|
readonly dependencies?: string[] | undefined;
|
|
25255
25437
|
readonly externalId?: boolean | undefined;
|
|
@@ -25433,6 +25615,7 @@ declare const SysJobRun: Omit<{
|
|
|
25433
25615
|
readonly precision?: number | undefined;
|
|
25434
25616
|
readonly required?: boolean | undefined;
|
|
25435
25617
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25618
|
+
readonly widget?: string | undefined;
|
|
25436
25619
|
readonly multiple?: boolean | undefined;
|
|
25437
25620
|
readonly dependencies?: string[] | undefined;
|
|
25438
25621
|
readonly externalId?: boolean | undefined;
|
|
@@ -25616,6 +25799,7 @@ declare const SysJobRun: Omit<{
|
|
|
25616
25799
|
readonly precision?: number | undefined;
|
|
25617
25800
|
readonly required?: boolean | undefined;
|
|
25618
25801
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25802
|
+
readonly widget?: string | undefined;
|
|
25619
25803
|
readonly multiple?: boolean | undefined;
|
|
25620
25804
|
readonly dependencies?: string[] | undefined;
|
|
25621
25805
|
readonly externalId?: boolean | undefined;
|
|
@@ -25799,6 +25983,7 @@ declare const SysJobRun: Omit<{
|
|
|
25799
25983
|
readonly precision?: number | undefined;
|
|
25800
25984
|
readonly required?: boolean | undefined;
|
|
25801
25985
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25986
|
+
readonly widget?: string | undefined;
|
|
25802
25987
|
readonly multiple?: boolean | undefined;
|
|
25803
25988
|
readonly dependencies?: string[] | undefined;
|
|
25804
25989
|
readonly externalId?: boolean | undefined;
|
|
@@ -25982,6 +26167,7 @@ declare const SysJobRun: Omit<{
|
|
|
25982
26167
|
readonly precision?: number | undefined;
|
|
25983
26168
|
readonly required?: boolean | undefined;
|
|
25984
26169
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
26170
|
+
readonly widget?: string | undefined;
|
|
25985
26171
|
readonly multiple?: boolean | undefined;
|
|
25986
26172
|
readonly dependencies?: string[] | undefined;
|
|
25987
26173
|
readonly externalId?: boolean | undefined;
|
|
@@ -26165,6 +26351,7 @@ declare const SysJobRun: Omit<{
|
|
|
26165
26351
|
readonly precision?: number | undefined;
|
|
26166
26352
|
readonly required?: boolean | undefined;
|
|
26167
26353
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
26354
|
+
readonly widget?: string | undefined;
|
|
26168
26355
|
readonly multiple?: boolean | undefined;
|
|
26169
26356
|
readonly dependencies?: string[] | undefined;
|
|
26170
26357
|
readonly externalId?: boolean | undefined;
|
|
@@ -26348,6 +26535,7 @@ declare const SysJobRun: Omit<{
|
|
|
26348
26535
|
readonly precision?: number | undefined;
|
|
26349
26536
|
readonly required?: boolean | undefined;
|
|
26350
26537
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
26538
|
+
readonly widget?: string | undefined;
|
|
26351
26539
|
readonly multiple?: boolean | undefined;
|
|
26352
26540
|
readonly dependencies?: string[] | undefined;
|
|
26353
26541
|
readonly externalId?: boolean | undefined;
|
|
@@ -26531,6 +26719,7 @@ declare const SysJobRun: Omit<{
|
|
|
26531
26719
|
readonly precision?: number | undefined;
|
|
26532
26720
|
readonly required?: boolean | undefined;
|
|
26533
26721
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
26722
|
+
readonly widget?: string | undefined;
|
|
26534
26723
|
readonly multiple?: boolean | undefined;
|
|
26535
26724
|
readonly dependencies?: string[] | undefined;
|
|
26536
26725
|
readonly externalId?: boolean | undefined;
|
|
@@ -26952,6 +27141,7 @@ declare const SysJobQueue: Omit<{
|
|
|
26952
27141
|
generatedBy?: string | undefined;
|
|
26953
27142
|
} | undefined;
|
|
26954
27143
|
} | undefined;
|
|
27144
|
+
widget?: string | undefined;
|
|
26955
27145
|
requiredPermissions?: string[] | undefined;
|
|
26956
27146
|
system?: boolean | undefined;
|
|
26957
27147
|
inlineHelpText?: string | undefined;
|
|
@@ -27441,6 +27631,15 @@ declare const SysJobQueue: Omit<{
|
|
|
27441
27631
|
helpText?: string | undefined;
|
|
27442
27632
|
defaultValue?: unknown;
|
|
27443
27633
|
defaultFromRow?: boolean | undefined;
|
|
27634
|
+
visible?: {
|
|
27635
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
27636
|
+
source?: string | undefined;
|
|
27637
|
+
ast?: unknown;
|
|
27638
|
+
meta?: {
|
|
27639
|
+
rationale?: string | undefined;
|
|
27640
|
+
generatedBy?: string | undefined;
|
|
27641
|
+
} | undefined;
|
|
27642
|
+
} | undefined;
|
|
27444
27643
|
}[] | undefined;
|
|
27445
27644
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
27446
27645
|
order?: number | undefined;
|
|
@@ -27551,6 +27750,7 @@ declare const SysJobQueue: Omit<{
|
|
|
27551
27750
|
readonly precision?: number | undefined;
|
|
27552
27751
|
readonly required?: boolean | undefined;
|
|
27553
27752
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
27753
|
+
readonly widget?: string | undefined;
|
|
27554
27754
|
readonly multiple?: boolean | undefined;
|
|
27555
27755
|
readonly dependencies?: string[] | undefined;
|
|
27556
27756
|
readonly externalId?: boolean | undefined;
|
|
@@ -27734,6 +27934,7 @@ declare const SysJobQueue: Omit<{
|
|
|
27734
27934
|
readonly precision?: number | undefined;
|
|
27735
27935
|
readonly required?: boolean | undefined;
|
|
27736
27936
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
27937
|
+
readonly widget?: string | undefined;
|
|
27737
27938
|
readonly multiple?: boolean | undefined;
|
|
27738
27939
|
readonly dependencies?: string[] | undefined;
|
|
27739
27940
|
readonly externalId?: boolean | undefined;
|
|
@@ -27917,6 +28118,7 @@ declare const SysJobQueue: Omit<{
|
|
|
27917
28118
|
readonly precision?: number | undefined;
|
|
27918
28119
|
readonly required?: boolean | undefined;
|
|
27919
28120
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28121
|
+
readonly widget?: string | undefined;
|
|
27920
28122
|
readonly multiple?: boolean | undefined;
|
|
27921
28123
|
readonly dependencies?: string[] | undefined;
|
|
27922
28124
|
readonly externalId?: boolean | undefined;
|
|
@@ -28100,6 +28302,7 @@ declare const SysJobQueue: Omit<{
|
|
|
28100
28302
|
readonly precision?: number | undefined;
|
|
28101
28303
|
readonly required?: boolean | undefined;
|
|
28102
28304
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28305
|
+
readonly widget?: string | undefined;
|
|
28103
28306
|
readonly multiple?: boolean | undefined;
|
|
28104
28307
|
readonly dependencies?: string[] | undefined;
|
|
28105
28308
|
readonly externalId?: boolean | undefined;
|
|
@@ -28283,6 +28486,7 @@ declare const SysJobQueue: Omit<{
|
|
|
28283
28486
|
readonly precision?: number | undefined;
|
|
28284
28487
|
readonly required?: boolean | undefined;
|
|
28285
28488
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28489
|
+
readonly widget?: string | undefined;
|
|
28286
28490
|
readonly multiple?: boolean | undefined;
|
|
28287
28491
|
readonly dependencies?: string[] | undefined;
|
|
28288
28492
|
readonly externalId?: boolean | undefined;
|
|
@@ -28466,6 +28670,7 @@ declare const SysJobQueue: Omit<{
|
|
|
28466
28670
|
readonly precision?: number | undefined;
|
|
28467
28671
|
readonly required?: boolean | undefined;
|
|
28468
28672
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28673
|
+
readonly widget?: string | undefined;
|
|
28469
28674
|
readonly multiple?: boolean | undefined;
|
|
28470
28675
|
readonly dependencies?: string[] | undefined;
|
|
28471
28676
|
readonly externalId?: boolean | undefined;
|
|
@@ -28649,6 +28854,7 @@ declare const SysJobQueue: Omit<{
|
|
|
28649
28854
|
readonly precision?: number | undefined;
|
|
28650
28855
|
readonly required?: boolean | undefined;
|
|
28651
28856
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28857
|
+
readonly widget?: string | undefined;
|
|
28652
28858
|
readonly multiple?: boolean | undefined;
|
|
28653
28859
|
readonly dependencies?: string[] | undefined;
|
|
28654
28860
|
readonly externalId?: boolean | undefined;
|
|
@@ -28832,6 +29038,7 @@ declare const SysJobQueue: Omit<{
|
|
|
28832
29038
|
readonly precision?: number | undefined;
|
|
28833
29039
|
readonly required?: boolean | undefined;
|
|
28834
29040
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29041
|
+
readonly widget?: string | undefined;
|
|
28835
29042
|
readonly multiple?: boolean | undefined;
|
|
28836
29043
|
readonly dependencies?: string[] | undefined;
|
|
28837
29044
|
readonly externalId?: boolean | undefined;
|
|
@@ -29015,6 +29222,7 @@ declare const SysJobQueue: Omit<{
|
|
|
29015
29222
|
readonly precision?: number | undefined;
|
|
29016
29223
|
readonly required?: boolean | undefined;
|
|
29017
29224
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29225
|
+
readonly widget?: string | undefined;
|
|
29018
29226
|
readonly multiple?: boolean | undefined;
|
|
29019
29227
|
readonly dependencies?: string[] | undefined;
|
|
29020
29228
|
readonly externalId?: boolean | undefined;
|
|
@@ -29198,6 +29406,7 @@ declare const SysJobQueue: Omit<{
|
|
|
29198
29406
|
readonly precision?: number | undefined;
|
|
29199
29407
|
readonly required?: boolean | undefined;
|
|
29200
29408
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29409
|
+
readonly widget?: string | undefined;
|
|
29201
29410
|
readonly multiple?: boolean | undefined;
|
|
29202
29411
|
readonly dependencies?: string[] | undefined;
|
|
29203
29412
|
readonly externalId?: boolean | undefined;
|
|
@@ -29381,6 +29590,7 @@ declare const SysJobQueue: Omit<{
|
|
|
29381
29590
|
readonly precision?: number | undefined;
|
|
29382
29591
|
readonly required?: boolean | undefined;
|
|
29383
29592
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29593
|
+
readonly widget?: string | undefined;
|
|
29384
29594
|
readonly multiple?: boolean | undefined;
|
|
29385
29595
|
readonly dependencies?: string[] | undefined;
|
|
29386
29596
|
readonly externalId?: boolean | undefined;
|
|
@@ -29564,6 +29774,7 @@ declare const SysJobQueue: Omit<{
|
|
|
29564
29774
|
readonly precision?: number | undefined;
|
|
29565
29775
|
readonly required?: boolean | undefined;
|
|
29566
29776
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29777
|
+
readonly widget?: string | undefined;
|
|
29567
29778
|
readonly multiple?: boolean | undefined;
|
|
29568
29779
|
readonly dependencies?: string[] | undefined;
|
|
29569
29780
|
readonly externalId?: boolean | undefined;
|
|
@@ -29747,6 +29958,7 @@ declare const SysJobQueue: Omit<{
|
|
|
29747
29958
|
readonly precision?: number | undefined;
|
|
29748
29959
|
readonly required?: boolean | undefined;
|
|
29749
29960
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29961
|
+
readonly widget?: string | undefined;
|
|
29750
29962
|
readonly multiple?: boolean | undefined;
|
|
29751
29963
|
readonly dependencies?: string[] | undefined;
|
|
29752
29964
|
readonly externalId?: boolean | undefined;
|
|
@@ -29930,6 +30142,7 @@ declare const SysJobQueue: Omit<{
|
|
|
29930
30142
|
readonly precision?: number | undefined;
|
|
29931
30143
|
readonly required?: boolean | undefined;
|
|
29932
30144
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30145
|
+
readonly widget?: string | undefined;
|
|
29933
30146
|
readonly multiple?: boolean | undefined;
|
|
29934
30147
|
readonly dependencies?: string[] | undefined;
|
|
29935
30148
|
readonly externalId?: boolean | undefined;
|
|
@@ -30113,6 +30326,7 @@ declare const SysJobQueue: Omit<{
|
|
|
30113
30326
|
readonly precision?: number | undefined;
|
|
30114
30327
|
readonly required?: boolean | undefined;
|
|
30115
30328
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30329
|
+
readonly widget?: string | undefined;
|
|
30116
30330
|
readonly multiple?: boolean | undefined;
|
|
30117
30331
|
readonly dependencies?: string[] | undefined;
|
|
30118
30332
|
readonly externalId?: boolean | undefined;
|
|
@@ -30296,6 +30510,7 @@ declare const SysJobQueue: Omit<{
|
|
|
30296
30510
|
readonly precision?: number | undefined;
|
|
30297
30511
|
readonly required?: boolean | undefined;
|
|
30298
30512
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30513
|
+
readonly widget?: string | undefined;
|
|
30299
30514
|
readonly multiple?: boolean | undefined;
|
|
30300
30515
|
readonly dependencies?: string[] | undefined;
|
|
30301
30516
|
readonly externalId?: boolean | undefined;
|
|
@@ -30479,6 +30694,7 @@ declare const SysJobQueue: Omit<{
|
|
|
30479
30694
|
readonly precision?: number | undefined;
|
|
30480
30695
|
readonly required?: boolean | undefined;
|
|
30481
30696
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30697
|
+
readonly widget?: string | undefined;
|
|
30482
30698
|
readonly multiple?: boolean | undefined;
|
|
30483
30699
|
readonly dependencies?: string[] | undefined;
|
|
30484
30700
|
readonly externalId?: boolean | undefined;
|
|
@@ -30662,6 +30878,7 @@ declare const SysJobQueue: Omit<{
|
|
|
30662
30878
|
readonly precision?: number | undefined;
|
|
30663
30879
|
readonly required?: boolean | undefined;
|
|
30664
30880
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30881
|
+
readonly widget?: string | undefined;
|
|
30665
30882
|
readonly multiple?: boolean | undefined;
|
|
30666
30883
|
readonly dependencies?: string[] | undefined;
|
|
30667
30884
|
readonly externalId?: boolean | undefined;
|
|
@@ -30845,6 +31062,7 @@ declare const SysJobQueue: Omit<{
|
|
|
30845
31062
|
readonly precision?: number | undefined;
|
|
30846
31063
|
readonly required?: boolean | undefined;
|
|
30847
31064
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
31065
|
+
readonly widget?: string | undefined;
|
|
30848
31066
|
readonly multiple?: boolean | undefined;
|
|
30849
31067
|
readonly dependencies?: string[] | undefined;
|
|
30850
31068
|
readonly externalId?: boolean | undefined;
|
|
@@ -31263,6 +31481,7 @@ declare const SysImportJob: Omit<{
|
|
|
31263
31481
|
generatedBy?: string | undefined;
|
|
31264
31482
|
} | undefined;
|
|
31265
31483
|
} | undefined;
|
|
31484
|
+
widget?: string | undefined;
|
|
31266
31485
|
requiredPermissions?: string[] | undefined;
|
|
31267
31486
|
system?: boolean | undefined;
|
|
31268
31487
|
inlineHelpText?: string | undefined;
|
|
@@ -31752,6 +31971,15 @@ declare const SysImportJob: Omit<{
|
|
|
31752
31971
|
helpText?: string | undefined;
|
|
31753
31972
|
defaultValue?: unknown;
|
|
31754
31973
|
defaultFromRow?: boolean | undefined;
|
|
31974
|
+
visible?: {
|
|
31975
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
31976
|
+
source?: string | undefined;
|
|
31977
|
+
ast?: unknown;
|
|
31978
|
+
meta?: {
|
|
31979
|
+
rationale?: string | undefined;
|
|
31980
|
+
generatedBy?: string | undefined;
|
|
31981
|
+
} | undefined;
|
|
31982
|
+
} | undefined;
|
|
31755
31983
|
}[] | undefined;
|
|
31756
31984
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
31757
31985
|
order?: number | undefined;
|
|
@@ -31862,6 +32090,7 @@ declare const SysImportJob: Omit<{
|
|
|
31862
32090
|
readonly precision?: number | undefined;
|
|
31863
32091
|
readonly required?: boolean | undefined;
|
|
31864
32092
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32093
|
+
readonly widget?: string | undefined;
|
|
31865
32094
|
readonly multiple?: boolean | undefined;
|
|
31866
32095
|
readonly dependencies?: string[] | undefined;
|
|
31867
32096
|
readonly externalId?: boolean | undefined;
|
|
@@ -32045,6 +32274,7 @@ declare const SysImportJob: Omit<{
|
|
|
32045
32274
|
readonly precision?: number | undefined;
|
|
32046
32275
|
readonly required?: boolean | undefined;
|
|
32047
32276
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32277
|
+
readonly widget?: string | undefined;
|
|
32048
32278
|
readonly multiple?: boolean | undefined;
|
|
32049
32279
|
readonly dependencies?: string[] | undefined;
|
|
32050
32280
|
readonly externalId?: boolean | undefined;
|
|
@@ -32228,6 +32458,7 @@ declare const SysImportJob: Omit<{
|
|
|
32228
32458
|
readonly precision?: number | undefined;
|
|
32229
32459
|
readonly required?: boolean | undefined;
|
|
32230
32460
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32461
|
+
readonly widget?: string | undefined;
|
|
32231
32462
|
readonly multiple?: boolean | undefined;
|
|
32232
32463
|
readonly dependencies?: string[] | undefined;
|
|
32233
32464
|
readonly externalId?: boolean | undefined;
|
|
@@ -32411,6 +32642,7 @@ declare const SysImportJob: Omit<{
|
|
|
32411
32642
|
readonly precision?: number | undefined;
|
|
32412
32643
|
readonly required?: boolean | undefined;
|
|
32413
32644
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32645
|
+
readonly widget?: string | undefined;
|
|
32414
32646
|
readonly multiple?: boolean | undefined;
|
|
32415
32647
|
readonly dependencies?: string[] | undefined;
|
|
32416
32648
|
readonly externalId?: boolean | undefined;
|
|
@@ -32594,6 +32826,7 @@ declare const SysImportJob: Omit<{
|
|
|
32594
32826
|
readonly precision?: number | undefined;
|
|
32595
32827
|
readonly required?: boolean | undefined;
|
|
32596
32828
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32829
|
+
readonly widget?: string | undefined;
|
|
32597
32830
|
readonly multiple?: boolean | undefined;
|
|
32598
32831
|
readonly dependencies?: string[] | undefined;
|
|
32599
32832
|
readonly externalId?: boolean | undefined;
|
|
@@ -32777,6 +33010,7 @@ declare const SysImportJob: Omit<{
|
|
|
32777
33010
|
readonly precision?: number | undefined;
|
|
32778
33011
|
readonly required?: boolean | undefined;
|
|
32779
33012
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33013
|
+
readonly widget?: string | undefined;
|
|
32780
33014
|
readonly multiple?: boolean | undefined;
|
|
32781
33015
|
readonly dependencies?: string[] | undefined;
|
|
32782
33016
|
readonly externalId?: boolean | undefined;
|
|
@@ -32960,6 +33194,7 @@ declare const SysImportJob: Omit<{
|
|
|
32960
33194
|
readonly precision?: number | undefined;
|
|
32961
33195
|
readonly required?: boolean | undefined;
|
|
32962
33196
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33197
|
+
readonly widget?: string | undefined;
|
|
32963
33198
|
readonly multiple?: boolean | undefined;
|
|
32964
33199
|
readonly dependencies?: string[] | undefined;
|
|
32965
33200
|
readonly externalId?: boolean | undefined;
|
|
@@ -33143,6 +33378,7 @@ declare const SysImportJob: Omit<{
|
|
|
33143
33378
|
readonly precision?: number | undefined;
|
|
33144
33379
|
readonly required?: boolean | undefined;
|
|
33145
33380
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33381
|
+
readonly widget?: string | undefined;
|
|
33146
33382
|
readonly multiple?: boolean | undefined;
|
|
33147
33383
|
readonly dependencies?: string[] | undefined;
|
|
33148
33384
|
readonly externalId?: boolean | undefined;
|
|
@@ -33326,6 +33562,7 @@ declare const SysImportJob: Omit<{
|
|
|
33326
33562
|
readonly precision?: number | undefined;
|
|
33327
33563
|
readonly required?: boolean | undefined;
|
|
33328
33564
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33565
|
+
readonly widget?: string | undefined;
|
|
33329
33566
|
readonly multiple?: boolean | undefined;
|
|
33330
33567
|
readonly dependencies?: string[] | undefined;
|
|
33331
33568
|
readonly externalId?: boolean | undefined;
|
|
@@ -33509,6 +33746,7 @@ declare const SysImportJob: Omit<{
|
|
|
33509
33746
|
readonly precision?: number | undefined;
|
|
33510
33747
|
readonly required?: boolean | undefined;
|
|
33511
33748
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33749
|
+
readonly widget?: string | undefined;
|
|
33512
33750
|
readonly multiple?: boolean | undefined;
|
|
33513
33751
|
readonly dependencies?: string[] | undefined;
|
|
33514
33752
|
readonly externalId?: boolean | undefined;
|
|
@@ -33692,6 +33930,7 @@ declare const SysImportJob: Omit<{
|
|
|
33692
33930
|
readonly precision?: number | undefined;
|
|
33693
33931
|
readonly required?: boolean | undefined;
|
|
33694
33932
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33933
|
+
readonly widget?: string | undefined;
|
|
33695
33934
|
readonly multiple?: boolean | undefined;
|
|
33696
33935
|
readonly dependencies?: string[] | undefined;
|
|
33697
33936
|
readonly externalId?: boolean | undefined;
|
|
@@ -33875,6 +34114,7 @@ declare const SysImportJob: Omit<{
|
|
|
33875
34114
|
readonly precision?: number | undefined;
|
|
33876
34115
|
readonly required?: boolean | undefined;
|
|
33877
34116
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
34117
|
+
readonly widget?: string | undefined;
|
|
33878
34118
|
readonly multiple?: boolean | undefined;
|
|
33879
34119
|
readonly dependencies?: string[] | undefined;
|
|
33880
34120
|
readonly externalId?: boolean | undefined;
|
|
@@ -34058,6 +34298,7 @@ declare const SysImportJob: Omit<{
|
|
|
34058
34298
|
readonly precision?: number | undefined;
|
|
34059
34299
|
readonly required?: boolean | undefined;
|
|
34060
34300
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
34301
|
+
readonly widget?: string | undefined;
|
|
34061
34302
|
readonly multiple?: boolean | undefined;
|
|
34062
34303
|
readonly dependencies?: string[] | undefined;
|
|
34063
34304
|
readonly externalId?: boolean | undefined;
|
|
@@ -34241,6 +34482,7 @@ declare const SysImportJob: Omit<{
|
|
|
34241
34482
|
readonly precision?: number | undefined;
|
|
34242
34483
|
readonly required?: boolean | undefined;
|
|
34243
34484
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
34485
|
+
readonly widget?: string | undefined;
|
|
34244
34486
|
readonly multiple?: boolean | undefined;
|
|
34245
34487
|
readonly dependencies?: string[] | undefined;
|
|
34246
34488
|
readonly externalId?: boolean | undefined;
|
|
@@ -34424,6 +34666,7 @@ declare const SysImportJob: Omit<{
|
|
|
34424
34666
|
readonly precision?: number | undefined;
|
|
34425
34667
|
readonly required?: boolean | undefined;
|
|
34426
34668
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
34669
|
+
readonly widget?: string | undefined;
|
|
34427
34670
|
readonly multiple?: boolean | undefined;
|
|
34428
34671
|
readonly dependencies?: string[] | undefined;
|
|
34429
34672
|
readonly externalId?: boolean | undefined;
|
|
@@ -34607,6 +34850,7 @@ declare const SysImportJob: Omit<{
|
|
|
34607
34850
|
readonly precision?: number | undefined;
|
|
34608
34851
|
readonly required?: boolean | undefined;
|
|
34609
34852
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
34853
|
+
readonly widget?: string | undefined;
|
|
34610
34854
|
readonly multiple?: boolean | undefined;
|
|
34611
34855
|
readonly dependencies?: string[] | undefined;
|
|
34612
34856
|
readonly externalId?: boolean | undefined;
|
|
@@ -34790,6 +35034,7 @@ declare const SysImportJob: Omit<{
|
|
|
34790
35034
|
readonly precision?: number | undefined;
|
|
34791
35035
|
readonly required?: boolean | undefined;
|
|
34792
35036
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
35037
|
+
readonly widget?: string | undefined;
|
|
34793
35038
|
readonly multiple?: boolean | undefined;
|
|
34794
35039
|
readonly dependencies?: string[] | undefined;
|
|
34795
35040
|
readonly externalId?: boolean | undefined;
|
|
@@ -34973,6 +35218,7 @@ declare const SysImportJob: Omit<{
|
|
|
34973
35218
|
readonly precision?: number | undefined;
|
|
34974
35219
|
readonly required?: boolean | undefined;
|
|
34975
35220
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
35221
|
+
readonly widget?: string | undefined;
|
|
34976
35222
|
readonly multiple?: boolean | undefined;
|
|
34977
35223
|
readonly dependencies?: string[] | undefined;
|
|
34978
35224
|
readonly externalId?: boolean | undefined;
|
|
@@ -35156,6 +35402,7 @@ declare const SysImportJob: Omit<{
|
|
|
35156
35402
|
readonly precision?: number | undefined;
|
|
35157
35403
|
readonly required?: boolean | undefined;
|
|
35158
35404
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
35405
|
+
readonly widget?: string | undefined;
|
|
35159
35406
|
readonly multiple?: boolean | undefined;
|
|
35160
35407
|
readonly dependencies?: string[] | undefined;
|
|
35161
35408
|
readonly externalId?: boolean | undefined;
|
|
@@ -35339,6 +35586,7 @@ declare const SysImportJob: Omit<{
|
|
|
35339
35586
|
readonly precision?: number | undefined;
|
|
35340
35587
|
readonly required?: boolean | undefined;
|
|
35341
35588
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
35589
|
+
readonly widget?: string | undefined;
|
|
35342
35590
|
readonly multiple?: boolean | undefined;
|
|
35343
35591
|
readonly dependencies?: string[] | undefined;
|
|
35344
35592
|
readonly externalId?: boolean | undefined;
|