@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/identity/index.d.ts
CHANGED
|
@@ -243,6 +243,7 @@ declare const SysUser: Omit<{
|
|
|
243
243
|
generatedBy?: string | undefined;
|
|
244
244
|
} | undefined;
|
|
245
245
|
} | undefined;
|
|
246
|
+
widget?: string | undefined;
|
|
246
247
|
requiredPermissions?: string[] | undefined;
|
|
247
248
|
system?: boolean | undefined;
|
|
248
249
|
inlineHelpText?: string | undefined;
|
|
@@ -732,6 +733,15 @@ declare const SysUser: Omit<{
|
|
|
732
733
|
helpText?: string | undefined;
|
|
733
734
|
defaultValue?: unknown;
|
|
734
735
|
defaultFromRow?: boolean | undefined;
|
|
736
|
+
visible?: {
|
|
737
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
738
|
+
source?: string | undefined;
|
|
739
|
+
ast?: unknown;
|
|
740
|
+
meta?: {
|
|
741
|
+
rationale?: string | undefined;
|
|
742
|
+
generatedBy?: string | undefined;
|
|
743
|
+
} | undefined;
|
|
744
|
+
} | undefined;
|
|
735
745
|
}[] | undefined;
|
|
736
746
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
737
747
|
order?: number | undefined;
|
|
@@ -904,6 +914,7 @@ declare const SysUser: Omit<{
|
|
|
904
914
|
readonly type: "text";
|
|
905
915
|
readonly required: false;
|
|
906
916
|
readonly helpText: "Sign-in phone number (E.164, e.g. +8613800000000). Required when no email is given.";
|
|
917
|
+
readonly visible: "features.phoneNumber == true";
|
|
907
918
|
}, {
|
|
908
919
|
readonly field: "name";
|
|
909
920
|
readonly required: false;
|
|
@@ -1290,6 +1301,7 @@ declare const SysUser: Omit<{
|
|
|
1290
1301
|
readonly precision?: number | undefined;
|
|
1291
1302
|
readonly required?: boolean | undefined;
|
|
1292
1303
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1304
|
+
readonly widget?: string | undefined;
|
|
1293
1305
|
readonly multiple?: boolean | undefined;
|
|
1294
1306
|
readonly dependencies?: string[] | undefined;
|
|
1295
1307
|
readonly externalId?: boolean | undefined;
|
|
@@ -1473,6 +1485,7 @@ declare const SysUser: Omit<{
|
|
|
1473
1485
|
readonly precision?: number | undefined;
|
|
1474
1486
|
readonly required?: boolean | undefined;
|
|
1475
1487
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1488
|
+
readonly widget?: string | undefined;
|
|
1476
1489
|
readonly multiple?: boolean | undefined;
|
|
1477
1490
|
readonly dependencies?: string[] | undefined;
|
|
1478
1491
|
readonly externalId?: boolean | undefined;
|
|
@@ -1656,6 +1669,7 @@ declare const SysUser: Omit<{
|
|
|
1656
1669
|
readonly precision?: number | undefined;
|
|
1657
1670
|
readonly required?: boolean | undefined;
|
|
1658
1671
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1672
|
+
readonly widget?: string | undefined;
|
|
1659
1673
|
readonly multiple?: boolean | undefined;
|
|
1660
1674
|
readonly dependencies?: string[] | undefined;
|
|
1661
1675
|
readonly externalId?: boolean | undefined;
|
|
@@ -1839,6 +1853,7 @@ declare const SysUser: Omit<{
|
|
|
1839
1853
|
readonly precision?: number | undefined;
|
|
1840
1854
|
readonly required?: boolean | undefined;
|
|
1841
1855
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1856
|
+
readonly widget?: string | undefined;
|
|
1842
1857
|
readonly multiple?: boolean | undefined;
|
|
1843
1858
|
readonly dependencies?: string[] | undefined;
|
|
1844
1859
|
readonly externalId?: boolean | undefined;
|
|
@@ -2022,6 +2037,7 @@ declare const SysUser: Omit<{
|
|
|
2022
2037
|
readonly precision?: number | undefined;
|
|
2023
2038
|
readonly required?: boolean | undefined;
|
|
2024
2039
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2040
|
+
readonly widget?: string | undefined;
|
|
2025
2041
|
readonly multiple?: boolean | undefined;
|
|
2026
2042
|
readonly dependencies?: string[] | undefined;
|
|
2027
2043
|
readonly externalId?: boolean | undefined;
|
|
@@ -2205,6 +2221,7 @@ declare const SysUser: Omit<{
|
|
|
2205
2221
|
readonly precision?: number | undefined;
|
|
2206
2222
|
readonly required?: boolean | undefined;
|
|
2207
2223
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2224
|
+
readonly widget?: string | undefined;
|
|
2208
2225
|
readonly multiple?: boolean | undefined;
|
|
2209
2226
|
readonly dependencies?: string[] | undefined;
|
|
2210
2227
|
readonly externalId?: boolean | undefined;
|
|
@@ -2388,6 +2405,7 @@ declare const SysUser: Omit<{
|
|
|
2388
2405
|
readonly precision?: number | undefined;
|
|
2389
2406
|
readonly required?: boolean | undefined;
|
|
2390
2407
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2408
|
+
readonly widget?: string | undefined;
|
|
2391
2409
|
readonly multiple?: boolean | undefined;
|
|
2392
2410
|
readonly dependencies?: string[] | undefined;
|
|
2393
2411
|
readonly externalId?: boolean | undefined;
|
|
@@ -2571,6 +2589,7 @@ declare const SysUser: Omit<{
|
|
|
2571
2589
|
readonly precision?: number | undefined;
|
|
2572
2590
|
readonly required?: boolean | undefined;
|
|
2573
2591
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2592
|
+
readonly widget?: string | undefined;
|
|
2574
2593
|
readonly multiple?: boolean | undefined;
|
|
2575
2594
|
readonly dependencies?: string[] | undefined;
|
|
2576
2595
|
readonly externalId?: boolean | undefined;
|
|
@@ -2754,6 +2773,7 @@ declare const SysUser: Omit<{
|
|
|
2754
2773
|
readonly precision?: number | undefined;
|
|
2755
2774
|
readonly required?: boolean | undefined;
|
|
2756
2775
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2776
|
+
readonly widget?: string | undefined;
|
|
2757
2777
|
readonly multiple?: boolean | undefined;
|
|
2758
2778
|
readonly dependencies?: string[] | undefined;
|
|
2759
2779
|
readonly externalId?: boolean | undefined;
|
|
@@ -2937,6 +2957,7 @@ declare const SysUser: Omit<{
|
|
|
2937
2957
|
readonly precision?: number | undefined;
|
|
2938
2958
|
readonly required?: boolean | undefined;
|
|
2939
2959
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2960
|
+
readonly widget?: string | undefined;
|
|
2940
2961
|
readonly multiple?: boolean | undefined;
|
|
2941
2962
|
readonly dependencies?: string[] | undefined;
|
|
2942
2963
|
readonly externalId?: boolean | undefined;
|
|
@@ -3120,6 +3141,7 @@ declare const SysUser: Omit<{
|
|
|
3120
3141
|
readonly precision?: number | undefined;
|
|
3121
3142
|
readonly required?: boolean | undefined;
|
|
3122
3143
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3144
|
+
readonly widget?: string | undefined;
|
|
3123
3145
|
readonly multiple?: boolean | undefined;
|
|
3124
3146
|
readonly dependencies?: string[] | undefined;
|
|
3125
3147
|
readonly externalId?: boolean | undefined;
|
|
@@ -3303,6 +3325,7 @@ declare const SysUser: Omit<{
|
|
|
3303
3325
|
readonly precision?: number | undefined;
|
|
3304
3326
|
readonly required?: boolean | undefined;
|
|
3305
3327
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3328
|
+
readonly widget?: string | undefined;
|
|
3306
3329
|
readonly multiple?: boolean | undefined;
|
|
3307
3330
|
readonly dependencies?: string[] | undefined;
|
|
3308
3331
|
readonly externalId?: boolean | undefined;
|
|
@@ -3486,6 +3509,7 @@ declare const SysUser: Omit<{
|
|
|
3486
3509
|
readonly precision?: number | undefined;
|
|
3487
3510
|
readonly required?: boolean | undefined;
|
|
3488
3511
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3512
|
+
readonly widget?: string | undefined;
|
|
3489
3513
|
readonly multiple?: boolean | undefined;
|
|
3490
3514
|
readonly dependencies?: string[] | undefined;
|
|
3491
3515
|
readonly externalId?: boolean | undefined;
|
|
@@ -3669,6 +3693,7 @@ declare const SysUser: Omit<{
|
|
|
3669
3693
|
readonly precision?: number | undefined;
|
|
3670
3694
|
readonly required?: boolean | undefined;
|
|
3671
3695
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3696
|
+
readonly widget?: string | undefined;
|
|
3672
3697
|
readonly multiple?: boolean | undefined;
|
|
3673
3698
|
readonly dependencies?: string[] | undefined;
|
|
3674
3699
|
readonly externalId?: boolean | undefined;
|
|
@@ -3852,6 +3877,7 @@ declare const SysUser: Omit<{
|
|
|
3852
3877
|
readonly precision?: number | undefined;
|
|
3853
3878
|
readonly required?: boolean | undefined;
|
|
3854
3879
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3880
|
+
readonly widget?: string | undefined;
|
|
3855
3881
|
readonly multiple?: boolean | undefined;
|
|
3856
3882
|
readonly dependencies?: string[] | undefined;
|
|
3857
3883
|
readonly externalId?: boolean | undefined;
|
|
@@ -4035,6 +4061,7 @@ declare const SysUser: Omit<{
|
|
|
4035
4061
|
readonly precision?: number | undefined;
|
|
4036
4062
|
readonly required?: boolean | undefined;
|
|
4037
4063
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4064
|
+
readonly widget?: string | undefined;
|
|
4038
4065
|
readonly multiple?: boolean | undefined;
|
|
4039
4066
|
readonly dependencies?: string[] | undefined;
|
|
4040
4067
|
readonly externalId?: boolean | undefined;
|
|
@@ -4218,6 +4245,7 @@ declare const SysUser: Omit<{
|
|
|
4218
4245
|
readonly precision?: number | undefined;
|
|
4219
4246
|
readonly required?: boolean | undefined;
|
|
4220
4247
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4248
|
+
readonly widget?: string | undefined;
|
|
4221
4249
|
readonly multiple?: boolean | undefined;
|
|
4222
4250
|
readonly dependencies?: string[] | undefined;
|
|
4223
4251
|
readonly externalId?: boolean | undefined;
|
|
@@ -4401,6 +4429,7 @@ declare const SysUser: Omit<{
|
|
|
4401
4429
|
readonly precision?: number | undefined;
|
|
4402
4430
|
readonly required?: boolean | undefined;
|
|
4403
4431
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4432
|
+
readonly widget?: string | undefined;
|
|
4404
4433
|
readonly multiple?: boolean | undefined;
|
|
4405
4434
|
readonly dependencies?: string[] | undefined;
|
|
4406
4435
|
readonly externalId?: boolean | undefined;
|
|
@@ -4584,6 +4613,7 @@ declare const SysUser: Omit<{
|
|
|
4584
4613
|
readonly precision?: number | undefined;
|
|
4585
4614
|
readonly required?: boolean | undefined;
|
|
4586
4615
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4616
|
+
readonly widget?: string | undefined;
|
|
4587
4617
|
readonly multiple?: boolean | undefined;
|
|
4588
4618
|
readonly dependencies?: string[] | undefined;
|
|
4589
4619
|
readonly externalId?: boolean | undefined;
|
|
@@ -4767,6 +4797,7 @@ declare const SysUser: Omit<{
|
|
|
4767
4797
|
readonly precision?: number | undefined;
|
|
4768
4798
|
readonly required?: boolean | undefined;
|
|
4769
4799
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4800
|
+
readonly widget?: string | undefined;
|
|
4770
4801
|
readonly multiple?: boolean | undefined;
|
|
4771
4802
|
readonly dependencies?: string[] | undefined;
|
|
4772
4803
|
readonly externalId?: boolean | undefined;
|
|
@@ -4950,6 +4981,7 @@ declare const SysUser: Omit<{
|
|
|
4950
4981
|
readonly precision?: number | undefined;
|
|
4951
4982
|
readonly required?: boolean | undefined;
|
|
4952
4983
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4984
|
+
readonly widget?: string | undefined;
|
|
4953
4985
|
readonly multiple?: boolean | undefined;
|
|
4954
4986
|
readonly dependencies?: string[] | undefined;
|
|
4955
4987
|
readonly externalId?: boolean | undefined;
|
|
@@ -5133,6 +5165,7 @@ declare const SysUser: Omit<{
|
|
|
5133
5165
|
readonly precision?: number | undefined;
|
|
5134
5166
|
readonly required?: boolean | undefined;
|
|
5135
5167
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5168
|
+
readonly widget?: string | undefined;
|
|
5136
5169
|
readonly multiple?: boolean | undefined;
|
|
5137
5170
|
readonly dependencies?: string[] | undefined;
|
|
5138
5171
|
readonly externalId?: boolean | undefined;
|
|
@@ -5316,6 +5349,7 @@ declare const SysUser: Omit<{
|
|
|
5316
5349
|
readonly precision?: number | undefined;
|
|
5317
5350
|
readonly required?: boolean | undefined;
|
|
5318
5351
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5352
|
+
readonly widget?: string | undefined;
|
|
5319
5353
|
readonly multiple?: boolean | undefined;
|
|
5320
5354
|
readonly dependencies?: string[] | undefined;
|
|
5321
5355
|
readonly externalId?: boolean | undefined;
|
|
@@ -5499,6 +5533,7 @@ declare const SysUser: Omit<{
|
|
|
5499
5533
|
readonly precision?: number | undefined;
|
|
5500
5534
|
readonly required?: boolean | undefined;
|
|
5501
5535
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5536
|
+
readonly widget?: string | undefined;
|
|
5502
5537
|
readonly multiple?: boolean | undefined;
|
|
5503
5538
|
readonly dependencies?: string[] | undefined;
|
|
5504
5539
|
readonly externalId?: boolean | undefined;
|
|
@@ -5682,6 +5717,7 @@ declare const SysUser: Omit<{
|
|
|
5682
5717
|
readonly precision?: number | undefined;
|
|
5683
5718
|
readonly required?: boolean | undefined;
|
|
5684
5719
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5720
|
+
readonly widget?: string | undefined;
|
|
5685
5721
|
readonly multiple?: boolean | undefined;
|
|
5686
5722
|
readonly dependencies?: string[] | undefined;
|
|
5687
5723
|
readonly externalId?: boolean | undefined;
|
|
@@ -6106,6 +6142,7 @@ declare const SysSession: Omit<{
|
|
|
6106
6142
|
generatedBy?: string | undefined;
|
|
6107
6143
|
} | undefined;
|
|
6108
6144
|
} | undefined;
|
|
6145
|
+
widget?: string | undefined;
|
|
6109
6146
|
requiredPermissions?: string[] | undefined;
|
|
6110
6147
|
system?: boolean | undefined;
|
|
6111
6148
|
inlineHelpText?: string | undefined;
|
|
@@ -6595,6 +6632,15 @@ declare const SysSession: Omit<{
|
|
|
6595
6632
|
helpText?: string | undefined;
|
|
6596
6633
|
defaultValue?: unknown;
|
|
6597
6634
|
defaultFromRow?: boolean | undefined;
|
|
6635
|
+
visible?: {
|
|
6636
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
6637
|
+
source?: string | undefined;
|
|
6638
|
+
ast?: unknown;
|
|
6639
|
+
meta?: {
|
|
6640
|
+
rationale?: string | undefined;
|
|
6641
|
+
generatedBy?: string | undefined;
|
|
6642
|
+
} | undefined;
|
|
6643
|
+
} | undefined;
|
|
6598
6644
|
}[] | undefined;
|
|
6599
6645
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
6600
6646
|
order?: number | undefined;
|
|
@@ -6777,6 +6823,7 @@ declare const SysSession: Omit<{
|
|
|
6777
6823
|
readonly precision?: number | undefined;
|
|
6778
6824
|
readonly required?: boolean | undefined;
|
|
6779
6825
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6826
|
+
readonly widget?: string | undefined;
|
|
6780
6827
|
readonly multiple?: boolean | undefined;
|
|
6781
6828
|
readonly dependencies?: string[] | undefined;
|
|
6782
6829
|
readonly externalId?: boolean | undefined;
|
|
@@ -6960,6 +7007,7 @@ declare const SysSession: Omit<{
|
|
|
6960
7007
|
readonly precision?: number | undefined;
|
|
6961
7008
|
readonly required?: boolean | undefined;
|
|
6962
7009
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7010
|
+
readonly widget?: string | undefined;
|
|
6963
7011
|
readonly multiple?: boolean | undefined;
|
|
6964
7012
|
readonly dependencies?: string[] | undefined;
|
|
6965
7013
|
readonly externalId?: boolean | undefined;
|
|
@@ -7143,6 +7191,7 @@ declare const SysSession: Omit<{
|
|
|
7143
7191
|
readonly precision?: number | undefined;
|
|
7144
7192
|
readonly required?: boolean | undefined;
|
|
7145
7193
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7194
|
+
readonly widget?: string | undefined;
|
|
7146
7195
|
readonly multiple?: boolean | undefined;
|
|
7147
7196
|
readonly dependencies?: string[] | undefined;
|
|
7148
7197
|
readonly externalId?: boolean | undefined;
|
|
@@ -7326,6 +7375,7 @@ declare const SysSession: Omit<{
|
|
|
7326
7375
|
readonly precision?: number | undefined;
|
|
7327
7376
|
readonly required?: boolean | undefined;
|
|
7328
7377
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7378
|
+
readonly widget?: string | undefined;
|
|
7329
7379
|
readonly multiple?: boolean | undefined;
|
|
7330
7380
|
readonly dependencies?: string[] | undefined;
|
|
7331
7381
|
readonly externalId?: boolean | undefined;
|
|
@@ -7509,6 +7559,7 @@ declare const SysSession: Omit<{
|
|
|
7509
7559
|
readonly precision?: number | undefined;
|
|
7510
7560
|
readonly required?: boolean | undefined;
|
|
7511
7561
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7562
|
+
readonly widget?: string | undefined;
|
|
7512
7563
|
readonly multiple?: boolean | undefined;
|
|
7513
7564
|
readonly dependencies?: string[] | undefined;
|
|
7514
7565
|
readonly externalId?: boolean | undefined;
|
|
@@ -7692,6 +7743,7 @@ declare const SysSession: Omit<{
|
|
|
7692
7743
|
readonly precision?: number | undefined;
|
|
7693
7744
|
readonly required?: boolean | undefined;
|
|
7694
7745
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7746
|
+
readonly widget?: string | undefined;
|
|
7695
7747
|
readonly multiple?: boolean | undefined;
|
|
7696
7748
|
readonly dependencies?: string[] | undefined;
|
|
7697
7749
|
readonly externalId?: boolean | undefined;
|
|
@@ -7875,6 +7927,7 @@ declare const SysSession: Omit<{
|
|
|
7875
7927
|
readonly precision?: number | undefined;
|
|
7876
7928
|
readonly required?: boolean | undefined;
|
|
7877
7929
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7930
|
+
readonly widget?: string | undefined;
|
|
7878
7931
|
readonly multiple?: boolean | undefined;
|
|
7879
7932
|
readonly dependencies?: string[] | undefined;
|
|
7880
7933
|
readonly externalId?: boolean | undefined;
|
|
@@ -8058,6 +8111,7 @@ declare const SysSession: Omit<{
|
|
|
8058
8111
|
readonly precision?: number | undefined;
|
|
8059
8112
|
readonly required?: boolean | undefined;
|
|
8060
8113
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8114
|
+
readonly widget?: string | undefined;
|
|
8061
8115
|
readonly multiple?: boolean | undefined;
|
|
8062
8116
|
readonly dependencies?: string[] | undefined;
|
|
8063
8117
|
readonly externalId?: boolean | undefined;
|
|
@@ -8241,6 +8295,7 @@ declare const SysSession: Omit<{
|
|
|
8241
8295
|
readonly precision?: number | undefined;
|
|
8242
8296
|
readonly required?: boolean | undefined;
|
|
8243
8297
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8298
|
+
readonly widget?: string | undefined;
|
|
8244
8299
|
readonly multiple?: boolean | undefined;
|
|
8245
8300
|
readonly dependencies?: string[] | undefined;
|
|
8246
8301
|
readonly externalId?: boolean | undefined;
|
|
@@ -8424,6 +8479,7 @@ declare const SysSession: Omit<{
|
|
|
8424
8479
|
readonly precision?: number | undefined;
|
|
8425
8480
|
readonly required?: boolean | undefined;
|
|
8426
8481
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8482
|
+
readonly widget?: string | undefined;
|
|
8427
8483
|
readonly multiple?: boolean | undefined;
|
|
8428
8484
|
readonly dependencies?: string[] | undefined;
|
|
8429
8485
|
readonly externalId?: boolean | undefined;
|
|
@@ -8607,6 +8663,7 @@ declare const SysSession: Omit<{
|
|
|
8607
8663
|
readonly precision?: number | undefined;
|
|
8608
8664
|
readonly required?: boolean | undefined;
|
|
8609
8665
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8666
|
+
readonly widget?: string | undefined;
|
|
8610
8667
|
readonly multiple?: boolean | undefined;
|
|
8611
8668
|
readonly dependencies?: string[] | undefined;
|
|
8612
8669
|
readonly externalId?: boolean | undefined;
|
|
@@ -8790,6 +8847,7 @@ declare const SysSession: Omit<{
|
|
|
8790
8847
|
readonly precision?: number | undefined;
|
|
8791
8848
|
readonly required?: boolean | undefined;
|
|
8792
8849
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8850
|
+
readonly widget?: string | undefined;
|
|
8793
8851
|
readonly multiple?: boolean | undefined;
|
|
8794
8852
|
readonly dependencies?: string[] | undefined;
|
|
8795
8853
|
readonly externalId?: boolean | undefined;
|
|
@@ -8973,6 +9031,7 @@ declare const SysSession: Omit<{
|
|
|
8973
9031
|
readonly precision?: number | undefined;
|
|
8974
9032
|
readonly required?: boolean | undefined;
|
|
8975
9033
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9034
|
+
readonly widget?: string | undefined;
|
|
8976
9035
|
readonly multiple?: boolean | undefined;
|
|
8977
9036
|
readonly dependencies?: string[] | undefined;
|
|
8978
9037
|
readonly externalId?: boolean | undefined;
|
|
@@ -9156,6 +9215,7 @@ declare const SysSession: Omit<{
|
|
|
9156
9215
|
readonly precision?: number | undefined;
|
|
9157
9216
|
readonly required?: boolean | undefined;
|
|
9158
9217
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
9218
|
+
readonly widget?: string | undefined;
|
|
9159
9219
|
readonly multiple?: boolean | undefined;
|
|
9160
9220
|
readonly dependencies?: string[] | undefined;
|
|
9161
9221
|
readonly externalId?: boolean | undefined;
|
|
@@ -9577,6 +9637,7 @@ declare const SysAccount: Omit<{
|
|
|
9577
9637
|
generatedBy?: string | undefined;
|
|
9578
9638
|
} | undefined;
|
|
9579
9639
|
} | undefined;
|
|
9640
|
+
widget?: string | undefined;
|
|
9580
9641
|
requiredPermissions?: string[] | undefined;
|
|
9581
9642
|
system?: boolean | undefined;
|
|
9582
9643
|
inlineHelpText?: string | undefined;
|
|
@@ -10066,6 +10127,15 @@ declare const SysAccount: Omit<{
|
|
|
10066
10127
|
helpText?: string | undefined;
|
|
10067
10128
|
defaultValue?: unknown;
|
|
10068
10129
|
defaultFromRow?: boolean | undefined;
|
|
10130
|
+
visible?: {
|
|
10131
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
10132
|
+
source?: string | undefined;
|
|
10133
|
+
ast?: unknown;
|
|
10134
|
+
meta?: {
|
|
10135
|
+
rationale?: string | undefined;
|
|
10136
|
+
generatedBy?: string | undefined;
|
|
10137
|
+
} | undefined;
|
|
10138
|
+
} | undefined;
|
|
10069
10139
|
}[] | undefined;
|
|
10070
10140
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
10071
10141
|
order?: number | undefined;
|
|
@@ -10308,6 +10378,7 @@ declare const SysAccount: Omit<{
|
|
|
10308
10378
|
readonly precision?: number | undefined;
|
|
10309
10379
|
readonly required?: boolean | undefined;
|
|
10310
10380
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
10381
|
+
readonly widget?: string | undefined;
|
|
10311
10382
|
readonly multiple?: boolean | undefined;
|
|
10312
10383
|
readonly dependencies?: string[] | undefined;
|
|
10313
10384
|
readonly externalId?: boolean | undefined;
|
|
@@ -10491,6 +10562,7 @@ declare const SysAccount: Omit<{
|
|
|
10491
10562
|
readonly precision?: number | undefined;
|
|
10492
10563
|
readonly required?: boolean | undefined;
|
|
10493
10564
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
10565
|
+
readonly widget?: string | undefined;
|
|
10494
10566
|
readonly multiple?: boolean | undefined;
|
|
10495
10567
|
readonly dependencies?: string[] | undefined;
|
|
10496
10568
|
readonly externalId?: boolean | undefined;
|
|
@@ -10674,6 +10746,7 @@ declare const SysAccount: Omit<{
|
|
|
10674
10746
|
readonly precision?: number | undefined;
|
|
10675
10747
|
readonly required?: boolean | undefined;
|
|
10676
10748
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
10749
|
+
readonly widget?: string | undefined;
|
|
10677
10750
|
readonly multiple?: boolean | undefined;
|
|
10678
10751
|
readonly dependencies?: string[] | undefined;
|
|
10679
10752
|
readonly externalId?: boolean | undefined;
|
|
@@ -10857,6 +10930,7 @@ declare const SysAccount: Omit<{
|
|
|
10857
10930
|
readonly precision?: number | undefined;
|
|
10858
10931
|
readonly required?: boolean | undefined;
|
|
10859
10932
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
10933
|
+
readonly widget?: string | undefined;
|
|
10860
10934
|
readonly multiple?: boolean | undefined;
|
|
10861
10935
|
readonly dependencies?: string[] | undefined;
|
|
10862
10936
|
readonly externalId?: boolean | undefined;
|
|
@@ -11040,6 +11114,7 @@ declare const SysAccount: Omit<{
|
|
|
11040
11114
|
readonly precision?: number | undefined;
|
|
11041
11115
|
readonly required?: boolean | undefined;
|
|
11042
11116
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11117
|
+
readonly widget?: string | undefined;
|
|
11043
11118
|
readonly multiple?: boolean | undefined;
|
|
11044
11119
|
readonly dependencies?: string[] | undefined;
|
|
11045
11120
|
readonly externalId?: boolean | undefined;
|
|
@@ -11223,6 +11298,7 @@ declare const SysAccount: Omit<{
|
|
|
11223
11298
|
readonly precision?: number | undefined;
|
|
11224
11299
|
readonly required?: boolean | undefined;
|
|
11225
11300
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11301
|
+
readonly widget?: string | undefined;
|
|
11226
11302
|
readonly multiple?: boolean | undefined;
|
|
11227
11303
|
readonly dependencies?: string[] | undefined;
|
|
11228
11304
|
readonly externalId?: boolean | undefined;
|
|
@@ -11406,6 +11482,7 @@ declare const SysAccount: Omit<{
|
|
|
11406
11482
|
readonly precision?: number | undefined;
|
|
11407
11483
|
readonly required?: boolean | undefined;
|
|
11408
11484
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11485
|
+
readonly widget?: string | undefined;
|
|
11409
11486
|
readonly multiple?: boolean | undefined;
|
|
11410
11487
|
readonly dependencies?: string[] | undefined;
|
|
11411
11488
|
readonly externalId?: boolean | undefined;
|
|
@@ -11589,6 +11666,7 @@ declare const SysAccount: Omit<{
|
|
|
11589
11666
|
readonly precision?: number | undefined;
|
|
11590
11667
|
readonly required?: boolean | undefined;
|
|
11591
11668
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11669
|
+
readonly widget?: string | undefined;
|
|
11592
11670
|
readonly multiple?: boolean | undefined;
|
|
11593
11671
|
readonly dependencies?: string[] | undefined;
|
|
11594
11672
|
readonly externalId?: boolean | undefined;
|
|
@@ -11772,6 +11850,7 @@ declare const SysAccount: Omit<{
|
|
|
11772
11850
|
readonly precision?: number | undefined;
|
|
11773
11851
|
readonly required?: boolean | undefined;
|
|
11774
11852
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
11853
|
+
readonly widget?: string | undefined;
|
|
11775
11854
|
readonly multiple?: boolean | undefined;
|
|
11776
11855
|
readonly dependencies?: string[] | undefined;
|
|
11777
11856
|
readonly externalId?: boolean | undefined;
|
|
@@ -11955,6 +12034,7 @@ declare const SysAccount: Omit<{
|
|
|
11955
12034
|
readonly precision?: number | undefined;
|
|
11956
12035
|
readonly required?: boolean | undefined;
|
|
11957
12036
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12037
|
+
readonly widget?: string | undefined;
|
|
11958
12038
|
readonly multiple?: boolean | undefined;
|
|
11959
12039
|
readonly dependencies?: string[] | undefined;
|
|
11960
12040
|
readonly externalId?: boolean | undefined;
|
|
@@ -12138,6 +12218,7 @@ declare const SysAccount: Omit<{
|
|
|
12138
12218
|
readonly precision?: number | undefined;
|
|
12139
12219
|
readonly required?: boolean | undefined;
|
|
12140
12220
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12221
|
+
readonly widget?: string | undefined;
|
|
12141
12222
|
readonly multiple?: boolean | undefined;
|
|
12142
12223
|
readonly dependencies?: string[] | undefined;
|
|
12143
12224
|
readonly externalId?: boolean | undefined;
|
|
@@ -12321,6 +12402,7 @@ declare const SysAccount: Omit<{
|
|
|
12321
12402
|
readonly precision?: number | undefined;
|
|
12322
12403
|
readonly required?: boolean | undefined;
|
|
12323
12404
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12405
|
+
readonly widget?: string | undefined;
|
|
12324
12406
|
readonly multiple?: boolean | undefined;
|
|
12325
12407
|
readonly dependencies?: string[] | undefined;
|
|
12326
12408
|
readonly externalId?: boolean | undefined;
|
|
@@ -12504,6 +12586,7 @@ declare const SysAccount: Omit<{
|
|
|
12504
12586
|
readonly precision?: number | undefined;
|
|
12505
12587
|
readonly required?: boolean | undefined;
|
|
12506
12588
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12589
|
+
readonly widget?: string | undefined;
|
|
12507
12590
|
readonly multiple?: boolean | undefined;
|
|
12508
12591
|
readonly dependencies?: string[] | undefined;
|
|
12509
12592
|
readonly externalId?: boolean | undefined;
|
|
@@ -12687,6 +12770,7 @@ declare const SysAccount: Omit<{
|
|
|
12687
12770
|
readonly precision?: number | undefined;
|
|
12688
12771
|
readonly required?: boolean | undefined;
|
|
12689
12772
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
12773
|
+
readonly widget?: string | undefined;
|
|
12690
12774
|
readonly multiple?: boolean | undefined;
|
|
12691
12775
|
readonly dependencies?: string[] | undefined;
|
|
12692
12776
|
readonly externalId?: boolean | undefined;
|
|
@@ -13104,6 +13188,7 @@ declare const SysVerification: Omit<{
|
|
|
13104
13188
|
generatedBy?: string | undefined;
|
|
13105
13189
|
} | undefined;
|
|
13106
13190
|
} | undefined;
|
|
13191
|
+
widget?: string | undefined;
|
|
13107
13192
|
requiredPermissions?: string[] | undefined;
|
|
13108
13193
|
system?: boolean | undefined;
|
|
13109
13194
|
inlineHelpText?: string | undefined;
|
|
@@ -13593,6 +13678,15 @@ declare const SysVerification: Omit<{
|
|
|
13593
13678
|
helpText?: string | undefined;
|
|
13594
13679
|
defaultValue?: unknown;
|
|
13595
13680
|
defaultFromRow?: boolean | undefined;
|
|
13681
|
+
visible?: {
|
|
13682
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
13683
|
+
source?: string | undefined;
|
|
13684
|
+
ast?: unknown;
|
|
13685
|
+
meta?: {
|
|
13686
|
+
rationale?: string | undefined;
|
|
13687
|
+
generatedBy?: string | undefined;
|
|
13688
|
+
} | undefined;
|
|
13689
|
+
} | undefined;
|
|
13596
13690
|
}[] | undefined;
|
|
13597
13691
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
13598
13692
|
order?: number | undefined;
|
|
@@ -13709,6 +13803,7 @@ declare const SysVerification: Omit<{
|
|
|
13709
13803
|
readonly precision?: number | undefined;
|
|
13710
13804
|
readonly required?: boolean | undefined;
|
|
13711
13805
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13806
|
+
readonly widget?: string | undefined;
|
|
13712
13807
|
readonly multiple?: boolean | undefined;
|
|
13713
13808
|
readonly dependencies?: string[] | undefined;
|
|
13714
13809
|
readonly externalId?: boolean | undefined;
|
|
@@ -13892,6 +13987,7 @@ declare const SysVerification: Omit<{
|
|
|
13892
13987
|
readonly precision?: number | undefined;
|
|
13893
13988
|
readonly required?: boolean | undefined;
|
|
13894
13989
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
13990
|
+
readonly widget?: string | undefined;
|
|
13895
13991
|
readonly multiple?: boolean | undefined;
|
|
13896
13992
|
readonly dependencies?: string[] | undefined;
|
|
13897
13993
|
readonly externalId?: boolean | undefined;
|
|
@@ -14075,6 +14171,7 @@ declare const SysVerification: Omit<{
|
|
|
14075
14171
|
readonly precision?: number | undefined;
|
|
14076
14172
|
readonly required?: boolean | undefined;
|
|
14077
14173
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
14174
|
+
readonly widget?: string | undefined;
|
|
14078
14175
|
readonly multiple?: boolean | undefined;
|
|
14079
14176
|
readonly dependencies?: string[] | undefined;
|
|
14080
14177
|
readonly externalId?: boolean | undefined;
|
|
@@ -14258,6 +14355,7 @@ declare const SysVerification: Omit<{
|
|
|
14258
14355
|
readonly precision?: number | undefined;
|
|
14259
14356
|
readonly required?: boolean | undefined;
|
|
14260
14357
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
14358
|
+
readonly widget?: string | undefined;
|
|
14261
14359
|
readonly multiple?: boolean | undefined;
|
|
14262
14360
|
readonly dependencies?: string[] | undefined;
|
|
14263
14361
|
readonly externalId?: boolean | undefined;
|
|
@@ -14441,6 +14539,7 @@ declare const SysVerification: Omit<{
|
|
|
14441
14539
|
readonly precision?: number | undefined;
|
|
14442
14540
|
readonly required?: boolean | undefined;
|
|
14443
14541
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
14542
|
+
readonly widget?: string | undefined;
|
|
14444
14543
|
readonly multiple?: boolean | undefined;
|
|
14445
14544
|
readonly dependencies?: string[] | undefined;
|
|
14446
14545
|
readonly externalId?: boolean | undefined;
|
|
@@ -14624,6 +14723,7 @@ declare const SysVerification: Omit<{
|
|
|
14624
14723
|
readonly precision?: number | undefined;
|
|
14625
14724
|
readonly required?: boolean | undefined;
|
|
14626
14725
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
14726
|
+
readonly widget?: string | undefined;
|
|
14627
14727
|
readonly multiple?: boolean | undefined;
|
|
14628
14728
|
readonly dependencies?: string[] | undefined;
|
|
14629
14729
|
readonly externalId?: boolean | undefined;
|
|
@@ -15044,6 +15144,7 @@ declare const SysOrganization: Omit<{
|
|
|
15044
15144
|
generatedBy?: string | undefined;
|
|
15045
15145
|
} | undefined;
|
|
15046
15146
|
} | undefined;
|
|
15147
|
+
widget?: string | undefined;
|
|
15047
15148
|
requiredPermissions?: string[] | undefined;
|
|
15048
15149
|
system?: boolean | undefined;
|
|
15049
15150
|
inlineHelpText?: string | undefined;
|
|
@@ -15533,6 +15634,15 @@ declare const SysOrganization: Omit<{
|
|
|
15533
15634
|
helpText?: string | undefined;
|
|
15534
15635
|
defaultValue?: unknown;
|
|
15535
15636
|
defaultFromRow?: boolean | undefined;
|
|
15637
|
+
visible?: {
|
|
15638
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
15639
|
+
source?: string | undefined;
|
|
15640
|
+
ast?: unknown;
|
|
15641
|
+
meta?: {
|
|
15642
|
+
rationale?: string | undefined;
|
|
15643
|
+
generatedBy?: string | undefined;
|
|
15644
|
+
} | undefined;
|
|
15645
|
+
} | undefined;
|
|
15536
15646
|
}[] | undefined;
|
|
15537
15647
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
15538
15648
|
order?: number | undefined;
|
|
@@ -15775,6 +15885,7 @@ declare const SysOrganization: Omit<{
|
|
|
15775
15885
|
readonly precision?: number | undefined;
|
|
15776
15886
|
readonly required?: boolean | undefined;
|
|
15777
15887
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
15888
|
+
readonly widget?: string | undefined;
|
|
15778
15889
|
readonly multiple?: boolean | undefined;
|
|
15779
15890
|
readonly dependencies?: string[] | undefined;
|
|
15780
15891
|
readonly externalId?: boolean | undefined;
|
|
@@ -15958,6 +16069,7 @@ declare const SysOrganization: Omit<{
|
|
|
15958
16069
|
readonly precision?: number | undefined;
|
|
15959
16070
|
readonly required?: boolean | undefined;
|
|
15960
16071
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16072
|
+
readonly widget?: string | undefined;
|
|
15961
16073
|
readonly multiple?: boolean | undefined;
|
|
15962
16074
|
readonly dependencies?: string[] | undefined;
|
|
15963
16075
|
readonly externalId?: boolean | undefined;
|
|
@@ -16141,6 +16253,7 @@ declare const SysOrganization: Omit<{
|
|
|
16141
16253
|
readonly precision?: number | undefined;
|
|
16142
16254
|
readonly required?: boolean | undefined;
|
|
16143
16255
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16256
|
+
readonly widget?: string | undefined;
|
|
16144
16257
|
readonly multiple?: boolean | undefined;
|
|
16145
16258
|
readonly dependencies?: string[] | undefined;
|
|
16146
16259
|
readonly externalId?: boolean | undefined;
|
|
@@ -16324,6 +16437,7 @@ declare const SysOrganization: Omit<{
|
|
|
16324
16437
|
readonly precision?: number | undefined;
|
|
16325
16438
|
readonly required?: boolean | undefined;
|
|
16326
16439
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16440
|
+
readonly widget?: string | undefined;
|
|
16327
16441
|
readonly multiple?: boolean | undefined;
|
|
16328
16442
|
readonly dependencies?: string[] | undefined;
|
|
16329
16443
|
readonly externalId?: boolean | undefined;
|
|
@@ -16507,6 +16621,7 @@ declare const SysOrganization: Omit<{
|
|
|
16507
16621
|
readonly precision?: number | undefined;
|
|
16508
16622
|
readonly required?: boolean | undefined;
|
|
16509
16623
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16624
|
+
readonly widget?: string | undefined;
|
|
16510
16625
|
readonly multiple?: boolean | undefined;
|
|
16511
16626
|
readonly dependencies?: string[] | undefined;
|
|
16512
16627
|
readonly externalId?: boolean | undefined;
|
|
@@ -16690,6 +16805,7 @@ declare const SysOrganization: Omit<{
|
|
|
16690
16805
|
readonly precision?: number | undefined;
|
|
16691
16806
|
readonly required?: boolean | undefined;
|
|
16692
16807
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16808
|
+
readonly widget?: string | undefined;
|
|
16693
16809
|
readonly multiple?: boolean | undefined;
|
|
16694
16810
|
readonly dependencies?: string[] | undefined;
|
|
16695
16811
|
readonly externalId?: boolean | undefined;
|
|
@@ -16873,6 +16989,7 @@ declare const SysOrganization: Omit<{
|
|
|
16873
16989
|
readonly precision?: number | undefined;
|
|
16874
16990
|
readonly required?: boolean | undefined;
|
|
16875
16991
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
16992
|
+
readonly widget?: string | undefined;
|
|
16876
16993
|
readonly multiple?: boolean | undefined;
|
|
16877
16994
|
readonly dependencies?: string[] | undefined;
|
|
16878
16995
|
readonly externalId?: boolean | undefined;
|
|
@@ -17056,6 +17173,7 @@ declare const SysOrganization: Omit<{
|
|
|
17056
17173
|
readonly precision?: number | undefined;
|
|
17057
17174
|
readonly required?: boolean | undefined;
|
|
17058
17175
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
17176
|
+
readonly widget?: string | undefined;
|
|
17059
17177
|
readonly multiple?: boolean | undefined;
|
|
17060
17178
|
readonly dependencies?: string[] | undefined;
|
|
17061
17179
|
readonly externalId?: boolean | undefined;
|
|
@@ -17472,6 +17590,7 @@ declare const SysMember: Omit<{
|
|
|
17472
17590
|
generatedBy?: string | undefined;
|
|
17473
17591
|
} | undefined;
|
|
17474
17592
|
} | undefined;
|
|
17593
|
+
widget?: string | undefined;
|
|
17475
17594
|
requiredPermissions?: string[] | undefined;
|
|
17476
17595
|
system?: boolean | undefined;
|
|
17477
17596
|
inlineHelpText?: string | undefined;
|
|
@@ -17961,6 +18080,15 @@ declare const SysMember: Omit<{
|
|
|
17961
18080
|
helpText?: string | undefined;
|
|
17962
18081
|
defaultValue?: unknown;
|
|
17963
18082
|
defaultFromRow?: boolean | undefined;
|
|
18083
|
+
visible?: {
|
|
18084
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
18085
|
+
source?: string | undefined;
|
|
18086
|
+
ast?: unknown;
|
|
18087
|
+
meta?: {
|
|
18088
|
+
rationale?: string | undefined;
|
|
18089
|
+
generatedBy?: string | undefined;
|
|
18090
|
+
} | undefined;
|
|
18091
|
+
} | undefined;
|
|
17964
18092
|
}[] | undefined;
|
|
17965
18093
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
17966
18094
|
order?: number | undefined;
|
|
@@ -18173,6 +18301,7 @@ declare const SysMember: Omit<{
|
|
|
18173
18301
|
readonly precision?: number | undefined;
|
|
18174
18302
|
readonly required?: boolean | undefined;
|
|
18175
18303
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18304
|
+
readonly widget?: string | undefined;
|
|
18176
18305
|
readonly multiple?: boolean | undefined;
|
|
18177
18306
|
readonly dependencies?: string[] | undefined;
|
|
18178
18307
|
readonly externalId?: boolean | undefined;
|
|
@@ -18356,6 +18485,7 @@ declare const SysMember: Omit<{
|
|
|
18356
18485
|
readonly precision?: number | undefined;
|
|
18357
18486
|
readonly required?: boolean | undefined;
|
|
18358
18487
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18488
|
+
readonly widget?: string | undefined;
|
|
18359
18489
|
readonly multiple?: boolean | undefined;
|
|
18360
18490
|
readonly dependencies?: string[] | undefined;
|
|
18361
18491
|
readonly externalId?: boolean | undefined;
|
|
@@ -18539,6 +18669,7 @@ declare const SysMember: Omit<{
|
|
|
18539
18669
|
readonly precision?: number | undefined;
|
|
18540
18670
|
readonly required?: boolean | undefined;
|
|
18541
18671
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18672
|
+
readonly widget?: string | undefined;
|
|
18542
18673
|
readonly multiple?: boolean | undefined;
|
|
18543
18674
|
readonly dependencies?: string[] | undefined;
|
|
18544
18675
|
readonly externalId?: boolean | undefined;
|
|
@@ -18722,6 +18853,7 @@ declare const SysMember: Omit<{
|
|
|
18722
18853
|
readonly precision?: number | undefined;
|
|
18723
18854
|
readonly required?: boolean | undefined;
|
|
18724
18855
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
18856
|
+
readonly widget?: string | undefined;
|
|
18725
18857
|
readonly multiple?: boolean | undefined;
|
|
18726
18858
|
readonly dependencies?: string[] | undefined;
|
|
18727
18859
|
readonly externalId?: boolean | undefined;
|
|
@@ -18905,6 +19037,7 @@ declare const SysMember: Omit<{
|
|
|
18905
19037
|
readonly precision?: number | undefined;
|
|
18906
19038
|
readonly required?: boolean | undefined;
|
|
18907
19039
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
19040
|
+
readonly widget?: string | undefined;
|
|
18908
19041
|
readonly multiple?: boolean | undefined;
|
|
18909
19042
|
readonly dependencies?: string[] | undefined;
|
|
18910
19043
|
readonly externalId?: boolean | undefined;
|
|
@@ -19321,6 +19454,7 @@ declare const SysInvitation: Omit<{
|
|
|
19321
19454
|
generatedBy?: string | undefined;
|
|
19322
19455
|
} | undefined;
|
|
19323
19456
|
} | undefined;
|
|
19457
|
+
widget?: string | undefined;
|
|
19324
19458
|
requiredPermissions?: string[] | undefined;
|
|
19325
19459
|
system?: boolean | undefined;
|
|
19326
19460
|
inlineHelpText?: string | undefined;
|
|
@@ -19810,6 +19944,15 @@ declare const SysInvitation: Omit<{
|
|
|
19810
19944
|
helpText?: string | undefined;
|
|
19811
19945
|
defaultValue?: unknown;
|
|
19812
19946
|
defaultFromRow?: boolean | undefined;
|
|
19947
|
+
visible?: {
|
|
19948
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
19949
|
+
source?: string | undefined;
|
|
19950
|
+
ast?: unknown;
|
|
19951
|
+
meta?: {
|
|
19952
|
+
rationale?: string | undefined;
|
|
19953
|
+
generatedBy?: string | undefined;
|
|
19954
|
+
} | undefined;
|
|
19955
|
+
} | undefined;
|
|
19813
19956
|
}[] | undefined;
|
|
19814
19957
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
19815
19958
|
order?: number | undefined;
|
|
@@ -20089,6 +20232,7 @@ declare const SysInvitation: Omit<{
|
|
|
20089
20232
|
readonly precision?: number | undefined;
|
|
20090
20233
|
readonly required?: boolean | undefined;
|
|
20091
20234
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20235
|
+
readonly widget?: string | undefined;
|
|
20092
20236
|
readonly multiple?: boolean | undefined;
|
|
20093
20237
|
readonly dependencies?: string[] | undefined;
|
|
20094
20238
|
readonly externalId?: boolean | undefined;
|
|
@@ -20272,6 +20416,7 @@ declare const SysInvitation: Omit<{
|
|
|
20272
20416
|
readonly precision?: number | undefined;
|
|
20273
20417
|
readonly required?: boolean | undefined;
|
|
20274
20418
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20419
|
+
readonly widget?: string | undefined;
|
|
20275
20420
|
readonly multiple?: boolean | undefined;
|
|
20276
20421
|
readonly dependencies?: string[] | undefined;
|
|
20277
20422
|
readonly externalId?: boolean | undefined;
|
|
@@ -20455,6 +20600,7 @@ declare const SysInvitation: Omit<{
|
|
|
20455
20600
|
readonly precision?: number | undefined;
|
|
20456
20601
|
readonly required?: boolean | undefined;
|
|
20457
20602
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20603
|
+
readonly widget?: string | undefined;
|
|
20458
20604
|
readonly multiple?: boolean | undefined;
|
|
20459
20605
|
readonly dependencies?: string[] | undefined;
|
|
20460
20606
|
readonly externalId?: boolean | undefined;
|
|
@@ -20638,6 +20784,7 @@ declare const SysInvitation: Omit<{
|
|
|
20638
20784
|
readonly precision?: number | undefined;
|
|
20639
20785
|
readonly required?: boolean | undefined;
|
|
20640
20786
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20787
|
+
readonly widget?: string | undefined;
|
|
20641
20788
|
readonly multiple?: boolean | undefined;
|
|
20642
20789
|
readonly dependencies?: string[] | undefined;
|
|
20643
20790
|
readonly externalId?: boolean | undefined;
|
|
@@ -20821,6 +20968,7 @@ declare const SysInvitation: Omit<{
|
|
|
20821
20968
|
readonly precision?: number | undefined;
|
|
20822
20969
|
readonly required?: boolean | undefined;
|
|
20823
20970
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
20971
|
+
readonly widget?: string | undefined;
|
|
20824
20972
|
readonly multiple?: boolean | undefined;
|
|
20825
20973
|
readonly dependencies?: string[] | undefined;
|
|
20826
20974
|
readonly externalId?: boolean | undefined;
|
|
@@ -21004,6 +21152,7 @@ declare const SysInvitation: Omit<{
|
|
|
21004
21152
|
readonly precision?: number | undefined;
|
|
21005
21153
|
readonly required?: boolean | undefined;
|
|
21006
21154
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
21155
|
+
readonly widget?: string | undefined;
|
|
21007
21156
|
readonly multiple?: boolean | undefined;
|
|
21008
21157
|
readonly dependencies?: string[] | undefined;
|
|
21009
21158
|
readonly externalId?: boolean | undefined;
|
|
@@ -21187,6 +21336,7 @@ declare const SysInvitation: Omit<{
|
|
|
21187
21336
|
readonly precision?: number | undefined;
|
|
21188
21337
|
readonly required?: boolean | undefined;
|
|
21189
21338
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
21339
|
+
readonly widget?: string | undefined;
|
|
21190
21340
|
readonly multiple?: boolean | undefined;
|
|
21191
21341
|
readonly dependencies?: string[] | undefined;
|
|
21192
21342
|
readonly externalId?: boolean | undefined;
|
|
@@ -21370,6 +21520,7 @@ declare const SysInvitation: Omit<{
|
|
|
21370
21520
|
readonly precision?: number | undefined;
|
|
21371
21521
|
readonly required?: boolean | undefined;
|
|
21372
21522
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
21523
|
+
readonly widget?: string | undefined;
|
|
21373
21524
|
readonly multiple?: boolean | undefined;
|
|
21374
21525
|
readonly dependencies?: string[] | undefined;
|
|
21375
21526
|
readonly externalId?: boolean | undefined;
|
|
@@ -21553,6 +21704,7 @@ declare const SysInvitation: Omit<{
|
|
|
21553
21704
|
readonly precision?: number | undefined;
|
|
21554
21705
|
readonly required?: boolean | undefined;
|
|
21555
21706
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
21707
|
+
readonly widget?: string | undefined;
|
|
21556
21708
|
readonly multiple?: boolean | undefined;
|
|
21557
21709
|
readonly dependencies?: string[] | undefined;
|
|
21558
21710
|
readonly externalId?: boolean | undefined;
|
|
@@ -21970,6 +22122,7 @@ declare const SysTeam: Omit<{
|
|
|
21970
22122
|
generatedBy?: string | undefined;
|
|
21971
22123
|
} | undefined;
|
|
21972
22124
|
} | undefined;
|
|
22125
|
+
widget?: string | undefined;
|
|
21973
22126
|
requiredPermissions?: string[] | undefined;
|
|
21974
22127
|
system?: boolean | undefined;
|
|
21975
22128
|
inlineHelpText?: string | undefined;
|
|
@@ -22459,6 +22612,15 @@ declare const SysTeam: Omit<{
|
|
|
22459
22612
|
helpText?: string | undefined;
|
|
22460
22613
|
defaultValue?: unknown;
|
|
22461
22614
|
defaultFromRow?: boolean | undefined;
|
|
22615
|
+
visible?: {
|
|
22616
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
22617
|
+
source?: string | undefined;
|
|
22618
|
+
ast?: unknown;
|
|
22619
|
+
meta?: {
|
|
22620
|
+
rationale?: string | undefined;
|
|
22621
|
+
generatedBy?: string | undefined;
|
|
22622
|
+
} | undefined;
|
|
22623
|
+
} | undefined;
|
|
22462
22624
|
}[] | undefined;
|
|
22463
22625
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
22464
22626
|
order?: number | undefined;
|
|
@@ -22673,6 +22835,7 @@ declare const SysTeam: Omit<{
|
|
|
22673
22835
|
readonly precision?: number | undefined;
|
|
22674
22836
|
readonly required?: boolean | undefined;
|
|
22675
22837
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
22838
|
+
readonly widget?: string | undefined;
|
|
22676
22839
|
readonly multiple?: boolean | undefined;
|
|
22677
22840
|
readonly dependencies?: string[] | undefined;
|
|
22678
22841
|
readonly externalId?: boolean | undefined;
|
|
@@ -22856,6 +23019,7 @@ declare const SysTeam: Omit<{
|
|
|
22856
23019
|
readonly precision?: number | undefined;
|
|
22857
23020
|
readonly required?: boolean | undefined;
|
|
22858
23021
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23022
|
+
readonly widget?: string | undefined;
|
|
22859
23023
|
readonly multiple?: boolean | undefined;
|
|
22860
23024
|
readonly dependencies?: string[] | undefined;
|
|
22861
23025
|
readonly externalId?: boolean | undefined;
|
|
@@ -23039,6 +23203,7 @@ declare const SysTeam: Omit<{
|
|
|
23039
23203
|
readonly precision?: number | undefined;
|
|
23040
23204
|
readonly required?: boolean | undefined;
|
|
23041
23205
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23206
|
+
readonly widget?: string | undefined;
|
|
23042
23207
|
readonly multiple?: boolean | undefined;
|
|
23043
23208
|
readonly dependencies?: string[] | undefined;
|
|
23044
23209
|
readonly externalId?: boolean | undefined;
|
|
@@ -23222,6 +23387,7 @@ declare const SysTeam: Omit<{
|
|
|
23222
23387
|
readonly precision?: number | undefined;
|
|
23223
23388
|
readonly required?: boolean | undefined;
|
|
23224
23389
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23390
|
+
readonly widget?: string | undefined;
|
|
23225
23391
|
readonly multiple?: boolean | undefined;
|
|
23226
23392
|
readonly dependencies?: string[] | undefined;
|
|
23227
23393
|
readonly externalId?: boolean | undefined;
|
|
@@ -23405,6 +23571,7 @@ declare const SysTeam: Omit<{
|
|
|
23405
23571
|
readonly precision?: number | undefined;
|
|
23406
23572
|
readonly required?: boolean | undefined;
|
|
23407
23573
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
23574
|
+
readonly widget?: string | undefined;
|
|
23408
23575
|
readonly multiple?: boolean | undefined;
|
|
23409
23576
|
readonly dependencies?: string[] | undefined;
|
|
23410
23577
|
readonly externalId?: boolean | undefined;
|
|
@@ -23821,6 +23988,7 @@ declare const SysTeamMember: Omit<{
|
|
|
23821
23988
|
generatedBy?: string | undefined;
|
|
23822
23989
|
} | undefined;
|
|
23823
23990
|
} | undefined;
|
|
23991
|
+
widget?: string | undefined;
|
|
23824
23992
|
requiredPermissions?: string[] | undefined;
|
|
23825
23993
|
system?: boolean | undefined;
|
|
23826
23994
|
inlineHelpText?: string | undefined;
|
|
@@ -24310,6 +24478,15 @@ declare const SysTeamMember: Omit<{
|
|
|
24310
24478
|
helpText?: string | undefined;
|
|
24311
24479
|
defaultValue?: unknown;
|
|
24312
24480
|
defaultFromRow?: boolean | undefined;
|
|
24481
|
+
visible?: {
|
|
24482
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
24483
|
+
source?: string | undefined;
|
|
24484
|
+
ast?: unknown;
|
|
24485
|
+
meta?: {
|
|
24486
|
+
rationale?: string | undefined;
|
|
24487
|
+
generatedBy?: string | undefined;
|
|
24488
|
+
} | undefined;
|
|
24489
|
+
} | undefined;
|
|
24313
24490
|
}[] | undefined;
|
|
24314
24491
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
24315
24492
|
order?: number | undefined;
|
|
@@ -24468,6 +24645,7 @@ declare const SysTeamMember: Omit<{
|
|
|
24468
24645
|
readonly precision?: number | undefined;
|
|
24469
24646
|
readonly required?: boolean | undefined;
|
|
24470
24647
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
24648
|
+
readonly widget?: string | undefined;
|
|
24471
24649
|
readonly multiple?: boolean | undefined;
|
|
24472
24650
|
readonly dependencies?: string[] | undefined;
|
|
24473
24651
|
readonly externalId?: boolean | undefined;
|
|
@@ -24651,6 +24829,7 @@ declare const SysTeamMember: Omit<{
|
|
|
24651
24829
|
readonly precision?: number | undefined;
|
|
24652
24830
|
readonly required?: boolean | undefined;
|
|
24653
24831
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
24832
|
+
readonly widget?: string | undefined;
|
|
24654
24833
|
readonly multiple?: boolean | undefined;
|
|
24655
24834
|
readonly dependencies?: string[] | undefined;
|
|
24656
24835
|
readonly externalId?: boolean | undefined;
|
|
@@ -24834,6 +25013,7 @@ declare const SysTeamMember: Omit<{
|
|
|
24834
25013
|
readonly precision?: number | undefined;
|
|
24835
25014
|
readonly required?: boolean | undefined;
|
|
24836
25015
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25016
|
+
readonly widget?: string | undefined;
|
|
24837
25017
|
readonly multiple?: boolean | undefined;
|
|
24838
25018
|
readonly dependencies?: string[] | undefined;
|
|
24839
25019
|
readonly externalId?: boolean | undefined;
|
|
@@ -25017,6 +25197,7 @@ declare const SysTeamMember: Omit<{
|
|
|
25017
25197
|
readonly precision?: number | undefined;
|
|
25018
25198
|
readonly required?: boolean | undefined;
|
|
25019
25199
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
25200
|
+
readonly widget?: string | undefined;
|
|
25020
25201
|
readonly multiple?: boolean | undefined;
|
|
25021
25202
|
readonly dependencies?: string[] | undefined;
|
|
25022
25203
|
readonly externalId?: boolean | undefined;
|
|
@@ -25443,6 +25624,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
25443
25624
|
generatedBy?: string | undefined;
|
|
25444
25625
|
} | undefined;
|
|
25445
25626
|
} | undefined;
|
|
25627
|
+
widget?: string | undefined;
|
|
25446
25628
|
requiredPermissions?: string[] | undefined;
|
|
25447
25629
|
system?: boolean | undefined;
|
|
25448
25630
|
inlineHelpText?: string | undefined;
|
|
@@ -25932,6 +26114,15 @@ declare const SysBusinessUnit: Omit<{
|
|
|
25932
26114
|
helpText?: string | undefined;
|
|
25933
26115
|
defaultValue?: unknown;
|
|
25934
26116
|
defaultFromRow?: boolean | undefined;
|
|
26117
|
+
visible?: {
|
|
26118
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
26119
|
+
source?: string | undefined;
|
|
26120
|
+
ast?: unknown;
|
|
26121
|
+
meta?: {
|
|
26122
|
+
rationale?: string | undefined;
|
|
26123
|
+
generatedBy?: string | undefined;
|
|
26124
|
+
} | undefined;
|
|
26125
|
+
} | undefined;
|
|
25935
26126
|
}[] | undefined;
|
|
25936
26127
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
25937
26128
|
order?: number | undefined;
|
|
@@ -26152,6 +26343,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
26152
26343
|
readonly precision?: number | undefined;
|
|
26153
26344
|
readonly required?: boolean | undefined;
|
|
26154
26345
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
26346
|
+
readonly widget?: string | undefined;
|
|
26155
26347
|
readonly multiple?: boolean | undefined;
|
|
26156
26348
|
readonly dependencies?: string[] | undefined;
|
|
26157
26349
|
readonly externalId?: boolean | undefined;
|
|
@@ -26335,6 +26527,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
26335
26527
|
readonly precision?: number | undefined;
|
|
26336
26528
|
readonly required?: boolean | undefined;
|
|
26337
26529
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
26530
|
+
readonly widget?: string | undefined;
|
|
26338
26531
|
readonly multiple?: boolean | undefined;
|
|
26339
26532
|
readonly dependencies?: string[] | undefined;
|
|
26340
26533
|
readonly externalId?: boolean | undefined;
|
|
@@ -26518,6 +26711,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
26518
26711
|
readonly precision?: number | undefined;
|
|
26519
26712
|
readonly required?: boolean | undefined;
|
|
26520
26713
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
26714
|
+
readonly widget?: string | undefined;
|
|
26521
26715
|
readonly multiple?: boolean | undefined;
|
|
26522
26716
|
readonly dependencies?: string[] | undefined;
|
|
26523
26717
|
readonly externalId?: boolean | undefined;
|
|
@@ -26701,6 +26895,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
26701
26895
|
readonly precision?: number | undefined;
|
|
26702
26896
|
readonly required?: boolean | undefined;
|
|
26703
26897
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
26898
|
+
readonly widget?: string | undefined;
|
|
26704
26899
|
readonly multiple?: boolean | undefined;
|
|
26705
26900
|
readonly dependencies?: string[] | undefined;
|
|
26706
26901
|
readonly externalId?: boolean | undefined;
|
|
@@ -26884,6 +27079,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
26884
27079
|
readonly precision?: number | undefined;
|
|
26885
27080
|
readonly required?: boolean | undefined;
|
|
26886
27081
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
27082
|
+
readonly widget?: string | undefined;
|
|
26887
27083
|
readonly multiple?: boolean | undefined;
|
|
26888
27084
|
readonly dependencies?: string[] | undefined;
|
|
26889
27085
|
readonly externalId?: boolean | undefined;
|
|
@@ -27067,6 +27263,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
27067
27263
|
readonly precision?: number | undefined;
|
|
27068
27264
|
readonly required?: boolean | undefined;
|
|
27069
27265
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
27266
|
+
readonly widget?: string | undefined;
|
|
27070
27267
|
readonly multiple?: boolean | undefined;
|
|
27071
27268
|
readonly dependencies?: string[] | undefined;
|
|
27072
27269
|
readonly externalId?: boolean | undefined;
|
|
@@ -27250,6 +27447,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
27250
27447
|
readonly precision?: number | undefined;
|
|
27251
27448
|
readonly required?: boolean | undefined;
|
|
27252
27449
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
27450
|
+
readonly widget?: string | undefined;
|
|
27253
27451
|
readonly multiple?: boolean | undefined;
|
|
27254
27452
|
readonly dependencies?: string[] | undefined;
|
|
27255
27453
|
readonly externalId?: boolean | undefined;
|
|
@@ -27433,6 +27631,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
27433
27631
|
readonly precision?: number | undefined;
|
|
27434
27632
|
readonly required?: boolean | undefined;
|
|
27435
27633
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
27634
|
+
readonly widget?: string | undefined;
|
|
27436
27635
|
readonly multiple?: boolean | undefined;
|
|
27437
27636
|
readonly dependencies?: string[] | undefined;
|
|
27438
27637
|
readonly externalId?: boolean | undefined;
|
|
@@ -27616,6 +27815,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
27616
27815
|
readonly precision?: number | undefined;
|
|
27617
27816
|
readonly required?: boolean | undefined;
|
|
27618
27817
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
27818
|
+
readonly widget?: string | undefined;
|
|
27619
27819
|
readonly multiple?: boolean | undefined;
|
|
27620
27820
|
readonly dependencies?: string[] | undefined;
|
|
27621
27821
|
readonly externalId?: boolean | undefined;
|
|
@@ -27799,6 +27999,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
27799
27999
|
readonly precision?: number | undefined;
|
|
27800
28000
|
readonly required?: boolean | undefined;
|
|
27801
28001
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28002
|
+
readonly widget?: string | undefined;
|
|
27802
28003
|
readonly multiple?: boolean | undefined;
|
|
27803
28004
|
readonly dependencies?: string[] | undefined;
|
|
27804
28005
|
readonly externalId?: boolean | undefined;
|
|
@@ -27982,6 +28183,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
27982
28183
|
readonly precision?: number | undefined;
|
|
27983
28184
|
readonly required?: boolean | undefined;
|
|
27984
28185
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28186
|
+
readonly widget?: string | undefined;
|
|
27985
28187
|
readonly multiple?: boolean | undefined;
|
|
27986
28188
|
readonly dependencies?: string[] | undefined;
|
|
27987
28189
|
readonly externalId?: boolean | undefined;
|
|
@@ -28165,6 +28367,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
28165
28367
|
readonly precision?: number | undefined;
|
|
28166
28368
|
readonly required?: boolean | undefined;
|
|
28167
28369
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28370
|
+
readonly widget?: string | undefined;
|
|
28168
28371
|
readonly multiple?: boolean | undefined;
|
|
28169
28372
|
readonly dependencies?: string[] | undefined;
|
|
28170
28373
|
readonly externalId?: boolean | undefined;
|
|
@@ -28348,6 +28551,7 @@ declare const SysBusinessUnit: Omit<{
|
|
|
28348
28551
|
readonly precision?: number | undefined;
|
|
28349
28552
|
readonly required?: boolean | undefined;
|
|
28350
28553
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
28554
|
+
readonly widget?: string | undefined;
|
|
28351
28555
|
readonly multiple?: boolean | undefined;
|
|
28352
28556
|
readonly dependencies?: string[] | undefined;
|
|
28353
28557
|
readonly externalId?: boolean | undefined;
|
|
@@ -28772,6 +28976,7 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
28772
28976
|
generatedBy?: string | undefined;
|
|
28773
28977
|
} | undefined;
|
|
28774
28978
|
} | undefined;
|
|
28979
|
+
widget?: string | undefined;
|
|
28775
28980
|
requiredPermissions?: string[] | undefined;
|
|
28776
28981
|
system?: boolean | undefined;
|
|
28777
28982
|
inlineHelpText?: string | undefined;
|
|
@@ -29261,6 +29466,15 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
29261
29466
|
helpText?: string | undefined;
|
|
29262
29467
|
defaultValue?: unknown;
|
|
29263
29468
|
defaultFromRow?: boolean | undefined;
|
|
29469
|
+
visible?: {
|
|
29470
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
29471
|
+
source?: string | undefined;
|
|
29472
|
+
ast?: unknown;
|
|
29473
|
+
meta?: {
|
|
29474
|
+
rationale?: string | undefined;
|
|
29475
|
+
generatedBy?: string | undefined;
|
|
29476
|
+
} | undefined;
|
|
29477
|
+
} | undefined;
|
|
29264
29478
|
}[] | undefined;
|
|
29265
29479
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
29266
29480
|
order?: number | undefined;
|
|
@@ -29369,6 +29583,7 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
29369
29583
|
readonly precision?: number | undefined;
|
|
29370
29584
|
readonly required?: boolean | undefined;
|
|
29371
29585
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29586
|
+
readonly widget?: string | undefined;
|
|
29372
29587
|
readonly multiple?: boolean | undefined;
|
|
29373
29588
|
readonly dependencies?: string[] | undefined;
|
|
29374
29589
|
readonly externalId?: boolean | undefined;
|
|
@@ -29552,6 +29767,7 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
29552
29767
|
readonly precision?: number | undefined;
|
|
29553
29768
|
readonly required?: boolean | undefined;
|
|
29554
29769
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29770
|
+
readonly widget?: string | undefined;
|
|
29555
29771
|
readonly multiple?: boolean | undefined;
|
|
29556
29772
|
readonly dependencies?: string[] | undefined;
|
|
29557
29773
|
readonly externalId?: boolean | undefined;
|
|
@@ -29735,6 +29951,7 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
29735
29951
|
readonly precision?: number | undefined;
|
|
29736
29952
|
readonly required?: boolean | undefined;
|
|
29737
29953
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
29954
|
+
readonly widget?: string | undefined;
|
|
29738
29955
|
readonly multiple?: boolean | undefined;
|
|
29739
29956
|
readonly dependencies?: string[] | undefined;
|
|
29740
29957
|
readonly externalId?: boolean | undefined;
|
|
@@ -29918,6 +30135,7 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
29918
30135
|
readonly precision?: number | undefined;
|
|
29919
30136
|
readonly required?: boolean | undefined;
|
|
29920
30137
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30138
|
+
readonly widget?: string | undefined;
|
|
29921
30139
|
readonly multiple?: boolean | undefined;
|
|
29922
30140
|
readonly dependencies?: string[] | undefined;
|
|
29923
30141
|
readonly externalId?: boolean | undefined;
|
|
@@ -30101,6 +30319,7 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
30101
30319
|
readonly precision?: number | undefined;
|
|
30102
30320
|
readonly required?: boolean | undefined;
|
|
30103
30321
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30322
|
+
readonly widget?: string | undefined;
|
|
30104
30323
|
readonly multiple?: boolean | undefined;
|
|
30105
30324
|
readonly dependencies?: string[] | undefined;
|
|
30106
30325
|
readonly externalId?: boolean | undefined;
|
|
@@ -30284,6 +30503,7 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
30284
30503
|
readonly precision?: number | undefined;
|
|
30285
30504
|
readonly required?: boolean | undefined;
|
|
30286
30505
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30506
|
+
readonly widget?: string | undefined;
|
|
30287
30507
|
readonly multiple?: boolean | undefined;
|
|
30288
30508
|
readonly dependencies?: string[] | undefined;
|
|
30289
30509
|
readonly externalId?: boolean | undefined;
|
|
@@ -30467,6 +30687,7 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
30467
30687
|
readonly precision?: number | undefined;
|
|
30468
30688
|
readonly required?: boolean | undefined;
|
|
30469
30689
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30690
|
+
readonly widget?: string | undefined;
|
|
30470
30691
|
readonly multiple?: boolean | undefined;
|
|
30471
30692
|
readonly dependencies?: string[] | undefined;
|
|
30472
30693
|
readonly externalId?: boolean | undefined;
|
|
@@ -30650,6 +30871,7 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
30650
30871
|
readonly precision?: number | undefined;
|
|
30651
30872
|
readonly required?: boolean | undefined;
|
|
30652
30873
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
30874
|
+
readonly widget?: string | undefined;
|
|
30653
30875
|
readonly multiple?: boolean | undefined;
|
|
30654
30876
|
readonly dependencies?: string[] | undefined;
|
|
30655
30877
|
readonly externalId?: boolean | undefined;
|
|
@@ -30833,6 +31055,7 @@ declare const SysBusinessUnitMember: Omit<{
|
|
|
30833
31055
|
readonly precision?: number | undefined;
|
|
30834
31056
|
readonly required?: boolean | undefined;
|
|
30835
31057
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
31058
|
+
readonly widget?: string | undefined;
|
|
30836
31059
|
readonly multiple?: boolean | undefined;
|
|
30837
31060
|
readonly dependencies?: string[] | undefined;
|
|
30838
31061
|
readonly externalId?: boolean | undefined;
|
|
@@ -31254,6 +31477,7 @@ declare const SysApiKey: Omit<{
|
|
|
31254
31477
|
generatedBy?: string | undefined;
|
|
31255
31478
|
} | undefined;
|
|
31256
31479
|
} | undefined;
|
|
31480
|
+
widget?: string | undefined;
|
|
31257
31481
|
requiredPermissions?: string[] | undefined;
|
|
31258
31482
|
system?: boolean | undefined;
|
|
31259
31483
|
inlineHelpText?: string | undefined;
|
|
@@ -31743,6 +31967,15 @@ declare const SysApiKey: Omit<{
|
|
|
31743
31967
|
helpText?: string | undefined;
|
|
31744
31968
|
defaultValue?: unknown;
|
|
31745
31969
|
defaultFromRow?: boolean | undefined;
|
|
31970
|
+
visible?: {
|
|
31971
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
31972
|
+
source?: string | undefined;
|
|
31973
|
+
ast?: unknown;
|
|
31974
|
+
meta?: {
|
|
31975
|
+
rationale?: string | undefined;
|
|
31976
|
+
generatedBy?: string | undefined;
|
|
31977
|
+
} | undefined;
|
|
31978
|
+
} | undefined;
|
|
31746
31979
|
}[] | undefined;
|
|
31747
31980
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
31748
31981
|
order?: number | undefined;
|
|
@@ -31976,6 +32209,7 @@ declare const SysApiKey: Omit<{
|
|
|
31976
32209
|
readonly precision?: number | undefined;
|
|
31977
32210
|
readonly required?: boolean | undefined;
|
|
31978
32211
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32212
|
+
readonly widget?: string | undefined;
|
|
31979
32213
|
readonly multiple?: boolean | undefined;
|
|
31980
32214
|
readonly dependencies?: string[] | undefined;
|
|
31981
32215
|
readonly externalId?: boolean | undefined;
|
|
@@ -32159,6 +32393,7 @@ declare const SysApiKey: Omit<{
|
|
|
32159
32393
|
readonly precision?: number | undefined;
|
|
32160
32394
|
readonly required?: boolean | undefined;
|
|
32161
32395
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32396
|
+
readonly widget?: string | undefined;
|
|
32162
32397
|
readonly multiple?: boolean | undefined;
|
|
32163
32398
|
readonly dependencies?: string[] | undefined;
|
|
32164
32399
|
readonly externalId?: boolean | undefined;
|
|
@@ -32342,6 +32577,7 @@ declare const SysApiKey: Omit<{
|
|
|
32342
32577
|
readonly precision?: number | undefined;
|
|
32343
32578
|
readonly required?: boolean | undefined;
|
|
32344
32579
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32580
|
+
readonly widget?: string | undefined;
|
|
32345
32581
|
readonly multiple?: boolean | undefined;
|
|
32346
32582
|
readonly dependencies?: string[] | undefined;
|
|
32347
32583
|
readonly externalId?: boolean | undefined;
|
|
@@ -32525,6 +32761,7 @@ declare const SysApiKey: Omit<{
|
|
|
32525
32761
|
readonly precision?: number | undefined;
|
|
32526
32762
|
readonly required?: boolean | undefined;
|
|
32527
32763
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32764
|
+
readonly widget?: string | undefined;
|
|
32528
32765
|
readonly multiple?: boolean | undefined;
|
|
32529
32766
|
readonly dependencies?: string[] | undefined;
|
|
32530
32767
|
readonly externalId?: boolean | undefined;
|
|
@@ -32708,6 +32945,7 @@ declare const SysApiKey: Omit<{
|
|
|
32708
32945
|
readonly precision?: number | undefined;
|
|
32709
32946
|
readonly required?: boolean | undefined;
|
|
32710
32947
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
32948
|
+
readonly widget?: string | undefined;
|
|
32711
32949
|
readonly multiple?: boolean | undefined;
|
|
32712
32950
|
readonly dependencies?: string[] | undefined;
|
|
32713
32951
|
readonly externalId?: boolean | undefined;
|
|
@@ -32891,6 +33129,7 @@ declare const SysApiKey: Omit<{
|
|
|
32891
33129
|
readonly precision?: number | undefined;
|
|
32892
33130
|
readonly required?: boolean | undefined;
|
|
32893
33131
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33132
|
+
readonly widget?: string | undefined;
|
|
32894
33133
|
readonly multiple?: boolean | undefined;
|
|
32895
33134
|
readonly dependencies?: string[] | undefined;
|
|
32896
33135
|
readonly externalId?: boolean | undefined;
|
|
@@ -33074,6 +33313,7 @@ declare const SysApiKey: Omit<{
|
|
|
33074
33313
|
readonly precision?: number | undefined;
|
|
33075
33314
|
readonly required?: boolean | undefined;
|
|
33076
33315
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33316
|
+
readonly widget?: string | undefined;
|
|
33077
33317
|
readonly multiple?: boolean | undefined;
|
|
33078
33318
|
readonly dependencies?: string[] | undefined;
|
|
33079
33319
|
readonly externalId?: boolean | undefined;
|
|
@@ -33257,6 +33497,7 @@ declare const SysApiKey: Omit<{
|
|
|
33257
33497
|
readonly precision?: number | undefined;
|
|
33258
33498
|
readonly required?: boolean | undefined;
|
|
33259
33499
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33500
|
+
readonly widget?: string | undefined;
|
|
33260
33501
|
readonly multiple?: boolean | undefined;
|
|
33261
33502
|
readonly dependencies?: string[] | undefined;
|
|
33262
33503
|
readonly externalId?: boolean | undefined;
|
|
@@ -33440,6 +33681,7 @@ declare const SysApiKey: Omit<{
|
|
|
33440
33681
|
readonly precision?: number | undefined;
|
|
33441
33682
|
readonly required?: boolean | undefined;
|
|
33442
33683
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33684
|
+
readonly widget?: string | undefined;
|
|
33443
33685
|
readonly multiple?: boolean | undefined;
|
|
33444
33686
|
readonly dependencies?: string[] | undefined;
|
|
33445
33687
|
readonly externalId?: boolean | undefined;
|
|
@@ -33623,6 +33865,7 @@ declare const SysApiKey: Omit<{
|
|
|
33623
33865
|
readonly precision?: number | undefined;
|
|
33624
33866
|
readonly required?: boolean | undefined;
|
|
33625
33867
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
33868
|
+
readonly widget?: string | undefined;
|
|
33626
33869
|
readonly multiple?: boolean | undefined;
|
|
33627
33870
|
readonly dependencies?: string[] | undefined;
|
|
33628
33871
|
readonly externalId?: boolean | undefined;
|
|
@@ -33806,6 +34049,7 @@ declare const SysApiKey: Omit<{
|
|
|
33806
34049
|
readonly precision?: number | undefined;
|
|
33807
34050
|
readonly required?: boolean | undefined;
|
|
33808
34051
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
34052
|
+
readonly widget?: string | undefined;
|
|
33809
34053
|
readonly multiple?: boolean | undefined;
|
|
33810
34054
|
readonly dependencies?: string[] | undefined;
|
|
33811
34055
|
readonly externalId?: boolean | undefined;
|
|
@@ -34226,6 +34470,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
34226
34470
|
generatedBy?: string | undefined;
|
|
34227
34471
|
} | undefined;
|
|
34228
34472
|
} | undefined;
|
|
34473
|
+
widget?: string | undefined;
|
|
34229
34474
|
requiredPermissions?: string[] | undefined;
|
|
34230
34475
|
system?: boolean | undefined;
|
|
34231
34476
|
inlineHelpText?: string | undefined;
|
|
@@ -34715,6 +34960,15 @@ declare const SysTwoFactor: Omit<{
|
|
|
34715
34960
|
helpText?: string | undefined;
|
|
34716
34961
|
defaultValue?: unknown;
|
|
34717
34962
|
defaultFromRow?: boolean | undefined;
|
|
34963
|
+
visible?: {
|
|
34964
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
34965
|
+
source?: string | undefined;
|
|
34966
|
+
ast?: unknown;
|
|
34967
|
+
meta?: {
|
|
34968
|
+
rationale?: string | undefined;
|
|
34969
|
+
generatedBy?: string | undefined;
|
|
34970
|
+
} | undefined;
|
|
34971
|
+
} | undefined;
|
|
34718
34972
|
}[] | undefined;
|
|
34719
34973
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
34720
34974
|
order?: number | undefined;
|
|
@@ -34942,6 +35196,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
34942
35196
|
readonly precision?: number | undefined;
|
|
34943
35197
|
readonly required?: boolean | undefined;
|
|
34944
35198
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
35199
|
+
readonly widget?: string | undefined;
|
|
34945
35200
|
readonly multiple?: boolean | undefined;
|
|
34946
35201
|
readonly dependencies?: string[] | undefined;
|
|
34947
35202
|
readonly externalId?: boolean | undefined;
|
|
@@ -35125,6 +35380,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
35125
35380
|
readonly precision?: number | undefined;
|
|
35126
35381
|
readonly required?: boolean | undefined;
|
|
35127
35382
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
35383
|
+
readonly widget?: string | undefined;
|
|
35128
35384
|
readonly multiple?: boolean | undefined;
|
|
35129
35385
|
readonly dependencies?: string[] | undefined;
|
|
35130
35386
|
readonly externalId?: boolean | undefined;
|
|
@@ -35308,6 +35564,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
35308
35564
|
readonly precision?: number | undefined;
|
|
35309
35565
|
readonly required?: boolean | undefined;
|
|
35310
35566
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
35567
|
+
readonly widget?: string | undefined;
|
|
35311
35568
|
readonly multiple?: boolean | undefined;
|
|
35312
35569
|
readonly dependencies?: string[] | undefined;
|
|
35313
35570
|
readonly externalId?: boolean | undefined;
|
|
@@ -35491,6 +35748,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
35491
35748
|
readonly precision?: number | undefined;
|
|
35492
35749
|
readonly required?: boolean | undefined;
|
|
35493
35750
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
35751
|
+
readonly widget?: string | undefined;
|
|
35494
35752
|
readonly multiple?: boolean | undefined;
|
|
35495
35753
|
readonly dependencies?: string[] | undefined;
|
|
35496
35754
|
readonly externalId?: boolean | undefined;
|
|
@@ -35674,6 +35932,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
35674
35932
|
readonly precision?: number | undefined;
|
|
35675
35933
|
readonly required?: boolean | undefined;
|
|
35676
35934
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
35935
|
+
readonly widget?: string | undefined;
|
|
35677
35936
|
readonly multiple?: boolean | undefined;
|
|
35678
35937
|
readonly dependencies?: string[] | undefined;
|
|
35679
35938
|
readonly externalId?: boolean | undefined;
|
|
@@ -35857,6 +36116,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
35857
36116
|
readonly precision?: number | undefined;
|
|
35858
36117
|
readonly required?: boolean | undefined;
|
|
35859
36118
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
36119
|
+
readonly widget?: string | undefined;
|
|
35860
36120
|
readonly multiple?: boolean | undefined;
|
|
35861
36121
|
readonly dependencies?: string[] | undefined;
|
|
35862
36122
|
readonly externalId?: boolean | undefined;
|
|
@@ -36040,6 +36300,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
36040
36300
|
readonly precision?: number | undefined;
|
|
36041
36301
|
readonly required?: boolean | undefined;
|
|
36042
36302
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
36303
|
+
readonly widget?: string | undefined;
|
|
36043
36304
|
readonly multiple?: boolean | undefined;
|
|
36044
36305
|
readonly dependencies?: string[] | undefined;
|
|
36045
36306
|
readonly externalId?: boolean | undefined;
|
|
@@ -36463,6 +36724,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
36463
36724
|
generatedBy?: string | undefined;
|
|
36464
36725
|
} | undefined;
|
|
36465
36726
|
} | undefined;
|
|
36727
|
+
widget?: string | undefined;
|
|
36466
36728
|
requiredPermissions?: string[] | undefined;
|
|
36467
36729
|
system?: boolean | undefined;
|
|
36468
36730
|
inlineHelpText?: string | undefined;
|
|
@@ -36952,6 +37214,15 @@ declare const SysDeviceCode: Omit<{
|
|
|
36952
37214
|
helpText?: string | undefined;
|
|
36953
37215
|
defaultValue?: unknown;
|
|
36954
37216
|
defaultFromRow?: boolean | undefined;
|
|
37217
|
+
visible?: {
|
|
37218
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
37219
|
+
source?: string | undefined;
|
|
37220
|
+
ast?: unknown;
|
|
37221
|
+
meta?: {
|
|
37222
|
+
rationale?: string | undefined;
|
|
37223
|
+
generatedBy?: string | undefined;
|
|
37224
|
+
} | undefined;
|
|
37225
|
+
} | undefined;
|
|
36955
37226
|
}[] | undefined;
|
|
36956
37227
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
36957
37228
|
order?: number | undefined;
|
|
@@ -37076,6 +37347,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
37076
37347
|
readonly precision?: number | undefined;
|
|
37077
37348
|
readonly required?: boolean | undefined;
|
|
37078
37349
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
37350
|
+
readonly widget?: string | undefined;
|
|
37079
37351
|
readonly multiple?: boolean | undefined;
|
|
37080
37352
|
readonly dependencies?: string[] | undefined;
|
|
37081
37353
|
readonly externalId?: boolean | undefined;
|
|
@@ -37259,6 +37531,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
37259
37531
|
readonly precision?: number | undefined;
|
|
37260
37532
|
readonly required?: boolean | undefined;
|
|
37261
37533
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
37534
|
+
readonly widget?: string | undefined;
|
|
37262
37535
|
readonly multiple?: boolean | undefined;
|
|
37263
37536
|
readonly dependencies?: string[] | undefined;
|
|
37264
37537
|
readonly externalId?: boolean | undefined;
|
|
@@ -37442,6 +37715,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
37442
37715
|
readonly precision?: number | undefined;
|
|
37443
37716
|
readonly required?: boolean | undefined;
|
|
37444
37717
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
37718
|
+
readonly widget?: string | undefined;
|
|
37445
37719
|
readonly multiple?: boolean | undefined;
|
|
37446
37720
|
readonly dependencies?: string[] | undefined;
|
|
37447
37721
|
readonly externalId?: boolean | undefined;
|
|
@@ -37626,6 +37900,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
37626
37900
|
readonly precision?: number | undefined;
|
|
37627
37901
|
readonly required?: boolean | undefined;
|
|
37628
37902
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
37903
|
+
readonly widget?: string | undefined;
|
|
37629
37904
|
readonly multiple?: boolean | undefined;
|
|
37630
37905
|
readonly dependencies?: string[] | undefined;
|
|
37631
37906
|
readonly externalId?: boolean | undefined;
|
|
@@ -37810,6 +38085,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
37810
38085
|
readonly precision?: number | undefined;
|
|
37811
38086
|
readonly required?: boolean | undefined;
|
|
37812
38087
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
38088
|
+
readonly widget?: string | undefined;
|
|
37813
38089
|
readonly multiple?: boolean | undefined;
|
|
37814
38090
|
readonly dependencies?: string[] | undefined;
|
|
37815
38091
|
readonly externalId?: boolean | undefined;
|
|
@@ -37994,6 +38270,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
37994
38270
|
readonly precision?: number | undefined;
|
|
37995
38271
|
readonly required?: boolean | undefined;
|
|
37996
38272
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
38273
|
+
readonly widget?: string | undefined;
|
|
37997
38274
|
readonly multiple?: boolean | undefined;
|
|
37998
38275
|
readonly dependencies?: string[] | undefined;
|
|
37999
38276
|
readonly externalId?: boolean | undefined;
|
|
@@ -38177,6 +38454,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
38177
38454
|
readonly precision?: number | undefined;
|
|
38178
38455
|
readonly required?: boolean | undefined;
|
|
38179
38456
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
38457
|
+
readonly widget?: string | undefined;
|
|
38180
38458
|
readonly multiple?: boolean | undefined;
|
|
38181
38459
|
readonly dependencies?: string[] | undefined;
|
|
38182
38460
|
readonly externalId?: boolean | undefined;
|
|
@@ -38361,6 +38639,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
38361
38639
|
readonly precision?: number | undefined;
|
|
38362
38640
|
readonly required?: boolean | undefined;
|
|
38363
38641
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
38642
|
+
readonly widget?: string | undefined;
|
|
38364
38643
|
readonly multiple?: boolean | undefined;
|
|
38365
38644
|
readonly dependencies?: string[] | undefined;
|
|
38366
38645
|
readonly externalId?: boolean | undefined;
|
|
@@ -38544,6 +38823,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
38544
38823
|
readonly precision?: number | undefined;
|
|
38545
38824
|
readonly required?: boolean | undefined;
|
|
38546
38825
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
38826
|
+
readonly widget?: string | undefined;
|
|
38547
38827
|
readonly multiple?: boolean | undefined;
|
|
38548
38828
|
readonly dependencies?: string[] | undefined;
|
|
38549
38829
|
readonly externalId?: boolean | undefined;
|
|
@@ -38727,6 +39007,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
38727
39007
|
readonly precision?: number | undefined;
|
|
38728
39008
|
readonly required?: boolean | undefined;
|
|
38729
39009
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
39010
|
+
readonly widget?: string | undefined;
|
|
38730
39011
|
readonly multiple?: boolean | undefined;
|
|
38731
39012
|
readonly dependencies?: string[] | undefined;
|
|
38732
39013
|
readonly externalId?: boolean | undefined;
|
|
@@ -38910,6 +39191,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
38910
39191
|
readonly precision?: number | undefined;
|
|
38911
39192
|
readonly required?: boolean | undefined;
|
|
38912
39193
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
39194
|
+
readonly widget?: string | undefined;
|
|
38913
39195
|
readonly multiple?: boolean | undefined;
|
|
38914
39196
|
readonly dependencies?: string[] | undefined;
|
|
38915
39197
|
readonly externalId?: boolean | undefined;
|
|
@@ -39093,6 +39375,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
39093
39375
|
readonly precision?: number | undefined;
|
|
39094
39376
|
readonly required?: boolean | undefined;
|
|
39095
39377
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
39378
|
+
readonly widget?: string | undefined;
|
|
39096
39379
|
readonly multiple?: boolean | undefined;
|
|
39097
39380
|
readonly dependencies?: string[] | undefined;
|
|
39098
39381
|
readonly externalId?: boolean | undefined;
|
|
@@ -39519,6 +39802,7 @@ declare const SysUserPreference: Omit<{
|
|
|
39519
39802
|
generatedBy?: string | undefined;
|
|
39520
39803
|
} | undefined;
|
|
39521
39804
|
} | undefined;
|
|
39805
|
+
widget?: string | undefined;
|
|
39522
39806
|
requiredPermissions?: string[] | undefined;
|
|
39523
39807
|
system?: boolean | undefined;
|
|
39524
39808
|
inlineHelpText?: string | undefined;
|
|
@@ -40008,6 +40292,15 @@ declare const SysUserPreference: Omit<{
|
|
|
40008
40292
|
helpText?: string | undefined;
|
|
40009
40293
|
defaultValue?: unknown;
|
|
40010
40294
|
defaultFromRow?: boolean | undefined;
|
|
40295
|
+
visible?: {
|
|
40296
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
40297
|
+
source?: string | undefined;
|
|
40298
|
+
ast?: unknown;
|
|
40299
|
+
meta?: {
|
|
40300
|
+
rationale?: string | undefined;
|
|
40301
|
+
generatedBy?: string | undefined;
|
|
40302
|
+
} | undefined;
|
|
40303
|
+
} | undefined;
|
|
40011
40304
|
}[] | undefined;
|
|
40012
40305
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
40013
40306
|
order?: number | undefined;
|
|
@@ -40185,6 +40478,7 @@ declare const SysUserPreference: Omit<{
|
|
|
40185
40478
|
readonly precision?: number | undefined;
|
|
40186
40479
|
readonly required?: boolean | undefined;
|
|
40187
40480
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
40481
|
+
readonly widget?: string | undefined;
|
|
40188
40482
|
readonly multiple?: boolean | undefined;
|
|
40189
40483
|
readonly dependencies?: string[] | undefined;
|
|
40190
40484
|
readonly externalId?: boolean | undefined;
|
|
@@ -40368,6 +40662,7 @@ declare const SysUserPreference: Omit<{
|
|
|
40368
40662
|
readonly precision?: number | undefined;
|
|
40369
40663
|
readonly required?: boolean | undefined;
|
|
40370
40664
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
40665
|
+
readonly widget?: string | undefined;
|
|
40371
40666
|
readonly multiple?: boolean | undefined;
|
|
40372
40667
|
readonly dependencies?: string[] | undefined;
|
|
40373
40668
|
readonly externalId?: boolean | undefined;
|
|
@@ -40551,6 +40846,7 @@ declare const SysUserPreference: Omit<{
|
|
|
40551
40846
|
readonly precision?: number | undefined;
|
|
40552
40847
|
readonly required?: boolean | undefined;
|
|
40553
40848
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
40849
|
+
readonly widget?: string | undefined;
|
|
40554
40850
|
readonly multiple?: boolean | undefined;
|
|
40555
40851
|
readonly dependencies?: string[] | undefined;
|
|
40556
40852
|
readonly externalId?: boolean | undefined;
|
|
@@ -40734,6 +41030,7 @@ declare const SysUserPreference: Omit<{
|
|
|
40734
41030
|
readonly precision?: number | undefined;
|
|
40735
41031
|
readonly required?: boolean | undefined;
|
|
40736
41032
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
41033
|
+
readonly widget?: string | undefined;
|
|
40737
41034
|
readonly multiple?: boolean | undefined;
|
|
40738
41035
|
readonly dependencies?: string[] | undefined;
|
|
40739
41036
|
readonly externalId?: boolean | undefined;
|
|
@@ -40917,6 +41214,7 @@ declare const SysUserPreference: Omit<{
|
|
|
40917
41214
|
readonly precision?: number | undefined;
|
|
40918
41215
|
readonly required?: boolean | undefined;
|
|
40919
41216
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
41217
|
+
readonly widget?: string | undefined;
|
|
40920
41218
|
readonly multiple?: boolean | undefined;
|
|
40921
41219
|
readonly dependencies?: string[] | undefined;
|
|
40922
41220
|
readonly externalId?: boolean | undefined;
|
|
@@ -41100,6 +41398,7 @@ declare const SysUserPreference: Omit<{
|
|
|
41100
41398
|
readonly precision?: number | undefined;
|
|
41101
41399
|
readonly required?: boolean | undefined;
|
|
41102
41400
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
41401
|
+
readonly widget?: string | undefined;
|
|
41103
41402
|
readonly multiple?: boolean | undefined;
|
|
41104
41403
|
readonly dependencies?: string[] | undefined;
|
|
41105
41404
|
readonly externalId?: boolean | undefined;
|
|
@@ -41524,6 +41823,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
41524
41823
|
generatedBy?: string | undefined;
|
|
41525
41824
|
} | undefined;
|
|
41526
41825
|
} | undefined;
|
|
41826
|
+
widget?: string | undefined;
|
|
41527
41827
|
requiredPermissions?: string[] | undefined;
|
|
41528
41828
|
system?: boolean | undefined;
|
|
41529
41829
|
inlineHelpText?: string | undefined;
|
|
@@ -42013,6 +42313,15 @@ declare const SysOauthApplication: Omit<{
|
|
|
42013
42313
|
helpText?: string | undefined;
|
|
42014
42314
|
defaultValue?: unknown;
|
|
42015
42315
|
defaultFromRow?: boolean | undefined;
|
|
42316
|
+
visible?: {
|
|
42317
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
42318
|
+
source?: string | undefined;
|
|
42319
|
+
ast?: unknown;
|
|
42320
|
+
meta?: {
|
|
42321
|
+
rationale?: string | undefined;
|
|
42322
|
+
generatedBy?: string | undefined;
|
|
42323
|
+
} | undefined;
|
|
42324
|
+
} | undefined;
|
|
42016
42325
|
}[] | undefined;
|
|
42017
42326
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
42018
42327
|
order?: number | undefined;
|
|
@@ -42363,6 +42672,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
42363
42672
|
readonly precision?: number | undefined;
|
|
42364
42673
|
readonly required?: boolean | undefined;
|
|
42365
42674
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
42675
|
+
readonly widget?: string | undefined;
|
|
42366
42676
|
readonly multiple?: boolean | undefined;
|
|
42367
42677
|
readonly dependencies?: string[] | undefined;
|
|
42368
42678
|
readonly externalId?: boolean | undefined;
|
|
@@ -42546,6 +42856,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
42546
42856
|
readonly precision?: number | undefined;
|
|
42547
42857
|
readonly required?: boolean | undefined;
|
|
42548
42858
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
42859
|
+
readonly widget?: string | undefined;
|
|
42549
42860
|
readonly multiple?: boolean | undefined;
|
|
42550
42861
|
readonly dependencies?: string[] | undefined;
|
|
42551
42862
|
readonly externalId?: boolean | undefined;
|
|
@@ -42729,6 +43040,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
42729
43040
|
readonly precision?: number | undefined;
|
|
42730
43041
|
readonly required?: boolean | undefined;
|
|
42731
43042
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
43043
|
+
readonly widget?: string | undefined;
|
|
42732
43044
|
readonly multiple?: boolean | undefined;
|
|
42733
43045
|
readonly dependencies?: string[] | undefined;
|
|
42734
43046
|
readonly externalId?: boolean | undefined;
|
|
@@ -42912,6 +43224,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
42912
43224
|
readonly precision?: number | undefined;
|
|
42913
43225
|
readonly required?: boolean | undefined;
|
|
42914
43226
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
43227
|
+
readonly widget?: string | undefined;
|
|
42915
43228
|
readonly multiple?: boolean | undefined;
|
|
42916
43229
|
readonly dependencies?: string[] | undefined;
|
|
42917
43230
|
readonly externalId?: boolean | undefined;
|
|
@@ -43095,6 +43408,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
43095
43408
|
readonly precision?: number | undefined;
|
|
43096
43409
|
readonly required?: boolean | undefined;
|
|
43097
43410
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
43411
|
+
readonly widget?: string | undefined;
|
|
43098
43412
|
readonly multiple?: boolean | undefined;
|
|
43099
43413
|
readonly dependencies?: string[] | undefined;
|
|
43100
43414
|
readonly externalId?: boolean | undefined;
|
|
@@ -43278,6 +43592,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
43278
43592
|
readonly precision?: number | undefined;
|
|
43279
43593
|
readonly required?: boolean | undefined;
|
|
43280
43594
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
43595
|
+
readonly widget?: string | undefined;
|
|
43281
43596
|
readonly multiple?: boolean | undefined;
|
|
43282
43597
|
readonly dependencies?: string[] | undefined;
|
|
43283
43598
|
readonly externalId?: boolean | undefined;
|
|
@@ -43461,6 +43776,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
43461
43776
|
readonly precision?: number | undefined;
|
|
43462
43777
|
readonly required?: boolean | undefined;
|
|
43463
43778
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
43779
|
+
readonly widget?: string | undefined;
|
|
43464
43780
|
readonly multiple?: boolean | undefined;
|
|
43465
43781
|
readonly dependencies?: string[] | undefined;
|
|
43466
43782
|
readonly externalId?: boolean | undefined;
|
|
@@ -43644,6 +43960,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
43644
43960
|
readonly precision?: number | undefined;
|
|
43645
43961
|
readonly required?: boolean | undefined;
|
|
43646
43962
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
43963
|
+
readonly widget?: string | undefined;
|
|
43647
43964
|
readonly multiple?: boolean | undefined;
|
|
43648
43965
|
readonly dependencies?: string[] | undefined;
|
|
43649
43966
|
readonly externalId?: boolean | undefined;
|
|
@@ -43827,6 +44144,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
43827
44144
|
readonly precision?: number | undefined;
|
|
43828
44145
|
readonly required?: boolean | undefined;
|
|
43829
44146
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
44147
|
+
readonly widget?: string | undefined;
|
|
43830
44148
|
readonly multiple?: boolean | undefined;
|
|
43831
44149
|
readonly dependencies?: string[] | undefined;
|
|
43832
44150
|
readonly externalId?: boolean | undefined;
|
|
@@ -44010,6 +44328,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
44010
44328
|
readonly precision?: number | undefined;
|
|
44011
44329
|
readonly required?: boolean | undefined;
|
|
44012
44330
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
44331
|
+
readonly widget?: string | undefined;
|
|
44013
44332
|
readonly multiple?: boolean | undefined;
|
|
44014
44333
|
readonly dependencies?: string[] | undefined;
|
|
44015
44334
|
readonly externalId?: boolean | undefined;
|
|
@@ -44193,6 +44512,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
44193
44512
|
readonly precision?: number | undefined;
|
|
44194
44513
|
readonly required?: boolean | undefined;
|
|
44195
44514
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
44515
|
+
readonly widget?: string | undefined;
|
|
44196
44516
|
readonly multiple?: boolean | undefined;
|
|
44197
44517
|
readonly dependencies?: string[] | undefined;
|
|
44198
44518
|
readonly externalId?: boolean | undefined;
|
|
@@ -44376,6 +44696,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
44376
44696
|
readonly precision?: number | undefined;
|
|
44377
44697
|
readonly required?: boolean | undefined;
|
|
44378
44698
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
44699
|
+
readonly widget?: string | undefined;
|
|
44379
44700
|
readonly multiple?: boolean | undefined;
|
|
44380
44701
|
readonly dependencies?: string[] | undefined;
|
|
44381
44702
|
readonly externalId?: boolean | undefined;
|
|
@@ -44559,6 +44880,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
44559
44880
|
readonly precision?: number | undefined;
|
|
44560
44881
|
readonly required?: boolean | undefined;
|
|
44561
44882
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
44883
|
+
readonly widget?: string | undefined;
|
|
44562
44884
|
readonly multiple?: boolean | undefined;
|
|
44563
44885
|
readonly dependencies?: string[] | undefined;
|
|
44564
44886
|
readonly externalId?: boolean | undefined;
|
|
@@ -44742,6 +45064,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
44742
45064
|
readonly precision?: number | undefined;
|
|
44743
45065
|
readonly required?: boolean | undefined;
|
|
44744
45066
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
45067
|
+
readonly widget?: string | undefined;
|
|
44745
45068
|
readonly multiple?: boolean | undefined;
|
|
44746
45069
|
readonly dependencies?: string[] | undefined;
|
|
44747
45070
|
readonly externalId?: boolean | undefined;
|
|
@@ -44925,6 +45248,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
44925
45248
|
readonly precision?: number | undefined;
|
|
44926
45249
|
readonly required?: boolean | undefined;
|
|
44927
45250
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
45251
|
+
readonly widget?: string | undefined;
|
|
44928
45252
|
readonly multiple?: boolean | undefined;
|
|
44929
45253
|
readonly dependencies?: string[] | undefined;
|
|
44930
45254
|
readonly externalId?: boolean | undefined;
|
|
@@ -45108,6 +45432,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
45108
45432
|
readonly precision?: number | undefined;
|
|
45109
45433
|
readonly required?: boolean | undefined;
|
|
45110
45434
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
45435
|
+
readonly widget?: string | undefined;
|
|
45111
45436
|
readonly multiple?: boolean | undefined;
|
|
45112
45437
|
readonly dependencies?: string[] | undefined;
|
|
45113
45438
|
readonly externalId?: boolean | undefined;
|
|
@@ -45291,6 +45616,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
45291
45616
|
readonly precision?: number | undefined;
|
|
45292
45617
|
readonly required?: boolean | undefined;
|
|
45293
45618
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
45619
|
+
readonly widget?: string | undefined;
|
|
45294
45620
|
readonly multiple?: boolean | undefined;
|
|
45295
45621
|
readonly dependencies?: string[] | undefined;
|
|
45296
45622
|
readonly externalId?: boolean | undefined;
|
|
@@ -45474,6 +45800,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
45474
45800
|
readonly precision?: number | undefined;
|
|
45475
45801
|
readonly required?: boolean | undefined;
|
|
45476
45802
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
45803
|
+
readonly widget?: string | undefined;
|
|
45477
45804
|
readonly multiple?: boolean | undefined;
|
|
45478
45805
|
readonly dependencies?: string[] | undefined;
|
|
45479
45806
|
readonly externalId?: boolean | undefined;
|
|
@@ -45657,6 +45984,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
45657
45984
|
readonly precision?: number | undefined;
|
|
45658
45985
|
readonly required?: boolean | undefined;
|
|
45659
45986
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
45987
|
+
readonly widget?: string | undefined;
|
|
45660
45988
|
readonly multiple?: boolean | undefined;
|
|
45661
45989
|
readonly dependencies?: string[] | undefined;
|
|
45662
45990
|
readonly externalId?: boolean | undefined;
|
|
@@ -45840,6 +46168,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
45840
46168
|
readonly precision?: number | undefined;
|
|
45841
46169
|
readonly required?: boolean | undefined;
|
|
45842
46170
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
46171
|
+
readonly widget?: string | undefined;
|
|
45843
46172
|
readonly multiple?: boolean | undefined;
|
|
45844
46173
|
readonly dependencies?: string[] | undefined;
|
|
45845
46174
|
readonly externalId?: boolean | undefined;
|
|
@@ -46023,6 +46352,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
46023
46352
|
readonly precision?: number | undefined;
|
|
46024
46353
|
readonly required?: boolean | undefined;
|
|
46025
46354
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
46355
|
+
readonly widget?: string | undefined;
|
|
46026
46356
|
readonly multiple?: boolean | undefined;
|
|
46027
46357
|
readonly dependencies?: string[] | undefined;
|
|
46028
46358
|
readonly externalId?: boolean | undefined;
|
|
@@ -46206,6 +46536,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
46206
46536
|
readonly precision?: number | undefined;
|
|
46207
46537
|
readonly required?: boolean | undefined;
|
|
46208
46538
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
46539
|
+
readonly widget?: string | undefined;
|
|
46209
46540
|
readonly multiple?: boolean | undefined;
|
|
46210
46541
|
readonly dependencies?: string[] | undefined;
|
|
46211
46542
|
readonly externalId?: boolean | undefined;
|
|
@@ -46389,6 +46720,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
46389
46720
|
readonly precision?: number | undefined;
|
|
46390
46721
|
readonly required?: boolean | undefined;
|
|
46391
46722
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
46723
|
+
readonly widget?: string | undefined;
|
|
46392
46724
|
readonly multiple?: boolean | undefined;
|
|
46393
46725
|
readonly dependencies?: string[] | undefined;
|
|
46394
46726
|
readonly externalId?: boolean | undefined;
|
|
@@ -46572,6 +46904,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
46572
46904
|
readonly precision?: number | undefined;
|
|
46573
46905
|
readonly required?: boolean | undefined;
|
|
46574
46906
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
46907
|
+
readonly widget?: string | undefined;
|
|
46575
46908
|
readonly multiple?: boolean | undefined;
|
|
46576
46909
|
readonly dependencies?: string[] | undefined;
|
|
46577
46910
|
readonly externalId?: boolean | undefined;
|
|
@@ -46755,6 +47088,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
46755
47088
|
readonly precision?: number | undefined;
|
|
46756
47089
|
readonly required?: boolean | undefined;
|
|
46757
47090
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
47091
|
+
readonly widget?: string | undefined;
|
|
46758
47092
|
readonly multiple?: boolean | undefined;
|
|
46759
47093
|
readonly dependencies?: string[] | undefined;
|
|
46760
47094
|
readonly externalId?: boolean | undefined;
|
|
@@ -46938,6 +47272,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
46938
47272
|
readonly precision?: number | undefined;
|
|
46939
47273
|
readonly required?: boolean | undefined;
|
|
46940
47274
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
47275
|
+
readonly widget?: string | undefined;
|
|
46941
47276
|
readonly multiple?: boolean | undefined;
|
|
46942
47277
|
readonly dependencies?: string[] | undefined;
|
|
46943
47278
|
readonly externalId?: boolean | undefined;
|
|
@@ -47121,6 +47456,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
47121
47456
|
readonly precision?: number | undefined;
|
|
47122
47457
|
readonly required?: boolean | undefined;
|
|
47123
47458
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
47459
|
+
readonly widget?: string | undefined;
|
|
47124
47460
|
readonly multiple?: boolean | undefined;
|
|
47125
47461
|
readonly dependencies?: string[] | undefined;
|
|
47126
47462
|
readonly externalId?: boolean | undefined;
|
|
@@ -47304,6 +47640,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
47304
47640
|
readonly precision?: number | undefined;
|
|
47305
47641
|
readonly required?: boolean | undefined;
|
|
47306
47642
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
47643
|
+
readonly widget?: string | undefined;
|
|
47307
47644
|
readonly multiple?: boolean | undefined;
|
|
47308
47645
|
readonly dependencies?: string[] | undefined;
|
|
47309
47646
|
readonly externalId?: boolean | undefined;
|
|
@@ -47487,6 +47824,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
47487
47824
|
readonly precision?: number | undefined;
|
|
47488
47825
|
readonly required?: boolean | undefined;
|
|
47489
47826
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
47827
|
+
readonly widget?: string | undefined;
|
|
47490
47828
|
readonly multiple?: boolean | undefined;
|
|
47491
47829
|
readonly dependencies?: string[] | undefined;
|
|
47492
47830
|
readonly externalId?: boolean | undefined;
|
|
@@ -47670,6 +48008,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
47670
48008
|
readonly precision?: number | undefined;
|
|
47671
48009
|
readonly required?: boolean | undefined;
|
|
47672
48010
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
48011
|
+
readonly widget?: string | undefined;
|
|
47673
48012
|
readonly multiple?: boolean | undefined;
|
|
47674
48013
|
readonly dependencies?: string[] | undefined;
|
|
47675
48014
|
readonly externalId?: boolean | undefined;
|
|
@@ -48093,6 +48432,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
48093
48432
|
generatedBy?: string | undefined;
|
|
48094
48433
|
} | undefined;
|
|
48095
48434
|
} | undefined;
|
|
48435
|
+
widget?: string | undefined;
|
|
48096
48436
|
requiredPermissions?: string[] | undefined;
|
|
48097
48437
|
system?: boolean | undefined;
|
|
48098
48438
|
inlineHelpText?: string | undefined;
|
|
@@ -48582,6 +48922,15 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
48582
48922
|
helpText?: string | undefined;
|
|
48583
48923
|
defaultValue?: unknown;
|
|
48584
48924
|
defaultFromRow?: boolean | undefined;
|
|
48925
|
+
visible?: {
|
|
48926
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
48927
|
+
source?: string | undefined;
|
|
48928
|
+
ast?: unknown;
|
|
48929
|
+
meta?: {
|
|
48930
|
+
rationale?: string | undefined;
|
|
48931
|
+
generatedBy?: string | undefined;
|
|
48932
|
+
} | undefined;
|
|
48933
|
+
} | undefined;
|
|
48585
48934
|
}[] | undefined;
|
|
48586
48935
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
48587
48936
|
order?: number | undefined;
|
|
@@ -48697,6 +49046,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
48697
49046
|
readonly precision?: number | undefined;
|
|
48698
49047
|
readonly required?: boolean | undefined;
|
|
48699
49048
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
49049
|
+
readonly widget?: string | undefined;
|
|
48700
49050
|
readonly multiple?: boolean | undefined;
|
|
48701
49051
|
readonly dependencies?: string[] | undefined;
|
|
48702
49052
|
readonly externalId?: boolean | undefined;
|
|
@@ -48880,6 +49230,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
48880
49230
|
readonly precision?: number | undefined;
|
|
48881
49231
|
readonly required?: boolean | undefined;
|
|
48882
49232
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
49233
|
+
readonly widget?: string | undefined;
|
|
48883
49234
|
readonly multiple?: boolean | undefined;
|
|
48884
49235
|
readonly dependencies?: string[] | undefined;
|
|
48885
49236
|
readonly externalId?: boolean | undefined;
|
|
@@ -49063,6 +49414,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
49063
49414
|
readonly precision?: number | undefined;
|
|
49064
49415
|
readonly required?: boolean | undefined;
|
|
49065
49416
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
49417
|
+
readonly widget?: string | undefined;
|
|
49066
49418
|
readonly multiple?: boolean | undefined;
|
|
49067
49419
|
readonly dependencies?: string[] | undefined;
|
|
49068
49420
|
readonly externalId?: boolean | undefined;
|
|
@@ -49246,6 +49598,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
49246
49598
|
readonly precision?: number | undefined;
|
|
49247
49599
|
readonly required?: boolean | undefined;
|
|
49248
49600
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
49601
|
+
readonly widget?: string | undefined;
|
|
49249
49602
|
readonly multiple?: boolean | undefined;
|
|
49250
49603
|
readonly dependencies?: string[] | undefined;
|
|
49251
49604
|
readonly externalId?: boolean | undefined;
|
|
@@ -49429,6 +49782,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
49429
49782
|
readonly precision?: number | undefined;
|
|
49430
49783
|
readonly required?: boolean | undefined;
|
|
49431
49784
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
49785
|
+
readonly widget?: string | undefined;
|
|
49432
49786
|
readonly multiple?: boolean | undefined;
|
|
49433
49787
|
readonly dependencies?: string[] | undefined;
|
|
49434
49788
|
readonly externalId?: boolean | undefined;
|
|
@@ -49612,6 +49966,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
49612
49966
|
readonly precision?: number | undefined;
|
|
49613
49967
|
readonly required?: boolean | undefined;
|
|
49614
49968
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
49969
|
+
readonly widget?: string | undefined;
|
|
49615
49970
|
readonly multiple?: boolean | undefined;
|
|
49616
49971
|
readonly dependencies?: string[] | undefined;
|
|
49617
49972
|
readonly externalId?: boolean | undefined;
|
|
@@ -49795,6 +50150,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
49795
50150
|
readonly precision?: number | undefined;
|
|
49796
50151
|
readonly required?: boolean | undefined;
|
|
49797
50152
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
50153
|
+
readonly widget?: string | undefined;
|
|
49798
50154
|
readonly multiple?: boolean | undefined;
|
|
49799
50155
|
readonly dependencies?: string[] | undefined;
|
|
49800
50156
|
readonly externalId?: boolean | undefined;
|
|
@@ -49978,6 +50334,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
49978
50334
|
readonly precision?: number | undefined;
|
|
49979
50335
|
readonly required?: boolean | undefined;
|
|
49980
50336
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
50337
|
+
readonly widget?: string | undefined;
|
|
49981
50338
|
readonly multiple?: boolean | undefined;
|
|
49982
50339
|
readonly dependencies?: string[] | undefined;
|
|
49983
50340
|
readonly externalId?: boolean | undefined;
|
|
@@ -50161,6 +50518,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
50161
50518
|
readonly precision?: number | undefined;
|
|
50162
50519
|
readonly required?: boolean | undefined;
|
|
50163
50520
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
50521
|
+
readonly widget?: string | undefined;
|
|
50164
50522
|
readonly multiple?: boolean | undefined;
|
|
50165
50523
|
readonly dependencies?: string[] | undefined;
|
|
50166
50524
|
readonly externalId?: boolean | undefined;
|
|
@@ -50344,6 +50702,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
50344
50702
|
readonly precision?: number | undefined;
|
|
50345
50703
|
readonly required?: boolean | undefined;
|
|
50346
50704
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
50705
|
+
readonly widget?: string | undefined;
|
|
50347
50706
|
readonly multiple?: boolean | undefined;
|
|
50348
50707
|
readonly dependencies?: string[] | undefined;
|
|
50349
50708
|
readonly externalId?: boolean | undefined;
|
|
@@ -50770,6 +51129,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
50770
51129
|
generatedBy?: string | undefined;
|
|
50771
51130
|
} | undefined;
|
|
50772
51131
|
} | undefined;
|
|
51132
|
+
widget?: string | undefined;
|
|
50773
51133
|
requiredPermissions?: string[] | undefined;
|
|
50774
51134
|
system?: boolean | undefined;
|
|
50775
51135
|
inlineHelpText?: string | undefined;
|
|
@@ -51259,6 +51619,15 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
51259
51619
|
helpText?: string | undefined;
|
|
51260
51620
|
defaultValue?: unknown;
|
|
51261
51621
|
defaultFromRow?: boolean | undefined;
|
|
51622
|
+
visible?: {
|
|
51623
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
51624
|
+
source?: string | undefined;
|
|
51625
|
+
ast?: unknown;
|
|
51626
|
+
meta?: {
|
|
51627
|
+
rationale?: string | undefined;
|
|
51628
|
+
generatedBy?: string | undefined;
|
|
51629
|
+
} | undefined;
|
|
51630
|
+
} | undefined;
|
|
51262
51631
|
}[] | undefined;
|
|
51263
51632
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
51264
51633
|
order?: number | undefined;
|
|
@@ -51374,6 +51743,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
51374
51743
|
readonly precision?: number | undefined;
|
|
51375
51744
|
readonly required?: boolean | undefined;
|
|
51376
51745
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
51746
|
+
readonly widget?: string | undefined;
|
|
51377
51747
|
readonly multiple?: boolean | undefined;
|
|
51378
51748
|
readonly dependencies?: string[] | undefined;
|
|
51379
51749
|
readonly externalId?: boolean | undefined;
|
|
@@ -51557,6 +51927,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
51557
51927
|
readonly precision?: number | undefined;
|
|
51558
51928
|
readonly required?: boolean | undefined;
|
|
51559
51929
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
51930
|
+
readonly widget?: string | undefined;
|
|
51560
51931
|
readonly multiple?: boolean | undefined;
|
|
51561
51932
|
readonly dependencies?: string[] | undefined;
|
|
51562
51933
|
readonly externalId?: boolean | undefined;
|
|
@@ -51740,6 +52111,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
51740
52111
|
readonly precision?: number | undefined;
|
|
51741
52112
|
readonly required?: boolean | undefined;
|
|
51742
52113
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
52114
|
+
readonly widget?: string | undefined;
|
|
51743
52115
|
readonly multiple?: boolean | undefined;
|
|
51744
52116
|
readonly dependencies?: string[] | undefined;
|
|
51745
52117
|
readonly externalId?: boolean | undefined;
|
|
@@ -51923,6 +52295,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
51923
52295
|
readonly precision?: number | undefined;
|
|
51924
52296
|
readonly required?: boolean | undefined;
|
|
51925
52297
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
52298
|
+
readonly widget?: string | undefined;
|
|
51926
52299
|
readonly multiple?: boolean | undefined;
|
|
51927
52300
|
readonly dependencies?: string[] | undefined;
|
|
51928
52301
|
readonly externalId?: boolean | undefined;
|
|
@@ -52106,6 +52479,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
52106
52479
|
readonly precision?: number | undefined;
|
|
52107
52480
|
readonly required?: boolean | undefined;
|
|
52108
52481
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
52482
|
+
readonly widget?: string | undefined;
|
|
52109
52483
|
readonly multiple?: boolean | undefined;
|
|
52110
52484
|
readonly dependencies?: string[] | undefined;
|
|
52111
52485
|
readonly externalId?: boolean | undefined;
|
|
@@ -52289,6 +52663,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
52289
52663
|
readonly precision?: number | undefined;
|
|
52290
52664
|
readonly required?: boolean | undefined;
|
|
52291
52665
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
52666
|
+
readonly widget?: string | undefined;
|
|
52292
52667
|
readonly multiple?: boolean | undefined;
|
|
52293
52668
|
readonly dependencies?: string[] | undefined;
|
|
52294
52669
|
readonly externalId?: boolean | undefined;
|
|
@@ -52472,6 +52847,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
52472
52847
|
readonly precision?: number | undefined;
|
|
52473
52848
|
readonly required?: boolean | undefined;
|
|
52474
52849
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
52850
|
+
readonly widget?: string | undefined;
|
|
52475
52851
|
readonly multiple?: boolean | undefined;
|
|
52476
52852
|
readonly dependencies?: string[] | undefined;
|
|
52477
52853
|
readonly externalId?: boolean | undefined;
|
|
@@ -52655,6 +53031,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
52655
53031
|
readonly precision?: number | undefined;
|
|
52656
53032
|
readonly required?: boolean | undefined;
|
|
52657
53033
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
53034
|
+
readonly widget?: string | undefined;
|
|
52658
53035
|
readonly multiple?: boolean | undefined;
|
|
52659
53036
|
readonly dependencies?: string[] | undefined;
|
|
52660
53037
|
readonly externalId?: boolean | undefined;
|
|
@@ -52838,6 +53215,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
52838
53215
|
readonly precision?: number | undefined;
|
|
52839
53216
|
readonly required?: boolean | undefined;
|
|
52840
53217
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
53218
|
+
readonly widget?: string | undefined;
|
|
52841
53219
|
readonly multiple?: boolean | undefined;
|
|
52842
53220
|
readonly dependencies?: string[] | undefined;
|
|
52843
53221
|
readonly externalId?: boolean | undefined;
|
|
@@ -53021,6 +53399,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
53021
53399
|
readonly precision?: number | undefined;
|
|
53022
53400
|
readonly required?: boolean | undefined;
|
|
53023
53401
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
53402
|
+
readonly widget?: string | undefined;
|
|
53024
53403
|
readonly multiple?: boolean | undefined;
|
|
53025
53404
|
readonly dependencies?: string[] | undefined;
|
|
53026
53405
|
readonly externalId?: boolean | undefined;
|
|
@@ -53204,6 +53583,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
53204
53583
|
readonly precision?: number | undefined;
|
|
53205
53584
|
readonly required?: boolean | undefined;
|
|
53206
53585
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
53586
|
+
readonly widget?: string | undefined;
|
|
53207
53587
|
readonly multiple?: boolean | undefined;
|
|
53208
53588
|
readonly dependencies?: string[] | undefined;
|
|
53209
53589
|
readonly externalId?: boolean | undefined;
|
|
@@ -53630,6 +54010,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
53630
54010
|
generatedBy?: string | undefined;
|
|
53631
54011
|
} | undefined;
|
|
53632
54012
|
} | undefined;
|
|
54013
|
+
widget?: string | undefined;
|
|
53633
54014
|
requiredPermissions?: string[] | undefined;
|
|
53634
54015
|
system?: boolean | undefined;
|
|
53635
54016
|
inlineHelpText?: string | undefined;
|
|
@@ -54119,6 +54500,15 @@ declare const SysOauthConsent: Omit<{
|
|
|
54119
54500
|
helpText?: string | undefined;
|
|
54120
54501
|
defaultValue?: unknown;
|
|
54121
54502
|
defaultFromRow?: boolean | undefined;
|
|
54503
|
+
visible?: {
|
|
54504
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
54505
|
+
source?: string | undefined;
|
|
54506
|
+
ast?: unknown;
|
|
54507
|
+
meta?: {
|
|
54508
|
+
rationale?: string | undefined;
|
|
54509
|
+
generatedBy?: string | undefined;
|
|
54510
|
+
} | undefined;
|
|
54511
|
+
} | undefined;
|
|
54122
54512
|
}[] | undefined;
|
|
54123
54513
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
54124
54514
|
order?: number | undefined;
|
|
@@ -54231,6 +54621,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
54231
54621
|
readonly precision?: number | undefined;
|
|
54232
54622
|
readonly required?: boolean | undefined;
|
|
54233
54623
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
54624
|
+
readonly widget?: string | undefined;
|
|
54234
54625
|
readonly multiple?: boolean | undefined;
|
|
54235
54626
|
readonly dependencies?: string[] | undefined;
|
|
54236
54627
|
readonly externalId?: boolean | undefined;
|
|
@@ -54414,6 +54805,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
54414
54805
|
readonly precision?: number | undefined;
|
|
54415
54806
|
readonly required?: boolean | undefined;
|
|
54416
54807
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
54808
|
+
readonly widget?: string | undefined;
|
|
54417
54809
|
readonly multiple?: boolean | undefined;
|
|
54418
54810
|
readonly dependencies?: string[] | undefined;
|
|
54419
54811
|
readonly externalId?: boolean | undefined;
|
|
@@ -54597,6 +54989,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
54597
54989
|
readonly precision?: number | undefined;
|
|
54598
54990
|
readonly required?: boolean | undefined;
|
|
54599
54991
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
54992
|
+
readonly widget?: string | undefined;
|
|
54600
54993
|
readonly multiple?: boolean | undefined;
|
|
54601
54994
|
readonly dependencies?: string[] | undefined;
|
|
54602
54995
|
readonly externalId?: boolean | undefined;
|
|
@@ -54780,6 +55173,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
54780
55173
|
readonly precision?: number | undefined;
|
|
54781
55174
|
readonly required?: boolean | undefined;
|
|
54782
55175
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
55176
|
+
readonly widget?: string | undefined;
|
|
54783
55177
|
readonly multiple?: boolean | undefined;
|
|
54784
55178
|
readonly dependencies?: string[] | undefined;
|
|
54785
55179
|
readonly externalId?: boolean | undefined;
|
|
@@ -54963,6 +55357,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
54963
55357
|
readonly precision?: number | undefined;
|
|
54964
55358
|
readonly required?: boolean | undefined;
|
|
54965
55359
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
55360
|
+
readonly widget?: string | undefined;
|
|
54966
55361
|
readonly multiple?: boolean | undefined;
|
|
54967
55362
|
readonly dependencies?: string[] | undefined;
|
|
54968
55363
|
readonly externalId?: boolean | undefined;
|
|
@@ -55146,6 +55541,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
55146
55541
|
readonly precision?: number | undefined;
|
|
55147
55542
|
readonly required?: boolean | undefined;
|
|
55148
55543
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
55544
|
+
readonly widget?: string | undefined;
|
|
55149
55545
|
readonly multiple?: boolean | undefined;
|
|
55150
55546
|
readonly dependencies?: string[] | undefined;
|
|
55151
55547
|
readonly externalId?: boolean | undefined;
|
|
@@ -55329,6 +55725,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
55329
55725
|
readonly precision?: number | undefined;
|
|
55330
55726
|
readonly required?: boolean | undefined;
|
|
55331
55727
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
55728
|
+
readonly widget?: string | undefined;
|
|
55332
55729
|
readonly multiple?: boolean | undefined;
|
|
55333
55730
|
readonly dependencies?: string[] | undefined;
|
|
55334
55731
|
readonly externalId?: boolean | undefined;
|
|
@@ -55748,6 +56145,7 @@ declare const SysJwks: Omit<{
|
|
|
55748
56145
|
generatedBy?: string | undefined;
|
|
55749
56146
|
} | undefined;
|
|
55750
56147
|
} | undefined;
|
|
56148
|
+
widget?: string | undefined;
|
|
55751
56149
|
requiredPermissions?: string[] | undefined;
|
|
55752
56150
|
system?: boolean | undefined;
|
|
55753
56151
|
inlineHelpText?: string | undefined;
|
|
@@ -56237,6 +56635,15 @@ declare const SysJwks: Omit<{
|
|
|
56237
56635
|
helpText?: string | undefined;
|
|
56238
56636
|
defaultValue?: unknown;
|
|
56239
56637
|
defaultFromRow?: boolean | undefined;
|
|
56638
|
+
visible?: {
|
|
56639
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
56640
|
+
source?: string | undefined;
|
|
56641
|
+
ast?: unknown;
|
|
56642
|
+
meta?: {
|
|
56643
|
+
rationale?: string | undefined;
|
|
56644
|
+
generatedBy?: string | undefined;
|
|
56645
|
+
} | undefined;
|
|
56646
|
+
} | undefined;
|
|
56240
56647
|
}[] | undefined;
|
|
56241
56648
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
56242
56649
|
order?: number | undefined;
|
|
@@ -56352,6 +56759,7 @@ declare const SysJwks: Omit<{
|
|
|
56352
56759
|
readonly precision?: number | undefined;
|
|
56353
56760
|
readonly required?: boolean | undefined;
|
|
56354
56761
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
56762
|
+
readonly widget?: string | undefined;
|
|
56355
56763
|
readonly multiple?: boolean | undefined;
|
|
56356
56764
|
readonly dependencies?: string[] | undefined;
|
|
56357
56765
|
readonly externalId?: boolean | undefined;
|
|
@@ -56535,6 +56943,7 @@ declare const SysJwks: Omit<{
|
|
|
56535
56943
|
readonly precision?: number | undefined;
|
|
56536
56944
|
readonly required?: boolean | undefined;
|
|
56537
56945
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
56946
|
+
readonly widget?: string | undefined;
|
|
56538
56947
|
readonly multiple?: boolean | undefined;
|
|
56539
56948
|
readonly dependencies?: string[] | undefined;
|
|
56540
56949
|
readonly externalId?: boolean | undefined;
|
|
@@ -56718,6 +57127,7 @@ declare const SysJwks: Omit<{
|
|
|
56718
57127
|
readonly precision?: number | undefined;
|
|
56719
57128
|
readonly required?: boolean | undefined;
|
|
56720
57129
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
57130
|
+
readonly widget?: string | undefined;
|
|
56721
57131
|
readonly multiple?: boolean | undefined;
|
|
56722
57132
|
readonly dependencies?: string[] | undefined;
|
|
56723
57133
|
readonly externalId?: boolean | undefined;
|
|
@@ -56901,6 +57311,7 @@ declare const SysJwks: Omit<{
|
|
|
56901
57311
|
readonly precision?: number | undefined;
|
|
56902
57312
|
readonly required?: boolean | undefined;
|
|
56903
57313
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
57314
|
+
readonly widget?: string | undefined;
|
|
56904
57315
|
readonly multiple?: boolean | undefined;
|
|
56905
57316
|
readonly dependencies?: string[] | undefined;
|
|
56906
57317
|
readonly externalId?: boolean | undefined;
|
|
@@ -57084,6 +57495,7 @@ declare const SysJwks: Omit<{
|
|
|
57084
57495
|
readonly precision?: number | undefined;
|
|
57085
57496
|
readonly required?: boolean | undefined;
|
|
57086
57497
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
57498
|
+
readonly widget?: string | undefined;
|
|
57087
57499
|
readonly multiple?: boolean | undefined;
|
|
57088
57500
|
readonly dependencies?: string[] | undefined;
|
|
57089
57501
|
readonly externalId?: boolean | undefined;
|
|
@@ -57508,6 +57920,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
57508
57920
|
generatedBy?: string | undefined;
|
|
57509
57921
|
} | undefined;
|
|
57510
57922
|
} | undefined;
|
|
57923
|
+
widget?: string | undefined;
|
|
57511
57924
|
requiredPermissions?: string[] | undefined;
|
|
57512
57925
|
system?: boolean | undefined;
|
|
57513
57926
|
inlineHelpText?: string | undefined;
|
|
@@ -57997,6 +58410,15 @@ declare const SysSsoProvider: Omit<{
|
|
|
57997
58410
|
helpText?: string | undefined;
|
|
57998
58411
|
defaultValue?: unknown;
|
|
57999
58412
|
defaultFromRow?: boolean | undefined;
|
|
58413
|
+
visible?: {
|
|
58414
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
58415
|
+
source?: string | undefined;
|
|
58416
|
+
ast?: unknown;
|
|
58417
|
+
meta?: {
|
|
58418
|
+
rationale?: string | undefined;
|
|
58419
|
+
generatedBy?: string | undefined;
|
|
58420
|
+
} | undefined;
|
|
58421
|
+
} | undefined;
|
|
58000
58422
|
}[] | undefined;
|
|
58001
58423
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
58002
58424
|
order?: number | undefined;
|
|
@@ -58341,6 +58763,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
58341
58763
|
readonly precision?: number | undefined;
|
|
58342
58764
|
readonly required?: boolean | undefined;
|
|
58343
58765
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
58766
|
+
readonly widget?: string | undefined;
|
|
58344
58767
|
readonly multiple?: boolean | undefined;
|
|
58345
58768
|
readonly dependencies?: string[] | undefined;
|
|
58346
58769
|
readonly externalId?: boolean | undefined;
|
|
@@ -58524,6 +58947,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
58524
58947
|
readonly precision?: number | undefined;
|
|
58525
58948
|
readonly required?: boolean | undefined;
|
|
58526
58949
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
58950
|
+
readonly widget?: string | undefined;
|
|
58527
58951
|
readonly multiple?: boolean | undefined;
|
|
58528
58952
|
readonly dependencies?: string[] | undefined;
|
|
58529
58953
|
readonly externalId?: boolean | undefined;
|
|
@@ -58707,6 +59131,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
58707
59131
|
readonly precision?: number | undefined;
|
|
58708
59132
|
readonly required?: boolean | undefined;
|
|
58709
59133
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
59134
|
+
readonly widget?: string | undefined;
|
|
58710
59135
|
readonly multiple?: boolean | undefined;
|
|
58711
59136
|
readonly dependencies?: string[] | undefined;
|
|
58712
59137
|
readonly externalId?: boolean | undefined;
|
|
@@ -58890,6 +59315,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
58890
59315
|
readonly precision?: number | undefined;
|
|
58891
59316
|
readonly required?: boolean | undefined;
|
|
58892
59317
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
59318
|
+
readonly widget?: string | undefined;
|
|
58893
59319
|
readonly multiple?: boolean | undefined;
|
|
58894
59320
|
readonly dependencies?: string[] | undefined;
|
|
58895
59321
|
readonly externalId?: boolean | undefined;
|
|
@@ -59073,6 +59499,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
59073
59499
|
readonly precision?: number | undefined;
|
|
59074
59500
|
readonly required?: boolean | undefined;
|
|
59075
59501
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
59502
|
+
readonly widget?: string | undefined;
|
|
59076
59503
|
readonly multiple?: boolean | undefined;
|
|
59077
59504
|
readonly dependencies?: string[] | undefined;
|
|
59078
59505
|
readonly externalId?: boolean | undefined;
|
|
@@ -59256,6 +59683,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
59256
59683
|
readonly precision?: number | undefined;
|
|
59257
59684
|
readonly required?: boolean | undefined;
|
|
59258
59685
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
59686
|
+
readonly widget?: string | undefined;
|
|
59259
59687
|
readonly multiple?: boolean | undefined;
|
|
59260
59688
|
readonly dependencies?: string[] | undefined;
|
|
59261
59689
|
readonly externalId?: boolean | undefined;
|
|
@@ -59439,6 +59867,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
59439
59867
|
readonly precision?: number | undefined;
|
|
59440
59868
|
readonly required?: boolean | undefined;
|
|
59441
59869
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
59870
|
+
readonly widget?: string | undefined;
|
|
59442
59871
|
readonly multiple?: boolean | undefined;
|
|
59443
59872
|
readonly dependencies?: string[] | undefined;
|
|
59444
59873
|
readonly externalId?: boolean | undefined;
|
|
@@ -59622,6 +60051,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
59622
60051
|
readonly precision?: number | undefined;
|
|
59623
60052
|
readonly required?: boolean | undefined;
|
|
59624
60053
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
60054
|
+
readonly widget?: string | undefined;
|
|
59625
60055
|
readonly multiple?: boolean | undefined;
|
|
59626
60056
|
readonly dependencies?: string[] | undefined;
|
|
59627
60057
|
readonly externalId?: boolean | undefined;
|
|
@@ -59805,6 +60235,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
59805
60235
|
readonly precision?: number | undefined;
|
|
59806
60236
|
readonly required?: boolean | undefined;
|
|
59807
60237
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
60238
|
+
readonly widget?: string | undefined;
|
|
59808
60239
|
readonly multiple?: boolean | undefined;
|
|
59809
60240
|
readonly dependencies?: string[] | undefined;
|
|
59810
60241
|
readonly externalId?: boolean | undefined;
|
|
@@ -59988,6 +60419,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
59988
60419
|
readonly precision?: number | undefined;
|
|
59989
60420
|
readonly required?: boolean | undefined;
|
|
59990
60421
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
60422
|
+
readonly widget?: string | undefined;
|
|
59991
60423
|
readonly multiple?: boolean | undefined;
|
|
59992
60424
|
readonly dependencies?: string[] | undefined;
|
|
59993
60425
|
readonly externalId?: boolean | undefined;
|
|
@@ -60171,6 +60603,7 @@ declare const SysSsoProvider: Omit<{
|
|
|
60171
60603
|
readonly precision?: number | undefined;
|
|
60172
60604
|
readonly required?: boolean | undefined;
|
|
60173
60605
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
60606
|
+
readonly widget?: string | undefined;
|
|
60174
60607
|
readonly multiple?: boolean | undefined;
|
|
60175
60608
|
readonly dependencies?: string[] | undefined;
|
|
60176
60609
|
readonly externalId?: boolean | undefined;
|
|
@@ -60605,6 +61038,7 @@ declare const SysScimProvider: Omit<{
|
|
|
60605
61038
|
generatedBy?: string | undefined;
|
|
60606
61039
|
} | undefined;
|
|
60607
61040
|
} | undefined;
|
|
61041
|
+
widget?: string | undefined;
|
|
60608
61042
|
requiredPermissions?: string[] | undefined;
|
|
60609
61043
|
system?: boolean | undefined;
|
|
60610
61044
|
inlineHelpText?: string | undefined;
|
|
@@ -61094,6 +61528,15 @@ declare const SysScimProvider: Omit<{
|
|
|
61094
61528
|
helpText?: string | undefined;
|
|
61095
61529
|
defaultValue?: unknown;
|
|
61096
61530
|
defaultFromRow?: boolean | undefined;
|
|
61531
|
+
visible?: {
|
|
61532
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
61533
|
+
source?: string | undefined;
|
|
61534
|
+
ast?: unknown;
|
|
61535
|
+
meta?: {
|
|
61536
|
+
rationale?: string | undefined;
|
|
61537
|
+
generatedBy?: string | undefined;
|
|
61538
|
+
} | undefined;
|
|
61539
|
+
} | undefined;
|
|
61097
61540
|
}[] | undefined;
|
|
61098
61541
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
61099
61542
|
order?: number | undefined;
|
|
@@ -61229,6 +61672,7 @@ declare const SysScimProvider: Omit<{
|
|
|
61229
61672
|
readonly precision?: number | undefined;
|
|
61230
61673
|
readonly required?: boolean | undefined;
|
|
61231
61674
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
61675
|
+
readonly widget?: string | undefined;
|
|
61232
61676
|
readonly multiple?: boolean | undefined;
|
|
61233
61677
|
readonly dependencies?: string[] | undefined;
|
|
61234
61678
|
readonly externalId?: boolean | undefined;
|
|
@@ -61412,6 +61856,7 @@ declare const SysScimProvider: Omit<{
|
|
|
61412
61856
|
readonly precision?: number | undefined;
|
|
61413
61857
|
readonly required?: boolean | undefined;
|
|
61414
61858
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
61859
|
+
readonly widget?: string | undefined;
|
|
61415
61860
|
readonly multiple?: boolean | undefined;
|
|
61416
61861
|
readonly dependencies?: string[] | undefined;
|
|
61417
61862
|
readonly externalId?: boolean | undefined;
|
|
@@ -61595,6 +62040,7 @@ declare const SysScimProvider: Omit<{
|
|
|
61595
62040
|
readonly precision?: number | undefined;
|
|
61596
62041
|
readonly required?: boolean | undefined;
|
|
61597
62042
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
62043
|
+
readonly widget?: string | undefined;
|
|
61598
62044
|
readonly multiple?: boolean | undefined;
|
|
61599
62045
|
readonly dependencies?: string[] | undefined;
|
|
61600
62046
|
readonly externalId?: boolean | undefined;
|
|
@@ -61778,6 +62224,7 @@ declare const SysScimProvider: Omit<{
|
|
|
61778
62224
|
readonly precision?: number | undefined;
|
|
61779
62225
|
readonly required?: boolean | undefined;
|
|
61780
62226
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
62227
|
+
readonly widget?: string | undefined;
|
|
61781
62228
|
readonly multiple?: boolean | undefined;
|
|
61782
62229
|
readonly dependencies?: string[] | undefined;
|
|
61783
62230
|
readonly externalId?: boolean | undefined;
|
|
@@ -61961,6 +62408,7 @@ declare const SysScimProvider: Omit<{
|
|
|
61961
62408
|
readonly precision?: number | undefined;
|
|
61962
62409
|
readonly required?: boolean | undefined;
|
|
61963
62410
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
62411
|
+
readonly widget?: string | undefined;
|
|
61964
62412
|
readonly multiple?: boolean | undefined;
|
|
61965
62413
|
readonly dependencies?: string[] | undefined;
|
|
61966
62414
|
readonly externalId?: boolean | undefined;
|
|
@@ -62144,6 +62592,7 @@ declare const SysScimProvider: Omit<{
|
|
|
62144
62592
|
readonly precision?: number | undefined;
|
|
62145
62593
|
readonly required?: boolean | undefined;
|
|
62146
62594
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
62595
|
+
readonly widget?: string | undefined;
|
|
62147
62596
|
readonly multiple?: boolean | undefined;
|
|
62148
62597
|
readonly dependencies?: string[] | undefined;
|
|
62149
62598
|
readonly externalId?: boolean | undefined;
|
|
@@ -62327,6 +62776,7 @@ declare const SysScimProvider: Omit<{
|
|
|
62327
62776
|
readonly precision?: number | undefined;
|
|
62328
62777
|
readonly required?: boolean | undefined;
|
|
62329
62778
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
62779
|
+
readonly widget?: string | undefined;
|
|
62330
62780
|
readonly multiple?: boolean | undefined;
|
|
62331
62781
|
readonly dependencies?: string[] | undefined;
|
|
62332
62782
|
readonly externalId?: boolean | undefined;
|