@adaline/vertex 1.9.0 → 1.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.mts CHANGED
@@ -180,6 +180,29 @@ declare const Gemini1_5Flash001Schema: {
180
180
  title: string;
181
181
  description: string;
182
182
  objectSchema?: any;
183
+ } | {
184
+ type: "paired-select";
185
+ param: string;
186
+ title: string;
187
+ description: string;
188
+ fields: [{
189
+ label: string;
190
+ key: string;
191
+ choices: {
192
+ value: string;
193
+ label: string;
194
+ }[];
195
+ description?: string | undefined;
196
+ }, {
197
+ label: string;
198
+ key: string;
199
+ choices: {
200
+ value: string;
201
+ label: string;
202
+ }[];
203
+ description?: string | undefined;
204
+ }];
205
+ uniqueByField?: string | undefined;
183
206
  } | {
184
207
  type: "range";
185
208
  param: string;
@@ -368,6 +391,29 @@ declare const Gemini1_5Flash002Schema: {
368
391
  title: string;
369
392
  description: string;
370
393
  objectSchema?: any;
394
+ } | {
395
+ type: "paired-select";
396
+ param: string;
397
+ title: string;
398
+ description: string;
399
+ fields: [{
400
+ label: string;
401
+ key: string;
402
+ choices: {
403
+ value: string;
404
+ label: string;
405
+ }[];
406
+ description?: string | undefined;
407
+ }, {
408
+ label: string;
409
+ key: string;
410
+ choices: {
411
+ value: string;
412
+ label: string;
413
+ }[];
414
+ description?: string | undefined;
415
+ }];
416
+ uniqueByField?: string | undefined;
371
417
  } | {
372
418
  type: "range";
373
419
  param: string;
@@ -675,6 +721,29 @@ declare const Gemini1_5Pro001Schema: {
675
721
  title: string;
676
722
  description: string;
677
723
  objectSchema?: any;
724
+ } | {
725
+ type: "paired-select";
726
+ param: string;
727
+ title: string;
728
+ description: string;
729
+ fields: [{
730
+ label: string;
731
+ key: string;
732
+ choices: {
733
+ value: string;
734
+ label: string;
735
+ }[];
736
+ description?: string | undefined;
737
+ }, {
738
+ label: string;
739
+ key: string;
740
+ choices: {
741
+ value: string;
742
+ label: string;
743
+ }[];
744
+ description?: string | undefined;
745
+ }];
746
+ uniqueByField?: string | undefined;
678
747
  } | {
679
748
  type: "range";
680
749
  param: string;
@@ -863,6 +932,29 @@ declare const Gemini1_5Pro002Schema: {
863
932
  title: string;
864
933
  description: string;
865
934
  objectSchema?: any;
935
+ } | {
936
+ type: "paired-select";
937
+ param: string;
938
+ title: string;
939
+ description: string;
940
+ fields: [{
941
+ label: string;
942
+ key: string;
943
+ choices: {
944
+ value: string;
945
+ label: string;
946
+ }[];
947
+ description?: string | undefined;
948
+ }, {
949
+ label: string;
950
+ key: string;
951
+ choices: {
952
+ value: string;
953
+ label: string;
954
+ }[];
955
+ description?: string | undefined;
956
+ }];
957
+ uniqueByField?: string | undefined;
866
958
  } | {
867
959
  type: "range";
868
960
  param: string;
@@ -1051,6 +1143,29 @@ declare const Gemini1_5ProSchema: {
1051
1143
  title: string;
1052
1144
  description: string;
1053
1145
  objectSchema?: any;
1146
+ } | {
1147
+ type: "paired-select";
1148
+ param: string;
1149
+ title: string;
1150
+ description: string;
1151
+ fields: [{
1152
+ label: string;
1153
+ key: string;
1154
+ choices: {
1155
+ value: string;
1156
+ label: string;
1157
+ }[];
1158
+ description?: string | undefined;
1159
+ }, {
1160
+ label: string;
1161
+ key: string;
1162
+ choices: {
1163
+ value: string;
1164
+ label: string;
1165
+ }[];
1166
+ description?: string | undefined;
1167
+ }];
1168
+ uniqueByField?: string | undefined;
1054
1169
  } | {
1055
1170
  type: "range";
1056
1171
  param: string;
@@ -1239,6 +1354,29 @@ declare const Gemini1_5FlashLatestSchema: {
1239
1354
  title: string;
1240
1355
  description: string;
1241
1356
  objectSchema?: any;
1357
+ } | {
1358
+ type: "paired-select";
1359
+ param: string;
1360
+ title: string;
1361
+ description: string;
1362
+ fields: [{
1363
+ label: string;
1364
+ key: string;
1365
+ choices: {
1366
+ value: string;
1367
+ label: string;
1368
+ }[];
1369
+ description?: string | undefined;
1370
+ }, {
1371
+ label: string;
1372
+ key: string;
1373
+ choices: {
1374
+ value: string;
1375
+ label: string;
1376
+ }[];
1377
+ description?: string | undefined;
1378
+ }];
1379
+ uniqueByField?: string | undefined;
1242
1380
  } | {
1243
1381
  type: "range";
1244
1382
  param: string;
@@ -1427,6 +1565,29 @@ declare const Gemini1_5ProLatestSchema: {
1427
1565
  title: string;
1428
1566
  description: string;
1429
1567
  objectSchema?: any;
1568
+ } | {
1569
+ type: "paired-select";
1570
+ param: string;
1571
+ title: string;
1572
+ description: string;
1573
+ fields: [{
1574
+ label: string;
1575
+ key: string;
1576
+ choices: {
1577
+ value: string;
1578
+ label: string;
1579
+ }[];
1580
+ description?: string | undefined;
1581
+ }, {
1582
+ label: string;
1583
+ key: string;
1584
+ choices: {
1585
+ value: string;
1586
+ label: string;
1587
+ }[];
1588
+ description?: string | undefined;
1589
+ }];
1590
+ uniqueByField?: string | undefined;
1430
1591
  } | {
1431
1592
  type: "range";
1432
1593
  param: string;
@@ -1606,6 +1767,29 @@ declare const Gemini2_0FlashExpSchema: {
1606
1767
  title: string;
1607
1768
  description: string;
1608
1769
  objectSchema?: any;
1770
+ } | {
1771
+ type: "paired-select";
1772
+ param: string;
1773
+ title: string;
1774
+ description: string;
1775
+ fields: [{
1776
+ label: string;
1777
+ key: string;
1778
+ choices: {
1779
+ value: string;
1780
+ label: string;
1781
+ }[];
1782
+ description?: string | undefined;
1783
+ }, {
1784
+ label: string;
1785
+ key: string;
1786
+ choices: {
1787
+ value: string;
1788
+ label: string;
1789
+ }[];
1790
+ description?: string | undefined;
1791
+ }];
1792
+ uniqueByField?: string | undefined;
1609
1793
  } | {
1610
1794
  type: "range";
1611
1795
  param: string;
@@ -2023,6 +2207,29 @@ declare const Gemini2_5FlashPreview0417Schema: {
2023
2207
  title: string;
2024
2208
  description: string;
2025
2209
  objectSchema?: any;
2210
+ } | {
2211
+ type: "paired-select";
2212
+ param: string;
2213
+ title: string;
2214
+ description: string;
2215
+ fields: [{
2216
+ label: string;
2217
+ key: string;
2218
+ choices: {
2219
+ value: string;
2220
+ label: string;
2221
+ }[];
2222
+ description?: string | undefined;
2223
+ }, {
2224
+ label: string;
2225
+ key: string;
2226
+ choices: {
2227
+ value: string;
2228
+ label: string;
2229
+ }[];
2230
+ description?: string | undefined;
2231
+ }];
2232
+ uniqueByField?: string | undefined;
2026
2233
  } | {
2027
2234
  type: "range";
2028
2235
  param: string;
@@ -2202,6 +2409,29 @@ declare const Gemini2_5FlashSchema: {
2202
2409
  title: string;
2203
2410
  description: string;
2204
2411
  objectSchema?: any;
2412
+ } | {
2413
+ type: "paired-select";
2414
+ param: string;
2415
+ title: string;
2416
+ description: string;
2417
+ fields: [{
2418
+ label: string;
2419
+ key: string;
2420
+ choices: {
2421
+ value: string;
2422
+ label: string;
2423
+ }[];
2424
+ description?: string | undefined;
2425
+ }, {
2426
+ label: string;
2427
+ key: string;
2428
+ choices: {
2429
+ value: string;
2430
+ label: string;
2431
+ }[];
2432
+ description?: string | undefined;
2433
+ }];
2434
+ uniqueByField?: string | undefined;
2205
2435
  } | {
2206
2436
  type: "range";
2207
2437
  param: string;
@@ -2390,6 +2620,29 @@ declare const Gemini2_5ProPreview0325Schema: {
2390
2620
  title: string;
2391
2621
  description: string;
2392
2622
  objectSchema?: any;
2623
+ } | {
2624
+ type: "paired-select";
2625
+ param: string;
2626
+ title: string;
2627
+ description: string;
2628
+ fields: [{
2629
+ label: string;
2630
+ key: string;
2631
+ choices: {
2632
+ value: string;
2633
+ label: string;
2634
+ }[];
2635
+ description?: string | undefined;
2636
+ }, {
2637
+ label: string;
2638
+ key: string;
2639
+ choices: {
2640
+ value: string;
2641
+ label: string;
2642
+ }[];
2643
+ description?: string | undefined;
2644
+ }];
2645
+ uniqueByField?: string | undefined;
2393
2646
  } | {
2394
2647
  type: "range";
2395
2648
  param: string;
@@ -2578,6 +2831,29 @@ declare const Gemini2_5ProSchema: {
2578
2831
  title: string;
2579
2832
  description: string;
2580
2833
  objectSchema?: any;
2834
+ } | {
2835
+ type: "paired-select";
2836
+ param: string;
2837
+ title: string;
2838
+ description: string;
2839
+ fields: [{
2840
+ label: string;
2841
+ key: string;
2842
+ choices: {
2843
+ value: string;
2844
+ label: string;
2845
+ }[];
2846
+ description?: string | undefined;
2847
+ }, {
2848
+ label: string;
2849
+ key: string;
2850
+ choices: {
2851
+ value: string;
2852
+ label: string;
2853
+ }[];
2854
+ description?: string | undefined;
2855
+ }];
2856
+ uniqueByField?: string | undefined;
2581
2857
  } | {
2582
2858
  type: "range";
2583
2859
  param: string;
@@ -2766,6 +3042,29 @@ declare const Gemini3ProPreviewSchema: {
2766
3042
  title: string;
2767
3043
  description: string;
2768
3044
  objectSchema?: any;
3045
+ } | {
3046
+ type: "paired-select";
3047
+ param: string;
3048
+ title: string;
3049
+ description: string;
3050
+ fields: [{
3051
+ label: string;
3052
+ key: string;
3053
+ choices: {
3054
+ value: string;
3055
+ label: string;
3056
+ }[];
3057
+ description?: string | undefined;
3058
+ }, {
3059
+ label: string;
3060
+ key: string;
3061
+ choices: {
3062
+ value: string;
3063
+ label: string;
3064
+ }[];
3065
+ description?: string | undefined;
3066
+ }];
3067
+ uniqueByField?: string | undefined;
2769
3068
  } | {
2770
3069
  type: "range";
2771
3070
  param: string;
@@ -2985,6 +3284,29 @@ declare const Text_Embedding_004Schema: {
2985
3284
  title: string;
2986
3285
  description: string;
2987
3286
  objectSchema?: any;
3287
+ } | {
3288
+ type: "paired-select";
3289
+ param: string;
3290
+ title: string;
3291
+ description: string;
3292
+ fields: [{
3293
+ label: string;
3294
+ key: string;
3295
+ choices: {
3296
+ value: string;
3297
+ label: string;
3298
+ }[];
3299
+ description?: string | undefined;
3300
+ }, {
3301
+ label: string;
3302
+ key: string;
3303
+ choices: {
3304
+ value: string;
3305
+ label: string;
3306
+ }[];
3307
+ description?: string | undefined;
3308
+ }];
3309
+ uniqueByField?: string | undefined;
2988
3310
  } | {
2989
3311
  type: "range";
2990
3312
  param: string;
@@ -3058,6 +3380,29 @@ declare const Text_Multilingual_Embedding_002Schema: {
3058
3380
  title: string;
3059
3381
  description: string;
3060
3382
  objectSchema?: any;
3383
+ } | {
3384
+ type: "paired-select";
3385
+ param: string;
3386
+ title: string;
3387
+ description: string;
3388
+ fields: [{
3389
+ label: string;
3390
+ key: string;
3391
+ choices: {
3392
+ value: string;
3393
+ label: string;
3394
+ }[];
3395
+ description?: string | undefined;
3396
+ }, {
3397
+ label: string;
3398
+ key: string;
3399
+ choices: {
3400
+ value: string;
3401
+ label: string;
3402
+ }[];
3403
+ description?: string | undefined;
3404
+ }];
3405
+ uniqueByField?: string | undefined;
3061
3406
  } | {
3062
3407
  type: "range";
3063
3408
  param: string;
@@ -3131,6 +3476,29 @@ declare const Text_Embedding_Gecko_Multilingual_001Schema: {
3131
3476
  title: string;
3132
3477
  description: string;
3133
3478
  objectSchema?: any;
3479
+ } | {
3480
+ type: "paired-select";
3481
+ param: string;
3482
+ title: string;
3483
+ description: string;
3484
+ fields: [{
3485
+ label: string;
3486
+ key: string;
3487
+ choices: {
3488
+ value: string;
3489
+ label: string;
3490
+ }[];
3491
+ description?: string | undefined;
3492
+ }, {
3493
+ label: string;
3494
+ key: string;
3495
+ choices: {
3496
+ value: string;
3497
+ label: string;
3498
+ }[];
3499
+ description?: string | undefined;
3500
+ }];
3501
+ uniqueByField?: string | undefined;
3134
3502
  } | {
3135
3503
  type: "range";
3136
3504
  param: string;
@@ -3204,6 +3572,29 @@ declare const Text_Embedding_Gecko_003Schema: {
3204
3572
  title: string;
3205
3573
  description: string;
3206
3574
  objectSchema?: any;
3575
+ } | {
3576
+ type: "paired-select";
3577
+ param: string;
3578
+ title: string;
3579
+ description: string;
3580
+ fields: [{
3581
+ label: string;
3582
+ key: string;
3583
+ choices: {
3584
+ value: string;
3585
+ label: string;
3586
+ }[];
3587
+ description?: string | undefined;
3588
+ }, {
3589
+ label: string;
3590
+ key: string;
3591
+ choices: {
3592
+ value: string;
3593
+ label: string;
3594
+ }[];
3595
+ description?: string | undefined;
3596
+ }];
3597
+ uniqueByField?: string | undefined;
3207
3598
  } | {
3208
3599
  type: "range";
3209
3600
  param: string;