@objectstack/platform-objects 9.8.0 → 9.9.1
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/audit/index.d.mts +160 -4
- package/dist/audit/index.d.ts +160 -4
- package/dist/audit/index.js.map +1 -1
- package/dist/audit/index.mjs.map +1 -1
- package/dist/identity/index.d.mts +253 -0
- package/dist/identity/index.d.ts +253 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/system/index.d.mts +44 -0
- package/dist/system/index.d.ts +44 -0
- package/package.json +3 -3
package/dist/system/index.d.mts
CHANGED
|
@@ -105,6 +105,7 @@ declare const SysSetting: Omit<{
|
|
|
105
105
|
currencyMode: "fixed" | "dynamic";
|
|
106
106
|
defaultCurrency: string;
|
|
107
107
|
} | undefined;
|
|
108
|
+
dimensions?: number | undefined;
|
|
108
109
|
vectorConfig?: {
|
|
109
110
|
dimensions: number;
|
|
110
111
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -689,6 +690,8 @@ declare const SysSetting: Omit<{
|
|
|
689
690
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
690
691
|
confirmText?: string | undefined;
|
|
691
692
|
successMessage?: string | undefined;
|
|
693
|
+
errorMessage?: string | undefined;
|
|
694
|
+
undoable?: boolean | undefined;
|
|
692
695
|
resultDialog?: {
|
|
693
696
|
title?: string | undefined;
|
|
694
697
|
description?: string | undefined;
|
|
@@ -885,6 +888,7 @@ declare const SysSetting: Omit<{
|
|
|
885
888
|
readonly system?: boolean | undefined;
|
|
886
889
|
readonly min?: number | undefined;
|
|
887
890
|
readonly max?: number | undefined;
|
|
891
|
+
readonly dimensions?: number | undefined;
|
|
888
892
|
readonly columnName?: string | undefined;
|
|
889
893
|
readonly searchable?: boolean | undefined;
|
|
890
894
|
readonly unique?: boolean | undefined;
|
|
@@ -1039,6 +1043,7 @@ declare const SysSetting: Omit<{
|
|
|
1039
1043
|
readonly system?: boolean | undefined;
|
|
1040
1044
|
readonly min?: number | undefined;
|
|
1041
1045
|
readonly max?: number | undefined;
|
|
1046
|
+
readonly dimensions?: number | undefined;
|
|
1042
1047
|
readonly columnName?: string | undefined;
|
|
1043
1048
|
readonly searchable?: boolean | undefined;
|
|
1044
1049
|
readonly unique?: boolean | undefined;
|
|
@@ -1193,6 +1198,7 @@ declare const SysSetting: Omit<{
|
|
|
1193
1198
|
readonly system?: boolean | undefined;
|
|
1194
1199
|
readonly min?: number | undefined;
|
|
1195
1200
|
readonly max?: number | undefined;
|
|
1201
|
+
readonly dimensions?: number | undefined;
|
|
1196
1202
|
readonly columnName?: string | undefined;
|
|
1197
1203
|
readonly searchable?: boolean | undefined;
|
|
1198
1204
|
readonly unique?: boolean | undefined;
|
|
@@ -1347,6 +1353,7 @@ declare const SysSetting: Omit<{
|
|
|
1347
1353
|
readonly system?: boolean | undefined;
|
|
1348
1354
|
readonly min?: number | undefined;
|
|
1349
1355
|
readonly max?: number | undefined;
|
|
1356
|
+
readonly dimensions?: number | undefined;
|
|
1350
1357
|
readonly columnName?: string | undefined;
|
|
1351
1358
|
readonly searchable?: boolean | undefined;
|
|
1352
1359
|
readonly unique?: boolean | undefined;
|
|
@@ -1501,6 +1508,7 @@ declare const SysSetting: Omit<{
|
|
|
1501
1508
|
readonly system?: boolean | undefined;
|
|
1502
1509
|
readonly min?: number | undefined;
|
|
1503
1510
|
readonly max?: number | undefined;
|
|
1511
|
+
readonly dimensions?: number | undefined;
|
|
1504
1512
|
readonly columnName?: string | undefined;
|
|
1505
1513
|
readonly searchable?: boolean | undefined;
|
|
1506
1514
|
readonly unique?: boolean | undefined;
|
|
@@ -1655,6 +1663,7 @@ declare const SysSetting: Omit<{
|
|
|
1655
1663
|
readonly system?: boolean | undefined;
|
|
1656
1664
|
readonly min?: number | undefined;
|
|
1657
1665
|
readonly max?: number | undefined;
|
|
1666
|
+
readonly dimensions?: number | undefined;
|
|
1658
1667
|
readonly columnName?: string | undefined;
|
|
1659
1668
|
readonly searchable?: boolean | undefined;
|
|
1660
1669
|
readonly unique?: boolean | undefined;
|
|
@@ -1809,6 +1818,7 @@ declare const SysSetting: Omit<{
|
|
|
1809
1818
|
readonly system?: boolean | undefined;
|
|
1810
1819
|
readonly min?: number | undefined;
|
|
1811
1820
|
readonly max?: number | undefined;
|
|
1821
|
+
readonly dimensions?: number | undefined;
|
|
1812
1822
|
readonly columnName?: string | undefined;
|
|
1813
1823
|
readonly searchable?: boolean | undefined;
|
|
1814
1824
|
readonly unique?: boolean | undefined;
|
|
@@ -1963,6 +1973,7 @@ declare const SysSetting: Omit<{
|
|
|
1963
1973
|
readonly system?: boolean | undefined;
|
|
1964
1974
|
readonly min?: number | undefined;
|
|
1965
1975
|
readonly max?: number | undefined;
|
|
1976
|
+
readonly dimensions?: number | undefined;
|
|
1966
1977
|
readonly columnName?: string | undefined;
|
|
1967
1978
|
readonly searchable?: boolean | undefined;
|
|
1968
1979
|
readonly unique?: boolean | undefined;
|
|
@@ -2117,6 +2128,7 @@ declare const SysSetting: Omit<{
|
|
|
2117
2128
|
readonly system?: boolean | undefined;
|
|
2118
2129
|
readonly min?: number | undefined;
|
|
2119
2130
|
readonly max?: number | undefined;
|
|
2131
|
+
readonly dimensions?: number | undefined;
|
|
2120
2132
|
readonly columnName?: string | undefined;
|
|
2121
2133
|
readonly searchable?: boolean | undefined;
|
|
2122
2134
|
readonly unique?: boolean | undefined;
|
|
@@ -2271,6 +2283,7 @@ declare const SysSetting: Omit<{
|
|
|
2271
2283
|
readonly system?: boolean | undefined;
|
|
2272
2284
|
readonly min?: number | undefined;
|
|
2273
2285
|
readonly max?: number | undefined;
|
|
2286
|
+
readonly dimensions?: number | undefined;
|
|
2274
2287
|
readonly columnName?: string | undefined;
|
|
2275
2288
|
readonly searchable?: boolean | undefined;
|
|
2276
2289
|
readonly unique?: boolean | undefined;
|
|
@@ -2425,6 +2438,7 @@ declare const SysSetting: Omit<{
|
|
|
2425
2438
|
readonly system?: boolean | undefined;
|
|
2426
2439
|
readonly min?: number | undefined;
|
|
2427
2440
|
readonly max?: number | undefined;
|
|
2441
|
+
readonly dimensions?: number | undefined;
|
|
2428
2442
|
readonly columnName?: string | undefined;
|
|
2429
2443
|
readonly searchable?: boolean | undefined;
|
|
2430
2444
|
readonly unique?: boolean | undefined;
|
|
@@ -2579,6 +2593,7 @@ declare const SysSetting: Omit<{
|
|
|
2579
2593
|
readonly system?: boolean | undefined;
|
|
2580
2594
|
readonly min?: number | undefined;
|
|
2581
2595
|
readonly max?: number | undefined;
|
|
2596
|
+
readonly dimensions?: number | undefined;
|
|
2582
2597
|
readonly columnName?: string | undefined;
|
|
2583
2598
|
readonly searchable?: boolean | undefined;
|
|
2584
2599
|
readonly unique?: boolean | undefined;
|
|
@@ -2733,6 +2748,7 @@ declare const SysSetting: Omit<{
|
|
|
2733
2748
|
readonly system?: boolean | undefined;
|
|
2734
2749
|
readonly min?: number | undefined;
|
|
2735
2750
|
readonly max?: number | undefined;
|
|
2751
|
+
readonly dimensions?: number | undefined;
|
|
2736
2752
|
readonly columnName?: string | undefined;
|
|
2737
2753
|
readonly searchable?: boolean | undefined;
|
|
2738
2754
|
readonly unique?: boolean | undefined;
|
|
@@ -2988,6 +3004,7 @@ declare const SysSecret: Omit<{
|
|
|
2988
3004
|
currencyMode: "fixed" | "dynamic";
|
|
2989
3005
|
defaultCurrency: string;
|
|
2990
3006
|
} | undefined;
|
|
3007
|
+
dimensions?: number | undefined;
|
|
2991
3008
|
vectorConfig?: {
|
|
2992
3009
|
dimensions: number;
|
|
2993
3010
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -3572,6 +3589,8 @@ declare const SysSecret: Omit<{
|
|
|
3572
3589
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
3573
3590
|
confirmText?: string | undefined;
|
|
3574
3591
|
successMessage?: string | undefined;
|
|
3592
|
+
errorMessage?: string | undefined;
|
|
3593
|
+
undoable?: boolean | undefined;
|
|
3575
3594
|
resultDialog?: {
|
|
3576
3595
|
title?: string | undefined;
|
|
3577
3596
|
description?: string | undefined;
|
|
@@ -3678,6 +3697,7 @@ declare const SysSecret: Omit<{
|
|
|
3678
3697
|
readonly system?: boolean | undefined;
|
|
3679
3698
|
readonly min?: number | undefined;
|
|
3680
3699
|
readonly max?: number | undefined;
|
|
3700
|
+
readonly dimensions?: number | undefined;
|
|
3681
3701
|
readonly columnName?: string | undefined;
|
|
3682
3702
|
readonly searchable?: boolean | undefined;
|
|
3683
3703
|
readonly unique?: boolean | undefined;
|
|
@@ -3832,6 +3852,7 @@ declare const SysSecret: Omit<{
|
|
|
3832
3852
|
readonly system?: boolean | undefined;
|
|
3833
3853
|
readonly min?: number | undefined;
|
|
3834
3854
|
readonly max?: number | undefined;
|
|
3855
|
+
readonly dimensions?: number | undefined;
|
|
3835
3856
|
readonly columnName?: string | undefined;
|
|
3836
3857
|
readonly searchable?: boolean | undefined;
|
|
3837
3858
|
readonly unique?: boolean | undefined;
|
|
@@ -3986,6 +4007,7 @@ declare const SysSecret: Omit<{
|
|
|
3986
4007
|
readonly system?: boolean | undefined;
|
|
3987
4008
|
readonly min?: number | undefined;
|
|
3988
4009
|
readonly max?: number | undefined;
|
|
4010
|
+
readonly dimensions?: number | undefined;
|
|
3989
4011
|
readonly columnName?: string | undefined;
|
|
3990
4012
|
readonly searchable?: boolean | undefined;
|
|
3991
4013
|
readonly unique?: boolean | undefined;
|
|
@@ -4146,6 +4168,7 @@ declare const SysSecret: Omit<{
|
|
|
4146
4168
|
readonly system?: boolean | undefined;
|
|
4147
4169
|
readonly min?: number | undefined;
|
|
4148
4170
|
readonly max?: number | undefined;
|
|
4171
|
+
readonly dimensions?: number | undefined;
|
|
4149
4172
|
readonly columnName?: string | undefined;
|
|
4150
4173
|
readonly searchable?: boolean | undefined;
|
|
4151
4174
|
readonly unique?: boolean | undefined;
|
|
@@ -4300,6 +4323,7 @@ declare const SysSecret: Omit<{
|
|
|
4300
4323
|
readonly system?: boolean | undefined;
|
|
4301
4324
|
readonly min?: number | undefined;
|
|
4302
4325
|
readonly max?: number | undefined;
|
|
4326
|
+
readonly dimensions?: number | undefined;
|
|
4303
4327
|
readonly columnName?: string | undefined;
|
|
4304
4328
|
readonly searchable?: boolean | undefined;
|
|
4305
4329
|
readonly unique?: boolean | undefined;
|
|
@@ -4455,6 +4479,7 @@ declare const SysSecret: Omit<{
|
|
|
4455
4479
|
readonly system?: boolean | undefined;
|
|
4456
4480
|
readonly min?: number | undefined;
|
|
4457
4481
|
readonly max?: number | undefined;
|
|
4482
|
+
readonly dimensions?: number | undefined;
|
|
4458
4483
|
readonly columnName?: string | undefined;
|
|
4459
4484
|
readonly searchable?: boolean | undefined;
|
|
4460
4485
|
readonly unique?: boolean | undefined;
|
|
@@ -4610,6 +4635,7 @@ declare const SysSecret: Omit<{
|
|
|
4610
4635
|
readonly system?: boolean | undefined;
|
|
4611
4636
|
readonly min?: number | undefined;
|
|
4612
4637
|
readonly max?: number | undefined;
|
|
4638
|
+
readonly dimensions?: number | undefined;
|
|
4613
4639
|
readonly columnName?: string | undefined;
|
|
4614
4640
|
readonly searchable?: boolean | undefined;
|
|
4615
4641
|
readonly unique?: boolean | undefined;
|
|
@@ -4765,6 +4791,7 @@ declare const SysSecret: Omit<{
|
|
|
4765
4791
|
readonly system?: boolean | undefined;
|
|
4766
4792
|
readonly min?: number | undefined;
|
|
4767
4793
|
readonly max?: number | undefined;
|
|
4794
|
+
readonly dimensions?: number | undefined;
|
|
4768
4795
|
readonly columnName?: string | undefined;
|
|
4769
4796
|
readonly searchable?: boolean | undefined;
|
|
4770
4797
|
readonly unique?: boolean | undefined;
|
|
@@ -4919,6 +4946,7 @@ declare const SysSecret: Omit<{
|
|
|
4919
4946
|
readonly system?: boolean | undefined;
|
|
4920
4947
|
readonly min?: number | undefined;
|
|
4921
4948
|
readonly max?: number | undefined;
|
|
4949
|
+
readonly dimensions?: number | undefined;
|
|
4922
4950
|
readonly columnName?: string | undefined;
|
|
4923
4951
|
readonly searchable?: boolean | undefined;
|
|
4924
4952
|
readonly unique?: boolean | undefined;
|
|
@@ -5164,6 +5192,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5164
5192
|
currencyMode: "fixed" | "dynamic";
|
|
5165
5193
|
defaultCurrency: string;
|
|
5166
5194
|
} | undefined;
|
|
5195
|
+
dimensions?: number | undefined;
|
|
5167
5196
|
vectorConfig?: {
|
|
5168
5197
|
dimensions: number;
|
|
5169
5198
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -5748,6 +5777,8 @@ declare const SysSettingAudit: Omit<{
|
|
|
5748
5777
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
5749
5778
|
confirmText?: string | undefined;
|
|
5750
5779
|
successMessage?: string | undefined;
|
|
5780
|
+
errorMessage?: string | undefined;
|
|
5781
|
+
undoable?: boolean | undefined;
|
|
5751
5782
|
resultDialog?: {
|
|
5752
5783
|
title?: string | undefined;
|
|
5753
5784
|
description?: string | undefined;
|
|
@@ -5858,6 +5889,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5858
5889
|
readonly system?: boolean | undefined;
|
|
5859
5890
|
readonly min?: number | undefined;
|
|
5860
5891
|
readonly max?: number | undefined;
|
|
5892
|
+
readonly dimensions?: number | undefined;
|
|
5861
5893
|
readonly columnName?: string | undefined;
|
|
5862
5894
|
readonly searchable?: boolean | undefined;
|
|
5863
5895
|
readonly unique?: boolean | undefined;
|
|
@@ -6012,6 +6044,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6012
6044
|
readonly system?: boolean | undefined;
|
|
6013
6045
|
readonly min?: number | undefined;
|
|
6014
6046
|
readonly max?: number | undefined;
|
|
6047
|
+
readonly dimensions?: number | undefined;
|
|
6015
6048
|
readonly columnName?: string | undefined;
|
|
6016
6049
|
readonly searchable?: boolean | undefined;
|
|
6017
6050
|
readonly unique?: boolean | undefined;
|
|
@@ -6166,6 +6199,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6166
6199
|
readonly system?: boolean | undefined;
|
|
6167
6200
|
readonly min?: number | undefined;
|
|
6168
6201
|
readonly max?: number | undefined;
|
|
6202
|
+
readonly dimensions?: number | undefined;
|
|
6169
6203
|
readonly columnName?: string | undefined;
|
|
6170
6204
|
readonly searchable?: boolean | undefined;
|
|
6171
6205
|
readonly unique?: boolean | undefined;
|
|
@@ -6320,6 +6354,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6320
6354
|
readonly system?: boolean | undefined;
|
|
6321
6355
|
readonly min?: number | undefined;
|
|
6322
6356
|
readonly max?: number | undefined;
|
|
6357
|
+
readonly dimensions?: number | undefined;
|
|
6323
6358
|
readonly columnName?: string | undefined;
|
|
6324
6359
|
readonly searchable?: boolean | undefined;
|
|
6325
6360
|
readonly unique?: boolean | undefined;
|
|
@@ -6474,6 +6509,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6474
6509
|
readonly system?: boolean | undefined;
|
|
6475
6510
|
readonly min?: number | undefined;
|
|
6476
6511
|
readonly max?: number | undefined;
|
|
6512
|
+
readonly dimensions?: number | undefined;
|
|
6477
6513
|
readonly columnName?: string | undefined;
|
|
6478
6514
|
readonly searchable?: boolean | undefined;
|
|
6479
6515
|
readonly unique?: boolean | undefined;
|
|
@@ -6628,6 +6664,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6628
6664
|
readonly system?: boolean | undefined;
|
|
6629
6665
|
readonly min?: number | undefined;
|
|
6630
6666
|
readonly max?: number | undefined;
|
|
6667
|
+
readonly dimensions?: number | undefined;
|
|
6631
6668
|
readonly columnName?: string | undefined;
|
|
6632
6669
|
readonly searchable?: boolean | undefined;
|
|
6633
6670
|
readonly unique?: boolean | undefined;
|
|
@@ -6782,6 +6819,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6782
6819
|
readonly system?: boolean | undefined;
|
|
6783
6820
|
readonly min?: number | undefined;
|
|
6784
6821
|
readonly max?: number | undefined;
|
|
6822
|
+
readonly dimensions?: number | undefined;
|
|
6785
6823
|
readonly columnName?: string | undefined;
|
|
6786
6824
|
readonly searchable?: boolean | undefined;
|
|
6787
6825
|
readonly unique?: boolean | undefined;
|
|
@@ -6941,6 +6979,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6941
6979
|
readonly system?: boolean | undefined;
|
|
6942
6980
|
readonly min?: number | undefined;
|
|
6943
6981
|
readonly max?: number | undefined;
|
|
6982
|
+
readonly dimensions?: number | undefined;
|
|
6944
6983
|
readonly columnName?: string | undefined;
|
|
6945
6984
|
readonly searchable?: boolean | undefined;
|
|
6946
6985
|
readonly unique?: boolean | undefined;
|
|
@@ -7096,6 +7135,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7096
7135
|
readonly system?: boolean | undefined;
|
|
7097
7136
|
readonly min?: number | undefined;
|
|
7098
7137
|
readonly max?: number | undefined;
|
|
7138
|
+
readonly dimensions?: number | undefined;
|
|
7099
7139
|
readonly columnName?: string | undefined;
|
|
7100
7140
|
readonly searchable?: boolean | undefined;
|
|
7101
7141
|
readonly unique?: boolean | undefined;
|
|
@@ -7256,6 +7296,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7256
7296
|
readonly system?: boolean | undefined;
|
|
7257
7297
|
readonly min?: number | undefined;
|
|
7258
7298
|
readonly max?: number | undefined;
|
|
7299
|
+
readonly dimensions?: number | undefined;
|
|
7259
7300
|
readonly columnName?: string | undefined;
|
|
7260
7301
|
readonly searchable?: boolean | undefined;
|
|
7261
7302
|
readonly unique?: boolean | undefined;
|
|
@@ -7411,6 +7452,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7411
7452
|
readonly system?: boolean | undefined;
|
|
7412
7453
|
readonly min?: number | undefined;
|
|
7413
7454
|
readonly max?: number | undefined;
|
|
7455
|
+
readonly dimensions?: number | undefined;
|
|
7414
7456
|
readonly columnName?: string | undefined;
|
|
7415
7457
|
readonly searchable?: boolean | undefined;
|
|
7416
7458
|
readonly unique?: boolean | undefined;
|
|
@@ -7566,6 +7608,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7566
7608
|
readonly system?: boolean | undefined;
|
|
7567
7609
|
readonly min?: number | undefined;
|
|
7568
7610
|
readonly max?: number | undefined;
|
|
7611
|
+
readonly dimensions?: number | undefined;
|
|
7569
7612
|
readonly columnName?: string | undefined;
|
|
7570
7613
|
readonly searchable?: boolean | undefined;
|
|
7571
7614
|
readonly unique?: boolean | undefined;
|
|
@@ -7721,6 +7764,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7721
7764
|
readonly system?: boolean | undefined;
|
|
7722
7765
|
readonly min?: number | undefined;
|
|
7723
7766
|
readonly max?: number | undefined;
|
|
7767
|
+
readonly dimensions?: number | undefined;
|
|
7724
7768
|
readonly columnName?: string | undefined;
|
|
7725
7769
|
readonly searchable?: boolean | undefined;
|
|
7726
7770
|
readonly unique?: boolean | undefined;
|
package/dist/system/index.d.ts
CHANGED
|
@@ -105,6 +105,7 @@ declare const SysSetting: Omit<{
|
|
|
105
105
|
currencyMode: "fixed" | "dynamic";
|
|
106
106
|
defaultCurrency: string;
|
|
107
107
|
} | undefined;
|
|
108
|
+
dimensions?: number | undefined;
|
|
108
109
|
vectorConfig?: {
|
|
109
110
|
dimensions: number;
|
|
110
111
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -689,6 +690,8 @@ declare const SysSetting: Omit<{
|
|
|
689
690
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
690
691
|
confirmText?: string | undefined;
|
|
691
692
|
successMessage?: string | undefined;
|
|
693
|
+
errorMessage?: string | undefined;
|
|
694
|
+
undoable?: boolean | undefined;
|
|
692
695
|
resultDialog?: {
|
|
693
696
|
title?: string | undefined;
|
|
694
697
|
description?: string | undefined;
|
|
@@ -885,6 +888,7 @@ declare const SysSetting: Omit<{
|
|
|
885
888
|
readonly system?: boolean | undefined;
|
|
886
889
|
readonly min?: number | undefined;
|
|
887
890
|
readonly max?: number | undefined;
|
|
891
|
+
readonly dimensions?: number | undefined;
|
|
888
892
|
readonly columnName?: string | undefined;
|
|
889
893
|
readonly searchable?: boolean | undefined;
|
|
890
894
|
readonly unique?: boolean | undefined;
|
|
@@ -1039,6 +1043,7 @@ declare const SysSetting: Omit<{
|
|
|
1039
1043
|
readonly system?: boolean | undefined;
|
|
1040
1044
|
readonly min?: number | undefined;
|
|
1041
1045
|
readonly max?: number | undefined;
|
|
1046
|
+
readonly dimensions?: number | undefined;
|
|
1042
1047
|
readonly columnName?: string | undefined;
|
|
1043
1048
|
readonly searchable?: boolean | undefined;
|
|
1044
1049
|
readonly unique?: boolean | undefined;
|
|
@@ -1193,6 +1198,7 @@ declare const SysSetting: Omit<{
|
|
|
1193
1198
|
readonly system?: boolean | undefined;
|
|
1194
1199
|
readonly min?: number | undefined;
|
|
1195
1200
|
readonly max?: number | undefined;
|
|
1201
|
+
readonly dimensions?: number | undefined;
|
|
1196
1202
|
readonly columnName?: string | undefined;
|
|
1197
1203
|
readonly searchable?: boolean | undefined;
|
|
1198
1204
|
readonly unique?: boolean | undefined;
|
|
@@ -1347,6 +1353,7 @@ declare const SysSetting: Omit<{
|
|
|
1347
1353
|
readonly system?: boolean | undefined;
|
|
1348
1354
|
readonly min?: number | undefined;
|
|
1349
1355
|
readonly max?: number | undefined;
|
|
1356
|
+
readonly dimensions?: number | undefined;
|
|
1350
1357
|
readonly columnName?: string | undefined;
|
|
1351
1358
|
readonly searchable?: boolean | undefined;
|
|
1352
1359
|
readonly unique?: boolean | undefined;
|
|
@@ -1501,6 +1508,7 @@ declare const SysSetting: Omit<{
|
|
|
1501
1508
|
readonly system?: boolean | undefined;
|
|
1502
1509
|
readonly min?: number | undefined;
|
|
1503
1510
|
readonly max?: number | undefined;
|
|
1511
|
+
readonly dimensions?: number | undefined;
|
|
1504
1512
|
readonly columnName?: string | undefined;
|
|
1505
1513
|
readonly searchable?: boolean | undefined;
|
|
1506
1514
|
readonly unique?: boolean | undefined;
|
|
@@ -1655,6 +1663,7 @@ declare const SysSetting: Omit<{
|
|
|
1655
1663
|
readonly system?: boolean | undefined;
|
|
1656
1664
|
readonly min?: number | undefined;
|
|
1657
1665
|
readonly max?: number | undefined;
|
|
1666
|
+
readonly dimensions?: number | undefined;
|
|
1658
1667
|
readonly columnName?: string | undefined;
|
|
1659
1668
|
readonly searchable?: boolean | undefined;
|
|
1660
1669
|
readonly unique?: boolean | undefined;
|
|
@@ -1809,6 +1818,7 @@ declare const SysSetting: Omit<{
|
|
|
1809
1818
|
readonly system?: boolean | undefined;
|
|
1810
1819
|
readonly min?: number | undefined;
|
|
1811
1820
|
readonly max?: number | undefined;
|
|
1821
|
+
readonly dimensions?: number | undefined;
|
|
1812
1822
|
readonly columnName?: string | undefined;
|
|
1813
1823
|
readonly searchable?: boolean | undefined;
|
|
1814
1824
|
readonly unique?: boolean | undefined;
|
|
@@ -1963,6 +1973,7 @@ declare const SysSetting: Omit<{
|
|
|
1963
1973
|
readonly system?: boolean | undefined;
|
|
1964
1974
|
readonly min?: number | undefined;
|
|
1965
1975
|
readonly max?: number | undefined;
|
|
1976
|
+
readonly dimensions?: number | undefined;
|
|
1966
1977
|
readonly columnName?: string | undefined;
|
|
1967
1978
|
readonly searchable?: boolean | undefined;
|
|
1968
1979
|
readonly unique?: boolean | undefined;
|
|
@@ -2117,6 +2128,7 @@ declare const SysSetting: Omit<{
|
|
|
2117
2128
|
readonly system?: boolean | undefined;
|
|
2118
2129
|
readonly min?: number | undefined;
|
|
2119
2130
|
readonly max?: number | undefined;
|
|
2131
|
+
readonly dimensions?: number | undefined;
|
|
2120
2132
|
readonly columnName?: string | undefined;
|
|
2121
2133
|
readonly searchable?: boolean | undefined;
|
|
2122
2134
|
readonly unique?: boolean | undefined;
|
|
@@ -2271,6 +2283,7 @@ declare const SysSetting: Omit<{
|
|
|
2271
2283
|
readonly system?: boolean | undefined;
|
|
2272
2284
|
readonly min?: number | undefined;
|
|
2273
2285
|
readonly max?: number | undefined;
|
|
2286
|
+
readonly dimensions?: number | undefined;
|
|
2274
2287
|
readonly columnName?: string | undefined;
|
|
2275
2288
|
readonly searchable?: boolean | undefined;
|
|
2276
2289
|
readonly unique?: boolean | undefined;
|
|
@@ -2425,6 +2438,7 @@ declare const SysSetting: Omit<{
|
|
|
2425
2438
|
readonly system?: boolean | undefined;
|
|
2426
2439
|
readonly min?: number | undefined;
|
|
2427
2440
|
readonly max?: number | undefined;
|
|
2441
|
+
readonly dimensions?: number | undefined;
|
|
2428
2442
|
readonly columnName?: string | undefined;
|
|
2429
2443
|
readonly searchable?: boolean | undefined;
|
|
2430
2444
|
readonly unique?: boolean | undefined;
|
|
@@ -2579,6 +2593,7 @@ declare const SysSetting: Omit<{
|
|
|
2579
2593
|
readonly system?: boolean | undefined;
|
|
2580
2594
|
readonly min?: number | undefined;
|
|
2581
2595
|
readonly max?: number | undefined;
|
|
2596
|
+
readonly dimensions?: number | undefined;
|
|
2582
2597
|
readonly columnName?: string | undefined;
|
|
2583
2598
|
readonly searchable?: boolean | undefined;
|
|
2584
2599
|
readonly unique?: boolean | undefined;
|
|
@@ -2733,6 +2748,7 @@ declare const SysSetting: Omit<{
|
|
|
2733
2748
|
readonly system?: boolean | undefined;
|
|
2734
2749
|
readonly min?: number | undefined;
|
|
2735
2750
|
readonly max?: number | undefined;
|
|
2751
|
+
readonly dimensions?: number | undefined;
|
|
2736
2752
|
readonly columnName?: string | undefined;
|
|
2737
2753
|
readonly searchable?: boolean | undefined;
|
|
2738
2754
|
readonly unique?: boolean | undefined;
|
|
@@ -2988,6 +3004,7 @@ declare const SysSecret: Omit<{
|
|
|
2988
3004
|
currencyMode: "fixed" | "dynamic";
|
|
2989
3005
|
defaultCurrency: string;
|
|
2990
3006
|
} | undefined;
|
|
3007
|
+
dimensions?: number | undefined;
|
|
2991
3008
|
vectorConfig?: {
|
|
2992
3009
|
dimensions: number;
|
|
2993
3010
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -3572,6 +3589,8 @@ declare const SysSecret: Omit<{
|
|
|
3572
3589
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
3573
3590
|
confirmText?: string | undefined;
|
|
3574
3591
|
successMessage?: string | undefined;
|
|
3592
|
+
errorMessage?: string | undefined;
|
|
3593
|
+
undoable?: boolean | undefined;
|
|
3575
3594
|
resultDialog?: {
|
|
3576
3595
|
title?: string | undefined;
|
|
3577
3596
|
description?: string | undefined;
|
|
@@ -3678,6 +3697,7 @@ declare const SysSecret: Omit<{
|
|
|
3678
3697
|
readonly system?: boolean | undefined;
|
|
3679
3698
|
readonly min?: number | undefined;
|
|
3680
3699
|
readonly max?: number | undefined;
|
|
3700
|
+
readonly dimensions?: number | undefined;
|
|
3681
3701
|
readonly columnName?: string | undefined;
|
|
3682
3702
|
readonly searchable?: boolean | undefined;
|
|
3683
3703
|
readonly unique?: boolean | undefined;
|
|
@@ -3832,6 +3852,7 @@ declare const SysSecret: Omit<{
|
|
|
3832
3852
|
readonly system?: boolean | undefined;
|
|
3833
3853
|
readonly min?: number | undefined;
|
|
3834
3854
|
readonly max?: number | undefined;
|
|
3855
|
+
readonly dimensions?: number | undefined;
|
|
3835
3856
|
readonly columnName?: string | undefined;
|
|
3836
3857
|
readonly searchable?: boolean | undefined;
|
|
3837
3858
|
readonly unique?: boolean | undefined;
|
|
@@ -3986,6 +4007,7 @@ declare const SysSecret: Omit<{
|
|
|
3986
4007
|
readonly system?: boolean | undefined;
|
|
3987
4008
|
readonly min?: number | undefined;
|
|
3988
4009
|
readonly max?: number | undefined;
|
|
4010
|
+
readonly dimensions?: number | undefined;
|
|
3989
4011
|
readonly columnName?: string | undefined;
|
|
3990
4012
|
readonly searchable?: boolean | undefined;
|
|
3991
4013
|
readonly unique?: boolean | undefined;
|
|
@@ -4146,6 +4168,7 @@ declare const SysSecret: Omit<{
|
|
|
4146
4168
|
readonly system?: boolean | undefined;
|
|
4147
4169
|
readonly min?: number | undefined;
|
|
4148
4170
|
readonly max?: number | undefined;
|
|
4171
|
+
readonly dimensions?: number | undefined;
|
|
4149
4172
|
readonly columnName?: string | undefined;
|
|
4150
4173
|
readonly searchable?: boolean | undefined;
|
|
4151
4174
|
readonly unique?: boolean | undefined;
|
|
@@ -4300,6 +4323,7 @@ declare const SysSecret: Omit<{
|
|
|
4300
4323
|
readonly system?: boolean | undefined;
|
|
4301
4324
|
readonly min?: number | undefined;
|
|
4302
4325
|
readonly max?: number | undefined;
|
|
4326
|
+
readonly dimensions?: number | undefined;
|
|
4303
4327
|
readonly columnName?: string | undefined;
|
|
4304
4328
|
readonly searchable?: boolean | undefined;
|
|
4305
4329
|
readonly unique?: boolean | undefined;
|
|
@@ -4455,6 +4479,7 @@ declare const SysSecret: Omit<{
|
|
|
4455
4479
|
readonly system?: boolean | undefined;
|
|
4456
4480
|
readonly min?: number | undefined;
|
|
4457
4481
|
readonly max?: number | undefined;
|
|
4482
|
+
readonly dimensions?: number | undefined;
|
|
4458
4483
|
readonly columnName?: string | undefined;
|
|
4459
4484
|
readonly searchable?: boolean | undefined;
|
|
4460
4485
|
readonly unique?: boolean | undefined;
|
|
@@ -4610,6 +4635,7 @@ declare const SysSecret: Omit<{
|
|
|
4610
4635
|
readonly system?: boolean | undefined;
|
|
4611
4636
|
readonly min?: number | undefined;
|
|
4612
4637
|
readonly max?: number | undefined;
|
|
4638
|
+
readonly dimensions?: number | undefined;
|
|
4613
4639
|
readonly columnName?: string | undefined;
|
|
4614
4640
|
readonly searchable?: boolean | undefined;
|
|
4615
4641
|
readonly unique?: boolean | undefined;
|
|
@@ -4765,6 +4791,7 @@ declare const SysSecret: Omit<{
|
|
|
4765
4791
|
readonly system?: boolean | undefined;
|
|
4766
4792
|
readonly min?: number | undefined;
|
|
4767
4793
|
readonly max?: number | undefined;
|
|
4794
|
+
readonly dimensions?: number | undefined;
|
|
4768
4795
|
readonly columnName?: string | undefined;
|
|
4769
4796
|
readonly searchable?: boolean | undefined;
|
|
4770
4797
|
readonly unique?: boolean | undefined;
|
|
@@ -4919,6 +4946,7 @@ declare const SysSecret: Omit<{
|
|
|
4919
4946
|
readonly system?: boolean | undefined;
|
|
4920
4947
|
readonly min?: number | undefined;
|
|
4921
4948
|
readonly max?: number | undefined;
|
|
4949
|
+
readonly dimensions?: number | undefined;
|
|
4922
4950
|
readonly columnName?: string | undefined;
|
|
4923
4951
|
readonly searchable?: boolean | undefined;
|
|
4924
4952
|
readonly unique?: boolean | undefined;
|
|
@@ -5164,6 +5192,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5164
5192
|
currencyMode: "fixed" | "dynamic";
|
|
5165
5193
|
defaultCurrency: string;
|
|
5166
5194
|
} | undefined;
|
|
5195
|
+
dimensions?: number | undefined;
|
|
5167
5196
|
vectorConfig?: {
|
|
5168
5197
|
dimensions: number;
|
|
5169
5198
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -5748,6 +5777,8 @@ declare const SysSettingAudit: Omit<{
|
|
|
5748
5777
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
5749
5778
|
confirmText?: string | undefined;
|
|
5750
5779
|
successMessage?: string | undefined;
|
|
5780
|
+
errorMessage?: string | undefined;
|
|
5781
|
+
undoable?: boolean | undefined;
|
|
5751
5782
|
resultDialog?: {
|
|
5752
5783
|
title?: string | undefined;
|
|
5753
5784
|
description?: string | undefined;
|
|
@@ -5858,6 +5889,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
5858
5889
|
readonly system?: boolean | undefined;
|
|
5859
5890
|
readonly min?: number | undefined;
|
|
5860
5891
|
readonly max?: number | undefined;
|
|
5892
|
+
readonly dimensions?: number | undefined;
|
|
5861
5893
|
readonly columnName?: string | undefined;
|
|
5862
5894
|
readonly searchable?: boolean | undefined;
|
|
5863
5895
|
readonly unique?: boolean | undefined;
|
|
@@ -6012,6 +6044,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6012
6044
|
readonly system?: boolean | undefined;
|
|
6013
6045
|
readonly min?: number | undefined;
|
|
6014
6046
|
readonly max?: number | undefined;
|
|
6047
|
+
readonly dimensions?: number | undefined;
|
|
6015
6048
|
readonly columnName?: string | undefined;
|
|
6016
6049
|
readonly searchable?: boolean | undefined;
|
|
6017
6050
|
readonly unique?: boolean | undefined;
|
|
@@ -6166,6 +6199,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6166
6199
|
readonly system?: boolean | undefined;
|
|
6167
6200
|
readonly min?: number | undefined;
|
|
6168
6201
|
readonly max?: number | undefined;
|
|
6202
|
+
readonly dimensions?: number | undefined;
|
|
6169
6203
|
readonly columnName?: string | undefined;
|
|
6170
6204
|
readonly searchable?: boolean | undefined;
|
|
6171
6205
|
readonly unique?: boolean | undefined;
|
|
@@ -6320,6 +6354,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6320
6354
|
readonly system?: boolean | undefined;
|
|
6321
6355
|
readonly min?: number | undefined;
|
|
6322
6356
|
readonly max?: number | undefined;
|
|
6357
|
+
readonly dimensions?: number | undefined;
|
|
6323
6358
|
readonly columnName?: string | undefined;
|
|
6324
6359
|
readonly searchable?: boolean | undefined;
|
|
6325
6360
|
readonly unique?: boolean | undefined;
|
|
@@ -6474,6 +6509,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6474
6509
|
readonly system?: boolean | undefined;
|
|
6475
6510
|
readonly min?: number | undefined;
|
|
6476
6511
|
readonly max?: number | undefined;
|
|
6512
|
+
readonly dimensions?: number | undefined;
|
|
6477
6513
|
readonly columnName?: string | undefined;
|
|
6478
6514
|
readonly searchable?: boolean | undefined;
|
|
6479
6515
|
readonly unique?: boolean | undefined;
|
|
@@ -6628,6 +6664,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6628
6664
|
readonly system?: boolean | undefined;
|
|
6629
6665
|
readonly min?: number | undefined;
|
|
6630
6666
|
readonly max?: number | undefined;
|
|
6667
|
+
readonly dimensions?: number | undefined;
|
|
6631
6668
|
readonly columnName?: string | undefined;
|
|
6632
6669
|
readonly searchable?: boolean | undefined;
|
|
6633
6670
|
readonly unique?: boolean | undefined;
|
|
@@ -6782,6 +6819,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6782
6819
|
readonly system?: boolean | undefined;
|
|
6783
6820
|
readonly min?: number | undefined;
|
|
6784
6821
|
readonly max?: number | undefined;
|
|
6822
|
+
readonly dimensions?: number | undefined;
|
|
6785
6823
|
readonly columnName?: string | undefined;
|
|
6786
6824
|
readonly searchable?: boolean | undefined;
|
|
6787
6825
|
readonly unique?: boolean | undefined;
|
|
@@ -6941,6 +6979,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
6941
6979
|
readonly system?: boolean | undefined;
|
|
6942
6980
|
readonly min?: number | undefined;
|
|
6943
6981
|
readonly max?: number | undefined;
|
|
6982
|
+
readonly dimensions?: number | undefined;
|
|
6944
6983
|
readonly columnName?: string | undefined;
|
|
6945
6984
|
readonly searchable?: boolean | undefined;
|
|
6946
6985
|
readonly unique?: boolean | undefined;
|
|
@@ -7096,6 +7135,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7096
7135
|
readonly system?: boolean | undefined;
|
|
7097
7136
|
readonly min?: number | undefined;
|
|
7098
7137
|
readonly max?: number | undefined;
|
|
7138
|
+
readonly dimensions?: number | undefined;
|
|
7099
7139
|
readonly columnName?: string | undefined;
|
|
7100
7140
|
readonly searchable?: boolean | undefined;
|
|
7101
7141
|
readonly unique?: boolean | undefined;
|
|
@@ -7256,6 +7296,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7256
7296
|
readonly system?: boolean | undefined;
|
|
7257
7297
|
readonly min?: number | undefined;
|
|
7258
7298
|
readonly max?: number | undefined;
|
|
7299
|
+
readonly dimensions?: number | undefined;
|
|
7259
7300
|
readonly columnName?: string | undefined;
|
|
7260
7301
|
readonly searchable?: boolean | undefined;
|
|
7261
7302
|
readonly unique?: boolean | undefined;
|
|
@@ -7411,6 +7452,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7411
7452
|
readonly system?: boolean | undefined;
|
|
7412
7453
|
readonly min?: number | undefined;
|
|
7413
7454
|
readonly max?: number | undefined;
|
|
7455
|
+
readonly dimensions?: number | undefined;
|
|
7414
7456
|
readonly columnName?: string | undefined;
|
|
7415
7457
|
readonly searchable?: boolean | undefined;
|
|
7416
7458
|
readonly unique?: boolean | undefined;
|
|
@@ -7566,6 +7608,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7566
7608
|
readonly system?: boolean | undefined;
|
|
7567
7609
|
readonly min?: number | undefined;
|
|
7568
7610
|
readonly max?: number | undefined;
|
|
7611
|
+
readonly dimensions?: number | undefined;
|
|
7569
7612
|
readonly columnName?: string | undefined;
|
|
7570
7613
|
readonly searchable?: boolean | undefined;
|
|
7571
7614
|
readonly unique?: boolean | undefined;
|
|
@@ -7721,6 +7764,7 @@ declare const SysSettingAudit: Omit<{
|
|
|
7721
7764
|
readonly system?: boolean | undefined;
|
|
7722
7765
|
readonly min?: number | undefined;
|
|
7723
7766
|
readonly max?: number | undefined;
|
|
7767
|
+
readonly dimensions?: number | undefined;
|
|
7724
7768
|
readonly columnName?: string | undefined;
|
|
7725
7769
|
readonly searchable?: boolean | undefined;
|
|
7726
7770
|
readonly unique?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@objectstack/platform-objects",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.9.1",
|
|
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": "9.
|
|
67
|
-
"@objectstack/spec": "9.
|
|
66
|
+
"@objectstack/metadata-core": "9.9.1",
|
|
67
|
+
"@objectstack/spec": "9.9.1"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@types/node": "^25.9.3",
|