@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
|
@@ -87,6 +87,7 @@ declare const SysUser: Omit<{
|
|
|
87
87
|
currencyMode: "fixed" | "dynamic";
|
|
88
88
|
defaultCurrency: string;
|
|
89
89
|
} | undefined;
|
|
90
|
+
dimensions?: number | undefined;
|
|
90
91
|
vectorConfig?: {
|
|
91
92
|
dimensions: number;
|
|
92
93
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -671,6 +672,8 @@ declare const SysUser: Omit<{
|
|
|
671
672
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
672
673
|
confirmText?: string | undefined;
|
|
673
674
|
successMessage?: string | undefined;
|
|
675
|
+
errorMessage?: string | undefined;
|
|
676
|
+
undoable?: boolean | undefined;
|
|
674
677
|
resultDialog?: {
|
|
675
678
|
title?: string | undefined;
|
|
676
679
|
description?: string | undefined;
|
|
@@ -1127,6 +1130,7 @@ declare const SysUser: Omit<{
|
|
|
1127
1130
|
readonly system?: boolean | undefined;
|
|
1128
1131
|
readonly min?: number | undefined;
|
|
1129
1132
|
readonly max?: number | undefined;
|
|
1133
|
+
readonly dimensions?: number | undefined;
|
|
1130
1134
|
readonly columnName?: string | undefined;
|
|
1131
1135
|
readonly searchable?: boolean | undefined;
|
|
1132
1136
|
readonly unique?: boolean | undefined;
|
|
@@ -1281,6 +1285,7 @@ declare const SysUser: Omit<{
|
|
|
1281
1285
|
readonly system?: boolean | undefined;
|
|
1282
1286
|
readonly min?: number | undefined;
|
|
1283
1287
|
readonly max?: number | undefined;
|
|
1288
|
+
readonly dimensions?: number | undefined;
|
|
1284
1289
|
readonly columnName?: string | undefined;
|
|
1285
1290
|
readonly searchable?: boolean | undefined;
|
|
1286
1291
|
readonly unique?: boolean | undefined;
|
|
@@ -1435,6 +1440,7 @@ declare const SysUser: Omit<{
|
|
|
1435
1440
|
readonly system?: boolean | undefined;
|
|
1436
1441
|
readonly min?: number | undefined;
|
|
1437
1442
|
readonly max?: number | undefined;
|
|
1443
|
+
readonly dimensions?: number | undefined;
|
|
1438
1444
|
readonly columnName?: string | undefined;
|
|
1439
1445
|
readonly searchable?: boolean | undefined;
|
|
1440
1446
|
readonly unique?: boolean | undefined;
|
|
@@ -1589,6 +1595,7 @@ declare const SysUser: Omit<{
|
|
|
1589
1595
|
readonly system?: boolean | undefined;
|
|
1590
1596
|
readonly min?: number | undefined;
|
|
1591
1597
|
readonly max?: number | undefined;
|
|
1598
|
+
readonly dimensions?: number | undefined;
|
|
1592
1599
|
readonly columnName?: string | undefined;
|
|
1593
1600
|
readonly searchable?: boolean | undefined;
|
|
1594
1601
|
readonly unique?: boolean | undefined;
|
|
@@ -1743,6 +1750,7 @@ declare const SysUser: Omit<{
|
|
|
1743
1750
|
readonly system?: boolean | undefined;
|
|
1744
1751
|
readonly min?: number | undefined;
|
|
1745
1752
|
readonly max?: number | undefined;
|
|
1753
|
+
readonly dimensions?: number | undefined;
|
|
1746
1754
|
readonly columnName?: string | undefined;
|
|
1747
1755
|
readonly searchable?: boolean | undefined;
|
|
1748
1756
|
readonly unique?: boolean | undefined;
|
|
@@ -1897,6 +1905,7 @@ declare const SysUser: Omit<{
|
|
|
1897
1905
|
readonly system?: boolean | undefined;
|
|
1898
1906
|
readonly min?: number | undefined;
|
|
1899
1907
|
readonly max?: number | undefined;
|
|
1908
|
+
readonly dimensions?: number | undefined;
|
|
1900
1909
|
readonly columnName?: string | undefined;
|
|
1901
1910
|
readonly searchable?: boolean | undefined;
|
|
1902
1911
|
readonly unique?: boolean | undefined;
|
|
@@ -2051,6 +2060,7 @@ declare const SysUser: Omit<{
|
|
|
2051
2060
|
readonly system?: boolean | undefined;
|
|
2052
2061
|
readonly min?: number | undefined;
|
|
2053
2062
|
readonly max?: number | undefined;
|
|
2063
|
+
readonly dimensions?: number | undefined;
|
|
2054
2064
|
readonly columnName?: string | undefined;
|
|
2055
2065
|
readonly searchable?: boolean | undefined;
|
|
2056
2066
|
readonly unique?: boolean | undefined;
|
|
@@ -2205,6 +2215,7 @@ declare const SysUser: Omit<{
|
|
|
2205
2215
|
readonly system?: boolean | undefined;
|
|
2206
2216
|
readonly min?: number | undefined;
|
|
2207
2217
|
readonly max?: number | undefined;
|
|
2218
|
+
readonly dimensions?: number | undefined;
|
|
2208
2219
|
readonly columnName?: string | undefined;
|
|
2209
2220
|
readonly searchable?: boolean | undefined;
|
|
2210
2221
|
readonly unique?: boolean | undefined;
|
|
@@ -2359,6 +2370,7 @@ declare const SysUser: Omit<{
|
|
|
2359
2370
|
readonly system?: boolean | undefined;
|
|
2360
2371
|
readonly min?: number | undefined;
|
|
2361
2372
|
readonly max?: number | undefined;
|
|
2373
|
+
readonly dimensions?: number | undefined;
|
|
2362
2374
|
readonly columnName?: string | undefined;
|
|
2363
2375
|
readonly searchable?: boolean | undefined;
|
|
2364
2376
|
readonly unique?: boolean | undefined;
|
|
@@ -2513,6 +2525,7 @@ declare const SysUser: Omit<{
|
|
|
2513
2525
|
readonly system?: boolean | undefined;
|
|
2514
2526
|
readonly min?: number | undefined;
|
|
2515
2527
|
readonly max?: number | undefined;
|
|
2528
|
+
readonly dimensions?: number | undefined;
|
|
2516
2529
|
readonly columnName?: string | undefined;
|
|
2517
2530
|
readonly searchable?: boolean | undefined;
|
|
2518
2531
|
readonly unique?: boolean | undefined;
|
|
@@ -2667,6 +2680,7 @@ declare const SysUser: Omit<{
|
|
|
2667
2680
|
readonly system?: boolean | undefined;
|
|
2668
2681
|
readonly min?: number | undefined;
|
|
2669
2682
|
readonly max?: number | undefined;
|
|
2683
|
+
readonly dimensions?: number | undefined;
|
|
2670
2684
|
readonly columnName?: string | undefined;
|
|
2671
2685
|
readonly searchable?: boolean | undefined;
|
|
2672
2686
|
readonly unique?: boolean | undefined;
|
|
@@ -2821,6 +2835,7 @@ declare const SysUser: Omit<{
|
|
|
2821
2835
|
readonly system?: boolean | undefined;
|
|
2822
2836
|
readonly min?: number | undefined;
|
|
2823
2837
|
readonly max?: number | undefined;
|
|
2838
|
+
readonly dimensions?: number | undefined;
|
|
2824
2839
|
readonly columnName?: string | undefined;
|
|
2825
2840
|
readonly searchable?: boolean | undefined;
|
|
2826
2841
|
readonly unique?: boolean | undefined;
|
|
@@ -3058,6 +3073,7 @@ declare const SysSession: Omit<{
|
|
|
3058
3073
|
currencyMode: "fixed" | "dynamic";
|
|
3059
3074
|
defaultCurrency: string;
|
|
3060
3075
|
} | undefined;
|
|
3076
|
+
dimensions?: number | undefined;
|
|
3061
3077
|
vectorConfig?: {
|
|
3062
3078
|
dimensions: number;
|
|
3063
3079
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -3642,6 +3658,8 @@ declare const SysSession: Omit<{
|
|
|
3642
3658
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
3643
3659
|
confirmText?: string | undefined;
|
|
3644
3660
|
successMessage?: string | undefined;
|
|
3661
|
+
errorMessage?: string | undefined;
|
|
3662
|
+
undoable?: boolean | undefined;
|
|
3645
3663
|
resultDialog?: {
|
|
3646
3664
|
title?: string | undefined;
|
|
3647
3665
|
description?: string | undefined;
|
|
@@ -3814,6 +3832,7 @@ declare const SysSession: Omit<{
|
|
|
3814
3832
|
readonly system?: boolean | undefined;
|
|
3815
3833
|
readonly min?: number | undefined;
|
|
3816
3834
|
readonly max?: number | undefined;
|
|
3835
|
+
readonly dimensions?: number | undefined;
|
|
3817
3836
|
readonly columnName?: string | undefined;
|
|
3818
3837
|
readonly searchable?: boolean | undefined;
|
|
3819
3838
|
readonly unique?: boolean | undefined;
|
|
@@ -3968,6 +3987,7 @@ declare const SysSession: Omit<{
|
|
|
3968
3987
|
readonly system?: boolean | undefined;
|
|
3969
3988
|
readonly min?: number | undefined;
|
|
3970
3989
|
readonly max?: number | undefined;
|
|
3990
|
+
readonly dimensions?: number | undefined;
|
|
3971
3991
|
readonly columnName?: string | undefined;
|
|
3972
3992
|
readonly searchable?: boolean | undefined;
|
|
3973
3993
|
readonly unique?: boolean | undefined;
|
|
@@ -4122,6 +4142,7 @@ declare const SysSession: Omit<{
|
|
|
4122
4142
|
readonly system?: boolean | undefined;
|
|
4123
4143
|
readonly min?: number | undefined;
|
|
4124
4144
|
readonly max?: number | undefined;
|
|
4145
|
+
readonly dimensions?: number | undefined;
|
|
4125
4146
|
readonly columnName?: string | undefined;
|
|
4126
4147
|
readonly searchable?: boolean | undefined;
|
|
4127
4148
|
readonly unique?: boolean | undefined;
|
|
@@ -4276,6 +4297,7 @@ declare const SysSession: Omit<{
|
|
|
4276
4297
|
readonly system?: boolean | undefined;
|
|
4277
4298
|
readonly min?: number | undefined;
|
|
4278
4299
|
readonly max?: number | undefined;
|
|
4300
|
+
readonly dimensions?: number | undefined;
|
|
4279
4301
|
readonly columnName?: string | undefined;
|
|
4280
4302
|
readonly searchable?: boolean | undefined;
|
|
4281
4303
|
readonly unique?: boolean | undefined;
|
|
@@ -4430,6 +4452,7 @@ declare const SysSession: Omit<{
|
|
|
4430
4452
|
readonly system?: boolean | undefined;
|
|
4431
4453
|
readonly min?: number | undefined;
|
|
4432
4454
|
readonly max?: number | undefined;
|
|
4455
|
+
readonly dimensions?: number | undefined;
|
|
4433
4456
|
readonly columnName?: string | undefined;
|
|
4434
4457
|
readonly searchable?: boolean | undefined;
|
|
4435
4458
|
readonly unique?: boolean | undefined;
|
|
@@ -4584,6 +4607,7 @@ declare const SysSession: Omit<{
|
|
|
4584
4607
|
readonly system?: boolean | undefined;
|
|
4585
4608
|
readonly min?: number | undefined;
|
|
4586
4609
|
readonly max?: number | undefined;
|
|
4610
|
+
readonly dimensions?: number | undefined;
|
|
4587
4611
|
readonly columnName?: string | undefined;
|
|
4588
4612
|
readonly searchable?: boolean | undefined;
|
|
4589
4613
|
readonly unique?: boolean | undefined;
|
|
@@ -4738,6 +4762,7 @@ declare const SysSession: Omit<{
|
|
|
4738
4762
|
readonly system?: boolean | undefined;
|
|
4739
4763
|
readonly min?: number | undefined;
|
|
4740
4764
|
readonly max?: number | undefined;
|
|
4765
|
+
readonly dimensions?: number | undefined;
|
|
4741
4766
|
readonly columnName?: string | undefined;
|
|
4742
4767
|
readonly searchable?: boolean | undefined;
|
|
4743
4768
|
readonly unique?: boolean | undefined;
|
|
@@ -4892,6 +4917,7 @@ declare const SysSession: Omit<{
|
|
|
4892
4917
|
readonly system?: boolean | undefined;
|
|
4893
4918
|
readonly min?: number | undefined;
|
|
4894
4919
|
readonly max?: number | undefined;
|
|
4920
|
+
readonly dimensions?: number | undefined;
|
|
4895
4921
|
readonly columnName?: string | undefined;
|
|
4896
4922
|
readonly searchable?: boolean | undefined;
|
|
4897
4923
|
readonly unique?: boolean | undefined;
|
|
@@ -5046,6 +5072,7 @@ declare const SysSession: Omit<{
|
|
|
5046
5072
|
readonly system?: boolean | undefined;
|
|
5047
5073
|
readonly min?: number | undefined;
|
|
5048
5074
|
readonly max?: number | undefined;
|
|
5075
|
+
readonly dimensions?: number | undefined;
|
|
5049
5076
|
readonly columnName?: string | undefined;
|
|
5050
5077
|
readonly searchable?: boolean | undefined;
|
|
5051
5078
|
readonly unique?: boolean | undefined;
|
|
@@ -5200,6 +5227,7 @@ declare const SysSession: Omit<{
|
|
|
5200
5227
|
readonly system?: boolean | undefined;
|
|
5201
5228
|
readonly min?: number | undefined;
|
|
5202
5229
|
readonly max?: number | undefined;
|
|
5230
|
+
readonly dimensions?: number | undefined;
|
|
5203
5231
|
readonly columnName?: string | undefined;
|
|
5204
5232
|
readonly searchable?: boolean | undefined;
|
|
5205
5233
|
readonly unique?: boolean | undefined;
|
|
@@ -5354,6 +5382,7 @@ declare const SysSession: Omit<{
|
|
|
5354
5382
|
readonly system?: boolean | undefined;
|
|
5355
5383
|
readonly min?: number | undefined;
|
|
5356
5384
|
readonly max?: number | undefined;
|
|
5385
|
+
readonly dimensions?: number | undefined;
|
|
5357
5386
|
readonly columnName?: string | undefined;
|
|
5358
5387
|
readonly searchable?: boolean | undefined;
|
|
5359
5388
|
readonly unique?: boolean | undefined;
|
|
@@ -5591,6 +5620,7 @@ declare const SysAccount: Omit<{
|
|
|
5591
5620
|
currencyMode: "fixed" | "dynamic";
|
|
5592
5621
|
defaultCurrency: string;
|
|
5593
5622
|
} | undefined;
|
|
5623
|
+
dimensions?: number | undefined;
|
|
5594
5624
|
vectorConfig?: {
|
|
5595
5625
|
dimensions: number;
|
|
5596
5626
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -6175,6 +6205,8 @@ declare const SysAccount: Omit<{
|
|
|
6175
6205
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
6176
6206
|
confirmText?: string | undefined;
|
|
6177
6207
|
successMessage?: string | undefined;
|
|
6208
|
+
errorMessage?: string | undefined;
|
|
6209
|
+
undoable?: boolean | undefined;
|
|
6178
6210
|
resultDialog?: {
|
|
6179
6211
|
title?: string | undefined;
|
|
6180
6212
|
description?: string | undefined;
|
|
@@ -6408,6 +6440,7 @@ declare const SysAccount: Omit<{
|
|
|
6408
6440
|
readonly system?: boolean | undefined;
|
|
6409
6441
|
readonly min?: number | undefined;
|
|
6410
6442
|
readonly max?: number | undefined;
|
|
6443
|
+
readonly dimensions?: number | undefined;
|
|
6411
6444
|
readonly columnName?: string | undefined;
|
|
6412
6445
|
readonly searchable?: boolean | undefined;
|
|
6413
6446
|
readonly unique?: boolean | undefined;
|
|
@@ -6562,6 +6595,7 @@ declare const SysAccount: Omit<{
|
|
|
6562
6595
|
readonly system?: boolean | undefined;
|
|
6563
6596
|
readonly min?: number | undefined;
|
|
6564
6597
|
readonly max?: number | undefined;
|
|
6598
|
+
readonly dimensions?: number | undefined;
|
|
6565
6599
|
readonly columnName?: string | undefined;
|
|
6566
6600
|
readonly searchable?: boolean | undefined;
|
|
6567
6601
|
readonly unique?: boolean | undefined;
|
|
@@ -6716,6 +6750,7 @@ declare const SysAccount: Omit<{
|
|
|
6716
6750
|
readonly system?: boolean | undefined;
|
|
6717
6751
|
readonly min?: number | undefined;
|
|
6718
6752
|
readonly max?: number | undefined;
|
|
6753
|
+
readonly dimensions?: number | undefined;
|
|
6719
6754
|
readonly columnName?: string | undefined;
|
|
6720
6755
|
readonly searchable?: boolean | undefined;
|
|
6721
6756
|
readonly unique?: boolean | undefined;
|
|
@@ -6870,6 +6905,7 @@ declare const SysAccount: Omit<{
|
|
|
6870
6905
|
readonly system?: boolean | undefined;
|
|
6871
6906
|
readonly min?: number | undefined;
|
|
6872
6907
|
readonly max?: number | undefined;
|
|
6908
|
+
readonly dimensions?: number | undefined;
|
|
6873
6909
|
readonly columnName?: string | undefined;
|
|
6874
6910
|
readonly searchable?: boolean | undefined;
|
|
6875
6911
|
readonly unique?: boolean | undefined;
|
|
@@ -7024,6 +7060,7 @@ declare const SysAccount: Omit<{
|
|
|
7024
7060
|
readonly system?: boolean | undefined;
|
|
7025
7061
|
readonly min?: number | undefined;
|
|
7026
7062
|
readonly max?: number | undefined;
|
|
7063
|
+
readonly dimensions?: number | undefined;
|
|
7027
7064
|
readonly columnName?: string | undefined;
|
|
7028
7065
|
readonly searchable?: boolean | undefined;
|
|
7029
7066
|
readonly unique?: boolean | undefined;
|
|
@@ -7178,6 +7215,7 @@ declare const SysAccount: Omit<{
|
|
|
7178
7215
|
readonly system?: boolean | undefined;
|
|
7179
7216
|
readonly min?: number | undefined;
|
|
7180
7217
|
readonly max?: number | undefined;
|
|
7218
|
+
readonly dimensions?: number | undefined;
|
|
7181
7219
|
readonly columnName?: string | undefined;
|
|
7182
7220
|
readonly searchable?: boolean | undefined;
|
|
7183
7221
|
readonly unique?: boolean | undefined;
|
|
@@ -7332,6 +7370,7 @@ declare const SysAccount: Omit<{
|
|
|
7332
7370
|
readonly system?: boolean | undefined;
|
|
7333
7371
|
readonly min?: number | undefined;
|
|
7334
7372
|
readonly max?: number | undefined;
|
|
7373
|
+
readonly dimensions?: number | undefined;
|
|
7335
7374
|
readonly columnName?: string | undefined;
|
|
7336
7375
|
readonly searchable?: boolean | undefined;
|
|
7337
7376
|
readonly unique?: boolean | undefined;
|
|
@@ -7486,6 +7525,7 @@ declare const SysAccount: Omit<{
|
|
|
7486
7525
|
readonly system?: boolean | undefined;
|
|
7487
7526
|
readonly min?: number | undefined;
|
|
7488
7527
|
readonly max?: number | undefined;
|
|
7528
|
+
readonly dimensions?: number | undefined;
|
|
7489
7529
|
readonly columnName?: string | undefined;
|
|
7490
7530
|
readonly searchable?: boolean | undefined;
|
|
7491
7531
|
readonly unique?: boolean | undefined;
|
|
@@ -7640,6 +7680,7 @@ declare const SysAccount: Omit<{
|
|
|
7640
7680
|
readonly system?: boolean | undefined;
|
|
7641
7681
|
readonly min?: number | undefined;
|
|
7642
7682
|
readonly max?: number | undefined;
|
|
7683
|
+
readonly dimensions?: number | undefined;
|
|
7643
7684
|
readonly columnName?: string | undefined;
|
|
7644
7685
|
readonly searchable?: boolean | undefined;
|
|
7645
7686
|
readonly unique?: boolean | undefined;
|
|
@@ -7794,6 +7835,7 @@ declare const SysAccount: Omit<{
|
|
|
7794
7835
|
readonly system?: boolean | undefined;
|
|
7795
7836
|
readonly min?: number | undefined;
|
|
7796
7837
|
readonly max?: number | undefined;
|
|
7838
|
+
readonly dimensions?: number | undefined;
|
|
7797
7839
|
readonly columnName?: string | undefined;
|
|
7798
7840
|
readonly searchable?: boolean | undefined;
|
|
7799
7841
|
readonly unique?: boolean | undefined;
|
|
@@ -7948,6 +7990,7 @@ declare const SysAccount: Omit<{
|
|
|
7948
7990
|
readonly system?: boolean | undefined;
|
|
7949
7991
|
readonly min?: number | undefined;
|
|
7950
7992
|
readonly max?: number | undefined;
|
|
7993
|
+
readonly dimensions?: number | undefined;
|
|
7951
7994
|
readonly columnName?: string | undefined;
|
|
7952
7995
|
readonly searchable?: boolean | undefined;
|
|
7953
7996
|
readonly unique?: boolean | undefined;
|
|
@@ -8102,6 +8145,7 @@ declare const SysAccount: Omit<{
|
|
|
8102
8145
|
readonly system?: boolean | undefined;
|
|
8103
8146
|
readonly min?: number | undefined;
|
|
8104
8147
|
readonly max?: number | undefined;
|
|
8148
|
+
readonly dimensions?: number | undefined;
|
|
8105
8149
|
readonly columnName?: string | undefined;
|
|
8106
8150
|
readonly searchable?: boolean | undefined;
|
|
8107
8151
|
readonly unique?: boolean | undefined;
|
|
@@ -8256,6 +8300,7 @@ declare const SysAccount: Omit<{
|
|
|
8256
8300
|
readonly system?: boolean | undefined;
|
|
8257
8301
|
readonly min?: number | undefined;
|
|
8258
8302
|
readonly max?: number | undefined;
|
|
8303
|
+
readonly dimensions?: number | undefined;
|
|
8259
8304
|
readonly columnName?: string | undefined;
|
|
8260
8305
|
readonly searchable?: boolean | undefined;
|
|
8261
8306
|
readonly unique?: boolean | undefined;
|
|
@@ -8489,6 +8534,7 @@ declare const SysVerification: Omit<{
|
|
|
8489
8534
|
currencyMode: "fixed" | "dynamic";
|
|
8490
8535
|
defaultCurrency: string;
|
|
8491
8536
|
} | undefined;
|
|
8537
|
+
dimensions?: number | undefined;
|
|
8492
8538
|
vectorConfig?: {
|
|
8493
8539
|
dimensions: number;
|
|
8494
8540
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -9073,6 +9119,8 @@ declare const SysVerification: Omit<{
|
|
|
9073
9119
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
9074
9120
|
confirmText?: string | undefined;
|
|
9075
9121
|
successMessage?: string | undefined;
|
|
9122
|
+
errorMessage?: string | undefined;
|
|
9123
|
+
undoable?: boolean | undefined;
|
|
9076
9124
|
resultDialog?: {
|
|
9077
9125
|
title?: string | undefined;
|
|
9078
9126
|
description?: string | undefined;
|
|
@@ -9177,6 +9225,7 @@ declare const SysVerification: Omit<{
|
|
|
9177
9225
|
readonly system?: boolean | undefined;
|
|
9178
9226
|
readonly min?: number | undefined;
|
|
9179
9227
|
readonly max?: number | undefined;
|
|
9228
|
+
readonly dimensions?: number | undefined;
|
|
9180
9229
|
readonly columnName?: string | undefined;
|
|
9181
9230
|
readonly searchable?: boolean | undefined;
|
|
9182
9231
|
readonly unique?: boolean | undefined;
|
|
@@ -9331,6 +9380,7 @@ declare const SysVerification: Omit<{
|
|
|
9331
9380
|
readonly system?: boolean | undefined;
|
|
9332
9381
|
readonly min?: number | undefined;
|
|
9333
9382
|
readonly max?: number | undefined;
|
|
9383
|
+
readonly dimensions?: number | undefined;
|
|
9334
9384
|
readonly columnName?: string | undefined;
|
|
9335
9385
|
readonly searchable?: boolean | undefined;
|
|
9336
9386
|
readonly unique?: boolean | undefined;
|
|
@@ -9485,6 +9535,7 @@ declare const SysVerification: Omit<{
|
|
|
9485
9535
|
readonly system?: boolean | undefined;
|
|
9486
9536
|
readonly min?: number | undefined;
|
|
9487
9537
|
readonly max?: number | undefined;
|
|
9538
|
+
readonly dimensions?: number | undefined;
|
|
9488
9539
|
readonly columnName?: string | undefined;
|
|
9489
9540
|
readonly searchable?: boolean | undefined;
|
|
9490
9541
|
readonly unique?: boolean | undefined;
|
|
@@ -9639,6 +9690,7 @@ declare const SysVerification: Omit<{
|
|
|
9639
9690
|
readonly system?: boolean | undefined;
|
|
9640
9691
|
readonly min?: number | undefined;
|
|
9641
9692
|
readonly max?: number | undefined;
|
|
9693
|
+
readonly dimensions?: number | undefined;
|
|
9642
9694
|
readonly columnName?: string | undefined;
|
|
9643
9695
|
readonly searchable?: boolean | undefined;
|
|
9644
9696
|
readonly unique?: boolean | undefined;
|
|
@@ -9793,6 +9845,7 @@ declare const SysVerification: Omit<{
|
|
|
9793
9845
|
readonly system?: boolean | undefined;
|
|
9794
9846
|
readonly min?: number | undefined;
|
|
9795
9847
|
readonly max?: number | undefined;
|
|
9848
|
+
readonly dimensions?: number | undefined;
|
|
9796
9849
|
readonly columnName?: string | undefined;
|
|
9797
9850
|
readonly searchable?: boolean | undefined;
|
|
9798
9851
|
readonly unique?: boolean | undefined;
|
|
@@ -9947,6 +10000,7 @@ declare const SysVerification: Omit<{
|
|
|
9947
10000
|
readonly system?: boolean | undefined;
|
|
9948
10001
|
readonly min?: number | undefined;
|
|
9949
10002
|
readonly max?: number | undefined;
|
|
10003
|
+
readonly dimensions?: number | undefined;
|
|
9950
10004
|
readonly columnName?: string | undefined;
|
|
9951
10005
|
readonly searchable?: boolean | undefined;
|
|
9952
10006
|
readonly unique?: boolean | undefined;
|
|
@@ -10183,6 +10237,7 @@ declare const SysOrganization: Omit<{
|
|
|
10183
10237
|
currencyMode: "fixed" | "dynamic";
|
|
10184
10238
|
defaultCurrency: string;
|
|
10185
10239
|
} | undefined;
|
|
10240
|
+
dimensions?: number | undefined;
|
|
10186
10241
|
vectorConfig?: {
|
|
10187
10242
|
dimensions: number;
|
|
10188
10243
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -10767,6 +10822,8 @@ declare const SysOrganization: Omit<{
|
|
|
10767
10822
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
10768
10823
|
confirmText?: string | undefined;
|
|
10769
10824
|
successMessage?: string | undefined;
|
|
10825
|
+
errorMessage?: string | undefined;
|
|
10826
|
+
undoable?: boolean | undefined;
|
|
10770
10827
|
resultDialog?: {
|
|
10771
10828
|
title?: string | undefined;
|
|
10772
10829
|
description?: string | undefined;
|
|
@@ -10994,6 +11051,7 @@ declare const SysOrganization: Omit<{
|
|
|
10994
11051
|
readonly system?: boolean | undefined;
|
|
10995
11052
|
readonly min?: number | undefined;
|
|
10996
11053
|
readonly max?: number | undefined;
|
|
11054
|
+
readonly dimensions?: number | undefined;
|
|
10997
11055
|
readonly columnName?: string | undefined;
|
|
10998
11056
|
readonly searchable?: boolean | undefined;
|
|
10999
11057
|
readonly unique?: boolean | undefined;
|
|
@@ -11148,6 +11206,7 @@ declare const SysOrganization: Omit<{
|
|
|
11148
11206
|
readonly system?: boolean | undefined;
|
|
11149
11207
|
readonly min?: number | undefined;
|
|
11150
11208
|
readonly max?: number | undefined;
|
|
11209
|
+
readonly dimensions?: number | undefined;
|
|
11151
11210
|
readonly columnName?: string | undefined;
|
|
11152
11211
|
readonly searchable?: boolean | undefined;
|
|
11153
11212
|
readonly unique?: boolean | undefined;
|
|
@@ -11302,6 +11361,7 @@ declare const SysOrganization: Omit<{
|
|
|
11302
11361
|
readonly system?: boolean | undefined;
|
|
11303
11362
|
readonly min?: number | undefined;
|
|
11304
11363
|
readonly max?: number | undefined;
|
|
11364
|
+
readonly dimensions?: number | undefined;
|
|
11305
11365
|
readonly columnName?: string | undefined;
|
|
11306
11366
|
readonly searchable?: boolean | undefined;
|
|
11307
11367
|
readonly unique?: boolean | undefined;
|
|
@@ -11456,6 +11516,7 @@ declare const SysOrganization: Omit<{
|
|
|
11456
11516
|
readonly system?: boolean | undefined;
|
|
11457
11517
|
readonly min?: number | undefined;
|
|
11458
11518
|
readonly max?: number | undefined;
|
|
11519
|
+
readonly dimensions?: number | undefined;
|
|
11459
11520
|
readonly columnName?: string | undefined;
|
|
11460
11521
|
readonly searchable?: boolean | undefined;
|
|
11461
11522
|
readonly unique?: boolean | undefined;
|
|
@@ -11610,6 +11671,7 @@ declare const SysOrganization: Omit<{
|
|
|
11610
11671
|
readonly system?: boolean | undefined;
|
|
11611
11672
|
readonly min?: number | undefined;
|
|
11612
11673
|
readonly max?: number | undefined;
|
|
11674
|
+
readonly dimensions?: number | undefined;
|
|
11613
11675
|
readonly columnName?: string | undefined;
|
|
11614
11676
|
readonly searchable?: boolean | undefined;
|
|
11615
11677
|
readonly unique?: boolean | undefined;
|
|
@@ -11764,6 +11826,7 @@ declare const SysOrganization: Omit<{
|
|
|
11764
11826
|
readonly system?: boolean | undefined;
|
|
11765
11827
|
readonly min?: number | undefined;
|
|
11766
11828
|
readonly max?: number | undefined;
|
|
11829
|
+
readonly dimensions?: number | undefined;
|
|
11767
11830
|
readonly columnName?: string | undefined;
|
|
11768
11831
|
readonly searchable?: boolean | undefined;
|
|
11769
11832
|
readonly unique?: boolean | undefined;
|
|
@@ -11918,6 +11981,7 @@ declare const SysOrganization: Omit<{
|
|
|
11918
11981
|
readonly system?: boolean | undefined;
|
|
11919
11982
|
readonly min?: number | undefined;
|
|
11920
11983
|
readonly max?: number | undefined;
|
|
11984
|
+
readonly dimensions?: number | undefined;
|
|
11921
11985
|
readonly columnName?: string | undefined;
|
|
11922
11986
|
readonly searchable?: boolean | undefined;
|
|
11923
11987
|
readonly unique?: boolean | undefined;
|
|
@@ -12150,6 +12214,7 @@ declare const SysMember: Omit<{
|
|
|
12150
12214
|
currencyMode: "fixed" | "dynamic";
|
|
12151
12215
|
defaultCurrency: string;
|
|
12152
12216
|
} | undefined;
|
|
12217
|
+
dimensions?: number | undefined;
|
|
12153
12218
|
vectorConfig?: {
|
|
12154
12219
|
dimensions: number;
|
|
12155
12220
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -12734,6 +12799,8 @@ declare const SysMember: Omit<{
|
|
|
12734
12799
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
12735
12800
|
confirmText?: string | undefined;
|
|
12736
12801
|
successMessage?: string | undefined;
|
|
12802
|
+
errorMessage?: string | undefined;
|
|
12803
|
+
undoable?: boolean | undefined;
|
|
12737
12804
|
resultDialog?: {
|
|
12738
12805
|
title?: string | undefined;
|
|
12739
12806
|
description?: string | undefined;
|
|
@@ -12934,6 +13001,7 @@ declare const SysMember: Omit<{
|
|
|
12934
13001
|
readonly system?: boolean | undefined;
|
|
12935
13002
|
readonly min?: number | undefined;
|
|
12936
13003
|
readonly max?: number | undefined;
|
|
13004
|
+
readonly dimensions?: number | undefined;
|
|
12937
13005
|
readonly columnName?: string | undefined;
|
|
12938
13006
|
readonly searchable?: boolean | undefined;
|
|
12939
13007
|
readonly unique?: boolean | undefined;
|
|
@@ -13088,6 +13156,7 @@ declare const SysMember: Omit<{
|
|
|
13088
13156
|
readonly system?: boolean | undefined;
|
|
13089
13157
|
readonly min?: number | undefined;
|
|
13090
13158
|
readonly max?: number | undefined;
|
|
13159
|
+
readonly dimensions?: number | undefined;
|
|
13091
13160
|
readonly columnName?: string | undefined;
|
|
13092
13161
|
readonly searchable?: boolean | undefined;
|
|
13093
13162
|
readonly unique?: boolean | undefined;
|
|
@@ -13242,6 +13311,7 @@ declare const SysMember: Omit<{
|
|
|
13242
13311
|
readonly system?: boolean | undefined;
|
|
13243
13312
|
readonly min?: number | undefined;
|
|
13244
13313
|
readonly max?: number | undefined;
|
|
13314
|
+
readonly dimensions?: number | undefined;
|
|
13245
13315
|
readonly columnName?: string | undefined;
|
|
13246
13316
|
readonly searchable?: boolean | undefined;
|
|
13247
13317
|
readonly unique?: boolean | undefined;
|
|
@@ -13396,6 +13466,7 @@ declare const SysMember: Omit<{
|
|
|
13396
13466
|
readonly system?: boolean | undefined;
|
|
13397
13467
|
readonly min?: number | undefined;
|
|
13398
13468
|
readonly max?: number | undefined;
|
|
13469
|
+
readonly dimensions?: number | undefined;
|
|
13399
13470
|
readonly columnName?: string | undefined;
|
|
13400
13471
|
readonly searchable?: boolean | undefined;
|
|
13401
13472
|
readonly unique?: boolean | undefined;
|
|
@@ -13550,6 +13621,7 @@ declare const SysMember: Omit<{
|
|
|
13550
13621
|
readonly system?: boolean | undefined;
|
|
13551
13622
|
readonly min?: number | undefined;
|
|
13552
13623
|
readonly max?: number | undefined;
|
|
13624
|
+
readonly dimensions?: number | undefined;
|
|
13553
13625
|
readonly columnName?: string | undefined;
|
|
13554
13626
|
readonly searchable?: boolean | undefined;
|
|
13555
13627
|
readonly unique?: boolean | undefined;
|
|
@@ -13782,6 +13854,7 @@ declare const SysInvitation: Omit<{
|
|
|
13782
13854
|
currencyMode: "fixed" | "dynamic";
|
|
13783
13855
|
defaultCurrency: string;
|
|
13784
13856
|
} | undefined;
|
|
13857
|
+
dimensions?: number | undefined;
|
|
13785
13858
|
vectorConfig?: {
|
|
13786
13859
|
dimensions: number;
|
|
13787
13860
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -14366,6 +14439,8 @@ declare const SysInvitation: Omit<{
|
|
|
14366
14439
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
14367
14440
|
confirmText?: string | undefined;
|
|
14368
14441
|
successMessage?: string | undefined;
|
|
14442
|
+
errorMessage?: string | undefined;
|
|
14443
|
+
undoable?: boolean | undefined;
|
|
14369
14444
|
resultDialog?: {
|
|
14370
14445
|
title?: string | undefined;
|
|
14371
14446
|
description?: string | undefined;
|
|
@@ -14633,6 +14708,7 @@ declare const SysInvitation: Omit<{
|
|
|
14633
14708
|
readonly system?: boolean | undefined;
|
|
14634
14709
|
readonly min?: number | undefined;
|
|
14635
14710
|
readonly max?: number | undefined;
|
|
14711
|
+
readonly dimensions?: number | undefined;
|
|
14636
14712
|
readonly columnName?: string | undefined;
|
|
14637
14713
|
readonly searchable?: boolean | undefined;
|
|
14638
14714
|
readonly unique?: boolean | undefined;
|
|
@@ -14787,6 +14863,7 @@ declare const SysInvitation: Omit<{
|
|
|
14787
14863
|
readonly system?: boolean | undefined;
|
|
14788
14864
|
readonly min?: number | undefined;
|
|
14789
14865
|
readonly max?: number | undefined;
|
|
14866
|
+
readonly dimensions?: number | undefined;
|
|
14790
14867
|
readonly columnName?: string | undefined;
|
|
14791
14868
|
readonly searchable?: boolean | undefined;
|
|
14792
14869
|
readonly unique?: boolean | undefined;
|
|
@@ -14941,6 +15018,7 @@ declare const SysInvitation: Omit<{
|
|
|
14941
15018
|
readonly system?: boolean | undefined;
|
|
14942
15019
|
readonly min?: number | undefined;
|
|
14943
15020
|
readonly max?: number | undefined;
|
|
15021
|
+
readonly dimensions?: number | undefined;
|
|
14944
15022
|
readonly columnName?: string | undefined;
|
|
14945
15023
|
readonly searchable?: boolean | undefined;
|
|
14946
15024
|
readonly unique?: boolean | undefined;
|
|
@@ -15095,6 +15173,7 @@ declare const SysInvitation: Omit<{
|
|
|
15095
15173
|
readonly system?: boolean | undefined;
|
|
15096
15174
|
readonly min?: number | undefined;
|
|
15097
15175
|
readonly max?: number | undefined;
|
|
15176
|
+
readonly dimensions?: number | undefined;
|
|
15098
15177
|
readonly columnName?: string | undefined;
|
|
15099
15178
|
readonly searchable?: boolean | undefined;
|
|
15100
15179
|
readonly unique?: boolean | undefined;
|
|
@@ -15249,6 +15328,7 @@ declare const SysInvitation: Omit<{
|
|
|
15249
15328
|
readonly system?: boolean | undefined;
|
|
15250
15329
|
readonly min?: number | undefined;
|
|
15251
15330
|
readonly max?: number | undefined;
|
|
15331
|
+
readonly dimensions?: number | undefined;
|
|
15252
15332
|
readonly columnName?: string | undefined;
|
|
15253
15333
|
readonly searchable?: boolean | undefined;
|
|
15254
15334
|
readonly unique?: boolean | undefined;
|
|
@@ -15403,6 +15483,7 @@ declare const SysInvitation: Omit<{
|
|
|
15403
15483
|
readonly system?: boolean | undefined;
|
|
15404
15484
|
readonly min?: number | undefined;
|
|
15405
15485
|
readonly max?: number | undefined;
|
|
15486
|
+
readonly dimensions?: number | undefined;
|
|
15406
15487
|
readonly columnName?: string | undefined;
|
|
15407
15488
|
readonly searchable?: boolean | undefined;
|
|
15408
15489
|
readonly unique?: boolean | undefined;
|
|
@@ -15557,6 +15638,7 @@ declare const SysInvitation: Omit<{
|
|
|
15557
15638
|
readonly system?: boolean | undefined;
|
|
15558
15639
|
readonly min?: number | undefined;
|
|
15559
15640
|
readonly max?: number | undefined;
|
|
15641
|
+
readonly dimensions?: number | undefined;
|
|
15560
15642
|
readonly columnName?: string | undefined;
|
|
15561
15643
|
readonly searchable?: boolean | undefined;
|
|
15562
15644
|
readonly unique?: boolean | undefined;
|
|
@@ -15711,6 +15793,7 @@ declare const SysInvitation: Omit<{
|
|
|
15711
15793
|
readonly system?: boolean | undefined;
|
|
15712
15794
|
readonly min?: number | undefined;
|
|
15713
15795
|
readonly max?: number | undefined;
|
|
15796
|
+
readonly dimensions?: number | undefined;
|
|
15714
15797
|
readonly columnName?: string | undefined;
|
|
15715
15798
|
readonly searchable?: boolean | undefined;
|
|
15716
15799
|
readonly unique?: boolean | undefined;
|
|
@@ -15865,6 +15948,7 @@ declare const SysInvitation: Omit<{
|
|
|
15865
15948
|
readonly system?: boolean | undefined;
|
|
15866
15949
|
readonly min?: number | undefined;
|
|
15867
15950
|
readonly max?: number | undefined;
|
|
15951
|
+
readonly dimensions?: number | undefined;
|
|
15868
15952
|
readonly columnName?: string | undefined;
|
|
15869
15953
|
readonly searchable?: boolean | undefined;
|
|
15870
15954
|
readonly unique?: boolean | undefined;
|
|
@@ -16098,6 +16182,7 @@ declare const SysTeam: Omit<{
|
|
|
16098
16182
|
currencyMode: "fixed" | "dynamic";
|
|
16099
16183
|
defaultCurrency: string;
|
|
16100
16184
|
} | undefined;
|
|
16185
|
+
dimensions?: number | undefined;
|
|
16101
16186
|
vectorConfig?: {
|
|
16102
16187
|
dimensions: number;
|
|
16103
16188
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -16682,6 +16767,8 @@ declare const SysTeam: Omit<{
|
|
|
16682
16767
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
16683
16768
|
confirmText?: string | undefined;
|
|
16684
16769
|
successMessage?: string | undefined;
|
|
16770
|
+
errorMessage?: string | undefined;
|
|
16771
|
+
undoable?: boolean | undefined;
|
|
16685
16772
|
resultDialog?: {
|
|
16686
16773
|
title?: string | undefined;
|
|
16687
16774
|
description?: string | undefined;
|
|
@@ -16883,6 +16970,7 @@ declare const SysTeam: Omit<{
|
|
|
16883
16970
|
readonly system?: boolean | undefined;
|
|
16884
16971
|
readonly min?: number | undefined;
|
|
16885
16972
|
readonly max?: number | undefined;
|
|
16973
|
+
readonly dimensions?: number | undefined;
|
|
16886
16974
|
readonly columnName?: string | undefined;
|
|
16887
16975
|
readonly searchable?: boolean | undefined;
|
|
16888
16976
|
readonly unique?: boolean | undefined;
|
|
@@ -17037,6 +17125,7 @@ declare const SysTeam: Omit<{
|
|
|
17037
17125
|
readonly system?: boolean | undefined;
|
|
17038
17126
|
readonly min?: number | undefined;
|
|
17039
17127
|
readonly max?: number | undefined;
|
|
17128
|
+
readonly dimensions?: number | undefined;
|
|
17040
17129
|
readonly columnName?: string | undefined;
|
|
17041
17130
|
readonly searchable?: boolean | undefined;
|
|
17042
17131
|
readonly unique?: boolean | undefined;
|
|
@@ -17191,6 +17280,7 @@ declare const SysTeam: Omit<{
|
|
|
17191
17280
|
readonly system?: boolean | undefined;
|
|
17192
17281
|
readonly min?: number | undefined;
|
|
17193
17282
|
readonly max?: number | undefined;
|
|
17283
|
+
readonly dimensions?: number | undefined;
|
|
17194
17284
|
readonly columnName?: string | undefined;
|
|
17195
17285
|
readonly searchable?: boolean | undefined;
|
|
17196
17286
|
readonly unique?: boolean | undefined;
|
|
@@ -17345,6 +17435,7 @@ declare const SysTeam: Omit<{
|
|
|
17345
17435
|
readonly system?: boolean | undefined;
|
|
17346
17436
|
readonly min?: number | undefined;
|
|
17347
17437
|
readonly max?: number | undefined;
|
|
17438
|
+
readonly dimensions?: number | undefined;
|
|
17348
17439
|
readonly columnName?: string | undefined;
|
|
17349
17440
|
readonly searchable?: boolean | undefined;
|
|
17350
17441
|
readonly unique?: boolean | undefined;
|
|
@@ -17499,6 +17590,7 @@ declare const SysTeam: Omit<{
|
|
|
17499
17590
|
readonly system?: boolean | undefined;
|
|
17500
17591
|
readonly min?: number | undefined;
|
|
17501
17592
|
readonly max?: number | undefined;
|
|
17593
|
+
readonly dimensions?: number | undefined;
|
|
17502
17594
|
readonly columnName?: string | undefined;
|
|
17503
17595
|
readonly searchable?: boolean | undefined;
|
|
17504
17596
|
readonly unique?: boolean | undefined;
|
|
@@ -17731,6 +17823,7 @@ declare const SysTeamMember: Omit<{
|
|
|
17731
17823
|
currencyMode: "fixed" | "dynamic";
|
|
17732
17824
|
defaultCurrency: string;
|
|
17733
17825
|
} | undefined;
|
|
17826
|
+
dimensions?: number | undefined;
|
|
17734
17827
|
vectorConfig?: {
|
|
17735
17828
|
dimensions: number;
|
|
17736
17829
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -18315,6 +18408,8 @@ declare const SysTeamMember: Omit<{
|
|
|
18315
18408
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
18316
18409
|
confirmText?: string | undefined;
|
|
18317
18410
|
successMessage?: string | undefined;
|
|
18411
|
+
errorMessage?: string | undefined;
|
|
18412
|
+
undoable?: boolean | undefined;
|
|
18318
18413
|
resultDialog?: {
|
|
18319
18414
|
title?: string | undefined;
|
|
18320
18415
|
description?: string | undefined;
|
|
@@ -18462,6 +18557,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18462
18557
|
readonly system?: boolean | undefined;
|
|
18463
18558
|
readonly min?: number | undefined;
|
|
18464
18559
|
readonly max?: number | undefined;
|
|
18560
|
+
readonly dimensions?: number | undefined;
|
|
18465
18561
|
readonly columnName?: string | undefined;
|
|
18466
18562
|
readonly searchable?: boolean | undefined;
|
|
18467
18563
|
readonly unique?: boolean | undefined;
|
|
@@ -18616,6 +18712,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18616
18712
|
readonly system?: boolean | undefined;
|
|
18617
18713
|
readonly min?: number | undefined;
|
|
18618
18714
|
readonly max?: number | undefined;
|
|
18715
|
+
readonly dimensions?: number | undefined;
|
|
18619
18716
|
readonly columnName?: string | undefined;
|
|
18620
18717
|
readonly searchable?: boolean | undefined;
|
|
18621
18718
|
readonly unique?: boolean | undefined;
|
|
@@ -18770,6 +18867,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18770
18867
|
readonly system?: boolean | undefined;
|
|
18771
18868
|
readonly min?: number | undefined;
|
|
18772
18869
|
readonly max?: number | undefined;
|
|
18870
|
+
readonly dimensions?: number | undefined;
|
|
18773
18871
|
readonly columnName?: string | undefined;
|
|
18774
18872
|
readonly searchable?: boolean | undefined;
|
|
18775
18873
|
readonly unique?: boolean | undefined;
|
|
@@ -18924,6 +19022,7 @@ declare const SysTeamMember: Omit<{
|
|
|
18924
19022
|
readonly system?: boolean | undefined;
|
|
18925
19023
|
readonly min?: number | undefined;
|
|
18926
19024
|
readonly max?: number | undefined;
|
|
19025
|
+
readonly dimensions?: number | undefined;
|
|
18927
19026
|
readonly columnName?: string | undefined;
|
|
18928
19027
|
readonly searchable?: boolean | undefined;
|
|
18929
19028
|
readonly unique?: boolean | undefined;
|
|
@@ -19166,6 +19265,7 @@ declare const SysDepartment: Omit<{
|
|
|
19166
19265
|
currencyMode: "fixed" | "dynamic";
|
|
19167
19266
|
defaultCurrency: string;
|
|
19168
19267
|
} | undefined;
|
|
19268
|
+
dimensions?: number | undefined;
|
|
19169
19269
|
vectorConfig?: {
|
|
19170
19270
|
dimensions: number;
|
|
19171
19271
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -19750,6 +19850,8 @@ declare const SysDepartment: Omit<{
|
|
|
19750
19850
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
19751
19851
|
confirmText?: string | undefined;
|
|
19752
19852
|
successMessage?: string | undefined;
|
|
19853
|
+
errorMessage?: string | undefined;
|
|
19854
|
+
undoable?: boolean | undefined;
|
|
19753
19855
|
resultDialog?: {
|
|
19754
19856
|
title?: string | undefined;
|
|
19755
19857
|
description?: string | undefined;
|
|
@@ -19940,6 +20042,7 @@ declare const SysDepartment: Omit<{
|
|
|
19940
20042
|
readonly system?: boolean | undefined;
|
|
19941
20043
|
readonly min?: number | undefined;
|
|
19942
20044
|
readonly max?: number | undefined;
|
|
20045
|
+
readonly dimensions?: number | undefined;
|
|
19943
20046
|
readonly columnName?: string | undefined;
|
|
19944
20047
|
readonly searchable?: boolean | undefined;
|
|
19945
20048
|
readonly unique?: boolean | undefined;
|
|
@@ -20094,6 +20197,7 @@ declare const SysDepartment: Omit<{
|
|
|
20094
20197
|
readonly system?: boolean | undefined;
|
|
20095
20198
|
readonly min?: number | undefined;
|
|
20096
20199
|
readonly max?: number | undefined;
|
|
20200
|
+
readonly dimensions?: number | undefined;
|
|
20097
20201
|
readonly columnName?: string | undefined;
|
|
20098
20202
|
readonly searchable?: boolean | undefined;
|
|
20099
20203
|
readonly unique?: boolean | undefined;
|
|
@@ -20248,6 +20352,7 @@ declare const SysDepartment: Omit<{
|
|
|
20248
20352
|
readonly system?: boolean | undefined;
|
|
20249
20353
|
readonly min?: number | undefined;
|
|
20250
20354
|
readonly max?: number | undefined;
|
|
20355
|
+
readonly dimensions?: number | undefined;
|
|
20251
20356
|
readonly columnName?: string | undefined;
|
|
20252
20357
|
readonly searchable?: boolean | undefined;
|
|
20253
20358
|
readonly unique?: boolean | undefined;
|
|
@@ -20402,6 +20507,7 @@ declare const SysDepartment: Omit<{
|
|
|
20402
20507
|
readonly system?: boolean | undefined;
|
|
20403
20508
|
readonly min?: number | undefined;
|
|
20404
20509
|
readonly max?: number | undefined;
|
|
20510
|
+
readonly dimensions?: number | undefined;
|
|
20405
20511
|
readonly columnName?: string | undefined;
|
|
20406
20512
|
readonly searchable?: boolean | undefined;
|
|
20407
20513
|
readonly unique?: boolean | undefined;
|
|
@@ -20556,6 +20662,7 @@ declare const SysDepartment: Omit<{
|
|
|
20556
20662
|
readonly system?: boolean | undefined;
|
|
20557
20663
|
readonly min?: number | undefined;
|
|
20558
20664
|
readonly max?: number | undefined;
|
|
20665
|
+
readonly dimensions?: number | undefined;
|
|
20559
20666
|
readonly columnName?: string | undefined;
|
|
20560
20667
|
readonly searchable?: boolean | undefined;
|
|
20561
20668
|
readonly unique?: boolean | undefined;
|
|
@@ -20710,6 +20817,7 @@ declare const SysDepartment: Omit<{
|
|
|
20710
20817
|
readonly system?: boolean | undefined;
|
|
20711
20818
|
readonly min?: number | undefined;
|
|
20712
20819
|
readonly max?: number | undefined;
|
|
20820
|
+
readonly dimensions?: number | undefined;
|
|
20713
20821
|
readonly columnName?: string | undefined;
|
|
20714
20822
|
readonly searchable?: boolean | undefined;
|
|
20715
20823
|
readonly unique?: boolean | undefined;
|
|
@@ -20864,6 +20972,7 @@ declare const SysDepartment: Omit<{
|
|
|
20864
20972
|
readonly system?: boolean | undefined;
|
|
20865
20973
|
readonly min?: number | undefined;
|
|
20866
20974
|
readonly max?: number | undefined;
|
|
20975
|
+
readonly dimensions?: number | undefined;
|
|
20867
20976
|
readonly columnName?: string | undefined;
|
|
20868
20977
|
readonly searchable?: boolean | undefined;
|
|
20869
20978
|
readonly unique?: boolean | undefined;
|
|
@@ -21018,6 +21127,7 @@ declare const SysDepartment: Omit<{
|
|
|
21018
21127
|
readonly system?: boolean | undefined;
|
|
21019
21128
|
readonly min?: number | undefined;
|
|
21020
21129
|
readonly max?: number | undefined;
|
|
21130
|
+
readonly dimensions?: number | undefined;
|
|
21021
21131
|
readonly columnName?: string | undefined;
|
|
21022
21132
|
readonly searchable?: boolean | undefined;
|
|
21023
21133
|
readonly unique?: boolean | undefined;
|
|
@@ -21172,6 +21282,7 @@ declare const SysDepartment: Omit<{
|
|
|
21172
21282
|
readonly system?: boolean | undefined;
|
|
21173
21283
|
readonly min?: number | undefined;
|
|
21174
21284
|
readonly max?: number | undefined;
|
|
21285
|
+
readonly dimensions?: number | undefined;
|
|
21175
21286
|
readonly columnName?: string | undefined;
|
|
21176
21287
|
readonly searchable?: boolean | undefined;
|
|
21177
21288
|
readonly unique?: boolean | undefined;
|
|
@@ -21326,6 +21437,7 @@ declare const SysDepartment: Omit<{
|
|
|
21326
21437
|
readonly system?: boolean | undefined;
|
|
21327
21438
|
readonly min?: number | undefined;
|
|
21328
21439
|
readonly max?: number | undefined;
|
|
21440
|
+
readonly dimensions?: number | undefined;
|
|
21329
21441
|
readonly columnName?: string | undefined;
|
|
21330
21442
|
readonly searchable?: boolean | undefined;
|
|
21331
21443
|
readonly unique?: boolean | undefined;
|
|
@@ -21480,6 +21592,7 @@ declare const SysDepartment: Omit<{
|
|
|
21480
21592
|
readonly system?: boolean | undefined;
|
|
21481
21593
|
readonly min?: number | undefined;
|
|
21482
21594
|
readonly max?: number | undefined;
|
|
21595
|
+
readonly dimensions?: number | undefined;
|
|
21483
21596
|
readonly columnName?: string | undefined;
|
|
21484
21597
|
readonly searchable?: boolean | undefined;
|
|
21485
21598
|
readonly unique?: boolean | undefined;
|
|
@@ -21634,6 +21747,7 @@ declare const SysDepartment: Omit<{
|
|
|
21634
21747
|
readonly system?: boolean | undefined;
|
|
21635
21748
|
readonly min?: number | undefined;
|
|
21636
21749
|
readonly max?: number | undefined;
|
|
21750
|
+
readonly dimensions?: number | undefined;
|
|
21637
21751
|
readonly columnName?: string | undefined;
|
|
21638
21752
|
readonly searchable?: boolean | undefined;
|
|
21639
21753
|
readonly unique?: boolean | undefined;
|
|
@@ -21788,6 +21902,7 @@ declare const SysDepartment: Omit<{
|
|
|
21788
21902
|
readonly system?: boolean | undefined;
|
|
21789
21903
|
readonly min?: number | undefined;
|
|
21790
21904
|
readonly max?: number | undefined;
|
|
21905
|
+
readonly dimensions?: number | undefined;
|
|
21791
21906
|
readonly columnName?: string | undefined;
|
|
21792
21907
|
readonly searchable?: boolean | undefined;
|
|
21793
21908
|
readonly unique?: boolean | undefined;
|
|
@@ -22028,6 +22143,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
22028
22143
|
currencyMode: "fixed" | "dynamic";
|
|
22029
22144
|
defaultCurrency: string;
|
|
22030
22145
|
} | undefined;
|
|
22146
|
+
dimensions?: number | undefined;
|
|
22031
22147
|
vectorConfig?: {
|
|
22032
22148
|
dimensions: number;
|
|
22033
22149
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -22612,6 +22728,8 @@ declare const SysDepartmentMember: Omit<{
|
|
|
22612
22728
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
22613
22729
|
confirmText?: string | undefined;
|
|
22614
22730
|
successMessage?: string | undefined;
|
|
22731
|
+
errorMessage?: string | undefined;
|
|
22732
|
+
undoable?: boolean | undefined;
|
|
22615
22733
|
resultDialog?: {
|
|
22616
22734
|
title?: string | undefined;
|
|
22617
22735
|
description?: string | undefined;
|
|
@@ -22711,6 +22829,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
22711
22829
|
readonly system?: boolean | undefined;
|
|
22712
22830
|
readonly min?: number | undefined;
|
|
22713
22831
|
readonly max?: number | undefined;
|
|
22832
|
+
readonly dimensions?: number | undefined;
|
|
22714
22833
|
readonly columnName?: string | undefined;
|
|
22715
22834
|
readonly searchable?: boolean | undefined;
|
|
22716
22835
|
readonly unique?: boolean | undefined;
|
|
@@ -22865,6 +22984,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
22865
22984
|
readonly system?: boolean | undefined;
|
|
22866
22985
|
readonly min?: number | undefined;
|
|
22867
22986
|
readonly max?: number | undefined;
|
|
22987
|
+
readonly dimensions?: number | undefined;
|
|
22868
22988
|
readonly columnName?: string | undefined;
|
|
22869
22989
|
readonly searchable?: boolean | undefined;
|
|
22870
22990
|
readonly unique?: boolean | undefined;
|
|
@@ -23019,6 +23139,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23019
23139
|
readonly system?: boolean | undefined;
|
|
23020
23140
|
readonly min?: number | undefined;
|
|
23021
23141
|
readonly max?: number | undefined;
|
|
23142
|
+
readonly dimensions?: number | undefined;
|
|
23022
23143
|
readonly columnName?: string | undefined;
|
|
23023
23144
|
readonly searchable?: boolean | undefined;
|
|
23024
23145
|
readonly unique?: boolean | undefined;
|
|
@@ -23173,6 +23294,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23173
23294
|
readonly system?: boolean | undefined;
|
|
23174
23295
|
readonly min?: number | undefined;
|
|
23175
23296
|
readonly max?: number | undefined;
|
|
23297
|
+
readonly dimensions?: number | undefined;
|
|
23176
23298
|
readonly columnName?: string | undefined;
|
|
23177
23299
|
readonly searchable?: boolean | undefined;
|
|
23178
23300
|
readonly unique?: boolean | undefined;
|
|
@@ -23327,6 +23449,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23327
23449
|
readonly system?: boolean | undefined;
|
|
23328
23450
|
readonly min?: number | undefined;
|
|
23329
23451
|
readonly max?: number | undefined;
|
|
23452
|
+
readonly dimensions?: number | undefined;
|
|
23330
23453
|
readonly columnName?: string | undefined;
|
|
23331
23454
|
readonly searchable?: boolean | undefined;
|
|
23332
23455
|
readonly unique?: boolean | undefined;
|
|
@@ -23481,6 +23604,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23481
23604
|
readonly system?: boolean | undefined;
|
|
23482
23605
|
readonly min?: number | undefined;
|
|
23483
23606
|
readonly max?: number | undefined;
|
|
23607
|
+
readonly dimensions?: number | undefined;
|
|
23484
23608
|
readonly columnName?: string | undefined;
|
|
23485
23609
|
readonly searchable?: boolean | undefined;
|
|
23486
23610
|
readonly unique?: boolean | undefined;
|
|
@@ -23635,6 +23759,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23635
23759
|
readonly system?: boolean | undefined;
|
|
23636
23760
|
readonly min?: number | undefined;
|
|
23637
23761
|
readonly max?: number | undefined;
|
|
23762
|
+
readonly dimensions?: number | undefined;
|
|
23638
23763
|
readonly columnName?: string | undefined;
|
|
23639
23764
|
readonly searchable?: boolean | undefined;
|
|
23640
23765
|
readonly unique?: boolean | undefined;
|
|
@@ -23789,6 +23914,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23789
23914
|
readonly system?: boolean | undefined;
|
|
23790
23915
|
readonly min?: number | undefined;
|
|
23791
23916
|
readonly max?: number | undefined;
|
|
23917
|
+
readonly dimensions?: number | undefined;
|
|
23792
23918
|
readonly columnName?: string | undefined;
|
|
23793
23919
|
readonly searchable?: boolean | undefined;
|
|
23794
23920
|
readonly unique?: boolean | undefined;
|
|
@@ -23943,6 +24069,7 @@ declare const SysDepartmentMember: Omit<{
|
|
|
23943
24069
|
readonly system?: boolean | undefined;
|
|
23944
24070
|
readonly min?: number | undefined;
|
|
23945
24071
|
readonly max?: number | undefined;
|
|
24072
|
+
readonly dimensions?: number | undefined;
|
|
23946
24073
|
readonly columnName?: string | undefined;
|
|
23947
24074
|
readonly searchable?: boolean | undefined;
|
|
23948
24075
|
readonly unique?: boolean | undefined;
|
|
@@ -24180,6 +24307,7 @@ declare const SysApiKey: Omit<{
|
|
|
24180
24307
|
currencyMode: "fixed" | "dynamic";
|
|
24181
24308
|
defaultCurrency: string;
|
|
24182
24309
|
} | undefined;
|
|
24310
|
+
dimensions?: number | undefined;
|
|
24183
24311
|
vectorConfig?: {
|
|
24184
24312
|
dimensions: number;
|
|
24185
24313
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -24764,6 +24892,8 @@ declare const SysApiKey: Omit<{
|
|
|
24764
24892
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
24765
24893
|
confirmText?: string | undefined;
|
|
24766
24894
|
successMessage?: string | undefined;
|
|
24895
|
+
errorMessage?: string | undefined;
|
|
24896
|
+
undoable?: boolean | undefined;
|
|
24767
24897
|
resultDialog?: {
|
|
24768
24898
|
title?: string | undefined;
|
|
24769
24899
|
description?: string | undefined;
|
|
@@ -24987,6 +25117,7 @@ declare const SysApiKey: Omit<{
|
|
|
24987
25117
|
readonly system?: boolean | undefined;
|
|
24988
25118
|
readonly min?: number | undefined;
|
|
24989
25119
|
readonly max?: number | undefined;
|
|
25120
|
+
readonly dimensions?: number | undefined;
|
|
24990
25121
|
readonly columnName?: string | undefined;
|
|
24991
25122
|
readonly searchable?: boolean | undefined;
|
|
24992
25123
|
readonly unique?: boolean | undefined;
|
|
@@ -25141,6 +25272,7 @@ declare const SysApiKey: Omit<{
|
|
|
25141
25272
|
readonly system?: boolean | undefined;
|
|
25142
25273
|
readonly min?: number | undefined;
|
|
25143
25274
|
readonly max?: number | undefined;
|
|
25275
|
+
readonly dimensions?: number | undefined;
|
|
25144
25276
|
readonly columnName?: string | undefined;
|
|
25145
25277
|
readonly searchable?: boolean | undefined;
|
|
25146
25278
|
readonly unique?: boolean | undefined;
|
|
@@ -25295,6 +25427,7 @@ declare const SysApiKey: Omit<{
|
|
|
25295
25427
|
readonly system?: boolean | undefined;
|
|
25296
25428
|
readonly min?: number | undefined;
|
|
25297
25429
|
readonly max?: number | undefined;
|
|
25430
|
+
readonly dimensions?: number | undefined;
|
|
25298
25431
|
readonly columnName?: string | undefined;
|
|
25299
25432
|
readonly searchable?: boolean | undefined;
|
|
25300
25433
|
readonly unique?: boolean | undefined;
|
|
@@ -25449,6 +25582,7 @@ declare const SysApiKey: Omit<{
|
|
|
25449
25582
|
readonly system?: boolean | undefined;
|
|
25450
25583
|
readonly min?: number | undefined;
|
|
25451
25584
|
readonly max?: number | undefined;
|
|
25585
|
+
readonly dimensions?: number | undefined;
|
|
25452
25586
|
readonly columnName?: string | undefined;
|
|
25453
25587
|
readonly searchable?: boolean | undefined;
|
|
25454
25588
|
readonly unique?: boolean | undefined;
|
|
@@ -25603,6 +25737,7 @@ declare const SysApiKey: Omit<{
|
|
|
25603
25737
|
readonly system?: boolean | undefined;
|
|
25604
25738
|
readonly min?: number | undefined;
|
|
25605
25739
|
readonly max?: number | undefined;
|
|
25740
|
+
readonly dimensions?: number | undefined;
|
|
25606
25741
|
readonly columnName?: string | undefined;
|
|
25607
25742
|
readonly searchable?: boolean | undefined;
|
|
25608
25743
|
readonly unique?: boolean | undefined;
|
|
@@ -25757,6 +25892,7 @@ declare const SysApiKey: Omit<{
|
|
|
25757
25892
|
readonly system?: boolean | undefined;
|
|
25758
25893
|
readonly min?: number | undefined;
|
|
25759
25894
|
readonly max?: number | undefined;
|
|
25895
|
+
readonly dimensions?: number | undefined;
|
|
25760
25896
|
readonly columnName?: string | undefined;
|
|
25761
25897
|
readonly searchable?: boolean | undefined;
|
|
25762
25898
|
readonly unique?: boolean | undefined;
|
|
@@ -25911,6 +26047,7 @@ declare const SysApiKey: Omit<{
|
|
|
25911
26047
|
readonly system?: boolean | undefined;
|
|
25912
26048
|
readonly min?: number | undefined;
|
|
25913
26049
|
readonly max?: number | undefined;
|
|
26050
|
+
readonly dimensions?: number | undefined;
|
|
25914
26051
|
readonly columnName?: string | undefined;
|
|
25915
26052
|
readonly searchable?: boolean | undefined;
|
|
25916
26053
|
readonly unique?: boolean | undefined;
|
|
@@ -26065,6 +26202,7 @@ declare const SysApiKey: Omit<{
|
|
|
26065
26202
|
readonly system?: boolean | undefined;
|
|
26066
26203
|
readonly min?: number | undefined;
|
|
26067
26204
|
readonly max?: number | undefined;
|
|
26205
|
+
readonly dimensions?: number | undefined;
|
|
26068
26206
|
readonly columnName?: string | undefined;
|
|
26069
26207
|
readonly searchable?: boolean | undefined;
|
|
26070
26208
|
readonly unique?: boolean | undefined;
|
|
@@ -26219,6 +26357,7 @@ declare const SysApiKey: Omit<{
|
|
|
26219
26357
|
readonly system?: boolean | undefined;
|
|
26220
26358
|
readonly min?: number | undefined;
|
|
26221
26359
|
readonly max?: number | undefined;
|
|
26360
|
+
readonly dimensions?: number | undefined;
|
|
26222
26361
|
readonly columnName?: string | undefined;
|
|
26223
26362
|
readonly searchable?: boolean | undefined;
|
|
26224
26363
|
readonly unique?: boolean | undefined;
|
|
@@ -26373,6 +26512,7 @@ declare const SysApiKey: Omit<{
|
|
|
26373
26512
|
readonly system?: boolean | undefined;
|
|
26374
26513
|
readonly min?: number | undefined;
|
|
26375
26514
|
readonly max?: number | undefined;
|
|
26515
|
+
readonly dimensions?: number | undefined;
|
|
26376
26516
|
readonly columnName?: string | undefined;
|
|
26377
26517
|
readonly searchable?: boolean | undefined;
|
|
26378
26518
|
readonly unique?: boolean | undefined;
|
|
@@ -26527,6 +26667,7 @@ declare const SysApiKey: Omit<{
|
|
|
26527
26667
|
readonly system?: boolean | undefined;
|
|
26528
26668
|
readonly min?: number | undefined;
|
|
26529
26669
|
readonly max?: number | undefined;
|
|
26670
|
+
readonly dimensions?: number | undefined;
|
|
26530
26671
|
readonly columnName?: string | undefined;
|
|
26531
26672
|
readonly searchable?: boolean | undefined;
|
|
26532
26673
|
readonly unique?: boolean | undefined;
|
|
@@ -26763,6 +26904,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
26763
26904
|
currencyMode: "fixed" | "dynamic";
|
|
26764
26905
|
defaultCurrency: string;
|
|
26765
26906
|
} | undefined;
|
|
26907
|
+
dimensions?: number | undefined;
|
|
26766
26908
|
vectorConfig?: {
|
|
26767
26909
|
dimensions: number;
|
|
26768
26910
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -27347,6 +27489,8 @@ declare const SysTwoFactor: Omit<{
|
|
|
27347
27489
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
27348
27490
|
confirmText?: string | undefined;
|
|
27349
27491
|
successMessage?: string | undefined;
|
|
27492
|
+
errorMessage?: string | undefined;
|
|
27493
|
+
undoable?: boolean | undefined;
|
|
27350
27494
|
resultDialog?: {
|
|
27351
27495
|
title?: string | undefined;
|
|
27352
27496
|
description?: string | undefined;
|
|
@@ -27565,6 +27709,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
27565
27709
|
readonly system?: boolean | undefined;
|
|
27566
27710
|
readonly min?: number | undefined;
|
|
27567
27711
|
readonly max?: number | undefined;
|
|
27712
|
+
readonly dimensions?: number | undefined;
|
|
27568
27713
|
readonly columnName?: string | undefined;
|
|
27569
27714
|
readonly searchable?: boolean | undefined;
|
|
27570
27715
|
readonly unique?: boolean | undefined;
|
|
@@ -27719,6 +27864,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
27719
27864
|
readonly system?: boolean | undefined;
|
|
27720
27865
|
readonly min?: number | undefined;
|
|
27721
27866
|
readonly max?: number | undefined;
|
|
27867
|
+
readonly dimensions?: number | undefined;
|
|
27722
27868
|
readonly columnName?: string | undefined;
|
|
27723
27869
|
readonly searchable?: boolean | undefined;
|
|
27724
27870
|
readonly unique?: boolean | undefined;
|
|
@@ -27873,6 +28019,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
27873
28019
|
readonly system?: boolean | undefined;
|
|
27874
28020
|
readonly min?: number | undefined;
|
|
27875
28021
|
readonly max?: number | undefined;
|
|
28022
|
+
readonly dimensions?: number | undefined;
|
|
27876
28023
|
readonly columnName?: string | undefined;
|
|
27877
28024
|
readonly searchable?: boolean | undefined;
|
|
27878
28025
|
readonly unique?: boolean | undefined;
|
|
@@ -28027,6 +28174,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
28027
28174
|
readonly system?: boolean | undefined;
|
|
28028
28175
|
readonly min?: number | undefined;
|
|
28029
28176
|
readonly max?: number | undefined;
|
|
28177
|
+
readonly dimensions?: number | undefined;
|
|
28030
28178
|
readonly columnName?: string | undefined;
|
|
28031
28179
|
readonly searchable?: boolean | undefined;
|
|
28032
28180
|
readonly unique?: boolean | undefined;
|
|
@@ -28181,6 +28329,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
28181
28329
|
readonly system?: boolean | undefined;
|
|
28182
28330
|
readonly min?: number | undefined;
|
|
28183
28331
|
readonly max?: number | undefined;
|
|
28332
|
+
readonly dimensions?: number | undefined;
|
|
28184
28333
|
readonly columnName?: string | undefined;
|
|
28185
28334
|
readonly searchable?: boolean | undefined;
|
|
28186
28335
|
readonly unique?: boolean | undefined;
|
|
@@ -28335,6 +28484,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
28335
28484
|
readonly system?: boolean | undefined;
|
|
28336
28485
|
readonly min?: number | undefined;
|
|
28337
28486
|
readonly max?: number | undefined;
|
|
28487
|
+
readonly dimensions?: number | undefined;
|
|
28338
28488
|
readonly columnName?: string | undefined;
|
|
28339
28489
|
readonly searchable?: boolean | undefined;
|
|
28340
28490
|
readonly unique?: boolean | undefined;
|
|
@@ -28489,6 +28639,7 @@ declare const SysTwoFactor: Omit<{
|
|
|
28489
28639
|
readonly system?: boolean | undefined;
|
|
28490
28640
|
readonly min?: number | undefined;
|
|
28491
28641
|
readonly max?: number | undefined;
|
|
28642
|
+
readonly dimensions?: number | undefined;
|
|
28492
28643
|
readonly columnName?: string | undefined;
|
|
28493
28644
|
readonly searchable?: boolean | undefined;
|
|
28494
28645
|
readonly unique?: boolean | undefined;
|
|
@@ -28728,6 +28879,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
28728
28879
|
currencyMode: "fixed" | "dynamic";
|
|
28729
28880
|
defaultCurrency: string;
|
|
28730
28881
|
} | undefined;
|
|
28882
|
+
dimensions?: number | undefined;
|
|
28731
28883
|
vectorConfig?: {
|
|
28732
28884
|
dimensions: number;
|
|
28733
28885
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -29312,6 +29464,8 @@ declare const SysDeviceCode: Omit<{
|
|
|
29312
29464
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
29313
29465
|
confirmText?: string | undefined;
|
|
29314
29466
|
successMessage?: string | undefined;
|
|
29467
|
+
errorMessage?: string | undefined;
|
|
29468
|
+
undoable?: boolean | undefined;
|
|
29315
29469
|
resultDialog?: {
|
|
29316
29470
|
title?: string | undefined;
|
|
29317
29471
|
description?: string | undefined;
|
|
@@ -29416,6 +29570,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
29416
29570
|
readonly system?: boolean | undefined;
|
|
29417
29571
|
readonly min?: number | undefined;
|
|
29418
29572
|
readonly max?: number | undefined;
|
|
29573
|
+
readonly dimensions?: number | undefined;
|
|
29419
29574
|
readonly columnName?: string | undefined;
|
|
29420
29575
|
readonly searchable?: boolean | undefined;
|
|
29421
29576
|
readonly unique?: boolean | undefined;
|
|
@@ -29570,6 +29725,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
29570
29725
|
readonly system?: boolean | undefined;
|
|
29571
29726
|
readonly min?: number | undefined;
|
|
29572
29727
|
readonly max?: number | undefined;
|
|
29728
|
+
readonly dimensions?: number | undefined;
|
|
29573
29729
|
readonly columnName?: string | undefined;
|
|
29574
29730
|
readonly searchable?: boolean | undefined;
|
|
29575
29731
|
readonly unique?: boolean | undefined;
|
|
@@ -29724,6 +29880,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
29724
29880
|
readonly system?: boolean | undefined;
|
|
29725
29881
|
readonly min?: number | undefined;
|
|
29726
29882
|
readonly max?: number | undefined;
|
|
29883
|
+
readonly dimensions?: number | undefined;
|
|
29727
29884
|
readonly columnName?: string | undefined;
|
|
29728
29885
|
readonly searchable?: boolean | undefined;
|
|
29729
29886
|
readonly unique?: boolean | undefined;
|
|
@@ -29879,6 +30036,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
29879
30036
|
readonly system?: boolean | undefined;
|
|
29880
30037
|
readonly min?: number | undefined;
|
|
29881
30038
|
readonly max?: number | undefined;
|
|
30039
|
+
readonly dimensions?: number | undefined;
|
|
29882
30040
|
readonly columnName?: string | undefined;
|
|
29883
30041
|
readonly searchable?: boolean | undefined;
|
|
29884
30042
|
readonly unique?: boolean | undefined;
|
|
@@ -30034,6 +30192,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30034
30192
|
readonly system?: boolean | undefined;
|
|
30035
30193
|
readonly min?: number | undefined;
|
|
30036
30194
|
readonly max?: number | undefined;
|
|
30195
|
+
readonly dimensions?: number | undefined;
|
|
30037
30196
|
readonly columnName?: string | undefined;
|
|
30038
30197
|
readonly searchable?: boolean | undefined;
|
|
30039
30198
|
readonly unique?: boolean | undefined;
|
|
@@ -30189,6 +30348,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30189
30348
|
readonly system?: boolean | undefined;
|
|
30190
30349
|
readonly min?: number | undefined;
|
|
30191
30350
|
readonly max?: number | undefined;
|
|
30351
|
+
readonly dimensions?: number | undefined;
|
|
30192
30352
|
readonly columnName?: string | undefined;
|
|
30193
30353
|
readonly searchable?: boolean | undefined;
|
|
30194
30354
|
readonly unique?: boolean | undefined;
|
|
@@ -30343,6 +30503,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30343
30503
|
readonly system?: boolean | undefined;
|
|
30344
30504
|
readonly min?: number | undefined;
|
|
30345
30505
|
readonly max?: number | undefined;
|
|
30506
|
+
readonly dimensions?: number | undefined;
|
|
30346
30507
|
readonly columnName?: string | undefined;
|
|
30347
30508
|
readonly searchable?: boolean | undefined;
|
|
30348
30509
|
readonly unique?: boolean | undefined;
|
|
@@ -30498,6 +30659,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30498
30659
|
readonly system?: boolean | undefined;
|
|
30499
30660
|
readonly min?: number | undefined;
|
|
30500
30661
|
readonly max?: number | undefined;
|
|
30662
|
+
readonly dimensions?: number | undefined;
|
|
30501
30663
|
readonly columnName?: string | undefined;
|
|
30502
30664
|
readonly searchable?: boolean | undefined;
|
|
30503
30665
|
readonly unique?: boolean | undefined;
|
|
@@ -30652,6 +30814,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30652
30814
|
readonly system?: boolean | undefined;
|
|
30653
30815
|
readonly min?: number | undefined;
|
|
30654
30816
|
readonly max?: number | undefined;
|
|
30817
|
+
readonly dimensions?: number | undefined;
|
|
30655
30818
|
readonly columnName?: string | undefined;
|
|
30656
30819
|
readonly searchable?: boolean | undefined;
|
|
30657
30820
|
readonly unique?: boolean | undefined;
|
|
@@ -30806,6 +30969,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30806
30969
|
readonly system?: boolean | undefined;
|
|
30807
30970
|
readonly min?: number | undefined;
|
|
30808
30971
|
readonly max?: number | undefined;
|
|
30972
|
+
readonly dimensions?: number | undefined;
|
|
30809
30973
|
readonly columnName?: string | undefined;
|
|
30810
30974
|
readonly searchable?: boolean | undefined;
|
|
30811
30975
|
readonly unique?: boolean | undefined;
|
|
@@ -30960,6 +31124,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
30960
31124
|
readonly system?: boolean | undefined;
|
|
30961
31125
|
readonly min?: number | undefined;
|
|
30962
31126
|
readonly max?: number | undefined;
|
|
31127
|
+
readonly dimensions?: number | undefined;
|
|
30963
31128
|
readonly columnName?: string | undefined;
|
|
30964
31129
|
readonly searchable?: boolean | undefined;
|
|
30965
31130
|
readonly unique?: boolean | undefined;
|
|
@@ -31114,6 +31279,7 @@ declare const SysDeviceCode: Omit<{
|
|
|
31114
31279
|
readonly system?: boolean | undefined;
|
|
31115
31280
|
readonly min?: number | undefined;
|
|
31116
31281
|
readonly max?: number | undefined;
|
|
31282
|
+
readonly dimensions?: number | undefined;
|
|
31117
31283
|
readonly columnName?: string | undefined;
|
|
31118
31284
|
readonly searchable?: boolean | undefined;
|
|
31119
31285
|
readonly unique?: boolean | undefined;
|
|
@@ -31356,6 +31522,7 @@ declare const SysUserPreference: Omit<{
|
|
|
31356
31522
|
currencyMode: "fixed" | "dynamic";
|
|
31357
31523
|
defaultCurrency: string;
|
|
31358
31524
|
} | undefined;
|
|
31525
|
+
dimensions?: number | undefined;
|
|
31359
31526
|
vectorConfig?: {
|
|
31360
31527
|
dimensions: number;
|
|
31361
31528
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -31940,6 +32107,8 @@ declare const SysUserPreference: Omit<{
|
|
|
31940
32107
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
31941
32108
|
confirmText?: string | undefined;
|
|
31942
32109
|
successMessage?: string | undefined;
|
|
32110
|
+
errorMessage?: string | undefined;
|
|
32111
|
+
undoable?: boolean | undefined;
|
|
31943
32112
|
resultDialog?: {
|
|
31944
32113
|
title?: string | undefined;
|
|
31945
32114
|
description?: string | undefined;
|
|
@@ -32107,6 +32276,7 @@ declare const SysUserPreference: Omit<{
|
|
|
32107
32276
|
readonly system?: boolean | undefined;
|
|
32108
32277
|
readonly min?: number | undefined;
|
|
32109
32278
|
readonly max?: number | undefined;
|
|
32279
|
+
readonly dimensions?: number | undefined;
|
|
32110
32280
|
readonly columnName?: string | undefined;
|
|
32111
32281
|
readonly searchable?: boolean | undefined;
|
|
32112
32282
|
readonly unique?: boolean | undefined;
|
|
@@ -32261,6 +32431,7 @@ declare const SysUserPreference: Omit<{
|
|
|
32261
32431
|
readonly system?: boolean | undefined;
|
|
32262
32432
|
readonly min?: number | undefined;
|
|
32263
32433
|
readonly max?: number | undefined;
|
|
32434
|
+
readonly dimensions?: number | undefined;
|
|
32264
32435
|
readonly columnName?: string | undefined;
|
|
32265
32436
|
readonly searchable?: boolean | undefined;
|
|
32266
32437
|
readonly unique?: boolean | undefined;
|
|
@@ -32415,6 +32586,7 @@ declare const SysUserPreference: Omit<{
|
|
|
32415
32586
|
readonly system?: boolean | undefined;
|
|
32416
32587
|
readonly min?: number | undefined;
|
|
32417
32588
|
readonly max?: number | undefined;
|
|
32589
|
+
readonly dimensions?: number | undefined;
|
|
32418
32590
|
readonly columnName?: string | undefined;
|
|
32419
32591
|
readonly searchable?: boolean | undefined;
|
|
32420
32592
|
readonly unique?: boolean | undefined;
|
|
@@ -32569,6 +32741,7 @@ declare const SysUserPreference: Omit<{
|
|
|
32569
32741
|
readonly system?: boolean | undefined;
|
|
32570
32742
|
readonly min?: number | undefined;
|
|
32571
32743
|
readonly max?: number | undefined;
|
|
32744
|
+
readonly dimensions?: number | undefined;
|
|
32572
32745
|
readonly columnName?: string | undefined;
|
|
32573
32746
|
readonly searchable?: boolean | undefined;
|
|
32574
32747
|
readonly unique?: boolean | undefined;
|
|
@@ -32723,6 +32896,7 @@ declare const SysUserPreference: Omit<{
|
|
|
32723
32896
|
readonly system?: boolean | undefined;
|
|
32724
32897
|
readonly min?: number | undefined;
|
|
32725
32898
|
readonly max?: number | undefined;
|
|
32899
|
+
readonly dimensions?: number | undefined;
|
|
32726
32900
|
readonly columnName?: string | undefined;
|
|
32727
32901
|
readonly searchable?: boolean | undefined;
|
|
32728
32902
|
readonly unique?: boolean | undefined;
|
|
@@ -32877,6 +33051,7 @@ declare const SysUserPreference: Omit<{
|
|
|
32877
33051
|
readonly system?: boolean | undefined;
|
|
32878
33052
|
readonly min?: number | undefined;
|
|
32879
33053
|
readonly max?: number | undefined;
|
|
33054
|
+
readonly dimensions?: number | undefined;
|
|
32880
33055
|
readonly columnName?: string | undefined;
|
|
32881
33056
|
readonly searchable?: boolean | undefined;
|
|
32882
33057
|
readonly unique?: boolean | undefined;
|
|
@@ -33117,6 +33292,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
33117
33292
|
currencyMode: "fixed" | "dynamic";
|
|
33118
33293
|
defaultCurrency: string;
|
|
33119
33294
|
} | undefined;
|
|
33295
|
+
dimensions?: number | undefined;
|
|
33120
33296
|
vectorConfig?: {
|
|
33121
33297
|
dimensions: number;
|
|
33122
33298
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -33701,6 +33877,8 @@ declare const SysOauthApplication: Omit<{
|
|
|
33701
33877
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
33702
33878
|
confirmText?: string | undefined;
|
|
33703
33879
|
successMessage?: string | undefined;
|
|
33880
|
+
errorMessage?: string | undefined;
|
|
33881
|
+
undoable?: boolean | undefined;
|
|
33704
33882
|
resultDialog?: {
|
|
33705
33883
|
title?: string | undefined;
|
|
33706
33884
|
description?: string | undefined;
|
|
@@ -34041,6 +34219,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34041
34219
|
readonly system?: boolean | undefined;
|
|
34042
34220
|
readonly min?: number | undefined;
|
|
34043
34221
|
readonly max?: number | undefined;
|
|
34222
|
+
readonly dimensions?: number | undefined;
|
|
34044
34223
|
readonly columnName?: string | undefined;
|
|
34045
34224
|
readonly searchable?: boolean | undefined;
|
|
34046
34225
|
readonly unique?: boolean | undefined;
|
|
@@ -34195,6 +34374,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34195
34374
|
readonly system?: boolean | undefined;
|
|
34196
34375
|
readonly min?: number | undefined;
|
|
34197
34376
|
readonly max?: number | undefined;
|
|
34377
|
+
readonly dimensions?: number | undefined;
|
|
34198
34378
|
readonly columnName?: string | undefined;
|
|
34199
34379
|
readonly searchable?: boolean | undefined;
|
|
34200
34380
|
readonly unique?: boolean | undefined;
|
|
@@ -34349,6 +34529,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34349
34529
|
readonly system?: boolean | undefined;
|
|
34350
34530
|
readonly min?: number | undefined;
|
|
34351
34531
|
readonly max?: number | undefined;
|
|
34532
|
+
readonly dimensions?: number | undefined;
|
|
34352
34533
|
readonly columnName?: string | undefined;
|
|
34353
34534
|
readonly searchable?: boolean | undefined;
|
|
34354
34535
|
readonly unique?: boolean | undefined;
|
|
@@ -34503,6 +34684,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34503
34684
|
readonly system?: boolean | undefined;
|
|
34504
34685
|
readonly min?: number | undefined;
|
|
34505
34686
|
readonly max?: number | undefined;
|
|
34687
|
+
readonly dimensions?: number | undefined;
|
|
34506
34688
|
readonly columnName?: string | undefined;
|
|
34507
34689
|
readonly searchable?: boolean | undefined;
|
|
34508
34690
|
readonly unique?: boolean | undefined;
|
|
@@ -34657,6 +34839,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34657
34839
|
readonly system?: boolean | undefined;
|
|
34658
34840
|
readonly min?: number | undefined;
|
|
34659
34841
|
readonly max?: number | undefined;
|
|
34842
|
+
readonly dimensions?: number | undefined;
|
|
34660
34843
|
readonly columnName?: string | undefined;
|
|
34661
34844
|
readonly searchable?: boolean | undefined;
|
|
34662
34845
|
readonly unique?: boolean | undefined;
|
|
@@ -34811,6 +34994,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34811
34994
|
readonly system?: boolean | undefined;
|
|
34812
34995
|
readonly min?: number | undefined;
|
|
34813
34996
|
readonly max?: number | undefined;
|
|
34997
|
+
readonly dimensions?: number | undefined;
|
|
34814
34998
|
readonly columnName?: string | undefined;
|
|
34815
34999
|
readonly searchable?: boolean | undefined;
|
|
34816
35000
|
readonly unique?: boolean | undefined;
|
|
@@ -34965,6 +35149,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
34965
35149
|
readonly system?: boolean | undefined;
|
|
34966
35150
|
readonly min?: number | undefined;
|
|
34967
35151
|
readonly max?: number | undefined;
|
|
35152
|
+
readonly dimensions?: number | undefined;
|
|
34968
35153
|
readonly columnName?: string | undefined;
|
|
34969
35154
|
readonly searchable?: boolean | undefined;
|
|
34970
35155
|
readonly unique?: boolean | undefined;
|
|
@@ -35119,6 +35304,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
35119
35304
|
readonly system?: boolean | undefined;
|
|
35120
35305
|
readonly min?: number | undefined;
|
|
35121
35306
|
readonly max?: number | undefined;
|
|
35307
|
+
readonly dimensions?: number | undefined;
|
|
35122
35308
|
readonly columnName?: string | undefined;
|
|
35123
35309
|
readonly searchable?: boolean | undefined;
|
|
35124
35310
|
readonly unique?: boolean | undefined;
|
|
@@ -35273,6 +35459,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
35273
35459
|
readonly system?: boolean | undefined;
|
|
35274
35460
|
readonly min?: number | undefined;
|
|
35275
35461
|
readonly max?: number | undefined;
|
|
35462
|
+
readonly dimensions?: number | undefined;
|
|
35276
35463
|
readonly columnName?: string | undefined;
|
|
35277
35464
|
readonly searchable?: boolean | undefined;
|
|
35278
35465
|
readonly unique?: boolean | undefined;
|
|
@@ -35427,6 +35614,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
35427
35614
|
readonly system?: boolean | undefined;
|
|
35428
35615
|
readonly min?: number | undefined;
|
|
35429
35616
|
readonly max?: number | undefined;
|
|
35617
|
+
readonly dimensions?: number | undefined;
|
|
35430
35618
|
readonly columnName?: string | undefined;
|
|
35431
35619
|
readonly searchable?: boolean | undefined;
|
|
35432
35620
|
readonly unique?: boolean | undefined;
|
|
@@ -35581,6 +35769,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
35581
35769
|
readonly system?: boolean | undefined;
|
|
35582
35770
|
readonly min?: number | undefined;
|
|
35583
35771
|
readonly max?: number | undefined;
|
|
35772
|
+
readonly dimensions?: number | undefined;
|
|
35584
35773
|
readonly columnName?: string | undefined;
|
|
35585
35774
|
readonly searchable?: boolean | undefined;
|
|
35586
35775
|
readonly unique?: boolean | undefined;
|
|
@@ -35735,6 +35924,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
35735
35924
|
readonly system?: boolean | undefined;
|
|
35736
35925
|
readonly min?: number | undefined;
|
|
35737
35926
|
readonly max?: number | undefined;
|
|
35927
|
+
readonly dimensions?: number | undefined;
|
|
35738
35928
|
readonly columnName?: string | undefined;
|
|
35739
35929
|
readonly searchable?: boolean | undefined;
|
|
35740
35930
|
readonly unique?: boolean | undefined;
|
|
@@ -35889,6 +36079,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
35889
36079
|
readonly system?: boolean | undefined;
|
|
35890
36080
|
readonly min?: number | undefined;
|
|
35891
36081
|
readonly max?: number | undefined;
|
|
36082
|
+
readonly dimensions?: number | undefined;
|
|
35892
36083
|
readonly columnName?: string | undefined;
|
|
35893
36084
|
readonly searchable?: boolean | undefined;
|
|
35894
36085
|
readonly unique?: boolean | undefined;
|
|
@@ -36043,6 +36234,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
36043
36234
|
readonly system?: boolean | undefined;
|
|
36044
36235
|
readonly min?: number | undefined;
|
|
36045
36236
|
readonly max?: number | undefined;
|
|
36237
|
+
readonly dimensions?: number | undefined;
|
|
36046
36238
|
readonly columnName?: string | undefined;
|
|
36047
36239
|
readonly searchable?: boolean | undefined;
|
|
36048
36240
|
readonly unique?: boolean | undefined;
|
|
@@ -36197,6 +36389,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
36197
36389
|
readonly system?: boolean | undefined;
|
|
36198
36390
|
readonly min?: number | undefined;
|
|
36199
36391
|
readonly max?: number | undefined;
|
|
36392
|
+
readonly dimensions?: number | undefined;
|
|
36200
36393
|
readonly columnName?: string | undefined;
|
|
36201
36394
|
readonly searchable?: boolean | undefined;
|
|
36202
36395
|
readonly unique?: boolean | undefined;
|
|
@@ -36351,6 +36544,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
36351
36544
|
readonly system?: boolean | undefined;
|
|
36352
36545
|
readonly min?: number | undefined;
|
|
36353
36546
|
readonly max?: number | undefined;
|
|
36547
|
+
readonly dimensions?: number | undefined;
|
|
36354
36548
|
readonly columnName?: string | undefined;
|
|
36355
36549
|
readonly searchable?: boolean | undefined;
|
|
36356
36550
|
readonly unique?: boolean | undefined;
|
|
@@ -36505,6 +36699,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
36505
36699
|
readonly system?: boolean | undefined;
|
|
36506
36700
|
readonly min?: number | undefined;
|
|
36507
36701
|
readonly max?: number | undefined;
|
|
36702
|
+
readonly dimensions?: number | undefined;
|
|
36508
36703
|
readonly columnName?: string | undefined;
|
|
36509
36704
|
readonly searchable?: boolean | undefined;
|
|
36510
36705
|
readonly unique?: boolean | undefined;
|
|
@@ -36659,6 +36854,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
36659
36854
|
readonly system?: boolean | undefined;
|
|
36660
36855
|
readonly min?: number | undefined;
|
|
36661
36856
|
readonly max?: number | undefined;
|
|
36857
|
+
readonly dimensions?: number | undefined;
|
|
36662
36858
|
readonly columnName?: string | undefined;
|
|
36663
36859
|
readonly searchable?: boolean | undefined;
|
|
36664
36860
|
readonly unique?: boolean | undefined;
|
|
@@ -36813,6 +37009,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
36813
37009
|
readonly system?: boolean | undefined;
|
|
36814
37010
|
readonly min?: number | undefined;
|
|
36815
37011
|
readonly max?: number | undefined;
|
|
37012
|
+
readonly dimensions?: number | undefined;
|
|
36816
37013
|
readonly columnName?: string | undefined;
|
|
36817
37014
|
readonly searchable?: boolean | undefined;
|
|
36818
37015
|
readonly unique?: boolean | undefined;
|
|
@@ -36967,6 +37164,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
36967
37164
|
readonly system?: boolean | undefined;
|
|
36968
37165
|
readonly min?: number | undefined;
|
|
36969
37166
|
readonly max?: number | undefined;
|
|
37167
|
+
readonly dimensions?: number | undefined;
|
|
36970
37168
|
readonly columnName?: string | undefined;
|
|
36971
37169
|
readonly searchable?: boolean | undefined;
|
|
36972
37170
|
readonly unique?: boolean | undefined;
|
|
@@ -37121,6 +37319,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
37121
37319
|
readonly system?: boolean | undefined;
|
|
37122
37320
|
readonly min?: number | undefined;
|
|
37123
37321
|
readonly max?: number | undefined;
|
|
37322
|
+
readonly dimensions?: number | undefined;
|
|
37124
37323
|
readonly columnName?: string | undefined;
|
|
37125
37324
|
readonly searchable?: boolean | undefined;
|
|
37126
37325
|
readonly unique?: boolean | undefined;
|
|
@@ -37275,6 +37474,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
37275
37474
|
readonly system?: boolean | undefined;
|
|
37276
37475
|
readonly min?: number | undefined;
|
|
37277
37476
|
readonly max?: number | undefined;
|
|
37477
|
+
readonly dimensions?: number | undefined;
|
|
37278
37478
|
readonly columnName?: string | undefined;
|
|
37279
37479
|
readonly searchable?: boolean | undefined;
|
|
37280
37480
|
readonly unique?: boolean | undefined;
|
|
@@ -37429,6 +37629,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
37429
37629
|
readonly system?: boolean | undefined;
|
|
37430
37630
|
readonly min?: number | undefined;
|
|
37431
37631
|
readonly max?: number | undefined;
|
|
37632
|
+
readonly dimensions?: number | undefined;
|
|
37432
37633
|
readonly columnName?: string | undefined;
|
|
37433
37634
|
readonly searchable?: boolean | undefined;
|
|
37434
37635
|
readonly unique?: boolean | undefined;
|
|
@@ -37583,6 +37784,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
37583
37784
|
readonly system?: boolean | undefined;
|
|
37584
37785
|
readonly min?: number | undefined;
|
|
37585
37786
|
readonly max?: number | undefined;
|
|
37787
|
+
readonly dimensions?: number | undefined;
|
|
37586
37788
|
readonly columnName?: string | undefined;
|
|
37587
37789
|
readonly searchable?: boolean | undefined;
|
|
37588
37790
|
readonly unique?: boolean | undefined;
|
|
@@ -37737,6 +37939,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
37737
37939
|
readonly system?: boolean | undefined;
|
|
37738
37940
|
readonly min?: number | undefined;
|
|
37739
37941
|
readonly max?: number | undefined;
|
|
37942
|
+
readonly dimensions?: number | undefined;
|
|
37740
37943
|
readonly columnName?: string | undefined;
|
|
37741
37944
|
readonly searchable?: boolean | undefined;
|
|
37742
37945
|
readonly unique?: boolean | undefined;
|
|
@@ -37891,6 +38094,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
37891
38094
|
readonly system?: boolean | undefined;
|
|
37892
38095
|
readonly min?: number | undefined;
|
|
37893
38096
|
readonly max?: number | undefined;
|
|
38097
|
+
readonly dimensions?: number | undefined;
|
|
37894
38098
|
readonly columnName?: string | undefined;
|
|
37895
38099
|
readonly searchable?: boolean | undefined;
|
|
37896
38100
|
readonly unique?: boolean | undefined;
|
|
@@ -38045,6 +38249,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
38045
38249
|
readonly system?: boolean | undefined;
|
|
38046
38250
|
readonly min?: number | undefined;
|
|
38047
38251
|
readonly max?: number | undefined;
|
|
38252
|
+
readonly dimensions?: number | undefined;
|
|
38048
38253
|
readonly columnName?: string | undefined;
|
|
38049
38254
|
readonly searchable?: boolean | undefined;
|
|
38050
38255
|
readonly unique?: boolean | undefined;
|
|
@@ -38199,6 +38404,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
38199
38404
|
readonly system?: boolean | undefined;
|
|
38200
38405
|
readonly min?: number | undefined;
|
|
38201
38406
|
readonly max?: number | undefined;
|
|
38407
|
+
readonly dimensions?: number | undefined;
|
|
38202
38408
|
readonly columnName?: string | undefined;
|
|
38203
38409
|
readonly searchable?: boolean | undefined;
|
|
38204
38410
|
readonly unique?: boolean | undefined;
|
|
@@ -38353,6 +38559,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
38353
38559
|
readonly system?: boolean | undefined;
|
|
38354
38560
|
readonly min?: number | undefined;
|
|
38355
38561
|
readonly max?: number | undefined;
|
|
38562
|
+
readonly dimensions?: number | undefined;
|
|
38356
38563
|
readonly columnName?: string | undefined;
|
|
38357
38564
|
readonly searchable?: boolean | undefined;
|
|
38358
38565
|
readonly unique?: boolean | undefined;
|
|
@@ -38507,6 +38714,7 @@ declare const SysOauthApplication: Omit<{
|
|
|
38507
38714
|
readonly system?: boolean | undefined;
|
|
38508
38715
|
readonly min?: number | undefined;
|
|
38509
38716
|
readonly max?: number | undefined;
|
|
38717
|
+
readonly dimensions?: number | undefined;
|
|
38510
38718
|
readonly columnName?: string | undefined;
|
|
38511
38719
|
readonly searchable?: boolean | undefined;
|
|
38512
38720
|
readonly unique?: boolean | undefined;
|
|
@@ -38746,6 +38954,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
38746
38954
|
currencyMode: "fixed" | "dynamic";
|
|
38747
38955
|
defaultCurrency: string;
|
|
38748
38956
|
} | undefined;
|
|
38957
|
+
dimensions?: number | undefined;
|
|
38749
38958
|
vectorConfig?: {
|
|
38750
38959
|
dimensions: number;
|
|
38751
38960
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -39330,6 +39539,8 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
39330
39539
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
39331
39540
|
confirmText?: string | undefined;
|
|
39332
39541
|
successMessage?: string | undefined;
|
|
39542
|
+
errorMessage?: string | undefined;
|
|
39543
|
+
undoable?: boolean | undefined;
|
|
39333
39544
|
resultDialog?: {
|
|
39334
39545
|
title?: string | undefined;
|
|
39335
39546
|
description?: string | undefined;
|
|
@@ -39433,6 +39644,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
39433
39644
|
readonly system?: boolean | undefined;
|
|
39434
39645
|
readonly min?: number | undefined;
|
|
39435
39646
|
readonly max?: number | undefined;
|
|
39647
|
+
readonly dimensions?: number | undefined;
|
|
39436
39648
|
readonly columnName?: string | undefined;
|
|
39437
39649
|
readonly searchable?: boolean | undefined;
|
|
39438
39650
|
readonly unique?: boolean | undefined;
|
|
@@ -39587,6 +39799,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
39587
39799
|
readonly system?: boolean | undefined;
|
|
39588
39800
|
readonly min?: number | undefined;
|
|
39589
39801
|
readonly max?: number | undefined;
|
|
39802
|
+
readonly dimensions?: number | undefined;
|
|
39590
39803
|
readonly columnName?: string | undefined;
|
|
39591
39804
|
readonly searchable?: boolean | undefined;
|
|
39592
39805
|
readonly unique?: boolean | undefined;
|
|
@@ -39741,6 +39954,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
39741
39954
|
readonly system?: boolean | undefined;
|
|
39742
39955
|
readonly min?: number | undefined;
|
|
39743
39956
|
readonly max?: number | undefined;
|
|
39957
|
+
readonly dimensions?: number | undefined;
|
|
39744
39958
|
readonly columnName?: string | undefined;
|
|
39745
39959
|
readonly searchable?: boolean | undefined;
|
|
39746
39960
|
readonly unique?: boolean | undefined;
|
|
@@ -39895,6 +40109,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
39895
40109
|
readonly system?: boolean | undefined;
|
|
39896
40110
|
readonly min?: number | undefined;
|
|
39897
40111
|
readonly max?: number | undefined;
|
|
40112
|
+
readonly dimensions?: number | undefined;
|
|
39898
40113
|
readonly columnName?: string | undefined;
|
|
39899
40114
|
readonly searchable?: boolean | undefined;
|
|
39900
40115
|
readonly unique?: boolean | undefined;
|
|
@@ -40049,6 +40264,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40049
40264
|
readonly system?: boolean | undefined;
|
|
40050
40265
|
readonly min?: number | undefined;
|
|
40051
40266
|
readonly max?: number | undefined;
|
|
40267
|
+
readonly dimensions?: number | undefined;
|
|
40052
40268
|
readonly columnName?: string | undefined;
|
|
40053
40269
|
readonly searchable?: boolean | undefined;
|
|
40054
40270
|
readonly unique?: boolean | undefined;
|
|
@@ -40203,6 +40419,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40203
40419
|
readonly system?: boolean | undefined;
|
|
40204
40420
|
readonly min?: number | undefined;
|
|
40205
40421
|
readonly max?: number | undefined;
|
|
40422
|
+
readonly dimensions?: number | undefined;
|
|
40206
40423
|
readonly columnName?: string | undefined;
|
|
40207
40424
|
readonly searchable?: boolean | undefined;
|
|
40208
40425
|
readonly unique?: boolean | undefined;
|
|
@@ -40357,6 +40574,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40357
40574
|
readonly system?: boolean | undefined;
|
|
40358
40575
|
readonly min?: number | undefined;
|
|
40359
40576
|
readonly max?: number | undefined;
|
|
40577
|
+
readonly dimensions?: number | undefined;
|
|
40360
40578
|
readonly columnName?: string | undefined;
|
|
40361
40579
|
readonly searchable?: boolean | undefined;
|
|
40362
40580
|
readonly unique?: boolean | undefined;
|
|
@@ -40511,6 +40729,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40511
40729
|
readonly system?: boolean | undefined;
|
|
40512
40730
|
readonly min?: number | undefined;
|
|
40513
40731
|
readonly max?: number | undefined;
|
|
40732
|
+
readonly dimensions?: number | undefined;
|
|
40514
40733
|
readonly columnName?: string | undefined;
|
|
40515
40734
|
readonly searchable?: boolean | undefined;
|
|
40516
40735
|
readonly unique?: boolean | undefined;
|
|
@@ -40665,6 +40884,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40665
40884
|
readonly system?: boolean | undefined;
|
|
40666
40885
|
readonly min?: number | undefined;
|
|
40667
40886
|
readonly max?: number | undefined;
|
|
40887
|
+
readonly dimensions?: number | undefined;
|
|
40668
40888
|
readonly columnName?: string | undefined;
|
|
40669
40889
|
readonly searchable?: boolean | undefined;
|
|
40670
40890
|
readonly unique?: boolean | undefined;
|
|
@@ -40819,6 +41039,7 @@ declare const SysOauthAccessToken: Omit<{
|
|
|
40819
41039
|
readonly system?: boolean | undefined;
|
|
40820
41040
|
readonly min?: number | undefined;
|
|
40821
41041
|
readonly max?: number | undefined;
|
|
41042
|
+
readonly dimensions?: number | undefined;
|
|
40822
41043
|
readonly columnName?: string | undefined;
|
|
40823
41044
|
readonly searchable?: boolean | undefined;
|
|
40824
41045
|
readonly unique?: boolean | undefined;
|
|
@@ -41061,6 +41282,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
41061
41282
|
currencyMode: "fixed" | "dynamic";
|
|
41062
41283
|
defaultCurrency: string;
|
|
41063
41284
|
} | undefined;
|
|
41285
|
+
dimensions?: number | undefined;
|
|
41064
41286
|
vectorConfig?: {
|
|
41065
41287
|
dimensions: number;
|
|
41066
41288
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -41645,6 +41867,8 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
41645
41867
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
41646
41868
|
confirmText?: string | undefined;
|
|
41647
41869
|
successMessage?: string | undefined;
|
|
41870
|
+
errorMessage?: string | undefined;
|
|
41871
|
+
undoable?: boolean | undefined;
|
|
41648
41872
|
resultDialog?: {
|
|
41649
41873
|
title?: string | undefined;
|
|
41650
41874
|
description?: string | undefined;
|
|
@@ -41748,6 +41972,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
41748
41972
|
readonly system?: boolean | undefined;
|
|
41749
41973
|
readonly min?: number | undefined;
|
|
41750
41974
|
readonly max?: number | undefined;
|
|
41975
|
+
readonly dimensions?: number | undefined;
|
|
41751
41976
|
readonly columnName?: string | undefined;
|
|
41752
41977
|
readonly searchable?: boolean | undefined;
|
|
41753
41978
|
readonly unique?: boolean | undefined;
|
|
@@ -41902,6 +42127,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
41902
42127
|
readonly system?: boolean | undefined;
|
|
41903
42128
|
readonly min?: number | undefined;
|
|
41904
42129
|
readonly max?: number | undefined;
|
|
42130
|
+
readonly dimensions?: number | undefined;
|
|
41905
42131
|
readonly columnName?: string | undefined;
|
|
41906
42132
|
readonly searchable?: boolean | undefined;
|
|
41907
42133
|
readonly unique?: boolean | undefined;
|
|
@@ -42056,6 +42282,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
42056
42282
|
readonly system?: boolean | undefined;
|
|
42057
42283
|
readonly min?: number | undefined;
|
|
42058
42284
|
readonly max?: number | undefined;
|
|
42285
|
+
readonly dimensions?: number | undefined;
|
|
42059
42286
|
readonly columnName?: string | undefined;
|
|
42060
42287
|
readonly searchable?: boolean | undefined;
|
|
42061
42288
|
readonly unique?: boolean | undefined;
|
|
@@ -42210,6 +42437,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
42210
42437
|
readonly system?: boolean | undefined;
|
|
42211
42438
|
readonly min?: number | undefined;
|
|
42212
42439
|
readonly max?: number | undefined;
|
|
42440
|
+
readonly dimensions?: number | undefined;
|
|
42213
42441
|
readonly columnName?: string | undefined;
|
|
42214
42442
|
readonly searchable?: boolean | undefined;
|
|
42215
42443
|
readonly unique?: boolean | undefined;
|
|
@@ -42364,6 +42592,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
42364
42592
|
readonly system?: boolean | undefined;
|
|
42365
42593
|
readonly min?: number | undefined;
|
|
42366
42594
|
readonly max?: number | undefined;
|
|
42595
|
+
readonly dimensions?: number | undefined;
|
|
42367
42596
|
readonly columnName?: string | undefined;
|
|
42368
42597
|
readonly searchable?: boolean | undefined;
|
|
42369
42598
|
readonly unique?: boolean | undefined;
|
|
@@ -42518,6 +42747,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
42518
42747
|
readonly system?: boolean | undefined;
|
|
42519
42748
|
readonly min?: number | undefined;
|
|
42520
42749
|
readonly max?: number | undefined;
|
|
42750
|
+
readonly dimensions?: number | undefined;
|
|
42521
42751
|
readonly columnName?: string | undefined;
|
|
42522
42752
|
readonly searchable?: boolean | undefined;
|
|
42523
42753
|
readonly unique?: boolean | undefined;
|
|
@@ -42672,6 +42902,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
42672
42902
|
readonly system?: boolean | undefined;
|
|
42673
42903
|
readonly min?: number | undefined;
|
|
42674
42904
|
readonly max?: number | undefined;
|
|
42905
|
+
readonly dimensions?: number | undefined;
|
|
42675
42906
|
readonly columnName?: string | undefined;
|
|
42676
42907
|
readonly searchable?: boolean | undefined;
|
|
42677
42908
|
readonly unique?: boolean | undefined;
|
|
@@ -42826,6 +43057,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
42826
43057
|
readonly system?: boolean | undefined;
|
|
42827
43058
|
readonly min?: number | undefined;
|
|
42828
43059
|
readonly max?: number | undefined;
|
|
43060
|
+
readonly dimensions?: number | undefined;
|
|
42829
43061
|
readonly columnName?: string | undefined;
|
|
42830
43062
|
readonly searchable?: boolean | undefined;
|
|
42831
43063
|
readonly unique?: boolean | undefined;
|
|
@@ -42980,6 +43212,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
42980
43212
|
readonly system?: boolean | undefined;
|
|
42981
43213
|
readonly min?: number | undefined;
|
|
42982
43214
|
readonly max?: number | undefined;
|
|
43215
|
+
readonly dimensions?: number | undefined;
|
|
42983
43216
|
readonly columnName?: string | undefined;
|
|
42984
43217
|
readonly searchable?: boolean | undefined;
|
|
42985
43218
|
readonly unique?: boolean | undefined;
|
|
@@ -43134,6 +43367,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43134
43367
|
readonly system?: boolean | undefined;
|
|
43135
43368
|
readonly min?: number | undefined;
|
|
43136
43369
|
readonly max?: number | undefined;
|
|
43370
|
+
readonly dimensions?: number | undefined;
|
|
43137
43371
|
readonly columnName?: string | undefined;
|
|
43138
43372
|
readonly searchable?: boolean | undefined;
|
|
43139
43373
|
readonly unique?: boolean | undefined;
|
|
@@ -43288,6 +43522,7 @@ declare const SysOauthRefreshToken: Omit<{
|
|
|
43288
43522
|
readonly system?: boolean | undefined;
|
|
43289
43523
|
readonly min?: number | undefined;
|
|
43290
43524
|
readonly max?: number | undefined;
|
|
43525
|
+
readonly dimensions?: number | undefined;
|
|
43291
43526
|
readonly columnName?: string | undefined;
|
|
43292
43527
|
readonly searchable?: boolean | undefined;
|
|
43293
43528
|
readonly unique?: boolean | undefined;
|
|
@@ -43530,6 +43765,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
43530
43765
|
currencyMode: "fixed" | "dynamic";
|
|
43531
43766
|
defaultCurrency: string;
|
|
43532
43767
|
} | undefined;
|
|
43768
|
+
dimensions?: number | undefined;
|
|
43533
43769
|
vectorConfig?: {
|
|
43534
43770
|
dimensions: number;
|
|
43535
43771
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -44114,6 +44350,8 @@ declare const SysOauthConsent: Omit<{
|
|
|
44114
44350
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
44115
44351
|
confirmText?: string | undefined;
|
|
44116
44352
|
successMessage?: string | undefined;
|
|
44353
|
+
errorMessage?: string | undefined;
|
|
44354
|
+
undoable?: boolean | undefined;
|
|
44117
44355
|
resultDialog?: {
|
|
44118
44356
|
title?: string | undefined;
|
|
44119
44357
|
description?: string | undefined;
|
|
@@ -44217,6 +44455,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
44217
44455
|
readonly system?: boolean | undefined;
|
|
44218
44456
|
readonly min?: number | undefined;
|
|
44219
44457
|
readonly max?: number | undefined;
|
|
44458
|
+
readonly dimensions?: number | undefined;
|
|
44220
44459
|
readonly columnName?: string | undefined;
|
|
44221
44460
|
readonly searchable?: boolean | undefined;
|
|
44222
44461
|
readonly unique?: boolean | undefined;
|
|
@@ -44371,6 +44610,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
44371
44610
|
readonly system?: boolean | undefined;
|
|
44372
44611
|
readonly min?: number | undefined;
|
|
44373
44612
|
readonly max?: number | undefined;
|
|
44613
|
+
readonly dimensions?: number | undefined;
|
|
44374
44614
|
readonly columnName?: string | undefined;
|
|
44375
44615
|
readonly searchable?: boolean | undefined;
|
|
44376
44616
|
readonly unique?: boolean | undefined;
|
|
@@ -44525,6 +44765,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
44525
44765
|
readonly system?: boolean | undefined;
|
|
44526
44766
|
readonly min?: number | undefined;
|
|
44527
44767
|
readonly max?: number | undefined;
|
|
44768
|
+
readonly dimensions?: number | undefined;
|
|
44528
44769
|
readonly columnName?: string | undefined;
|
|
44529
44770
|
readonly searchable?: boolean | undefined;
|
|
44530
44771
|
readonly unique?: boolean | undefined;
|
|
@@ -44679,6 +44920,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
44679
44920
|
readonly system?: boolean | undefined;
|
|
44680
44921
|
readonly min?: number | undefined;
|
|
44681
44922
|
readonly max?: number | undefined;
|
|
44923
|
+
readonly dimensions?: number | undefined;
|
|
44682
44924
|
readonly columnName?: string | undefined;
|
|
44683
44925
|
readonly searchable?: boolean | undefined;
|
|
44684
44926
|
readonly unique?: boolean | undefined;
|
|
@@ -44833,6 +45075,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
44833
45075
|
readonly system?: boolean | undefined;
|
|
44834
45076
|
readonly min?: number | undefined;
|
|
44835
45077
|
readonly max?: number | undefined;
|
|
45078
|
+
readonly dimensions?: number | undefined;
|
|
44836
45079
|
readonly columnName?: string | undefined;
|
|
44837
45080
|
readonly searchable?: boolean | undefined;
|
|
44838
45081
|
readonly unique?: boolean | undefined;
|
|
@@ -44987,6 +45230,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
44987
45230
|
readonly system?: boolean | undefined;
|
|
44988
45231
|
readonly min?: number | undefined;
|
|
44989
45232
|
readonly max?: number | undefined;
|
|
45233
|
+
readonly dimensions?: number | undefined;
|
|
44990
45234
|
readonly columnName?: string | undefined;
|
|
44991
45235
|
readonly searchable?: boolean | undefined;
|
|
44992
45236
|
readonly unique?: boolean | undefined;
|
|
@@ -45141,6 +45385,7 @@ declare const SysOauthConsent: Omit<{
|
|
|
45141
45385
|
readonly system?: boolean | undefined;
|
|
45142
45386
|
readonly min?: number | undefined;
|
|
45143
45387
|
readonly max?: number | undefined;
|
|
45388
|
+
readonly dimensions?: number | undefined;
|
|
45144
45389
|
readonly columnName?: string | undefined;
|
|
45145
45390
|
readonly searchable?: boolean | undefined;
|
|
45146
45391
|
readonly unique?: boolean | undefined;
|
|
@@ -45376,6 +45621,7 @@ declare const SysJwks: Omit<{
|
|
|
45376
45621
|
currencyMode: "fixed" | "dynamic";
|
|
45377
45622
|
defaultCurrency: string;
|
|
45378
45623
|
} | undefined;
|
|
45624
|
+
dimensions?: number | undefined;
|
|
45379
45625
|
vectorConfig?: {
|
|
45380
45626
|
dimensions: number;
|
|
45381
45627
|
distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
|
|
@@ -45960,6 +46206,8 @@ declare const SysJwks: Omit<{
|
|
|
45960
46206
|
variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
|
|
45961
46207
|
confirmText?: string | undefined;
|
|
45962
46208
|
successMessage?: string | undefined;
|
|
46209
|
+
errorMessage?: string | undefined;
|
|
46210
|
+
undoable?: boolean | undefined;
|
|
45963
46211
|
resultDialog?: {
|
|
45964
46212
|
title?: string | undefined;
|
|
45965
46213
|
description?: string | undefined;
|
|
@@ -46063,6 +46311,7 @@ declare const SysJwks: Omit<{
|
|
|
46063
46311
|
readonly system?: boolean | undefined;
|
|
46064
46312
|
readonly min?: number | undefined;
|
|
46065
46313
|
readonly max?: number | undefined;
|
|
46314
|
+
readonly dimensions?: number | undefined;
|
|
46066
46315
|
readonly columnName?: string | undefined;
|
|
46067
46316
|
readonly searchable?: boolean | undefined;
|
|
46068
46317
|
readonly unique?: boolean | undefined;
|
|
@@ -46217,6 +46466,7 @@ declare const SysJwks: Omit<{
|
|
|
46217
46466
|
readonly system?: boolean | undefined;
|
|
46218
46467
|
readonly min?: number | undefined;
|
|
46219
46468
|
readonly max?: number | undefined;
|
|
46469
|
+
readonly dimensions?: number | undefined;
|
|
46220
46470
|
readonly columnName?: string | undefined;
|
|
46221
46471
|
readonly searchable?: boolean | undefined;
|
|
46222
46472
|
readonly unique?: boolean | undefined;
|
|
@@ -46371,6 +46621,7 @@ declare const SysJwks: Omit<{
|
|
|
46371
46621
|
readonly system?: boolean | undefined;
|
|
46372
46622
|
readonly min?: number | undefined;
|
|
46373
46623
|
readonly max?: number | undefined;
|
|
46624
|
+
readonly dimensions?: number | undefined;
|
|
46374
46625
|
readonly columnName?: string | undefined;
|
|
46375
46626
|
readonly searchable?: boolean | undefined;
|
|
46376
46627
|
readonly unique?: boolean | undefined;
|
|
@@ -46525,6 +46776,7 @@ declare const SysJwks: Omit<{
|
|
|
46525
46776
|
readonly system?: boolean | undefined;
|
|
46526
46777
|
readonly min?: number | undefined;
|
|
46527
46778
|
readonly max?: number | undefined;
|
|
46779
|
+
readonly dimensions?: number | undefined;
|
|
46528
46780
|
readonly columnName?: string | undefined;
|
|
46529
46781
|
readonly searchable?: boolean | undefined;
|
|
46530
46782
|
readonly unique?: boolean | undefined;
|
|
@@ -46679,6 +46931,7 @@ declare const SysJwks: Omit<{
|
|
|
46679
46931
|
readonly system?: boolean | undefined;
|
|
46680
46932
|
readonly min?: number | undefined;
|
|
46681
46933
|
readonly max?: number | undefined;
|
|
46934
|
+
readonly dimensions?: number | undefined;
|
|
46682
46935
|
readonly columnName?: string | undefined;
|
|
46683
46936
|
readonly searchable?: boolean | undefined;
|
|
46684
46937
|
readonly unique?: boolean | undefined;
|