@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/system/index.d.mts
CHANGED
|
@@ -261,6 +261,7 @@ declare const SysSetting: Omit<{
|
|
|
261
261
|
generatedBy?: string | undefined;
|
|
262
262
|
} | undefined;
|
|
263
263
|
} | undefined;
|
|
264
|
+
widget?: string | undefined;
|
|
264
265
|
requiredPermissions?: string[] | undefined;
|
|
265
266
|
system?: boolean | undefined;
|
|
266
267
|
inlineHelpText?: string | undefined;
|
|
@@ -750,6 +751,15 @@ declare const SysSetting: Omit<{
|
|
|
750
751
|
helpText?: string | undefined;
|
|
751
752
|
defaultValue?: unknown;
|
|
752
753
|
defaultFromRow?: boolean | undefined;
|
|
754
|
+
visible?: {
|
|
755
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
756
|
+
source?: string | undefined;
|
|
757
|
+
ast?: unknown;
|
|
758
|
+
meta?: {
|
|
759
|
+
rationale?: string | undefined;
|
|
760
|
+
generatedBy?: string | undefined;
|
|
761
|
+
} | undefined;
|
|
762
|
+
} | undefined;
|
|
753
763
|
}[] | undefined;
|
|
754
764
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
755
765
|
order?: number | undefined;
|
|
@@ -956,6 +966,7 @@ declare const SysSetting: Omit<{
|
|
|
956
966
|
readonly precision?: number | undefined;
|
|
957
967
|
readonly required?: boolean | undefined;
|
|
958
968
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
969
|
+
readonly widget?: string | undefined;
|
|
959
970
|
readonly multiple?: boolean | undefined;
|
|
960
971
|
readonly dependencies?: string[] | undefined;
|
|
961
972
|
readonly externalId?: boolean | undefined;
|
|
@@ -1139,6 +1150,7 @@ declare const SysSetting: Omit<{
|
|
|
1139
1150
|
readonly precision?: number | undefined;
|
|
1140
1151
|
readonly required?: boolean | undefined;
|
|
1141
1152
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1153
|
+
readonly widget?: string | undefined;
|
|
1142
1154
|
readonly multiple?: boolean | undefined;
|
|
1143
1155
|
readonly dependencies?: string[] | undefined;
|
|
1144
1156
|
readonly externalId?: boolean | undefined;
|
|
@@ -1322,6 +1334,7 @@ declare const SysSetting: Omit<{
|
|
|
1322
1334
|
readonly precision?: number | undefined;
|
|
1323
1335
|
readonly required?: boolean | undefined;
|
|
1324
1336
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1337
|
+
readonly widget?: string | undefined;
|
|
1325
1338
|
readonly multiple?: boolean | undefined;
|
|
1326
1339
|
readonly dependencies?: string[] | undefined;
|
|
1327
1340
|
readonly externalId?: boolean | undefined;
|
|
@@ -1505,6 +1518,7 @@ declare const SysSetting: Omit<{
|
|
|
1505
1518
|
readonly precision?: number | undefined;
|
|
1506
1519
|
readonly required?: boolean | undefined;
|
|
1507
1520
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1521
|
+
readonly widget?: string | undefined;
|
|
1508
1522
|
readonly multiple?: boolean | undefined;
|
|
1509
1523
|
readonly dependencies?: string[] | undefined;
|
|
1510
1524
|
readonly externalId?: boolean | undefined;
|
|
@@ -1688,6 +1702,7 @@ declare const SysSetting: Omit<{
|
|
|
1688
1702
|
readonly precision?: number | undefined;
|
|
1689
1703
|
readonly required?: boolean | undefined;
|
|
1690
1704
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1705
|
+
readonly widget?: string | undefined;
|
|
1691
1706
|
readonly multiple?: boolean | undefined;
|
|
1692
1707
|
readonly dependencies?: string[] | undefined;
|
|
1693
1708
|
readonly externalId?: boolean | undefined;
|
|
@@ -1871,6 +1886,7 @@ declare const SysSetting: Omit<{
|
|
|
1871
1886
|
readonly precision?: number | undefined;
|
|
1872
1887
|
readonly required?: boolean | undefined;
|
|
1873
1888
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1889
|
+
readonly widget?: string | undefined;
|
|
1874
1890
|
readonly multiple?: boolean | undefined;
|
|
1875
1891
|
readonly dependencies?: string[] | undefined;
|
|
1876
1892
|
readonly externalId?: boolean | undefined;
|
|
@@ -2054,6 +2070,7 @@ declare const SysSetting: Omit<{
|
|
|
2054
2070
|
readonly precision?: number | undefined;
|
|
2055
2071
|
readonly required?: boolean | undefined;
|
|
2056
2072
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2073
|
+
readonly widget?: string | undefined;
|
|
2057
2074
|
readonly multiple?: boolean | undefined;
|
|
2058
2075
|
readonly dependencies?: string[] | undefined;
|
|
2059
2076
|
readonly externalId?: boolean | undefined;
|
|
@@ -2237,6 +2254,7 @@ declare const SysSetting: Omit<{
|
|
|
2237
2254
|
readonly precision?: number | undefined;
|
|
2238
2255
|
readonly required?: boolean | undefined;
|
|
2239
2256
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2257
|
+
readonly widget?: string | undefined;
|
|
2240
2258
|
readonly multiple?: boolean | undefined;
|
|
2241
2259
|
readonly dependencies?: string[] | undefined;
|
|
2242
2260
|
readonly externalId?: boolean | undefined;
|
|
@@ -2420,6 +2438,7 @@ declare const SysSetting: Omit<{
|
|
|
2420
2438
|
readonly precision?: number | undefined;
|
|
2421
2439
|
readonly required?: boolean | undefined;
|
|
2422
2440
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2441
|
+
readonly widget?: string | undefined;
|
|
2423
2442
|
readonly multiple?: boolean | undefined;
|
|
2424
2443
|
readonly dependencies?: string[] | undefined;
|
|
2425
2444
|
readonly externalId?: boolean | undefined;
|
|
@@ -2603,6 +2622,7 @@ declare const SysSetting: Omit<{
|
|
|
2603
2622
|
readonly precision?: number | undefined;
|
|
2604
2623
|
readonly required?: boolean | undefined;
|
|
2605
2624
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2625
|
+
readonly widget?: string | undefined;
|
|
2606
2626
|
readonly multiple?: boolean | undefined;
|
|
2607
2627
|
readonly dependencies?: string[] | undefined;
|
|
2608
2628
|
readonly externalId?: boolean | undefined;
|
|
@@ -2786,6 +2806,7 @@ declare const SysSetting: Omit<{
|
|
|
2786
2806
|
readonly precision?: number | undefined;
|
|
2787
2807
|
readonly required?: boolean | undefined;
|
|
2788
2808
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2809
|
+
readonly widget?: string | undefined;
|
|
2789
2810
|
readonly multiple?: boolean | undefined;
|
|
2790
2811
|
readonly dependencies?: string[] | undefined;
|
|
2791
2812
|
readonly externalId?: boolean | undefined;
|
|
@@ -2969,6 +2990,7 @@ declare const SysSetting: Omit<{
|
|
|
2969
2990
|
readonly precision?: number | undefined;
|
|
2970
2991
|
readonly required?: boolean | undefined;
|
|
2971
2992
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2993
|
+
readonly widget?: string | undefined;
|
|
2972
2994
|
readonly multiple?: boolean | undefined;
|
|
2973
2995
|
readonly dependencies?: string[] | undefined;
|
|
2974
2996
|
readonly externalId?: boolean | undefined;
|
|
@@ -3152,6 +3174,7 @@ declare const SysSetting: Omit<{
|
|
|
3152
3174
|
readonly precision?: number | undefined;
|
|
3153
3175
|
readonly required?: boolean | undefined;
|
|
3154
3176
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3177
|
+
readonly widget?: string | undefined;
|
|
3155
3178
|
readonly multiple?: boolean | undefined;
|
|
3156
3179
|
readonly dependencies?: string[] | undefined;
|
|
3157
3180
|
readonly externalId?: boolean | undefined;
|
|
@@ -3591,6 +3614,7 @@ declare const SysSecret: Omit<{
|
|
|
3591
3614
|
generatedBy?: string | undefined;
|
|
3592
3615
|
} | undefined;
|
|
3593
3616
|
} | undefined;
|
|
3617
|
+
widget?: string | undefined;
|
|
3594
3618
|
requiredPermissions?: string[] | undefined;
|
|
3595
3619
|
system?: boolean | undefined;
|
|
3596
3620
|
inlineHelpText?: string | undefined;
|
|
@@ -4080,6 +4104,15 @@ declare const SysSecret: Omit<{
|
|
|
4080
4104
|
helpText?: string | undefined;
|
|
4081
4105
|
defaultValue?: unknown;
|
|
4082
4106
|
defaultFromRow?: boolean | undefined;
|
|
4107
|
+
visible?: {
|
|
4108
|
+
dialect: "cel" | "js" | "cron" | "template";
|
|
4109
|
+
source?: string | undefined;
|
|
4110
|
+
ast?: unknown;
|
|
4111
|
+
meta?: {
|
|
4112
|
+
rationale?: string | undefined;
|
|
4113
|
+
generatedBy?: string | undefined;
|
|
4114
|
+
} | undefined;
|
|
4115
|
+
} | undefined;
|
|
4083
4116
|
}[] | undefined;
|
|
4084
4117
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
4085
4118
|
order?: number | undefined;
|
|
@@ -4198,6 +4231,7 @@ declare const SysSecret: Omit<{
|
|
|
4198
4231
|
readonly precision?: number | undefined;
|
|
4199
4232
|
readonly required?: boolean | undefined;
|
|
4200
4233
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4234
|
+
readonly widget?: string | undefined;
|
|
4201
4235
|
readonly multiple?: boolean | undefined;
|
|
4202
4236
|
readonly dependencies?: string[] | undefined;
|
|
4203
4237
|
readonly externalId?: boolean | undefined;
|
|
@@ -4381,6 +4415,7 @@ declare const SysSecret: Omit<{
|
|
|
4381
4415
|
readonly precision?: number | undefined;
|
|
4382
4416
|
readonly required?: boolean | undefined;
|
|
4383
4417
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4418
|
+
readonly widget?: string | undefined;
|
|
4384
4419
|
readonly multiple?: boolean | undefined;
|
|
4385
4420
|
readonly dependencies?: string[] | undefined;
|
|
4386
4421
|
readonly externalId?: boolean | undefined;
|
|
@@ -4564,6 +4599,7 @@ declare const SysSecret: Omit<{
|
|
|
4564
4599
|
readonly precision?: number | undefined;
|
|
4565
4600
|
readonly required?: boolean | undefined;
|
|
4566
4601
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4602
|
+
readonly widget?: string | undefined;
|
|
4567
4603
|
readonly multiple?: boolean | undefined;
|
|
4568
4604
|
readonly dependencies?: string[] | undefined;
|
|
4569
4605
|
readonly externalId?: boolean | undefined;
|
|
@@ -4753,6 +4789,7 @@ declare const SysSecret: Omit<{
|
|
|
4753
4789
|
readonly precision?: number | undefined;
|
|
4754
4790
|
readonly required?: boolean | undefined;
|
|
4755
4791
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4792
|
+
readonly widget?: string | undefined;
|
|
4756
4793
|
readonly multiple?: boolean | undefined;
|
|
4757
4794
|
readonly dependencies?: string[] | undefined;
|
|
4758
4795
|
readonly externalId?: boolean | undefined;
|
|
@@ -4936,6 +4973,7 @@ declare const SysSecret: Omit<{
|
|
|
4936
4973
|
readonly precision?: number | undefined;
|
|
4937
4974
|
readonly required?: boolean | undefined;
|
|
4938
4975
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4976
|
+
readonly widget?: string | undefined;
|
|
4939
4977
|
readonly multiple?: boolean | undefined;
|
|
4940
4978
|
readonly dependencies?: string[] | undefined;
|
|
4941
4979
|
readonly externalId?: boolean | undefined;
|
|
@@ -5120,6 +5158,7 @@ declare const SysSecret: Omit<{
|
|
|
5120
5158
|
readonly precision?: number | undefined;
|
|
5121
5159
|
readonly required?: boolean | undefined;
|
|
5122
5160
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5161
|
+
readonly widget?: string | undefined;
|
|
5123
5162
|
readonly multiple?: boolean | undefined;
|
|
5124
5163
|
readonly dependencies?: string[] | undefined;
|
|
5125
5164
|
readonly externalId?: boolean | undefined;
|
|
@@ -5304,6 +5343,7 @@ declare const SysSecret: Omit<{
|
|
|
5304
5343
|
readonly precision?: number | undefined;
|
|
5305
5344
|
readonly required?: boolean | undefined;
|
|
5306
5345
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5346
|
+
readonly widget?: string | undefined;
|
|
5307
5347
|
readonly multiple?: boolean | undefined;
|
|
5308
5348
|
readonly dependencies?: string[] | undefined;
|
|
5309
5349
|
readonly externalId?: boolean | undefined;
|
|
@@ -5488,6 +5528,7 @@ declare const SysSecret: Omit<{
|
|
|
5488
5528
|
readonly precision?: number | undefined;
|
|
5489
5529
|
readonly required?: boolean | undefined;
|
|
5490
5530
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5531
|
+
readonly widget?: string | undefined;
|
|
5491
5532
|
readonly multiple?: boolean | undefined;
|
|
5492
5533
|
readonly dependencies?: string[] | undefined;
|
|
5493
5534
|
readonly externalId?: boolean | undefined;
|
|
@@ -5671,6 +5712,7 @@ declare const SysSecret: Omit<{
|
|
|
5671
5712
|
readonly precision?: number | undefined;
|
|
5672
5713
|
readonly required?: boolean | undefined;
|
|
5673
5714
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5715
|
+
readonly widget?: string | undefined;
|
|
5674
5716
|
readonly multiple?: boolean | undefined;
|
|
5675
5717
|
readonly dependencies?: string[] | undefined;
|
|
5676
5718
|
readonly externalId?: boolean | undefined;
|
|
@@ -6100,6 +6142,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6100
6142
|
generatedBy?: string | undefined;
|
|
6101
6143
|
} | undefined;
|
|
6102
6144
|
} | undefined;
|
|
6145
|
+
widget?: string | undefined;
|
|
6103
6146
|
requiredPermissions?: string[] | undefined;
|
|
6104
6147
|
system?: boolean | undefined;
|
|
6105
6148
|
inlineHelpText?: string | undefined;
|
|
@@ -6589,6 +6632,15 @@ declare const SysSettingAudit: Omit<{
|
|
|
6589
6632
|
helpText?: string | undefined;
|
|
6590
6633
|
defaultValue?: unknown;
|
|
6591
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;
|
|
6592
6644
|
}[] | undefined;
|
|
6593
6645
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
6594
6646
|
order?: number | undefined;
|
|
@@ -6708,6 +6760,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6708
6760
|
readonly precision?: number | undefined;
|
|
6709
6761
|
readonly required?: boolean | undefined;
|
|
6710
6762
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6763
|
+
readonly widget?: string | undefined;
|
|
6711
6764
|
readonly multiple?: boolean | undefined;
|
|
6712
6765
|
readonly dependencies?: string[] | undefined;
|
|
6713
6766
|
readonly externalId?: boolean | undefined;
|
|
@@ -6891,6 +6944,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6891
6944
|
readonly precision?: number | undefined;
|
|
6892
6945
|
readonly required?: boolean | undefined;
|
|
6893
6946
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6947
|
+
readonly widget?: string | undefined;
|
|
6894
6948
|
readonly multiple?: boolean | undefined;
|
|
6895
6949
|
readonly dependencies?: string[] | undefined;
|
|
6896
6950
|
readonly externalId?: boolean | undefined;
|
|
@@ -7074,6 +7128,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7074
7128
|
readonly precision?: number | undefined;
|
|
7075
7129
|
readonly required?: boolean | undefined;
|
|
7076
7130
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7131
|
+
readonly widget?: string | undefined;
|
|
7077
7132
|
readonly multiple?: boolean | undefined;
|
|
7078
7133
|
readonly dependencies?: string[] | undefined;
|
|
7079
7134
|
readonly externalId?: boolean | undefined;
|
|
@@ -7257,6 +7312,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7257
7312
|
readonly precision?: number | undefined;
|
|
7258
7313
|
readonly required?: boolean | undefined;
|
|
7259
7314
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7315
|
+
readonly widget?: string | undefined;
|
|
7260
7316
|
readonly multiple?: boolean | undefined;
|
|
7261
7317
|
readonly dependencies?: string[] | undefined;
|
|
7262
7318
|
readonly externalId?: boolean | undefined;
|
|
@@ -7440,6 +7496,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7440
7496
|
readonly precision?: number | undefined;
|
|
7441
7497
|
readonly required?: boolean | undefined;
|
|
7442
7498
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7499
|
+
readonly widget?: string | undefined;
|
|
7443
7500
|
readonly multiple?: boolean | undefined;
|
|
7444
7501
|
readonly dependencies?: string[] | undefined;
|
|
7445
7502
|
readonly externalId?: boolean | undefined;
|
|
@@ -7623,6 +7680,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7623
7680
|
readonly precision?: number | undefined;
|
|
7624
7681
|
readonly required?: boolean | undefined;
|
|
7625
7682
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7683
|
+
readonly widget?: string | undefined;
|
|
7626
7684
|
readonly multiple?: boolean | undefined;
|
|
7627
7685
|
readonly dependencies?: string[] | undefined;
|
|
7628
7686
|
readonly externalId?: boolean | undefined;
|
|
@@ -7806,6 +7864,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7806
7864
|
readonly precision?: number | undefined;
|
|
7807
7865
|
readonly required?: boolean | undefined;
|
|
7808
7866
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7867
|
+
readonly widget?: string | undefined;
|
|
7809
7868
|
readonly multiple?: boolean | undefined;
|
|
7810
7869
|
readonly dependencies?: string[] | undefined;
|
|
7811
7870
|
readonly externalId?: boolean | undefined;
|
|
@@ -7994,6 +8053,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7994
8053
|
readonly precision?: number | undefined;
|
|
7995
8054
|
readonly required?: boolean | undefined;
|
|
7996
8055
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8056
|
+
readonly widget?: string | undefined;
|
|
7997
8057
|
readonly multiple?: boolean | undefined;
|
|
7998
8058
|
readonly dependencies?: string[] | undefined;
|
|
7999
8059
|
readonly externalId?: boolean | undefined;
|
|
@@ -8178,6 +8238,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8178
8238
|
readonly precision?: number | undefined;
|
|
8179
8239
|
readonly required?: boolean | undefined;
|
|
8180
8240
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8241
|
+
readonly widget?: string | undefined;
|
|
8181
8242
|
readonly multiple?: boolean | undefined;
|
|
8182
8243
|
readonly dependencies?: string[] | undefined;
|
|
8183
8244
|
readonly externalId?: boolean | undefined;
|
|
@@ -8367,6 +8428,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8367
8428
|
readonly precision?: number | undefined;
|
|
8368
8429
|
readonly required?: boolean | undefined;
|
|
8369
8430
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8431
|
+
readonly widget?: string | undefined;
|
|
8370
8432
|
readonly multiple?: boolean | undefined;
|
|
8371
8433
|
readonly dependencies?: string[] | undefined;
|
|
8372
8434
|
readonly externalId?: boolean | undefined;
|
|
@@ -8551,6 +8613,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8551
8613
|
readonly precision?: number | undefined;
|
|
8552
8614
|
readonly required?: boolean | undefined;
|
|
8553
8615
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8616
|
+
readonly widget?: string | undefined;
|
|
8554
8617
|
readonly multiple?: boolean | undefined;
|
|
8555
8618
|
readonly dependencies?: string[] | undefined;
|
|
8556
8619
|
readonly externalId?: boolean | undefined;
|
|
@@ -8735,6 +8798,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8735
8798
|
readonly precision?: number | undefined;
|
|
8736
8799
|
readonly required?: boolean | undefined;
|
|
8737
8800
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8801
|
+
readonly widget?: string | undefined;
|
|
8738
8802
|
readonly multiple?: boolean | undefined;
|
|
8739
8803
|
readonly dependencies?: string[] | undefined;
|
|
8740
8804
|
readonly externalId?: boolean | undefined;
|
|
@@ -8919,6 +8983,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8919
8983
|
readonly precision?: number | undefined;
|
|
8920
8984
|
readonly required?: boolean | undefined;
|
|
8921
8985
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8986
|
+
readonly widget?: string | undefined;
|
|
8922
8987
|
readonly multiple?: boolean | undefined;
|
|
8923
8988
|
readonly dependencies?: string[] | undefined;
|
|
8924
8989
|
readonly externalId?: boolean | undefined;
|