@objectstack/service-messaging 9.8.0 → 9.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1506,6 +1506,7 @@ declare const InboxMessage: Omit<{
1506
1506
  currencyMode: "fixed" | "dynamic";
1507
1507
  defaultCurrency: string;
1508
1508
  } | undefined;
1509
+ dimensions?: number | undefined;
1509
1510
  vectorConfig?: {
1510
1511
  dimensions: number;
1511
1512
  distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
@@ -2090,6 +2091,8 @@ declare const InboxMessage: Omit<{
2090
2091
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
2091
2092
  confirmText?: string | undefined;
2092
2093
  successMessage?: string | undefined;
2094
+ errorMessage?: string | undefined;
2095
+ undoable?: boolean | undefined;
2093
2096
  resultDialog?: {
2094
2097
  title?: string | undefined;
2095
2098
  description?: string | undefined;
@@ -2215,6 +2218,7 @@ declare const InboxMessage: Omit<{
2215
2218
  readonly system?: boolean | undefined;
2216
2219
  readonly min?: number | undefined;
2217
2220
  readonly max?: number | undefined;
2221
+ readonly dimensions?: number | undefined;
2218
2222
  readonly columnName?: string | undefined;
2219
2223
  readonly searchable?: boolean | undefined;
2220
2224
  readonly unique?: boolean | undefined;
@@ -2369,6 +2373,7 @@ declare const InboxMessage: Omit<{
2369
2373
  readonly system?: boolean | undefined;
2370
2374
  readonly min?: number | undefined;
2371
2375
  readonly max?: number | undefined;
2376
+ readonly dimensions?: number | undefined;
2372
2377
  readonly columnName?: string | undefined;
2373
2378
  readonly searchable?: boolean | undefined;
2374
2379
  readonly unique?: boolean | undefined;
@@ -2523,6 +2528,7 @@ declare const InboxMessage: Omit<{
2523
2528
  readonly system?: boolean | undefined;
2524
2529
  readonly min?: number | undefined;
2525
2530
  readonly max?: number | undefined;
2531
+ readonly dimensions?: number | undefined;
2526
2532
  readonly columnName?: string | undefined;
2527
2533
  readonly searchable?: boolean | undefined;
2528
2534
  readonly unique?: boolean | undefined;
@@ -2677,6 +2683,7 @@ declare const InboxMessage: Omit<{
2677
2683
  readonly system?: boolean | undefined;
2678
2684
  readonly min?: number | undefined;
2679
2685
  readonly max?: number | undefined;
2686
+ readonly dimensions?: number | undefined;
2680
2687
  readonly columnName?: string | undefined;
2681
2688
  readonly searchable?: boolean | undefined;
2682
2689
  readonly unique?: boolean | undefined;
@@ -2831,6 +2838,7 @@ declare const InboxMessage: Omit<{
2831
2838
  readonly system?: boolean | undefined;
2832
2839
  readonly min?: number | undefined;
2833
2840
  readonly max?: number | undefined;
2841
+ readonly dimensions?: number | undefined;
2834
2842
  readonly columnName?: string | undefined;
2835
2843
  readonly searchable?: boolean | undefined;
2836
2844
  readonly unique?: boolean | undefined;
@@ -2985,6 +2993,7 @@ declare const InboxMessage: Omit<{
2985
2993
  readonly system?: boolean | undefined;
2986
2994
  readonly min?: number | undefined;
2987
2995
  readonly max?: number | undefined;
2996
+ readonly dimensions?: number | undefined;
2988
2997
  readonly columnName?: string | undefined;
2989
2998
  readonly searchable?: boolean | undefined;
2990
2999
  readonly unique?: boolean | undefined;
@@ -3139,6 +3148,7 @@ declare const InboxMessage: Omit<{
3139
3148
  readonly system?: boolean | undefined;
3140
3149
  readonly min?: number | undefined;
3141
3150
  readonly max?: number | undefined;
3151
+ readonly dimensions?: number | undefined;
3142
3152
  readonly columnName?: string | undefined;
3143
3153
  readonly searchable?: boolean | undefined;
3144
3154
  readonly unique?: boolean | undefined;
@@ -3293,6 +3303,7 @@ declare const InboxMessage: Omit<{
3293
3303
  readonly system?: boolean | undefined;
3294
3304
  readonly min?: number | undefined;
3295
3305
  readonly max?: number | undefined;
3306
+ readonly dimensions?: number | undefined;
3296
3307
  readonly columnName?: string | undefined;
3297
3308
  readonly searchable?: boolean | undefined;
3298
3309
  readonly unique?: boolean | undefined;
@@ -3447,6 +3458,7 @@ declare const InboxMessage: Omit<{
3447
3458
  readonly system?: boolean | undefined;
3448
3459
  readonly min?: number | undefined;
3449
3460
  readonly max?: number | undefined;
3461
+ readonly dimensions?: number | undefined;
3450
3462
  readonly columnName?: string | undefined;
3451
3463
  readonly searchable?: boolean | undefined;
3452
3464
  readonly unique?: boolean | undefined;
@@ -3601,6 +3613,7 @@ declare const InboxMessage: Omit<{
3601
3613
  readonly system?: boolean | undefined;
3602
3614
  readonly min?: number | undefined;
3603
3615
  readonly max?: number | undefined;
3616
+ readonly dimensions?: number | undefined;
3604
3617
  readonly columnName?: string | undefined;
3605
3618
  readonly searchable?: boolean | undefined;
3606
3619
  readonly unique?: boolean | undefined;
@@ -3828,6 +3841,7 @@ declare const NotificationReceipt: Omit<{
3828
3841
  currencyMode: "fixed" | "dynamic";
3829
3842
  defaultCurrency: string;
3830
3843
  } | undefined;
3844
+ dimensions?: number | undefined;
3831
3845
  vectorConfig?: {
3832
3846
  dimensions: number;
3833
3847
  distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
@@ -4412,6 +4426,8 @@ declare const NotificationReceipt: Omit<{
4412
4426
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
4413
4427
  confirmText?: string | undefined;
4414
4428
  successMessage?: string | undefined;
4429
+ errorMessage?: string | undefined;
4430
+ undoable?: boolean | undefined;
4415
4431
  resultDialog?: {
4416
4432
  title?: string | undefined;
4417
4433
  description?: string | undefined;
@@ -4511,6 +4527,7 @@ declare const NotificationReceipt: Omit<{
4511
4527
  readonly system?: boolean | undefined;
4512
4528
  readonly min?: number | undefined;
4513
4529
  readonly max?: number | undefined;
4530
+ readonly dimensions?: number | undefined;
4514
4531
  readonly columnName?: string | undefined;
4515
4532
  readonly searchable?: boolean | undefined;
4516
4533
  readonly unique?: boolean | undefined;
@@ -4665,6 +4682,7 @@ declare const NotificationReceipt: Omit<{
4665
4682
  readonly system?: boolean | undefined;
4666
4683
  readonly min?: number | undefined;
4667
4684
  readonly max?: number | undefined;
4685
+ readonly dimensions?: number | undefined;
4668
4686
  readonly columnName?: string | undefined;
4669
4687
  readonly searchable?: boolean | undefined;
4670
4688
  readonly unique?: boolean | undefined;
@@ -4819,6 +4837,7 @@ declare const NotificationReceipt: Omit<{
4819
4837
  readonly system?: boolean | undefined;
4820
4838
  readonly min?: number | undefined;
4821
4839
  readonly max?: number | undefined;
4840
+ readonly dimensions?: number | undefined;
4822
4841
  readonly columnName?: string | undefined;
4823
4842
  readonly searchable?: boolean | undefined;
4824
4843
  readonly unique?: boolean | undefined;
@@ -4973,6 +4992,7 @@ declare const NotificationReceipt: Omit<{
4973
4992
  readonly system?: boolean | undefined;
4974
4993
  readonly min?: number | undefined;
4975
4994
  readonly max?: number | undefined;
4995
+ readonly dimensions?: number | undefined;
4976
4996
  readonly columnName?: string | undefined;
4977
4997
  readonly searchable?: boolean | undefined;
4978
4998
  readonly unique?: boolean | undefined;
@@ -5127,6 +5147,7 @@ declare const NotificationReceipt: Omit<{
5127
5147
  readonly system?: boolean | undefined;
5128
5148
  readonly min?: number | undefined;
5129
5149
  readonly max?: number | undefined;
5150
+ readonly dimensions?: number | undefined;
5130
5151
  readonly columnName?: string | undefined;
5131
5152
  readonly searchable?: boolean | undefined;
5132
5153
  readonly unique?: boolean | undefined;
@@ -5281,6 +5302,7 @@ declare const NotificationReceipt: Omit<{
5281
5302
  readonly system?: boolean | undefined;
5282
5303
  readonly min?: number | undefined;
5283
5304
  readonly max?: number | undefined;
5305
+ readonly dimensions?: number | undefined;
5284
5306
  readonly columnName?: string | undefined;
5285
5307
  readonly searchable?: boolean | undefined;
5286
5308
  readonly unique?: boolean | undefined;
@@ -5435,6 +5457,7 @@ declare const NotificationReceipt: Omit<{
5435
5457
  readonly system?: boolean | undefined;
5436
5458
  readonly min?: number | undefined;
5437
5459
  readonly max?: number | undefined;
5460
+ readonly dimensions?: number | undefined;
5438
5461
  readonly columnName?: string | undefined;
5439
5462
  readonly searchable?: boolean | undefined;
5440
5463
  readonly unique?: boolean | undefined;
@@ -5589,6 +5612,7 @@ declare const NotificationReceipt: Omit<{
5589
5612
  readonly system?: boolean | undefined;
5590
5613
  readonly min?: number | undefined;
5591
5614
  readonly max?: number | undefined;
5615
+ readonly dimensions?: number | undefined;
5592
5616
  readonly columnName?: string | undefined;
5593
5617
  readonly searchable?: boolean | undefined;
5594
5618
  readonly unique?: boolean | undefined;
@@ -5818,6 +5842,7 @@ declare const NotificationDelivery: Omit<{
5818
5842
  currencyMode: "fixed" | "dynamic";
5819
5843
  defaultCurrency: string;
5820
5844
  } | undefined;
5845
+ dimensions?: number | undefined;
5821
5846
  vectorConfig?: {
5822
5847
  dimensions: number;
5823
5848
  distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
@@ -6402,6 +6427,8 @@ declare const NotificationDelivery: Omit<{
6402
6427
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
6403
6428
  confirmText?: string | undefined;
6404
6429
  successMessage?: string | undefined;
6430
+ errorMessage?: string | undefined;
6431
+ undoable?: boolean | undefined;
6405
6432
  resultDialog?: {
6406
6433
  title?: string | undefined;
6407
6434
  description?: string | undefined;
@@ -6501,6 +6528,7 @@ declare const NotificationDelivery: Omit<{
6501
6528
  readonly system?: boolean | undefined;
6502
6529
  readonly min?: number | undefined;
6503
6530
  readonly max?: number | undefined;
6531
+ readonly dimensions?: number | undefined;
6504
6532
  readonly columnName?: string | undefined;
6505
6533
  readonly searchable?: boolean | undefined;
6506
6534
  readonly unique?: boolean | undefined;
@@ -6655,6 +6683,7 @@ declare const NotificationDelivery: Omit<{
6655
6683
  readonly system?: boolean | undefined;
6656
6684
  readonly min?: number | undefined;
6657
6685
  readonly max?: number | undefined;
6686
+ readonly dimensions?: number | undefined;
6658
6687
  readonly columnName?: string | undefined;
6659
6688
  readonly searchable?: boolean | undefined;
6660
6689
  readonly unique?: boolean | undefined;
@@ -6809,6 +6838,7 @@ declare const NotificationDelivery: Omit<{
6809
6838
  readonly system?: boolean | undefined;
6810
6839
  readonly min?: number | undefined;
6811
6840
  readonly max?: number | undefined;
6841
+ readonly dimensions?: number | undefined;
6812
6842
  readonly columnName?: string | undefined;
6813
6843
  readonly searchable?: boolean | undefined;
6814
6844
  readonly unique?: boolean | undefined;
@@ -6963,6 +6993,7 @@ declare const NotificationDelivery: Omit<{
6963
6993
  readonly system?: boolean | undefined;
6964
6994
  readonly min?: number | undefined;
6965
6995
  readonly max?: number | undefined;
6996
+ readonly dimensions?: number | undefined;
6966
6997
  readonly columnName?: string | undefined;
6967
6998
  readonly searchable?: boolean | undefined;
6968
6999
  readonly unique?: boolean | undefined;
@@ -7117,6 +7148,7 @@ declare const NotificationDelivery: Omit<{
7117
7148
  readonly system?: boolean | undefined;
7118
7149
  readonly min?: number | undefined;
7119
7150
  readonly max?: number | undefined;
7151
+ readonly dimensions?: number | undefined;
7120
7152
  readonly columnName?: string | undefined;
7121
7153
  readonly searchable?: boolean | undefined;
7122
7154
  readonly unique?: boolean | undefined;
@@ -7271,6 +7303,7 @@ declare const NotificationDelivery: Omit<{
7271
7303
  readonly system?: boolean | undefined;
7272
7304
  readonly min?: number | undefined;
7273
7305
  readonly max?: number | undefined;
7306
+ readonly dimensions?: number | undefined;
7274
7307
  readonly columnName?: string | undefined;
7275
7308
  readonly searchable?: boolean | undefined;
7276
7309
  readonly unique?: boolean | undefined;
@@ -7425,6 +7458,7 @@ declare const NotificationDelivery: Omit<{
7425
7458
  readonly system?: boolean | undefined;
7426
7459
  readonly min?: number | undefined;
7427
7460
  readonly max?: number | undefined;
7461
+ readonly dimensions?: number | undefined;
7428
7462
  readonly columnName?: string | undefined;
7429
7463
  readonly searchable?: boolean | undefined;
7430
7464
  readonly unique?: boolean | undefined;
@@ -7579,6 +7613,7 @@ declare const NotificationDelivery: Omit<{
7579
7613
  readonly system?: boolean | undefined;
7580
7614
  readonly min?: number | undefined;
7581
7615
  readonly max?: number | undefined;
7616
+ readonly dimensions?: number | undefined;
7582
7617
  readonly columnName?: string | undefined;
7583
7618
  readonly searchable?: boolean | undefined;
7584
7619
  readonly unique?: boolean | undefined;
@@ -7733,6 +7768,7 @@ declare const NotificationDelivery: Omit<{
7733
7768
  readonly system?: boolean | undefined;
7734
7769
  readonly min?: number | undefined;
7735
7770
  readonly max?: number | undefined;
7771
+ readonly dimensions?: number | undefined;
7736
7772
  readonly columnName?: string | undefined;
7737
7773
  readonly searchable?: boolean | undefined;
7738
7774
  readonly unique?: boolean | undefined;
@@ -7887,6 +7923,7 @@ declare const NotificationDelivery: Omit<{
7887
7923
  readonly system?: boolean | undefined;
7888
7924
  readonly min?: number | undefined;
7889
7925
  readonly max?: number | undefined;
7926
+ readonly dimensions?: number | undefined;
7890
7927
  readonly columnName?: string | undefined;
7891
7928
  readonly searchable?: boolean | undefined;
7892
7929
  readonly unique?: boolean | undefined;
@@ -8041,6 +8078,7 @@ declare const NotificationDelivery: Omit<{
8041
8078
  readonly system?: boolean | undefined;
8042
8079
  readonly min?: number | undefined;
8043
8080
  readonly max?: number | undefined;
8081
+ readonly dimensions?: number | undefined;
8044
8082
  readonly columnName?: string | undefined;
8045
8083
  readonly searchable?: boolean | undefined;
8046
8084
  readonly unique?: boolean | undefined;
@@ -8195,6 +8233,7 @@ declare const NotificationDelivery: Omit<{
8195
8233
  readonly system?: boolean | undefined;
8196
8234
  readonly min?: number | undefined;
8197
8235
  readonly max?: number | undefined;
8236
+ readonly dimensions?: number | undefined;
8198
8237
  readonly columnName?: string | undefined;
8199
8238
  readonly searchable?: boolean | undefined;
8200
8239
  readonly unique?: boolean | undefined;
@@ -8349,6 +8388,7 @@ declare const NotificationDelivery: Omit<{
8349
8388
  readonly system?: boolean | undefined;
8350
8389
  readonly min?: number | undefined;
8351
8390
  readonly max?: number | undefined;
8391
+ readonly dimensions?: number | undefined;
8352
8392
  readonly columnName?: string | undefined;
8353
8393
  readonly searchable?: boolean | undefined;
8354
8394
  readonly unique?: boolean | undefined;
@@ -8503,6 +8543,7 @@ declare const NotificationDelivery: Omit<{
8503
8543
  readonly system?: boolean | undefined;
8504
8544
  readonly min?: number | undefined;
8505
8545
  readonly max?: number | undefined;
8546
+ readonly dimensions?: number | undefined;
8506
8547
  readonly columnName?: string | undefined;
8507
8548
  readonly searchable?: boolean | undefined;
8508
8549
  readonly unique?: boolean | undefined;
@@ -8657,6 +8698,7 @@ declare const NotificationDelivery: Omit<{
8657
8698
  readonly system?: boolean | undefined;
8658
8699
  readonly min?: number | undefined;
8659
8700
  readonly max?: number | undefined;
8701
+ readonly dimensions?: number | undefined;
8660
8702
  readonly columnName?: string | undefined;
8661
8703
  readonly searchable?: boolean | undefined;
8662
8704
  readonly unique?: boolean | undefined;
@@ -8811,6 +8853,7 @@ declare const NotificationDelivery: Omit<{
8811
8853
  readonly system?: boolean | undefined;
8812
8854
  readonly min?: number | undefined;
8813
8855
  readonly max?: number | undefined;
8856
+ readonly dimensions?: number | undefined;
8814
8857
  readonly columnName?: string | undefined;
8815
8858
  readonly searchable?: boolean | undefined;
8816
8859
  readonly unique?: boolean | undefined;
@@ -8965,6 +9008,7 @@ declare const NotificationDelivery: Omit<{
8965
9008
  readonly system?: boolean | undefined;
8966
9009
  readonly min?: number | undefined;
8967
9010
  readonly max?: number | undefined;
9011
+ readonly dimensions?: number | undefined;
8968
9012
  readonly columnName?: string | undefined;
8969
9013
  readonly searchable?: boolean | undefined;
8970
9014
  readonly unique?: boolean | undefined;
@@ -9204,6 +9248,7 @@ declare const NotificationPreference: Omit<{
9204
9248
  currencyMode: "fixed" | "dynamic";
9205
9249
  defaultCurrency: string;
9206
9250
  } | undefined;
9251
+ dimensions?: number | undefined;
9207
9252
  vectorConfig?: {
9208
9253
  dimensions: number;
9209
9254
  distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
@@ -9788,6 +9833,8 @@ declare const NotificationPreference: Omit<{
9788
9833
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
9789
9834
  confirmText?: string | undefined;
9790
9835
  successMessage?: string | undefined;
9836
+ errorMessage?: string | undefined;
9837
+ undoable?: boolean | undefined;
9791
9838
  resultDialog?: {
9792
9839
  title?: string | undefined;
9793
9840
  description?: string | undefined;
@@ -9887,6 +9934,7 @@ declare const NotificationPreference: Omit<{
9887
9934
  readonly system?: boolean | undefined;
9888
9935
  readonly min?: number | undefined;
9889
9936
  readonly max?: number | undefined;
9937
+ readonly dimensions?: number | undefined;
9890
9938
  readonly columnName?: string | undefined;
9891
9939
  readonly searchable?: boolean | undefined;
9892
9940
  readonly unique?: boolean | undefined;
@@ -10041,6 +10089,7 @@ declare const NotificationPreference: Omit<{
10041
10089
  readonly system?: boolean | undefined;
10042
10090
  readonly min?: number | undefined;
10043
10091
  readonly max?: number | undefined;
10092
+ readonly dimensions?: number | undefined;
10044
10093
  readonly columnName?: string | undefined;
10045
10094
  readonly searchable?: boolean | undefined;
10046
10095
  readonly unique?: boolean | undefined;
@@ -10195,6 +10244,7 @@ declare const NotificationPreference: Omit<{
10195
10244
  readonly system?: boolean | undefined;
10196
10245
  readonly min?: number | undefined;
10197
10246
  readonly max?: number | undefined;
10247
+ readonly dimensions?: number | undefined;
10198
10248
  readonly columnName?: string | undefined;
10199
10249
  readonly searchable?: boolean | undefined;
10200
10250
  readonly unique?: boolean | undefined;
@@ -10349,6 +10399,7 @@ declare const NotificationPreference: Omit<{
10349
10399
  readonly system?: boolean | undefined;
10350
10400
  readonly min?: number | undefined;
10351
10401
  readonly max?: number | undefined;
10402
+ readonly dimensions?: number | undefined;
10352
10403
  readonly columnName?: string | undefined;
10353
10404
  readonly searchable?: boolean | undefined;
10354
10405
  readonly unique?: boolean | undefined;
@@ -10503,6 +10554,7 @@ declare const NotificationPreference: Omit<{
10503
10554
  readonly system?: boolean | undefined;
10504
10555
  readonly min?: number | undefined;
10505
10556
  readonly max?: number | undefined;
10557
+ readonly dimensions?: number | undefined;
10506
10558
  readonly columnName?: string | undefined;
10507
10559
  readonly searchable?: boolean | undefined;
10508
10560
  readonly unique?: boolean | undefined;
@@ -10657,6 +10709,7 @@ declare const NotificationPreference: Omit<{
10657
10709
  readonly system?: boolean | undefined;
10658
10710
  readonly min?: number | undefined;
10659
10711
  readonly max?: number | undefined;
10712
+ readonly dimensions?: number | undefined;
10660
10713
  readonly columnName?: string | undefined;
10661
10714
  readonly searchable?: boolean | undefined;
10662
10715
  readonly unique?: boolean | undefined;
@@ -10811,6 +10864,7 @@ declare const NotificationPreference: Omit<{
10811
10864
  readonly system?: boolean | undefined;
10812
10865
  readonly min?: number | undefined;
10813
10866
  readonly max?: number | undefined;
10867
+ readonly dimensions?: number | undefined;
10814
10868
  readonly columnName?: string | undefined;
10815
10869
  readonly searchable?: boolean | undefined;
10816
10870
  readonly unique?: boolean | undefined;
@@ -10965,6 +11019,7 @@ declare const NotificationPreference: Omit<{
10965
11019
  readonly system?: boolean | undefined;
10966
11020
  readonly min?: number | undefined;
10967
11021
  readonly max?: number | undefined;
11022
+ readonly dimensions?: number | undefined;
10968
11023
  readonly columnName?: string | undefined;
10969
11024
  readonly searchable?: boolean | undefined;
10970
11025
  readonly unique?: boolean | undefined;
@@ -11119,6 +11174,7 @@ declare const NotificationPreference: Omit<{
11119
11174
  readonly system?: boolean | undefined;
11120
11175
  readonly min?: number | undefined;
11121
11176
  readonly max?: number | undefined;
11177
+ readonly dimensions?: number | undefined;
11122
11178
  readonly columnName?: string | undefined;
11123
11179
  readonly searchable?: boolean | undefined;
11124
11180
  readonly unique?: boolean | undefined;
@@ -11350,6 +11406,7 @@ declare const NotificationSubscription: Omit<{
11350
11406
  currencyMode: "fixed" | "dynamic";
11351
11407
  defaultCurrency: string;
11352
11408
  } | undefined;
11409
+ dimensions?: number | undefined;
11353
11410
  vectorConfig?: {
11354
11411
  dimensions: number;
11355
11412
  distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
@@ -11934,6 +11991,8 @@ declare const NotificationSubscription: Omit<{
11934
11991
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
11935
11992
  confirmText?: string | undefined;
11936
11993
  successMessage?: string | undefined;
11994
+ errorMessage?: string | undefined;
11995
+ undoable?: boolean | undefined;
11937
11996
  resultDialog?: {
11938
11997
  title?: string | undefined;
11939
11998
  description?: string | undefined;
@@ -12033,6 +12092,7 @@ declare const NotificationSubscription: Omit<{
12033
12092
  readonly system?: boolean | undefined;
12034
12093
  readonly min?: number | undefined;
12035
12094
  readonly max?: number | undefined;
12095
+ readonly dimensions?: number | undefined;
12036
12096
  readonly columnName?: string | undefined;
12037
12097
  readonly searchable?: boolean | undefined;
12038
12098
  readonly unique?: boolean | undefined;
@@ -12187,6 +12247,7 @@ declare const NotificationSubscription: Omit<{
12187
12247
  readonly system?: boolean | undefined;
12188
12248
  readonly min?: number | undefined;
12189
12249
  readonly max?: number | undefined;
12250
+ readonly dimensions?: number | undefined;
12190
12251
  readonly columnName?: string | undefined;
12191
12252
  readonly searchable?: boolean | undefined;
12192
12253
  readonly unique?: boolean | undefined;
@@ -12341,6 +12402,7 @@ declare const NotificationSubscription: Omit<{
12341
12402
  readonly system?: boolean | undefined;
12342
12403
  readonly min?: number | undefined;
12343
12404
  readonly max?: number | undefined;
12405
+ readonly dimensions?: number | undefined;
12344
12406
  readonly columnName?: string | undefined;
12345
12407
  readonly searchable?: boolean | undefined;
12346
12408
  readonly unique?: boolean | undefined;
@@ -12495,6 +12557,7 @@ declare const NotificationSubscription: Omit<{
12495
12557
  readonly system?: boolean | undefined;
12496
12558
  readonly min?: number | undefined;
12497
12559
  readonly max?: number | undefined;
12560
+ readonly dimensions?: number | undefined;
12498
12561
  readonly columnName?: string | undefined;
12499
12562
  readonly searchable?: boolean | undefined;
12500
12563
  readonly unique?: boolean | undefined;
@@ -12649,6 +12712,7 @@ declare const NotificationSubscription: Omit<{
12649
12712
  readonly system?: boolean | undefined;
12650
12713
  readonly min?: number | undefined;
12651
12714
  readonly max?: number | undefined;
12715
+ readonly dimensions?: number | undefined;
12652
12716
  readonly columnName?: string | undefined;
12653
12717
  readonly searchable?: boolean | undefined;
12654
12718
  readonly unique?: boolean | undefined;
@@ -12879,6 +12943,7 @@ declare const NotificationTemplate: Omit<{
12879
12943
  currencyMode: "fixed" | "dynamic";
12880
12944
  defaultCurrency: string;
12881
12945
  } | undefined;
12946
+ dimensions?: number | undefined;
12882
12947
  vectorConfig?: {
12883
12948
  dimensions: number;
12884
12949
  distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
@@ -13463,6 +13528,8 @@ declare const NotificationTemplate: Omit<{
13463
13528
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
13464
13529
  confirmText?: string | undefined;
13465
13530
  successMessage?: string | undefined;
13531
+ errorMessage?: string | undefined;
13532
+ undoable?: boolean | undefined;
13466
13533
  resultDialog?: {
13467
13534
  title?: string | undefined;
13468
13535
  description?: string | undefined;
@@ -13562,6 +13629,7 @@ declare const NotificationTemplate: Omit<{
13562
13629
  readonly system?: boolean | undefined;
13563
13630
  readonly min?: number | undefined;
13564
13631
  readonly max?: number | undefined;
13632
+ readonly dimensions?: number | undefined;
13565
13633
  readonly columnName?: string | undefined;
13566
13634
  readonly searchable?: boolean | undefined;
13567
13635
  readonly unique?: boolean | undefined;
@@ -13716,6 +13784,7 @@ declare const NotificationTemplate: Omit<{
13716
13784
  readonly system?: boolean | undefined;
13717
13785
  readonly min?: number | undefined;
13718
13786
  readonly max?: number | undefined;
13787
+ readonly dimensions?: number | undefined;
13719
13788
  readonly columnName?: string | undefined;
13720
13789
  readonly searchable?: boolean | undefined;
13721
13790
  readonly unique?: boolean | undefined;
@@ -13870,6 +13939,7 @@ declare const NotificationTemplate: Omit<{
13870
13939
  readonly system?: boolean | undefined;
13871
13940
  readonly min?: number | undefined;
13872
13941
  readonly max?: number | undefined;
13942
+ readonly dimensions?: number | undefined;
13873
13943
  readonly columnName?: string | undefined;
13874
13944
  readonly searchable?: boolean | undefined;
13875
13945
  readonly unique?: boolean | undefined;
@@ -14024,6 +14094,7 @@ declare const NotificationTemplate: Omit<{
14024
14094
  readonly system?: boolean | undefined;
14025
14095
  readonly min?: number | undefined;
14026
14096
  readonly max?: number | undefined;
14097
+ readonly dimensions?: number | undefined;
14027
14098
  readonly columnName?: string | undefined;
14028
14099
  readonly searchable?: boolean | undefined;
14029
14100
  readonly unique?: boolean | undefined;
@@ -14178,6 +14249,7 @@ declare const NotificationTemplate: Omit<{
14178
14249
  readonly system?: boolean | undefined;
14179
14250
  readonly min?: number | undefined;
14180
14251
  readonly max?: number | undefined;
14252
+ readonly dimensions?: number | undefined;
14181
14253
  readonly columnName?: string | undefined;
14182
14254
  readonly searchable?: boolean | undefined;
14183
14255
  readonly unique?: boolean | undefined;
@@ -14332,6 +14404,7 @@ declare const NotificationTemplate: Omit<{
14332
14404
  readonly system?: boolean | undefined;
14333
14405
  readonly min?: number | undefined;
14334
14406
  readonly max?: number | undefined;
14407
+ readonly dimensions?: number | undefined;
14335
14408
  readonly columnName?: string | undefined;
14336
14409
  readonly searchable?: boolean | undefined;
14337
14410
  readonly unique?: boolean | undefined;
@@ -14486,6 +14559,7 @@ declare const NotificationTemplate: Omit<{
14486
14559
  readonly system?: boolean | undefined;
14487
14560
  readonly min?: number | undefined;
14488
14561
  readonly max?: number | undefined;
14562
+ readonly dimensions?: number | undefined;
14489
14563
  readonly columnName?: string | undefined;
14490
14564
  readonly searchable?: boolean | undefined;
14491
14565
  readonly unique?: boolean | undefined;
@@ -14640,6 +14714,7 @@ declare const NotificationTemplate: Omit<{
14640
14714
  readonly system?: boolean | undefined;
14641
14715
  readonly min?: number | undefined;
14642
14716
  readonly max?: number | undefined;
14717
+ readonly dimensions?: number | undefined;
14643
14718
  readonly columnName?: string | undefined;
14644
14719
  readonly searchable?: boolean | undefined;
14645
14720
  readonly unique?: boolean | undefined;
@@ -14794,6 +14869,7 @@ declare const NotificationTemplate: Omit<{
14794
14869
  readonly system?: boolean | undefined;
14795
14870
  readonly min?: number | undefined;
14796
14871
  readonly max?: number | undefined;
14872
+ readonly dimensions?: number | undefined;
14797
14873
  readonly columnName?: string | undefined;
14798
14874
  readonly searchable?: boolean | undefined;
14799
14875
  readonly unique?: boolean | undefined;
@@ -14948,6 +15024,7 @@ declare const NotificationTemplate: Omit<{
14948
15024
  readonly system?: boolean | undefined;
14949
15025
  readonly min?: number | undefined;
14950
15026
  readonly max?: number | undefined;
15027
+ readonly dimensions?: number | undefined;
14951
15028
  readonly columnName?: string | undefined;
14952
15029
  readonly searchable?: boolean | undefined;
14953
15030
  readonly unique?: boolean | undefined;
@@ -15102,6 +15179,7 @@ declare const NotificationTemplate: Omit<{
15102
15179
  readonly system?: boolean | undefined;
15103
15180
  readonly min?: number | undefined;
15104
15181
  readonly max?: number | undefined;
15182
+ readonly dimensions?: number | undefined;
15105
15183
  readonly columnName?: string | undefined;
15106
15184
  readonly searchable?: boolean | undefined;
15107
15185
  readonly unique?: boolean | undefined;
@@ -15340,6 +15418,7 @@ declare const HttpDelivery: Omit<{
15340
15418
  currencyMode: "fixed" | "dynamic";
15341
15419
  defaultCurrency: string;
15342
15420
  } | undefined;
15421
+ dimensions?: number | undefined;
15343
15422
  vectorConfig?: {
15344
15423
  dimensions: number;
15345
15424
  distanceMetric: "cosine" | "euclidean" | "dotProduct" | "manhattan";
@@ -15924,6 +16003,8 @@ declare const HttpDelivery: Omit<{
15924
16003
  variant?: "link" | "primary" | "secondary" | "danger" | "ghost" | undefined;
15925
16004
  confirmText?: string | undefined;
15926
16005
  successMessage?: string | undefined;
16006
+ errorMessage?: string | undefined;
16007
+ undoable?: boolean | undefined;
15927
16008
  resultDialog?: {
15928
16009
  title?: string | undefined;
15929
16010
  description?: string | undefined;
@@ -16093,6 +16174,7 @@ declare const HttpDelivery: Omit<{
16093
16174
  readonly system?: boolean | undefined;
16094
16175
  readonly min?: number | undefined;
16095
16176
  readonly max?: number | undefined;
16177
+ readonly dimensions?: number | undefined;
16096
16178
  readonly columnName?: string | undefined;
16097
16179
  readonly searchable?: boolean | undefined;
16098
16180
  readonly unique?: boolean | undefined;
@@ -16247,6 +16329,7 @@ declare const HttpDelivery: Omit<{
16247
16329
  readonly system?: boolean | undefined;
16248
16330
  readonly min?: number | undefined;
16249
16331
  readonly max?: number | undefined;
16332
+ readonly dimensions?: number | undefined;
16250
16333
  readonly columnName?: string | undefined;
16251
16334
  readonly searchable?: boolean | undefined;
16252
16335
  readonly unique?: boolean | undefined;
@@ -16401,6 +16484,7 @@ declare const HttpDelivery: Omit<{
16401
16484
  readonly system?: boolean | undefined;
16402
16485
  readonly min?: number | undefined;
16403
16486
  readonly max?: number | undefined;
16487
+ readonly dimensions?: number | undefined;
16404
16488
  readonly columnName?: string | undefined;
16405
16489
  readonly searchable?: boolean | undefined;
16406
16490
  readonly unique?: boolean | undefined;
@@ -16555,6 +16639,7 @@ declare const HttpDelivery: Omit<{
16555
16639
  readonly system?: boolean | undefined;
16556
16640
  readonly min?: number | undefined;
16557
16641
  readonly max?: number | undefined;
16642
+ readonly dimensions?: number | undefined;
16558
16643
  readonly columnName?: string | undefined;
16559
16644
  readonly searchable?: boolean | undefined;
16560
16645
  readonly unique?: boolean | undefined;
@@ -16709,6 +16794,7 @@ declare const HttpDelivery: Omit<{
16709
16794
  readonly system?: boolean | undefined;
16710
16795
  readonly min?: number | undefined;
16711
16796
  readonly max?: number | undefined;
16797
+ readonly dimensions?: number | undefined;
16712
16798
  readonly columnName?: string | undefined;
16713
16799
  readonly searchable?: boolean | undefined;
16714
16800
  readonly unique?: boolean | undefined;
@@ -16863,6 +16949,7 @@ declare const HttpDelivery: Omit<{
16863
16949
  readonly system?: boolean | undefined;
16864
16950
  readonly min?: number | undefined;
16865
16951
  readonly max?: number | undefined;
16952
+ readonly dimensions?: number | undefined;
16866
16953
  readonly columnName?: string | undefined;
16867
16954
  readonly searchable?: boolean | undefined;
16868
16955
  readonly unique?: boolean | undefined;
@@ -17017,6 +17104,7 @@ declare const HttpDelivery: Omit<{
17017
17104
  readonly system?: boolean | undefined;
17018
17105
  readonly min?: number | undefined;
17019
17106
  readonly max?: number | undefined;
17107
+ readonly dimensions?: number | undefined;
17020
17108
  readonly columnName?: string | undefined;
17021
17109
  readonly searchable?: boolean | undefined;
17022
17110
  readonly unique?: boolean | undefined;
@@ -17171,6 +17259,7 @@ declare const HttpDelivery: Omit<{
17171
17259
  readonly system?: boolean | undefined;
17172
17260
  readonly min?: number | undefined;
17173
17261
  readonly max?: number | undefined;
17262
+ readonly dimensions?: number | undefined;
17174
17263
  readonly columnName?: string | undefined;
17175
17264
  readonly searchable?: boolean | undefined;
17176
17265
  readonly unique?: boolean | undefined;
@@ -17325,6 +17414,7 @@ declare const HttpDelivery: Omit<{
17325
17414
  readonly system?: boolean | undefined;
17326
17415
  readonly min?: number | undefined;
17327
17416
  readonly max?: number | undefined;
17417
+ readonly dimensions?: number | undefined;
17328
17418
  readonly columnName?: string | undefined;
17329
17419
  readonly searchable?: boolean | undefined;
17330
17420
  readonly unique?: boolean | undefined;
@@ -17479,6 +17569,7 @@ declare const HttpDelivery: Omit<{
17479
17569
  readonly system?: boolean | undefined;
17480
17570
  readonly min?: number | undefined;
17481
17571
  readonly max?: number | undefined;
17572
+ readonly dimensions?: number | undefined;
17482
17573
  readonly columnName?: string | undefined;
17483
17574
  readonly searchable?: boolean | undefined;
17484
17575
  readonly unique?: boolean | undefined;
@@ -17633,6 +17724,7 @@ declare const HttpDelivery: Omit<{
17633
17724
  readonly system?: boolean | undefined;
17634
17725
  readonly min?: number | undefined;
17635
17726
  readonly max?: number | undefined;
17727
+ readonly dimensions?: number | undefined;
17636
17728
  readonly columnName?: string | undefined;
17637
17729
  readonly searchable?: boolean | undefined;
17638
17730
  readonly unique?: boolean | undefined;
@@ -17787,6 +17879,7 @@ declare const HttpDelivery: Omit<{
17787
17879
  readonly system?: boolean | undefined;
17788
17880
  readonly min?: number | undefined;
17789
17881
  readonly max?: number | undefined;
17882
+ readonly dimensions?: number | undefined;
17790
17883
  readonly columnName?: string | undefined;
17791
17884
  readonly searchable?: boolean | undefined;
17792
17885
  readonly unique?: boolean | undefined;
@@ -17941,6 +18034,7 @@ declare const HttpDelivery: Omit<{
17941
18034
  readonly system?: boolean | undefined;
17942
18035
  readonly min?: number | undefined;
17943
18036
  readonly max?: number | undefined;
18037
+ readonly dimensions?: number | undefined;
17944
18038
  readonly columnName?: string | undefined;
17945
18039
  readonly searchable?: boolean | undefined;
17946
18040
  readonly unique?: boolean | undefined;
@@ -18095,6 +18189,7 @@ declare const HttpDelivery: Omit<{
18095
18189
  readonly system?: boolean | undefined;
18096
18190
  readonly min?: number | undefined;
18097
18191
  readonly max?: number | undefined;
18192
+ readonly dimensions?: number | undefined;
18098
18193
  readonly columnName?: string | undefined;
18099
18194
  readonly searchable?: boolean | undefined;
18100
18195
  readonly unique?: boolean | undefined;
@@ -18249,6 +18344,7 @@ declare const HttpDelivery: Omit<{
18249
18344
  readonly system?: boolean | undefined;
18250
18345
  readonly min?: number | undefined;
18251
18346
  readonly max?: number | undefined;
18347
+ readonly dimensions?: number | undefined;
18252
18348
  readonly columnName?: string | undefined;
18253
18349
  readonly searchable?: boolean | undefined;
18254
18350
  readonly unique?: boolean | undefined;
@@ -18403,6 +18499,7 @@ declare const HttpDelivery: Omit<{
18403
18499
  readonly system?: boolean | undefined;
18404
18500
  readonly min?: number | undefined;
18405
18501
  readonly max?: number | undefined;
18502
+ readonly dimensions?: number | undefined;
18406
18503
  readonly columnName?: string | undefined;
18407
18504
  readonly searchable?: boolean | undefined;
18408
18505
  readonly unique?: boolean | undefined;
@@ -18557,6 +18654,7 @@ declare const HttpDelivery: Omit<{
18557
18654
  readonly system?: boolean | undefined;
18558
18655
  readonly min?: number | undefined;
18559
18656
  readonly max?: number | undefined;
18657
+ readonly dimensions?: number | undefined;
18560
18658
  readonly columnName?: string | undefined;
18561
18659
  readonly searchable?: boolean | undefined;
18562
18660
  readonly unique?: boolean | undefined;
@@ -18711,6 +18809,7 @@ declare const HttpDelivery: Omit<{
18711
18809
  readonly system?: boolean | undefined;
18712
18810
  readonly min?: number | undefined;
18713
18811
  readonly max?: number | undefined;
18812
+ readonly dimensions?: number | undefined;
18714
18813
  readonly columnName?: string | undefined;
18715
18814
  readonly searchable?: boolean | undefined;
18716
18815
  readonly unique?: boolean | undefined;
@@ -18865,6 +18964,7 @@ declare const HttpDelivery: Omit<{
18865
18964
  readonly system?: boolean | undefined;
18866
18965
  readonly min?: number | undefined;
18867
18966
  readonly max?: number | undefined;
18967
+ readonly dimensions?: number | undefined;
18868
18968
  readonly columnName?: string | undefined;
18869
18969
  readonly searchable?: boolean | undefined;
18870
18970
  readonly unique?: boolean | undefined;
@@ -19019,6 +19119,7 @@ declare const HttpDelivery: Omit<{
19019
19119
  readonly system?: boolean | undefined;
19020
19120
  readonly min?: number | undefined;
19021
19121
  readonly max?: number | undefined;
19122
+ readonly dimensions?: number | undefined;
19022
19123
  readonly columnName?: string | undefined;
19023
19124
  readonly searchable?: boolean | undefined;
19024
19125
  readonly unique?: boolean | undefined;
@@ -19173,6 +19274,7 @@ declare const HttpDelivery: Omit<{
19173
19274
  readonly system?: boolean | undefined;
19174
19275
  readonly min?: number | undefined;
19175
19276
  readonly max?: number | undefined;
19277
+ readonly dimensions?: number | undefined;
19176
19278
  readonly columnName?: string | undefined;
19177
19279
  readonly searchable?: boolean | undefined;
19178
19280
  readonly unique?: boolean | undefined;
@@ -19327,6 +19429,7 @@ declare const HttpDelivery: Omit<{
19327
19429
  readonly system?: boolean | undefined;
19328
19430
  readonly min?: number | undefined;
19329
19431
  readonly max?: number | undefined;
19432
+ readonly dimensions?: number | undefined;
19330
19433
  readonly columnName?: string | undefined;
19331
19434
  readonly searchable?: boolean | undefined;
19332
19435
  readonly unique?: boolean | undefined;
@@ -19481,6 +19584,7 @@ declare const HttpDelivery: Omit<{
19481
19584
  readonly system?: boolean | undefined;
19482
19585
  readonly min?: number | undefined;
19483
19586
  readonly max?: number | undefined;
19587
+ readonly dimensions?: number | undefined;
19484
19588
  readonly columnName?: string | undefined;
19485
19589
  readonly searchable?: boolean | undefined;
19486
19590
  readonly unique?: boolean | undefined;