@objectstack/service-storage 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/index.d.cts CHANGED
@@ -509,6 +509,7 @@ declare const SystemFile: Omit<{
509
509
  currencyMode: "fixed" | "dynamic";
510
510
  defaultCurrency: string;
511
511
  } | undefined;
512
+ dimensions?: number | undefined;
512
513
  vectorConfig?: {
513
514
  dimensions: number;
514
515
  distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
@@ -1093,6 +1094,8 @@ declare const SystemFile: Omit<{
1093
1094
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
1094
1095
  confirmText?: string | undefined;
1095
1096
  successMessage?: string | undefined;
1097
+ errorMessage?: string | undefined;
1098
+ undoable?: boolean | undefined;
1096
1099
  resultDialog?: {
1097
1100
  title?: string | undefined;
1098
1101
  description?: string | undefined;
@@ -1190,6 +1193,7 @@ declare const SystemFile: Omit<{
1190
1193
  readonly system?: boolean | undefined;
1191
1194
  readonly min?: number | undefined;
1192
1195
  readonly max?: number | undefined;
1196
+ readonly dimensions?: number | undefined;
1193
1197
  readonly columnName?: string | undefined;
1194
1198
  readonly searchable?: boolean | undefined;
1195
1199
  readonly unique?: boolean | undefined;
@@ -1344,6 +1348,7 @@ declare const SystemFile: Omit<{
1344
1348
  readonly system?: boolean | undefined;
1345
1349
  readonly min?: number | undefined;
1346
1350
  readonly max?: number | undefined;
1351
+ readonly dimensions?: number | undefined;
1347
1352
  readonly columnName?: string | undefined;
1348
1353
  readonly searchable?: boolean | undefined;
1349
1354
  readonly unique?: boolean | undefined;
@@ -1498,6 +1503,7 @@ declare const SystemFile: Omit<{
1498
1503
  readonly system?: boolean | undefined;
1499
1504
  readonly min?: number | undefined;
1500
1505
  readonly max?: number | undefined;
1506
+ readonly dimensions?: number | undefined;
1501
1507
  readonly columnName?: string | undefined;
1502
1508
  readonly searchable?: boolean | undefined;
1503
1509
  readonly unique?: boolean | undefined;
@@ -1652,6 +1658,7 @@ declare const SystemFile: Omit<{
1652
1658
  readonly system?: boolean | undefined;
1653
1659
  readonly min?: number | undefined;
1654
1660
  readonly max?: number | undefined;
1661
+ readonly dimensions?: number | undefined;
1655
1662
  readonly columnName?: string | undefined;
1656
1663
  readonly searchable?: boolean | undefined;
1657
1664
  readonly unique?: boolean | undefined;
@@ -1806,6 +1813,7 @@ declare const SystemFile: Omit<{
1806
1813
  readonly system?: boolean | undefined;
1807
1814
  readonly min?: number | undefined;
1808
1815
  readonly max?: number | undefined;
1816
+ readonly dimensions?: number | undefined;
1809
1817
  readonly columnName?: string | undefined;
1810
1818
  readonly searchable?: boolean | undefined;
1811
1819
  readonly unique?: boolean | undefined;
@@ -1960,6 +1968,7 @@ declare const SystemFile: Omit<{
1960
1968
  readonly system?: boolean | undefined;
1961
1969
  readonly min?: number | undefined;
1962
1970
  readonly max?: number | undefined;
1971
+ readonly dimensions?: number | undefined;
1963
1972
  readonly columnName?: string | undefined;
1964
1973
  readonly searchable?: boolean | undefined;
1965
1974
  readonly unique?: boolean | undefined;
@@ -2114,6 +2123,7 @@ declare const SystemFile: Omit<{
2114
2123
  readonly system?: boolean | undefined;
2115
2124
  readonly min?: number | undefined;
2116
2125
  readonly max?: number | undefined;
2126
+ readonly dimensions?: number | undefined;
2117
2127
  readonly columnName?: string | undefined;
2118
2128
  readonly searchable?: boolean | undefined;
2119
2129
  readonly unique?: boolean | undefined;
@@ -2268,6 +2278,7 @@ declare const SystemFile: Omit<{
2268
2278
  readonly system?: boolean | undefined;
2269
2279
  readonly min?: number | undefined;
2270
2280
  readonly max?: number | undefined;
2281
+ readonly dimensions?: number | undefined;
2271
2282
  readonly columnName?: string | undefined;
2272
2283
  readonly searchable?: boolean | undefined;
2273
2284
  readonly unique?: boolean | undefined;
@@ -2422,6 +2433,7 @@ declare const SystemFile: Omit<{
2422
2433
  readonly system?: boolean | undefined;
2423
2434
  readonly min?: number | undefined;
2424
2435
  readonly max?: number | undefined;
2436
+ readonly dimensions?: number | undefined;
2425
2437
  readonly columnName?: string | undefined;
2426
2438
  readonly searchable?: boolean | undefined;
2427
2439
  readonly unique?: boolean | undefined;
@@ -2576,6 +2588,7 @@ declare const SystemFile: Omit<{
2576
2588
  readonly system?: boolean | undefined;
2577
2589
  readonly min?: number | undefined;
2578
2590
  readonly max?: number | undefined;
2591
+ readonly dimensions?: number | undefined;
2579
2592
  readonly columnName?: string | undefined;
2580
2593
  readonly searchable?: boolean | undefined;
2581
2594
  readonly unique?: boolean | undefined;
@@ -2730,6 +2743,7 @@ declare const SystemFile: Omit<{
2730
2743
  readonly system?: boolean | undefined;
2731
2744
  readonly min?: number | undefined;
2732
2745
  readonly max?: number | undefined;
2746
+ readonly dimensions?: number | undefined;
2733
2747
  readonly columnName?: string | undefined;
2734
2748
  readonly searchable?: boolean | undefined;
2735
2749
  readonly unique?: boolean | undefined;
@@ -2884,6 +2898,7 @@ declare const SystemFile: Omit<{
2884
2898
  readonly system?: boolean | undefined;
2885
2899
  readonly min?: number | undefined;
2886
2900
  readonly max?: number | undefined;
2901
+ readonly dimensions?: number | undefined;
2887
2902
  readonly columnName?: string | undefined;
2888
2903
  readonly searchable?: boolean | undefined;
2889
2904
  readonly unique?: boolean | undefined;
@@ -3038,6 +3053,7 @@ declare const SystemFile: Omit<{
3038
3053
  readonly system?: boolean | undefined;
3039
3054
  readonly min?: number | undefined;
3040
3055
  readonly max?: number | undefined;
3056
+ readonly dimensions?: number | undefined;
3041
3057
  readonly columnName?: string | undefined;
3042
3058
  readonly searchable?: boolean | undefined;
3043
3059
  readonly unique?: boolean | undefined;
@@ -3192,6 +3208,7 @@ declare const SystemFile: Omit<{
3192
3208
  readonly system?: boolean | undefined;
3193
3209
  readonly min?: number | undefined;
3194
3210
  readonly max?: number | undefined;
3211
+ readonly dimensions?: number | undefined;
3195
3212
  readonly columnName?: string | undefined;
3196
3213
  readonly searchable?: boolean | undefined;
3197
3214
  readonly unique?: boolean | undefined;
@@ -3411,6 +3428,7 @@ declare const SystemUploadSession: Omit<{
3411
3428
  currencyMode: "fixed" | "dynamic";
3412
3429
  defaultCurrency: string;
3413
3430
  } | undefined;
3431
+ dimensions?: number | undefined;
3414
3432
  vectorConfig?: {
3415
3433
  dimensions: number;
3416
3434
  distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
@@ -3995,6 +4013,8 @@ declare const SystemUploadSession: Omit<{
3995
4013
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
3996
4014
  confirmText?: string | undefined;
3997
4015
  successMessage?: string | undefined;
4016
+ errorMessage?: string | undefined;
4017
+ undoable?: boolean | undefined;
3998
4018
  resultDialog?: {
3999
4019
  title?: string | undefined;
4000
4020
  description?: string | undefined;
@@ -4092,6 +4112,7 @@ declare const SystemUploadSession: Omit<{
4092
4112
  readonly system?: boolean | undefined;
4093
4113
  readonly min?: number | undefined;
4094
4114
  readonly max?: number | undefined;
4115
+ readonly dimensions?: number | undefined;
4095
4116
  readonly columnName?: string | undefined;
4096
4117
  readonly searchable?: boolean | undefined;
4097
4118
  readonly unique?: boolean | undefined;
@@ -4246,6 +4267,7 @@ declare const SystemUploadSession: Omit<{
4246
4267
  readonly system?: boolean | undefined;
4247
4268
  readonly min?: number | undefined;
4248
4269
  readonly max?: number | undefined;
4270
+ readonly dimensions?: number | undefined;
4249
4271
  readonly columnName?: string | undefined;
4250
4272
  readonly searchable?: boolean | undefined;
4251
4273
  readonly unique?: boolean | undefined;
@@ -4400,6 +4422,7 @@ declare const SystemUploadSession: Omit<{
4400
4422
  readonly system?: boolean | undefined;
4401
4423
  readonly min?: number | undefined;
4402
4424
  readonly max?: number | undefined;
4425
+ readonly dimensions?: number | undefined;
4403
4426
  readonly columnName?: string | undefined;
4404
4427
  readonly searchable?: boolean | undefined;
4405
4428
  readonly unique?: boolean | undefined;
@@ -4554,6 +4577,7 @@ declare const SystemUploadSession: Omit<{
4554
4577
  readonly system?: boolean | undefined;
4555
4578
  readonly min?: number | undefined;
4556
4579
  readonly max?: number | undefined;
4580
+ readonly dimensions?: number | undefined;
4557
4581
  readonly columnName?: string | undefined;
4558
4582
  readonly searchable?: boolean | undefined;
4559
4583
  readonly unique?: boolean | undefined;
@@ -4708,6 +4732,7 @@ declare const SystemUploadSession: Omit<{
4708
4732
  readonly system?: boolean | undefined;
4709
4733
  readonly min?: number | undefined;
4710
4734
  readonly max?: number | undefined;
4735
+ readonly dimensions?: number | undefined;
4711
4736
  readonly columnName?: string | undefined;
4712
4737
  readonly searchable?: boolean | undefined;
4713
4738
  readonly unique?: boolean | undefined;
@@ -4862,6 +4887,7 @@ declare const SystemUploadSession: Omit<{
4862
4887
  readonly system?: boolean | undefined;
4863
4888
  readonly min?: number | undefined;
4864
4889
  readonly max?: number | undefined;
4890
+ readonly dimensions?: number | undefined;
4865
4891
  readonly columnName?: string | undefined;
4866
4892
  readonly searchable?: boolean | undefined;
4867
4893
  readonly unique?: boolean | undefined;
@@ -5016,6 +5042,7 @@ declare const SystemUploadSession: Omit<{
5016
5042
  readonly system?: boolean | undefined;
5017
5043
  readonly min?: number | undefined;
5018
5044
  readonly max?: number | undefined;
5045
+ readonly dimensions?: number | undefined;
5019
5046
  readonly columnName?: string | undefined;
5020
5047
  readonly searchable?: boolean | undefined;
5021
5048
  readonly unique?: boolean | undefined;
@@ -5170,6 +5197,7 @@ declare const SystemUploadSession: Omit<{
5170
5197
  readonly system?: boolean | undefined;
5171
5198
  readonly min?: number | undefined;
5172
5199
  readonly max?: number | undefined;
5200
+ readonly dimensions?: number | undefined;
5173
5201
  readonly columnName?: string | undefined;
5174
5202
  readonly searchable?: boolean | undefined;
5175
5203
  readonly unique?: boolean | undefined;
@@ -5324,6 +5352,7 @@ declare const SystemUploadSession: Omit<{
5324
5352
  readonly system?: boolean | undefined;
5325
5353
  readonly min?: number | undefined;
5326
5354
  readonly max?: number | undefined;
5355
+ readonly dimensions?: number | undefined;
5327
5356
  readonly columnName?: string | undefined;
5328
5357
  readonly searchable?: boolean | undefined;
5329
5358
  readonly unique?: boolean | undefined;
@@ -5478,6 +5507,7 @@ declare const SystemUploadSession: Omit<{
5478
5507
  readonly system?: boolean | undefined;
5479
5508
  readonly min?: number | undefined;
5480
5509
  readonly max?: number | undefined;
5510
+ readonly dimensions?: number | undefined;
5481
5511
  readonly columnName?: string | undefined;
5482
5512
  readonly searchable?: boolean | undefined;
5483
5513
  readonly unique?: boolean | undefined;
@@ -5632,6 +5662,7 @@ declare const SystemUploadSession: Omit<{
5632
5662
  readonly system?: boolean | undefined;
5633
5663
  readonly min?: number | undefined;
5634
5664
  readonly max?: number | undefined;
5665
+ readonly dimensions?: number | undefined;
5635
5666
  readonly columnName?: string | undefined;
5636
5667
  readonly searchable?: boolean | undefined;
5637
5668
  readonly unique?: boolean | undefined;
@@ -5786,6 +5817,7 @@ declare const SystemUploadSession: Omit<{
5786
5817
  readonly system?: boolean | undefined;
5787
5818
  readonly min?: number | undefined;
5788
5819
  readonly max?: number | undefined;
5820
+ readonly dimensions?: number | undefined;
5789
5821
  readonly columnName?: string | undefined;
5790
5822
  readonly searchable?: boolean | undefined;
5791
5823
  readonly unique?: boolean | undefined;
@@ -5940,6 +5972,7 @@ declare const SystemUploadSession: Omit<{
5940
5972
  readonly system?: boolean | undefined;
5941
5973
  readonly min?: number | undefined;
5942
5974
  readonly max?: number | undefined;
5975
+ readonly dimensions?: number | undefined;
5943
5976
  readonly columnName?: string | undefined;
5944
5977
  readonly searchable?: boolean | undefined;
5945
5978
  readonly unique?: boolean | undefined;
@@ -6094,6 +6127,7 @@ declare const SystemUploadSession: Omit<{
6094
6127
  readonly system?: boolean | undefined;
6095
6128
  readonly min?: number | undefined;
6096
6129
  readonly max?: number | undefined;
6130
+ readonly dimensions?: number | undefined;
6097
6131
  readonly columnName?: string | undefined;
6098
6132
  readonly searchable?: boolean | undefined;
6099
6133
  readonly unique?: boolean | undefined;
@@ -6248,6 +6282,7 @@ declare const SystemUploadSession: Omit<{
6248
6282
  readonly system?: boolean | undefined;
6249
6283
  readonly min?: number | undefined;
6250
6284
  readonly max?: number | undefined;
6285
+ readonly dimensions?: number | undefined;
6251
6286
  readonly columnName?: string | undefined;
6252
6287
  readonly searchable?: boolean | undefined;
6253
6288
  readonly unique?: boolean | undefined;
@@ -6402,6 +6437,7 @@ declare const SystemUploadSession: Omit<{
6402
6437
  readonly system?: boolean | undefined;
6403
6438
  readonly min?: number | undefined;
6404
6439
  readonly max?: number | undefined;
6440
+ readonly dimensions?: number | undefined;
6405
6441
  readonly columnName?: string | undefined;
6406
6442
  readonly searchable?: boolean | undefined;
6407
6443
  readonly unique?: boolean | undefined;
@@ -6556,6 +6592,7 @@ declare const SystemUploadSession: Omit<{
6556
6592
  readonly system?: boolean | undefined;
6557
6593
  readonly min?: number | undefined;
6558
6594
  readonly max?: number | undefined;
6595
+ readonly dimensions?: number | undefined;
6559
6596
  readonly columnName?: string | undefined;
6560
6597
  readonly searchable?: boolean | undefined;
6561
6598
  readonly unique?: boolean | undefined;
@@ -6710,6 +6747,7 @@ declare const SystemUploadSession: Omit<{
6710
6747
  readonly system?: boolean | undefined;
6711
6748
  readonly min?: number | undefined;
6712
6749
  readonly max?: number | undefined;
6750
+ readonly dimensions?: number | undefined;
6713
6751
  readonly columnName?: string | undefined;
6714
6752
  readonly searchable?: boolean | undefined;
6715
6753
  readonly unique?: boolean | undefined;
@@ -6864,6 +6902,7 @@ declare const SystemUploadSession: Omit<{
6864
6902
  readonly system?: boolean | undefined;
6865
6903
  readonly min?: number | undefined;
6866
6904
  readonly max?: number | undefined;
6905
+ readonly dimensions?: number | undefined;
6867
6906
  readonly columnName?: string | undefined;
6868
6907
  readonly searchable?: boolean | undefined;
6869
6908
  readonly unique?: boolean | undefined;
@@ -7018,6 +7057,7 @@ declare const SystemUploadSession: Omit<{
7018
7057
  readonly system?: boolean | undefined;
7019
7058
  readonly min?: number | undefined;
7020
7059
  readonly max?: number | undefined;
7060
+ readonly dimensions?: number | undefined;
7021
7061
  readonly columnName?: string | undefined;
7022
7062
  readonly searchable?: boolean | undefined;
7023
7063
  readonly unique?: boolean | undefined;
package/dist/index.d.ts CHANGED
@@ -509,6 +509,7 @@ declare const SystemFile: Omit<{
509
509
  currencyMode: "fixed" | "dynamic";
510
510
  defaultCurrency: string;
511
511
  } | undefined;
512
+ dimensions?: number | undefined;
512
513
  vectorConfig?: {
513
514
  dimensions: number;
514
515
  distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
@@ -1093,6 +1094,8 @@ declare const SystemFile: Omit<{
1093
1094
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
1094
1095
  confirmText?: string | undefined;
1095
1096
  successMessage?: string | undefined;
1097
+ errorMessage?: string | undefined;
1098
+ undoable?: boolean | undefined;
1096
1099
  resultDialog?: {
1097
1100
  title?: string | undefined;
1098
1101
  description?: string | undefined;
@@ -1190,6 +1193,7 @@ declare const SystemFile: Omit<{
1190
1193
  readonly system?: boolean | undefined;
1191
1194
  readonly min?: number | undefined;
1192
1195
  readonly max?: number | undefined;
1196
+ readonly dimensions?: number | undefined;
1193
1197
  readonly columnName?: string | undefined;
1194
1198
  readonly searchable?: boolean | undefined;
1195
1199
  readonly unique?: boolean | undefined;
@@ -1344,6 +1348,7 @@ declare const SystemFile: Omit<{
1344
1348
  readonly system?: boolean | undefined;
1345
1349
  readonly min?: number | undefined;
1346
1350
  readonly max?: number | undefined;
1351
+ readonly dimensions?: number | undefined;
1347
1352
  readonly columnName?: string | undefined;
1348
1353
  readonly searchable?: boolean | undefined;
1349
1354
  readonly unique?: boolean | undefined;
@@ -1498,6 +1503,7 @@ declare const SystemFile: Omit<{
1498
1503
  readonly system?: boolean | undefined;
1499
1504
  readonly min?: number | undefined;
1500
1505
  readonly max?: number | undefined;
1506
+ readonly dimensions?: number | undefined;
1501
1507
  readonly columnName?: string | undefined;
1502
1508
  readonly searchable?: boolean | undefined;
1503
1509
  readonly unique?: boolean | undefined;
@@ -1652,6 +1658,7 @@ declare const SystemFile: Omit<{
1652
1658
  readonly system?: boolean | undefined;
1653
1659
  readonly min?: number | undefined;
1654
1660
  readonly max?: number | undefined;
1661
+ readonly dimensions?: number | undefined;
1655
1662
  readonly columnName?: string | undefined;
1656
1663
  readonly searchable?: boolean | undefined;
1657
1664
  readonly unique?: boolean | undefined;
@@ -1806,6 +1813,7 @@ declare const SystemFile: Omit<{
1806
1813
  readonly system?: boolean | undefined;
1807
1814
  readonly min?: number | undefined;
1808
1815
  readonly max?: number | undefined;
1816
+ readonly dimensions?: number | undefined;
1809
1817
  readonly columnName?: string | undefined;
1810
1818
  readonly searchable?: boolean | undefined;
1811
1819
  readonly unique?: boolean | undefined;
@@ -1960,6 +1968,7 @@ declare const SystemFile: Omit<{
1960
1968
  readonly system?: boolean | undefined;
1961
1969
  readonly min?: number | undefined;
1962
1970
  readonly max?: number | undefined;
1971
+ readonly dimensions?: number | undefined;
1963
1972
  readonly columnName?: string | undefined;
1964
1973
  readonly searchable?: boolean | undefined;
1965
1974
  readonly unique?: boolean | undefined;
@@ -2114,6 +2123,7 @@ declare const SystemFile: Omit<{
2114
2123
  readonly system?: boolean | undefined;
2115
2124
  readonly min?: number | undefined;
2116
2125
  readonly max?: number | undefined;
2126
+ readonly dimensions?: number | undefined;
2117
2127
  readonly columnName?: string | undefined;
2118
2128
  readonly searchable?: boolean | undefined;
2119
2129
  readonly unique?: boolean | undefined;
@@ -2268,6 +2278,7 @@ declare const SystemFile: Omit<{
2268
2278
  readonly system?: boolean | undefined;
2269
2279
  readonly min?: number | undefined;
2270
2280
  readonly max?: number | undefined;
2281
+ readonly dimensions?: number | undefined;
2271
2282
  readonly columnName?: string | undefined;
2272
2283
  readonly searchable?: boolean | undefined;
2273
2284
  readonly unique?: boolean | undefined;
@@ -2422,6 +2433,7 @@ declare const SystemFile: Omit<{
2422
2433
  readonly system?: boolean | undefined;
2423
2434
  readonly min?: number | undefined;
2424
2435
  readonly max?: number | undefined;
2436
+ readonly dimensions?: number | undefined;
2425
2437
  readonly columnName?: string | undefined;
2426
2438
  readonly searchable?: boolean | undefined;
2427
2439
  readonly unique?: boolean | undefined;
@@ -2576,6 +2588,7 @@ declare const SystemFile: Omit<{
2576
2588
  readonly system?: boolean | undefined;
2577
2589
  readonly min?: number | undefined;
2578
2590
  readonly max?: number | undefined;
2591
+ readonly dimensions?: number | undefined;
2579
2592
  readonly columnName?: string | undefined;
2580
2593
  readonly searchable?: boolean | undefined;
2581
2594
  readonly unique?: boolean | undefined;
@@ -2730,6 +2743,7 @@ declare const SystemFile: Omit<{
2730
2743
  readonly system?: boolean | undefined;
2731
2744
  readonly min?: number | undefined;
2732
2745
  readonly max?: number | undefined;
2746
+ readonly dimensions?: number | undefined;
2733
2747
  readonly columnName?: string | undefined;
2734
2748
  readonly searchable?: boolean | undefined;
2735
2749
  readonly unique?: boolean | undefined;
@@ -2884,6 +2898,7 @@ declare const SystemFile: Omit<{
2884
2898
  readonly system?: boolean | undefined;
2885
2899
  readonly min?: number | undefined;
2886
2900
  readonly max?: number | undefined;
2901
+ readonly dimensions?: number | undefined;
2887
2902
  readonly columnName?: string | undefined;
2888
2903
  readonly searchable?: boolean | undefined;
2889
2904
  readonly unique?: boolean | undefined;
@@ -3038,6 +3053,7 @@ declare const SystemFile: Omit<{
3038
3053
  readonly system?: boolean | undefined;
3039
3054
  readonly min?: number | undefined;
3040
3055
  readonly max?: number | undefined;
3056
+ readonly dimensions?: number | undefined;
3041
3057
  readonly columnName?: string | undefined;
3042
3058
  readonly searchable?: boolean | undefined;
3043
3059
  readonly unique?: boolean | undefined;
@@ -3192,6 +3208,7 @@ declare const SystemFile: Omit<{
3192
3208
  readonly system?: boolean | undefined;
3193
3209
  readonly min?: number | undefined;
3194
3210
  readonly max?: number | undefined;
3211
+ readonly dimensions?: number | undefined;
3195
3212
  readonly columnName?: string | undefined;
3196
3213
  readonly searchable?: boolean | undefined;
3197
3214
  readonly unique?: boolean | undefined;
@@ -3411,6 +3428,7 @@ declare const SystemUploadSession: Omit<{
3411
3428
  currencyMode: "fixed" | "dynamic";
3412
3429
  defaultCurrency: string;
3413
3430
  } | undefined;
3431
+ dimensions?: number | undefined;
3414
3432
  vectorConfig?: {
3415
3433
  dimensions: number;
3416
3434
  distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
@@ -3995,6 +4013,8 @@ declare const SystemUploadSession: Omit<{
3995
4013
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
3996
4014
  confirmText?: string | undefined;
3997
4015
  successMessage?: string | undefined;
4016
+ errorMessage?: string | undefined;
4017
+ undoable?: boolean | undefined;
3998
4018
  resultDialog?: {
3999
4019
  title?: string | undefined;
4000
4020
  description?: string | undefined;
@@ -4092,6 +4112,7 @@ declare const SystemUploadSession: Omit<{
4092
4112
  readonly system?: boolean | undefined;
4093
4113
  readonly min?: number | undefined;
4094
4114
  readonly max?: number | undefined;
4115
+ readonly dimensions?: number | undefined;
4095
4116
  readonly columnName?: string | undefined;
4096
4117
  readonly searchable?: boolean | undefined;
4097
4118
  readonly unique?: boolean | undefined;
@@ -4246,6 +4267,7 @@ declare const SystemUploadSession: Omit<{
4246
4267
  readonly system?: boolean | undefined;
4247
4268
  readonly min?: number | undefined;
4248
4269
  readonly max?: number | undefined;
4270
+ readonly dimensions?: number | undefined;
4249
4271
  readonly columnName?: string | undefined;
4250
4272
  readonly searchable?: boolean | undefined;
4251
4273
  readonly unique?: boolean | undefined;
@@ -4400,6 +4422,7 @@ declare const SystemUploadSession: Omit<{
4400
4422
  readonly system?: boolean | undefined;
4401
4423
  readonly min?: number | undefined;
4402
4424
  readonly max?: number | undefined;
4425
+ readonly dimensions?: number | undefined;
4403
4426
  readonly columnName?: string | undefined;
4404
4427
  readonly searchable?: boolean | undefined;
4405
4428
  readonly unique?: boolean | undefined;
@@ -4554,6 +4577,7 @@ declare const SystemUploadSession: Omit<{
4554
4577
  readonly system?: boolean | undefined;
4555
4578
  readonly min?: number | undefined;
4556
4579
  readonly max?: number | undefined;
4580
+ readonly dimensions?: number | undefined;
4557
4581
  readonly columnName?: string | undefined;
4558
4582
  readonly searchable?: boolean | undefined;
4559
4583
  readonly unique?: boolean | undefined;
@@ -4708,6 +4732,7 @@ declare const SystemUploadSession: Omit<{
4708
4732
  readonly system?: boolean | undefined;
4709
4733
  readonly min?: number | undefined;
4710
4734
  readonly max?: number | undefined;
4735
+ readonly dimensions?: number | undefined;
4711
4736
  readonly columnName?: string | undefined;
4712
4737
  readonly searchable?: boolean | undefined;
4713
4738
  readonly unique?: boolean | undefined;
@@ -4862,6 +4887,7 @@ declare const SystemUploadSession: Omit<{
4862
4887
  readonly system?: boolean | undefined;
4863
4888
  readonly min?: number | undefined;
4864
4889
  readonly max?: number | undefined;
4890
+ readonly dimensions?: number | undefined;
4865
4891
  readonly columnName?: string | undefined;
4866
4892
  readonly searchable?: boolean | undefined;
4867
4893
  readonly unique?: boolean | undefined;
@@ -5016,6 +5042,7 @@ declare const SystemUploadSession: Omit<{
5016
5042
  readonly system?: boolean | undefined;
5017
5043
  readonly min?: number | undefined;
5018
5044
  readonly max?: number | undefined;
5045
+ readonly dimensions?: number | undefined;
5019
5046
  readonly columnName?: string | undefined;
5020
5047
  readonly searchable?: boolean | undefined;
5021
5048
  readonly unique?: boolean | undefined;
@@ -5170,6 +5197,7 @@ declare const SystemUploadSession: Omit<{
5170
5197
  readonly system?: boolean | undefined;
5171
5198
  readonly min?: number | undefined;
5172
5199
  readonly max?: number | undefined;
5200
+ readonly dimensions?: number | undefined;
5173
5201
  readonly columnName?: string | undefined;
5174
5202
  readonly searchable?: boolean | undefined;
5175
5203
  readonly unique?: boolean | undefined;
@@ -5324,6 +5352,7 @@ declare const SystemUploadSession: Omit<{
5324
5352
  readonly system?: boolean | undefined;
5325
5353
  readonly min?: number | undefined;
5326
5354
  readonly max?: number | undefined;
5355
+ readonly dimensions?: number | undefined;
5327
5356
  readonly columnName?: string | undefined;
5328
5357
  readonly searchable?: boolean | undefined;
5329
5358
  readonly unique?: boolean | undefined;
@@ -5478,6 +5507,7 @@ declare const SystemUploadSession: Omit<{
5478
5507
  readonly system?: boolean | undefined;
5479
5508
  readonly min?: number | undefined;
5480
5509
  readonly max?: number | undefined;
5510
+ readonly dimensions?: number | undefined;
5481
5511
  readonly columnName?: string | undefined;
5482
5512
  readonly searchable?: boolean | undefined;
5483
5513
  readonly unique?: boolean | undefined;
@@ -5632,6 +5662,7 @@ declare const SystemUploadSession: Omit<{
5632
5662
  readonly system?: boolean | undefined;
5633
5663
  readonly min?: number | undefined;
5634
5664
  readonly max?: number | undefined;
5665
+ readonly dimensions?: number | undefined;
5635
5666
  readonly columnName?: string | undefined;
5636
5667
  readonly searchable?: boolean | undefined;
5637
5668
  readonly unique?: boolean | undefined;
@@ -5786,6 +5817,7 @@ declare const SystemUploadSession: Omit<{
5786
5817
  readonly system?: boolean | undefined;
5787
5818
  readonly min?: number | undefined;
5788
5819
  readonly max?: number | undefined;
5820
+ readonly dimensions?: number | undefined;
5789
5821
  readonly columnName?: string | undefined;
5790
5822
  readonly searchable?: boolean | undefined;
5791
5823
  readonly unique?: boolean | undefined;
@@ -5940,6 +5972,7 @@ declare const SystemUploadSession: Omit<{
5940
5972
  readonly system?: boolean | undefined;
5941
5973
  readonly min?: number | undefined;
5942
5974
  readonly max?: number | undefined;
5975
+ readonly dimensions?: number | undefined;
5943
5976
  readonly columnName?: string | undefined;
5944
5977
  readonly searchable?: boolean | undefined;
5945
5978
  readonly unique?: boolean | undefined;
@@ -6094,6 +6127,7 @@ declare const SystemUploadSession: Omit<{
6094
6127
  readonly system?: boolean | undefined;
6095
6128
  readonly min?: number | undefined;
6096
6129
  readonly max?: number | undefined;
6130
+ readonly dimensions?: number | undefined;
6097
6131
  readonly columnName?: string | undefined;
6098
6132
  readonly searchable?: boolean | undefined;
6099
6133
  readonly unique?: boolean | undefined;
@@ -6248,6 +6282,7 @@ declare const SystemUploadSession: Omit<{
6248
6282
  readonly system?: boolean | undefined;
6249
6283
  readonly min?: number | undefined;
6250
6284
  readonly max?: number | undefined;
6285
+ readonly dimensions?: number | undefined;
6251
6286
  readonly columnName?: string | undefined;
6252
6287
  readonly searchable?: boolean | undefined;
6253
6288
  readonly unique?: boolean | undefined;
@@ -6402,6 +6437,7 @@ declare const SystemUploadSession: Omit<{
6402
6437
  readonly system?: boolean | undefined;
6403
6438
  readonly min?: number | undefined;
6404
6439
  readonly max?: number | undefined;
6440
+ readonly dimensions?: number | undefined;
6405
6441
  readonly columnName?: string | undefined;
6406
6442
  readonly searchable?: boolean | undefined;
6407
6443
  readonly unique?: boolean | undefined;
@@ -6556,6 +6592,7 @@ declare const SystemUploadSession: Omit<{
6556
6592
  readonly system?: boolean | undefined;
6557
6593
  readonly min?: number | undefined;
6558
6594
  readonly max?: number | undefined;
6595
+ readonly dimensions?: number | undefined;
6559
6596
  readonly columnName?: string | undefined;
6560
6597
  readonly searchable?: boolean | undefined;
6561
6598
  readonly unique?: boolean | undefined;
@@ -6710,6 +6747,7 @@ declare const SystemUploadSession: Omit<{
6710
6747
  readonly system?: boolean | undefined;
6711
6748
  readonly min?: number | undefined;
6712
6749
  readonly max?: number | undefined;
6750
+ readonly dimensions?: number | undefined;
6713
6751
  readonly columnName?: string | undefined;
6714
6752
  readonly searchable?: boolean | undefined;
6715
6753
  readonly unique?: boolean | undefined;
@@ -6864,6 +6902,7 @@ declare const SystemUploadSession: Omit<{
6864
6902
  readonly system?: boolean | undefined;
6865
6903
  readonly min?: number | undefined;
6866
6904
  readonly max?: number | undefined;
6905
+ readonly dimensions?: number | undefined;
6867
6906
  readonly columnName?: string | undefined;
6868
6907
  readonly searchable?: boolean | undefined;
6869
6908
  readonly unique?: boolean | undefined;
@@ -7018,6 +7057,7 @@ declare const SystemUploadSession: Omit<{
7018
7057
  readonly system?: boolean | undefined;
7019
7058
  readonly min?: number | undefined;
7020
7059
  readonly max?: number | undefined;
7060
+ readonly dimensions?: number | undefined;
7021
7061
  readonly columnName?: string | undefined;
7022
7062
  readonly searchable?: boolean | undefined;
7023
7063
  readonly unique?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/service-storage",
3
- "version": "9.8.0",
3
+ "version": "9.9.1",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Storage Service for ObjectStack — implements IStorageService with local filesystem and S3 adapter skeleton",
6
6
  "type": "module",
@@ -14,10 +14,10 @@
14
14
  }
15
15
  },
16
16
  "dependencies": {
17
- "@objectstack/core": "9.8.0",
18
- "@objectstack/observability": "9.8.0",
19
- "@objectstack/platform-objects": "9.8.0",
20
- "@objectstack/spec": "9.8.0"
17
+ "@objectstack/core": "9.9.1",
18
+ "@objectstack/observability": "9.9.1",
19
+ "@objectstack/platform-objects": "9.9.1",
20
+ "@objectstack/spec": "9.9.1"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@aws-sdk/client-s3": "^3.0.0",