@objectstack/platform-objects 14.6.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 +158 -0
- package/dist/audit/index.d.ts +158 -0
- package/dist/identity/index.d.mts +251 -0
- package/dist/identity/index.d.ts +251 -0
- package/dist/system/index.d.mts +38 -0
- package/dist/system/index.d.ts +38 -0
- package/package.json +3 -3
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;
|
|
@@ -965,6 +966,7 @@ declare const SysSetting: Omit<{
|
|
|
965
966
|
readonly precision?: number | undefined;
|
|
966
967
|
readonly required?: boolean | undefined;
|
|
967
968
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
969
|
+
readonly widget?: string | undefined;
|
|
968
970
|
readonly multiple?: boolean | undefined;
|
|
969
971
|
readonly dependencies?: string[] | undefined;
|
|
970
972
|
readonly externalId?: boolean | undefined;
|
|
@@ -1148,6 +1150,7 @@ declare const SysSetting: Omit<{
|
|
|
1148
1150
|
readonly precision?: number | undefined;
|
|
1149
1151
|
readonly required?: boolean | undefined;
|
|
1150
1152
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1153
|
+
readonly widget?: string | undefined;
|
|
1151
1154
|
readonly multiple?: boolean | undefined;
|
|
1152
1155
|
readonly dependencies?: string[] | undefined;
|
|
1153
1156
|
readonly externalId?: boolean | undefined;
|
|
@@ -1331,6 +1334,7 @@ declare const SysSetting: Omit<{
|
|
|
1331
1334
|
readonly precision?: number | undefined;
|
|
1332
1335
|
readonly required?: boolean | undefined;
|
|
1333
1336
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1337
|
+
readonly widget?: string | undefined;
|
|
1334
1338
|
readonly multiple?: boolean | undefined;
|
|
1335
1339
|
readonly dependencies?: string[] | undefined;
|
|
1336
1340
|
readonly externalId?: boolean | undefined;
|
|
@@ -1514,6 +1518,7 @@ declare const SysSetting: Omit<{
|
|
|
1514
1518
|
readonly precision?: number | undefined;
|
|
1515
1519
|
readonly required?: boolean | undefined;
|
|
1516
1520
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1521
|
+
readonly widget?: string | undefined;
|
|
1517
1522
|
readonly multiple?: boolean | undefined;
|
|
1518
1523
|
readonly dependencies?: string[] | undefined;
|
|
1519
1524
|
readonly externalId?: boolean | undefined;
|
|
@@ -1697,6 +1702,7 @@ declare const SysSetting: Omit<{
|
|
|
1697
1702
|
readonly precision?: number | undefined;
|
|
1698
1703
|
readonly required?: boolean | undefined;
|
|
1699
1704
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1705
|
+
readonly widget?: string | undefined;
|
|
1700
1706
|
readonly multiple?: boolean | undefined;
|
|
1701
1707
|
readonly dependencies?: string[] | undefined;
|
|
1702
1708
|
readonly externalId?: boolean | undefined;
|
|
@@ -1880,6 +1886,7 @@ declare const SysSetting: Omit<{
|
|
|
1880
1886
|
readonly precision?: number | undefined;
|
|
1881
1887
|
readonly required?: boolean | undefined;
|
|
1882
1888
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1889
|
+
readonly widget?: string | undefined;
|
|
1883
1890
|
readonly multiple?: boolean | undefined;
|
|
1884
1891
|
readonly dependencies?: string[] | undefined;
|
|
1885
1892
|
readonly externalId?: boolean | undefined;
|
|
@@ -2063,6 +2070,7 @@ declare const SysSetting: Omit<{
|
|
|
2063
2070
|
readonly precision?: number | undefined;
|
|
2064
2071
|
readonly required?: boolean | undefined;
|
|
2065
2072
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2073
|
+
readonly widget?: string | undefined;
|
|
2066
2074
|
readonly multiple?: boolean | undefined;
|
|
2067
2075
|
readonly dependencies?: string[] | undefined;
|
|
2068
2076
|
readonly externalId?: boolean | undefined;
|
|
@@ -2246,6 +2254,7 @@ declare const SysSetting: Omit<{
|
|
|
2246
2254
|
readonly precision?: number | undefined;
|
|
2247
2255
|
readonly required?: boolean | undefined;
|
|
2248
2256
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2257
|
+
readonly widget?: string | undefined;
|
|
2249
2258
|
readonly multiple?: boolean | undefined;
|
|
2250
2259
|
readonly dependencies?: string[] | undefined;
|
|
2251
2260
|
readonly externalId?: boolean | undefined;
|
|
@@ -2429,6 +2438,7 @@ declare const SysSetting: Omit<{
|
|
|
2429
2438
|
readonly precision?: number | undefined;
|
|
2430
2439
|
readonly required?: boolean | undefined;
|
|
2431
2440
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2441
|
+
readonly widget?: string | undefined;
|
|
2432
2442
|
readonly multiple?: boolean | undefined;
|
|
2433
2443
|
readonly dependencies?: string[] | undefined;
|
|
2434
2444
|
readonly externalId?: boolean | undefined;
|
|
@@ -2612,6 +2622,7 @@ declare const SysSetting: Omit<{
|
|
|
2612
2622
|
readonly precision?: number | undefined;
|
|
2613
2623
|
readonly required?: boolean | undefined;
|
|
2614
2624
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2625
|
+
readonly widget?: string | undefined;
|
|
2615
2626
|
readonly multiple?: boolean | undefined;
|
|
2616
2627
|
readonly dependencies?: string[] | undefined;
|
|
2617
2628
|
readonly externalId?: boolean | undefined;
|
|
@@ -2795,6 +2806,7 @@ declare const SysSetting: Omit<{
|
|
|
2795
2806
|
readonly precision?: number | undefined;
|
|
2796
2807
|
readonly required?: boolean | undefined;
|
|
2797
2808
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2809
|
+
readonly widget?: string | undefined;
|
|
2798
2810
|
readonly multiple?: boolean | undefined;
|
|
2799
2811
|
readonly dependencies?: string[] | undefined;
|
|
2800
2812
|
readonly externalId?: boolean | undefined;
|
|
@@ -2978,6 +2990,7 @@ declare const SysSetting: Omit<{
|
|
|
2978
2990
|
readonly precision?: number | undefined;
|
|
2979
2991
|
readonly required?: boolean | undefined;
|
|
2980
2992
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2993
|
+
readonly widget?: string | undefined;
|
|
2981
2994
|
readonly multiple?: boolean | undefined;
|
|
2982
2995
|
readonly dependencies?: string[] | undefined;
|
|
2983
2996
|
readonly externalId?: boolean | undefined;
|
|
@@ -3161,6 +3174,7 @@ declare const SysSetting: Omit<{
|
|
|
3161
3174
|
readonly precision?: number | undefined;
|
|
3162
3175
|
readonly required?: boolean | undefined;
|
|
3163
3176
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3177
|
+
readonly widget?: string | undefined;
|
|
3164
3178
|
readonly multiple?: boolean | undefined;
|
|
3165
3179
|
readonly dependencies?: string[] | undefined;
|
|
3166
3180
|
readonly externalId?: boolean | undefined;
|
|
@@ -3600,6 +3614,7 @@ declare const SysSecret: Omit<{
|
|
|
3600
3614
|
generatedBy?: string | undefined;
|
|
3601
3615
|
} | undefined;
|
|
3602
3616
|
} | undefined;
|
|
3617
|
+
widget?: string | undefined;
|
|
3603
3618
|
requiredPermissions?: string[] | undefined;
|
|
3604
3619
|
system?: boolean | undefined;
|
|
3605
3620
|
inlineHelpText?: string | undefined;
|
|
@@ -4216,6 +4231,7 @@ declare const SysSecret: Omit<{
|
|
|
4216
4231
|
readonly precision?: number | undefined;
|
|
4217
4232
|
readonly required?: boolean | undefined;
|
|
4218
4233
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4234
|
+
readonly widget?: string | undefined;
|
|
4219
4235
|
readonly multiple?: boolean | undefined;
|
|
4220
4236
|
readonly dependencies?: string[] | undefined;
|
|
4221
4237
|
readonly externalId?: boolean | undefined;
|
|
@@ -4399,6 +4415,7 @@ declare const SysSecret: Omit<{
|
|
|
4399
4415
|
readonly precision?: number | undefined;
|
|
4400
4416
|
readonly required?: boolean | undefined;
|
|
4401
4417
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4418
|
+
readonly widget?: string | undefined;
|
|
4402
4419
|
readonly multiple?: boolean | undefined;
|
|
4403
4420
|
readonly dependencies?: string[] | undefined;
|
|
4404
4421
|
readonly externalId?: boolean | undefined;
|
|
@@ -4582,6 +4599,7 @@ declare const SysSecret: Omit<{
|
|
|
4582
4599
|
readonly precision?: number | undefined;
|
|
4583
4600
|
readonly required?: boolean | undefined;
|
|
4584
4601
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4602
|
+
readonly widget?: string | undefined;
|
|
4585
4603
|
readonly multiple?: boolean | undefined;
|
|
4586
4604
|
readonly dependencies?: string[] | undefined;
|
|
4587
4605
|
readonly externalId?: boolean | undefined;
|
|
@@ -4771,6 +4789,7 @@ declare const SysSecret: Omit<{
|
|
|
4771
4789
|
readonly precision?: number | undefined;
|
|
4772
4790
|
readonly required?: boolean | undefined;
|
|
4773
4791
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4792
|
+
readonly widget?: string | undefined;
|
|
4774
4793
|
readonly multiple?: boolean | undefined;
|
|
4775
4794
|
readonly dependencies?: string[] | undefined;
|
|
4776
4795
|
readonly externalId?: boolean | undefined;
|
|
@@ -4954,6 +4973,7 @@ declare const SysSecret: Omit<{
|
|
|
4954
4973
|
readonly precision?: number | undefined;
|
|
4955
4974
|
readonly required?: boolean | undefined;
|
|
4956
4975
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4976
|
+
readonly widget?: string | undefined;
|
|
4957
4977
|
readonly multiple?: boolean | undefined;
|
|
4958
4978
|
readonly dependencies?: string[] | undefined;
|
|
4959
4979
|
readonly externalId?: boolean | undefined;
|
|
@@ -5138,6 +5158,7 @@ declare const SysSecret: Omit<{
|
|
|
5138
5158
|
readonly precision?: number | undefined;
|
|
5139
5159
|
readonly required?: boolean | undefined;
|
|
5140
5160
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5161
|
+
readonly widget?: string | undefined;
|
|
5141
5162
|
readonly multiple?: boolean | undefined;
|
|
5142
5163
|
readonly dependencies?: string[] | undefined;
|
|
5143
5164
|
readonly externalId?: boolean | undefined;
|
|
@@ -5322,6 +5343,7 @@ declare const SysSecret: Omit<{
|
|
|
5322
5343
|
readonly precision?: number | undefined;
|
|
5323
5344
|
readonly required?: boolean | undefined;
|
|
5324
5345
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5346
|
+
readonly widget?: string | undefined;
|
|
5325
5347
|
readonly multiple?: boolean | undefined;
|
|
5326
5348
|
readonly dependencies?: string[] | undefined;
|
|
5327
5349
|
readonly externalId?: boolean | undefined;
|
|
@@ -5506,6 +5528,7 @@ declare const SysSecret: Omit<{
|
|
|
5506
5528
|
readonly precision?: number | undefined;
|
|
5507
5529
|
readonly required?: boolean | undefined;
|
|
5508
5530
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5531
|
+
readonly widget?: string | undefined;
|
|
5509
5532
|
readonly multiple?: boolean | undefined;
|
|
5510
5533
|
readonly dependencies?: string[] | undefined;
|
|
5511
5534
|
readonly externalId?: boolean | undefined;
|
|
@@ -5689,6 +5712,7 @@ declare const SysSecret: Omit<{
|
|
|
5689
5712
|
readonly precision?: number | undefined;
|
|
5690
5713
|
readonly required?: boolean | undefined;
|
|
5691
5714
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5715
|
+
readonly widget?: string | undefined;
|
|
5692
5716
|
readonly multiple?: boolean | undefined;
|
|
5693
5717
|
readonly dependencies?: string[] | undefined;
|
|
5694
5718
|
readonly externalId?: boolean | undefined;
|
|
@@ -6118,6 +6142,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6118
6142
|
generatedBy?: string | undefined;
|
|
6119
6143
|
} | undefined;
|
|
6120
6144
|
} | undefined;
|
|
6145
|
+
widget?: string | undefined;
|
|
6121
6146
|
requiredPermissions?: string[] | undefined;
|
|
6122
6147
|
system?: boolean | undefined;
|
|
6123
6148
|
inlineHelpText?: string | undefined;
|
|
@@ -6735,6 +6760,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6735
6760
|
readonly precision?: number | undefined;
|
|
6736
6761
|
readonly required?: boolean | undefined;
|
|
6737
6762
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6763
|
+
readonly widget?: string | undefined;
|
|
6738
6764
|
readonly multiple?: boolean | undefined;
|
|
6739
6765
|
readonly dependencies?: string[] | undefined;
|
|
6740
6766
|
readonly externalId?: boolean | undefined;
|
|
@@ -6918,6 +6944,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6918
6944
|
readonly precision?: number | undefined;
|
|
6919
6945
|
readonly required?: boolean | undefined;
|
|
6920
6946
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6947
|
+
readonly widget?: string | undefined;
|
|
6921
6948
|
readonly multiple?: boolean | undefined;
|
|
6922
6949
|
readonly dependencies?: string[] | undefined;
|
|
6923
6950
|
readonly externalId?: boolean | undefined;
|
|
@@ -7101,6 +7128,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7101
7128
|
readonly precision?: number | undefined;
|
|
7102
7129
|
readonly required?: boolean | undefined;
|
|
7103
7130
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7131
|
+
readonly widget?: string | undefined;
|
|
7104
7132
|
readonly multiple?: boolean | undefined;
|
|
7105
7133
|
readonly dependencies?: string[] | undefined;
|
|
7106
7134
|
readonly externalId?: boolean | undefined;
|
|
@@ -7284,6 +7312,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7284
7312
|
readonly precision?: number | undefined;
|
|
7285
7313
|
readonly required?: boolean | undefined;
|
|
7286
7314
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7315
|
+
readonly widget?: string | undefined;
|
|
7287
7316
|
readonly multiple?: boolean | undefined;
|
|
7288
7317
|
readonly dependencies?: string[] | undefined;
|
|
7289
7318
|
readonly externalId?: boolean | undefined;
|
|
@@ -7467,6 +7496,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7467
7496
|
readonly precision?: number | undefined;
|
|
7468
7497
|
readonly required?: boolean | undefined;
|
|
7469
7498
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7499
|
+
readonly widget?: string | undefined;
|
|
7470
7500
|
readonly multiple?: boolean | undefined;
|
|
7471
7501
|
readonly dependencies?: string[] | undefined;
|
|
7472
7502
|
readonly externalId?: boolean | undefined;
|
|
@@ -7650,6 +7680,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7650
7680
|
readonly precision?: number | undefined;
|
|
7651
7681
|
readonly required?: boolean | undefined;
|
|
7652
7682
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7683
|
+
readonly widget?: string | undefined;
|
|
7653
7684
|
readonly multiple?: boolean | undefined;
|
|
7654
7685
|
readonly dependencies?: string[] | undefined;
|
|
7655
7686
|
readonly externalId?: boolean | undefined;
|
|
@@ -7833,6 +7864,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7833
7864
|
readonly precision?: number | undefined;
|
|
7834
7865
|
readonly required?: boolean | undefined;
|
|
7835
7866
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7867
|
+
readonly widget?: string | undefined;
|
|
7836
7868
|
readonly multiple?: boolean | undefined;
|
|
7837
7869
|
readonly dependencies?: string[] | undefined;
|
|
7838
7870
|
readonly externalId?: boolean | undefined;
|
|
@@ -8021,6 +8053,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8021
8053
|
readonly precision?: number | undefined;
|
|
8022
8054
|
readonly required?: boolean | undefined;
|
|
8023
8055
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8056
|
+
readonly widget?: string | undefined;
|
|
8024
8057
|
readonly multiple?: boolean | undefined;
|
|
8025
8058
|
readonly dependencies?: string[] | undefined;
|
|
8026
8059
|
readonly externalId?: boolean | undefined;
|
|
@@ -8205,6 +8238,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8205
8238
|
readonly precision?: number | undefined;
|
|
8206
8239
|
readonly required?: boolean | undefined;
|
|
8207
8240
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8241
|
+
readonly widget?: string | undefined;
|
|
8208
8242
|
readonly multiple?: boolean | undefined;
|
|
8209
8243
|
readonly dependencies?: string[] | undefined;
|
|
8210
8244
|
readonly externalId?: boolean | undefined;
|
|
@@ -8394,6 +8428,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8394
8428
|
readonly precision?: number | undefined;
|
|
8395
8429
|
readonly required?: boolean | undefined;
|
|
8396
8430
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8431
|
+
readonly widget?: string | undefined;
|
|
8397
8432
|
readonly multiple?: boolean | undefined;
|
|
8398
8433
|
readonly dependencies?: string[] | undefined;
|
|
8399
8434
|
readonly externalId?: boolean | undefined;
|
|
@@ -8578,6 +8613,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8578
8613
|
readonly precision?: number | undefined;
|
|
8579
8614
|
readonly required?: boolean | undefined;
|
|
8580
8615
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8616
|
+
readonly widget?: string | undefined;
|
|
8581
8617
|
readonly multiple?: boolean | undefined;
|
|
8582
8618
|
readonly dependencies?: string[] | undefined;
|
|
8583
8619
|
readonly externalId?: boolean | undefined;
|
|
@@ -8762,6 +8798,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8762
8798
|
readonly precision?: number | undefined;
|
|
8763
8799
|
readonly required?: boolean | undefined;
|
|
8764
8800
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8801
|
+
readonly widget?: string | undefined;
|
|
8765
8802
|
readonly multiple?: boolean | undefined;
|
|
8766
8803
|
readonly dependencies?: string[] | undefined;
|
|
8767
8804
|
readonly externalId?: boolean | undefined;
|
|
@@ -8946,6 +8983,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8946
8983
|
readonly precision?: number | undefined;
|
|
8947
8984
|
readonly required?: boolean | undefined;
|
|
8948
8985
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8986
|
+
readonly widget?: string | undefined;
|
|
8949
8987
|
readonly multiple?: boolean | undefined;
|
|
8950
8988
|
readonly dependencies?: string[] | undefined;
|
|
8951
8989
|
readonly externalId?: boolean | undefined;
|
package/dist/system/index.d.ts
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;
|
|
@@ -965,6 +966,7 @@ declare const SysSetting: Omit<{
|
|
|
965
966
|
readonly precision?: number | undefined;
|
|
966
967
|
readonly required?: boolean | undefined;
|
|
967
968
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
969
|
+
readonly widget?: string | undefined;
|
|
968
970
|
readonly multiple?: boolean | undefined;
|
|
969
971
|
readonly dependencies?: string[] | undefined;
|
|
970
972
|
readonly externalId?: boolean | undefined;
|
|
@@ -1148,6 +1150,7 @@ declare const SysSetting: Omit<{
|
|
|
1148
1150
|
readonly precision?: number | undefined;
|
|
1149
1151
|
readonly required?: boolean | undefined;
|
|
1150
1152
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1153
|
+
readonly widget?: string | undefined;
|
|
1151
1154
|
readonly multiple?: boolean | undefined;
|
|
1152
1155
|
readonly dependencies?: string[] | undefined;
|
|
1153
1156
|
readonly externalId?: boolean | undefined;
|
|
@@ -1331,6 +1334,7 @@ declare const SysSetting: Omit<{
|
|
|
1331
1334
|
readonly precision?: number | undefined;
|
|
1332
1335
|
readonly required?: boolean | undefined;
|
|
1333
1336
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1337
|
+
readonly widget?: string | undefined;
|
|
1334
1338
|
readonly multiple?: boolean | undefined;
|
|
1335
1339
|
readonly dependencies?: string[] | undefined;
|
|
1336
1340
|
readonly externalId?: boolean | undefined;
|
|
@@ -1514,6 +1518,7 @@ declare const SysSetting: Omit<{
|
|
|
1514
1518
|
readonly precision?: number | undefined;
|
|
1515
1519
|
readonly required?: boolean | undefined;
|
|
1516
1520
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1521
|
+
readonly widget?: string | undefined;
|
|
1517
1522
|
readonly multiple?: boolean | undefined;
|
|
1518
1523
|
readonly dependencies?: string[] | undefined;
|
|
1519
1524
|
readonly externalId?: boolean | undefined;
|
|
@@ -1697,6 +1702,7 @@ declare const SysSetting: Omit<{
|
|
|
1697
1702
|
readonly precision?: number | undefined;
|
|
1698
1703
|
readonly required?: boolean | undefined;
|
|
1699
1704
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1705
|
+
readonly widget?: string | undefined;
|
|
1700
1706
|
readonly multiple?: boolean | undefined;
|
|
1701
1707
|
readonly dependencies?: string[] | undefined;
|
|
1702
1708
|
readonly externalId?: boolean | undefined;
|
|
@@ -1880,6 +1886,7 @@ declare const SysSetting: Omit<{
|
|
|
1880
1886
|
readonly precision?: number | undefined;
|
|
1881
1887
|
readonly required?: boolean | undefined;
|
|
1882
1888
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
1889
|
+
readonly widget?: string | undefined;
|
|
1883
1890
|
readonly multiple?: boolean | undefined;
|
|
1884
1891
|
readonly dependencies?: string[] | undefined;
|
|
1885
1892
|
readonly externalId?: boolean | undefined;
|
|
@@ -2063,6 +2070,7 @@ declare const SysSetting: Omit<{
|
|
|
2063
2070
|
readonly precision?: number | undefined;
|
|
2064
2071
|
readonly required?: boolean | undefined;
|
|
2065
2072
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2073
|
+
readonly widget?: string | undefined;
|
|
2066
2074
|
readonly multiple?: boolean | undefined;
|
|
2067
2075
|
readonly dependencies?: string[] | undefined;
|
|
2068
2076
|
readonly externalId?: boolean | undefined;
|
|
@@ -2246,6 +2254,7 @@ declare const SysSetting: Omit<{
|
|
|
2246
2254
|
readonly precision?: number | undefined;
|
|
2247
2255
|
readonly required?: boolean | undefined;
|
|
2248
2256
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2257
|
+
readonly widget?: string | undefined;
|
|
2249
2258
|
readonly multiple?: boolean | undefined;
|
|
2250
2259
|
readonly dependencies?: string[] | undefined;
|
|
2251
2260
|
readonly externalId?: boolean | undefined;
|
|
@@ -2429,6 +2438,7 @@ declare const SysSetting: Omit<{
|
|
|
2429
2438
|
readonly precision?: number | undefined;
|
|
2430
2439
|
readonly required?: boolean | undefined;
|
|
2431
2440
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2441
|
+
readonly widget?: string | undefined;
|
|
2432
2442
|
readonly multiple?: boolean | undefined;
|
|
2433
2443
|
readonly dependencies?: string[] | undefined;
|
|
2434
2444
|
readonly externalId?: boolean | undefined;
|
|
@@ -2612,6 +2622,7 @@ declare const SysSetting: Omit<{
|
|
|
2612
2622
|
readonly precision?: number | undefined;
|
|
2613
2623
|
readonly required?: boolean | undefined;
|
|
2614
2624
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2625
|
+
readonly widget?: string | undefined;
|
|
2615
2626
|
readonly multiple?: boolean | undefined;
|
|
2616
2627
|
readonly dependencies?: string[] | undefined;
|
|
2617
2628
|
readonly externalId?: boolean | undefined;
|
|
@@ -2795,6 +2806,7 @@ declare const SysSetting: Omit<{
|
|
|
2795
2806
|
readonly precision?: number | undefined;
|
|
2796
2807
|
readonly required?: boolean | undefined;
|
|
2797
2808
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2809
|
+
readonly widget?: string | undefined;
|
|
2798
2810
|
readonly multiple?: boolean | undefined;
|
|
2799
2811
|
readonly dependencies?: string[] | undefined;
|
|
2800
2812
|
readonly externalId?: boolean | undefined;
|
|
@@ -2978,6 +2990,7 @@ declare const SysSetting: Omit<{
|
|
|
2978
2990
|
readonly precision?: number | undefined;
|
|
2979
2991
|
readonly required?: boolean | undefined;
|
|
2980
2992
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
2993
|
+
readonly widget?: string | undefined;
|
|
2981
2994
|
readonly multiple?: boolean | undefined;
|
|
2982
2995
|
readonly dependencies?: string[] | undefined;
|
|
2983
2996
|
readonly externalId?: boolean | undefined;
|
|
@@ -3161,6 +3174,7 @@ declare const SysSetting: Omit<{
|
|
|
3161
3174
|
readonly precision?: number | undefined;
|
|
3162
3175
|
readonly required?: boolean | undefined;
|
|
3163
3176
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
3177
|
+
readonly widget?: string | undefined;
|
|
3164
3178
|
readonly multiple?: boolean | undefined;
|
|
3165
3179
|
readonly dependencies?: string[] | undefined;
|
|
3166
3180
|
readonly externalId?: boolean | undefined;
|
|
@@ -3600,6 +3614,7 @@ declare const SysSecret: Omit<{
|
|
|
3600
3614
|
generatedBy?: string | undefined;
|
|
3601
3615
|
} | undefined;
|
|
3602
3616
|
} | undefined;
|
|
3617
|
+
widget?: string | undefined;
|
|
3603
3618
|
requiredPermissions?: string[] | undefined;
|
|
3604
3619
|
system?: boolean | undefined;
|
|
3605
3620
|
inlineHelpText?: string | undefined;
|
|
@@ -4216,6 +4231,7 @@ declare const SysSecret: Omit<{
|
|
|
4216
4231
|
readonly precision?: number | undefined;
|
|
4217
4232
|
readonly required?: boolean | undefined;
|
|
4218
4233
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4234
|
+
readonly widget?: string | undefined;
|
|
4219
4235
|
readonly multiple?: boolean | undefined;
|
|
4220
4236
|
readonly dependencies?: string[] | undefined;
|
|
4221
4237
|
readonly externalId?: boolean | undefined;
|
|
@@ -4399,6 +4415,7 @@ declare const SysSecret: Omit<{
|
|
|
4399
4415
|
readonly precision?: number | undefined;
|
|
4400
4416
|
readonly required?: boolean | undefined;
|
|
4401
4417
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4418
|
+
readonly widget?: string | undefined;
|
|
4402
4419
|
readonly multiple?: boolean | undefined;
|
|
4403
4420
|
readonly dependencies?: string[] | undefined;
|
|
4404
4421
|
readonly externalId?: boolean | undefined;
|
|
@@ -4582,6 +4599,7 @@ declare const SysSecret: Omit<{
|
|
|
4582
4599
|
readonly precision?: number | undefined;
|
|
4583
4600
|
readonly required?: boolean | undefined;
|
|
4584
4601
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4602
|
+
readonly widget?: string | undefined;
|
|
4585
4603
|
readonly multiple?: boolean | undefined;
|
|
4586
4604
|
readonly dependencies?: string[] | undefined;
|
|
4587
4605
|
readonly externalId?: boolean | undefined;
|
|
@@ -4771,6 +4789,7 @@ declare const SysSecret: Omit<{
|
|
|
4771
4789
|
readonly precision?: number | undefined;
|
|
4772
4790
|
readonly required?: boolean | undefined;
|
|
4773
4791
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4792
|
+
readonly widget?: string | undefined;
|
|
4774
4793
|
readonly multiple?: boolean | undefined;
|
|
4775
4794
|
readonly dependencies?: string[] | undefined;
|
|
4776
4795
|
readonly externalId?: boolean | undefined;
|
|
@@ -4954,6 +4973,7 @@ declare const SysSecret: Omit<{
|
|
|
4954
4973
|
readonly precision?: number | undefined;
|
|
4955
4974
|
readonly required?: boolean | undefined;
|
|
4956
4975
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
4976
|
+
readonly widget?: string | undefined;
|
|
4957
4977
|
readonly multiple?: boolean | undefined;
|
|
4958
4978
|
readonly dependencies?: string[] | undefined;
|
|
4959
4979
|
readonly externalId?: boolean | undefined;
|
|
@@ -5138,6 +5158,7 @@ declare const SysSecret: Omit<{
|
|
|
5138
5158
|
readonly precision?: number | undefined;
|
|
5139
5159
|
readonly required?: boolean | undefined;
|
|
5140
5160
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5161
|
+
readonly widget?: string | undefined;
|
|
5141
5162
|
readonly multiple?: boolean | undefined;
|
|
5142
5163
|
readonly dependencies?: string[] | undefined;
|
|
5143
5164
|
readonly externalId?: boolean | undefined;
|
|
@@ -5322,6 +5343,7 @@ declare const SysSecret: Omit<{
|
|
|
5322
5343
|
readonly precision?: number | undefined;
|
|
5323
5344
|
readonly required?: boolean | undefined;
|
|
5324
5345
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5346
|
+
readonly widget?: string | undefined;
|
|
5325
5347
|
readonly multiple?: boolean | undefined;
|
|
5326
5348
|
readonly dependencies?: string[] | undefined;
|
|
5327
5349
|
readonly externalId?: boolean | undefined;
|
|
@@ -5506,6 +5528,7 @@ declare const SysSecret: Omit<{
|
|
|
5506
5528
|
readonly precision?: number | undefined;
|
|
5507
5529
|
readonly required?: boolean | undefined;
|
|
5508
5530
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5531
|
+
readonly widget?: string | undefined;
|
|
5509
5532
|
readonly multiple?: boolean | undefined;
|
|
5510
5533
|
readonly dependencies?: string[] | undefined;
|
|
5511
5534
|
readonly externalId?: boolean | undefined;
|
|
@@ -5689,6 +5712,7 @@ declare const SysSecret: Omit<{
|
|
|
5689
5712
|
readonly precision?: number | undefined;
|
|
5690
5713
|
readonly required?: boolean | undefined;
|
|
5691
5714
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
5715
|
+
readonly widget?: string | undefined;
|
|
5692
5716
|
readonly multiple?: boolean | undefined;
|
|
5693
5717
|
readonly dependencies?: string[] | undefined;
|
|
5694
5718
|
readonly externalId?: boolean | undefined;
|
|
@@ -6118,6 +6142,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6118
6142
|
generatedBy?: string | undefined;
|
|
6119
6143
|
} | undefined;
|
|
6120
6144
|
} | undefined;
|
|
6145
|
+
widget?: string | undefined;
|
|
6121
6146
|
requiredPermissions?: string[] | undefined;
|
|
6122
6147
|
system?: boolean | undefined;
|
|
6123
6148
|
inlineHelpText?: string | undefined;
|
|
@@ -6735,6 +6760,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6735
6760
|
readonly precision?: number | undefined;
|
|
6736
6761
|
readonly required?: boolean | undefined;
|
|
6737
6762
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6763
|
+
readonly widget?: string | undefined;
|
|
6738
6764
|
readonly multiple?: boolean | undefined;
|
|
6739
6765
|
readonly dependencies?: string[] | undefined;
|
|
6740
6766
|
readonly externalId?: boolean | undefined;
|
|
@@ -6918,6 +6944,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6918
6944
|
readonly precision?: number | undefined;
|
|
6919
6945
|
readonly required?: boolean | undefined;
|
|
6920
6946
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
6947
|
+
readonly widget?: string | undefined;
|
|
6921
6948
|
readonly multiple?: boolean | undefined;
|
|
6922
6949
|
readonly dependencies?: string[] | undefined;
|
|
6923
6950
|
readonly externalId?: boolean | undefined;
|
|
@@ -7101,6 +7128,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7101
7128
|
readonly precision?: number | undefined;
|
|
7102
7129
|
readonly required?: boolean | undefined;
|
|
7103
7130
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7131
|
+
readonly widget?: string | undefined;
|
|
7104
7132
|
readonly multiple?: boolean | undefined;
|
|
7105
7133
|
readonly dependencies?: string[] | undefined;
|
|
7106
7134
|
readonly externalId?: boolean | undefined;
|
|
@@ -7284,6 +7312,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7284
7312
|
readonly precision?: number | undefined;
|
|
7285
7313
|
readonly required?: boolean | undefined;
|
|
7286
7314
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7315
|
+
readonly widget?: string | undefined;
|
|
7287
7316
|
readonly multiple?: boolean | undefined;
|
|
7288
7317
|
readonly dependencies?: string[] | undefined;
|
|
7289
7318
|
readonly externalId?: boolean | undefined;
|
|
@@ -7467,6 +7496,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7467
7496
|
readonly precision?: number | undefined;
|
|
7468
7497
|
readonly required?: boolean | undefined;
|
|
7469
7498
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7499
|
+
readonly widget?: string | undefined;
|
|
7470
7500
|
readonly multiple?: boolean | undefined;
|
|
7471
7501
|
readonly dependencies?: string[] | undefined;
|
|
7472
7502
|
readonly externalId?: boolean | undefined;
|
|
@@ -7650,6 +7680,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7650
7680
|
readonly precision?: number | undefined;
|
|
7651
7681
|
readonly required?: boolean | undefined;
|
|
7652
7682
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7683
|
+
readonly widget?: string | undefined;
|
|
7653
7684
|
readonly multiple?: boolean | undefined;
|
|
7654
7685
|
readonly dependencies?: string[] | undefined;
|
|
7655
7686
|
readonly externalId?: boolean | undefined;
|
|
@@ -7833,6 +7864,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7833
7864
|
readonly precision?: number | undefined;
|
|
7834
7865
|
readonly required?: boolean | undefined;
|
|
7835
7866
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
7867
|
+
readonly widget?: string | undefined;
|
|
7836
7868
|
readonly multiple?: boolean | undefined;
|
|
7837
7869
|
readonly dependencies?: string[] | undefined;
|
|
7838
7870
|
readonly externalId?: boolean | undefined;
|
|
@@ -8021,6 +8053,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8021
8053
|
readonly precision?: number | undefined;
|
|
8022
8054
|
readonly required?: boolean | undefined;
|
|
8023
8055
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8056
|
+
readonly widget?: string | undefined;
|
|
8024
8057
|
readonly multiple?: boolean | undefined;
|
|
8025
8058
|
readonly dependencies?: string[] | undefined;
|
|
8026
8059
|
readonly externalId?: boolean | undefined;
|
|
@@ -8205,6 +8238,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8205
8238
|
readonly precision?: number | undefined;
|
|
8206
8239
|
readonly required?: boolean | undefined;
|
|
8207
8240
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8241
|
+
readonly widget?: string | undefined;
|
|
8208
8242
|
readonly multiple?: boolean | undefined;
|
|
8209
8243
|
readonly dependencies?: string[] | undefined;
|
|
8210
8244
|
readonly externalId?: boolean | undefined;
|
|
@@ -8394,6 +8428,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8394
8428
|
readonly precision?: number | undefined;
|
|
8395
8429
|
readonly required?: boolean | undefined;
|
|
8396
8430
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8431
|
+
readonly widget?: string | undefined;
|
|
8397
8432
|
readonly multiple?: boolean | undefined;
|
|
8398
8433
|
readonly dependencies?: string[] | undefined;
|
|
8399
8434
|
readonly externalId?: boolean | undefined;
|
|
@@ -8578,6 +8613,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8578
8613
|
readonly precision?: number | undefined;
|
|
8579
8614
|
readonly required?: boolean | undefined;
|
|
8580
8615
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8616
|
+
readonly widget?: string | undefined;
|
|
8581
8617
|
readonly multiple?: boolean | undefined;
|
|
8582
8618
|
readonly dependencies?: string[] | undefined;
|
|
8583
8619
|
readonly externalId?: boolean | undefined;
|
|
@@ -8762,6 +8798,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8762
8798
|
readonly precision?: number | undefined;
|
|
8763
8799
|
readonly required?: boolean | undefined;
|
|
8764
8800
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8801
|
+
readonly widget?: string | undefined;
|
|
8765
8802
|
readonly multiple?: boolean | undefined;
|
|
8766
8803
|
readonly dependencies?: string[] | undefined;
|
|
8767
8804
|
readonly externalId?: boolean | undefined;
|
|
@@ -8946,6 +8983,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
8946
8983
|
readonly precision?: number | undefined;
|
|
8947
8984
|
readonly required?: boolean | undefined;
|
|
8948
8985
|
readonly returnType?: "number" | "boolean" | "date" | "text" | undefined;
|
|
8986
|
+
readonly widget?: string | undefined;
|
|
8949
8987
|
readonly multiple?: boolean | undefined;
|
|
8950
8988
|
readonly dependencies?: string[] | undefined;
|
|
8951
8989
|
readonly externalId?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/platform-objects",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.7.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Core platform object schemas for ObjectStack — identity, security, audit, tenant, and metadata objects",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@objectstack/metadata-core": "14.
|
|
67
|
-
"@objectstack/spec": "14.
|
|
66
|
+
"@objectstack/metadata-core": "14.7.0",
|
|
67
|
+
"@objectstack/spec": "14.7.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@types/node": "^26.1.1",
|