@adaline/gateway 1.9.1 → 1.11.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.mts CHANGED
@@ -656,6 +656,29 @@ declare const CompleteChatHandlerRequest: z.ZodObject<{
656
656
  title: string;
657
657
  description: string;
658
658
  objectSchema?: any;
659
+ } | {
660
+ type: "paired-select";
661
+ param: string;
662
+ title: string;
663
+ description: string;
664
+ fields: [{
665
+ label: string;
666
+ key: string;
667
+ choices: {
668
+ value: string;
669
+ label: string;
670
+ }[];
671
+ description?: string | undefined;
672
+ }, {
673
+ label: string;
674
+ key: string;
675
+ choices: {
676
+ value: string;
677
+ label: string;
678
+ }[];
679
+ description?: string | undefined;
680
+ }];
681
+ uniqueByField?: string | undefined;
659
682
  } | {
660
683
  type: "range";
661
684
  param: string;
@@ -716,6 +739,29 @@ declare const CompleteChatHandlerRequest: z.ZodObject<{
716
739
  title: string;
717
740
  description: string;
718
741
  objectSchema?: any;
742
+ } | {
743
+ type: "paired-select";
744
+ param: string;
745
+ title: string;
746
+ description: string;
747
+ fields: [{
748
+ label: string;
749
+ key: string;
750
+ choices: {
751
+ value: string;
752
+ label: string;
753
+ }[];
754
+ description?: string | undefined;
755
+ }, {
756
+ label: string;
757
+ key: string;
758
+ choices: {
759
+ value: string;
760
+ label: string;
761
+ }[];
762
+ description?: string | undefined;
763
+ }];
764
+ uniqueByField?: string | undefined;
719
765
  } | {
720
766
  type: "range";
721
767
  param: string;
@@ -1289,6 +1335,29 @@ declare const CompleteChatHandlerRequest: z.ZodObject<{
1289
1335
  title: string;
1290
1336
  description: string;
1291
1337
  objectSchema?: any;
1338
+ } | {
1339
+ type: "paired-select";
1340
+ param: string;
1341
+ title: string;
1342
+ description: string;
1343
+ fields: [{
1344
+ label: string;
1345
+ key: string;
1346
+ choices: {
1347
+ value: string;
1348
+ label: string;
1349
+ }[];
1350
+ description?: string | undefined;
1351
+ }, {
1352
+ label: string;
1353
+ key: string;
1354
+ choices: {
1355
+ value: string;
1356
+ label: string;
1357
+ }[];
1358
+ description?: string | undefined;
1359
+ }];
1360
+ uniqueByField?: string | undefined;
1292
1361
  } | {
1293
1362
  type: "range";
1294
1363
  param: string;
@@ -1634,6 +1703,29 @@ declare const CompleteChatHandlerRequest: z.ZodObject<{
1634
1703
  title: string;
1635
1704
  description: string;
1636
1705
  objectSchema?: any;
1706
+ } | {
1707
+ type: "paired-select";
1708
+ param: string;
1709
+ title: string;
1710
+ description: string;
1711
+ fields: [{
1712
+ label: string;
1713
+ key: string;
1714
+ choices: {
1715
+ value: string;
1716
+ label: string;
1717
+ }[];
1718
+ description?: string | undefined;
1719
+ }, {
1720
+ label: string;
1721
+ key: string;
1722
+ choices: {
1723
+ value: string;
1724
+ label: string;
1725
+ }[];
1726
+ description?: string | undefined;
1727
+ }];
1728
+ uniqueByField?: string | undefined;
1637
1729
  } | {
1638
1730
  type: "range";
1639
1731
  param: string;
@@ -3686,6 +3778,29 @@ declare const GetChatUsageCostHandlerRequest: z.ZodEffects<z.ZodObject<{
3686
3778
  title: string;
3687
3779
  description: string;
3688
3780
  objectSchema?: any;
3781
+ } | {
3782
+ type: "paired-select";
3783
+ param: string;
3784
+ title: string;
3785
+ description: string;
3786
+ fields: [{
3787
+ label: string;
3788
+ key: string;
3789
+ choices: {
3790
+ value: string;
3791
+ label: string;
3792
+ }[];
3793
+ description?: string | undefined;
3794
+ }, {
3795
+ label: string;
3796
+ key: string;
3797
+ choices: {
3798
+ value: string;
3799
+ label: string;
3800
+ }[];
3801
+ description?: string | undefined;
3802
+ }];
3803
+ uniqueByField?: string | undefined;
3689
3804
  } | {
3690
3805
  type: "range";
3691
3806
  param: string;
@@ -3746,6 +3861,29 @@ declare const GetChatUsageCostHandlerRequest: z.ZodEffects<z.ZodObject<{
3746
3861
  title: string;
3747
3862
  description: string;
3748
3863
  objectSchema?: any;
3864
+ } | {
3865
+ type: "paired-select";
3866
+ param: string;
3867
+ title: string;
3868
+ description: string;
3869
+ fields: [{
3870
+ label: string;
3871
+ key: string;
3872
+ choices: {
3873
+ value: string;
3874
+ label: string;
3875
+ }[];
3876
+ description?: string | undefined;
3877
+ }, {
3878
+ label: string;
3879
+ key: string;
3880
+ choices: {
3881
+ value: string;
3882
+ label: string;
3883
+ }[];
3884
+ description?: string | undefined;
3885
+ }];
3886
+ uniqueByField?: string | undefined;
3749
3887
  } | {
3750
3888
  type: "range";
3751
3889
  param: string;
@@ -3813,6 +3951,29 @@ declare const GetChatUsageCostHandlerRequest: z.ZodEffects<z.ZodObject<{
3813
3951
  title: string;
3814
3952
  description: string;
3815
3953
  objectSchema?: any;
3954
+ } | {
3955
+ type: "paired-select";
3956
+ param: string;
3957
+ title: string;
3958
+ description: string;
3959
+ fields: [{
3960
+ label: string;
3961
+ key: string;
3962
+ choices: {
3963
+ value: string;
3964
+ label: string;
3965
+ }[];
3966
+ description?: string | undefined;
3967
+ }, {
3968
+ label: string;
3969
+ key: string;
3970
+ choices: {
3971
+ value: string;
3972
+ label: string;
3973
+ }[];
3974
+ description?: string | undefined;
3975
+ }];
3976
+ uniqueByField?: string | undefined;
3816
3977
  } | {
3817
3978
  type: "range";
3818
3979
  param: string;
@@ -3894,6 +4055,29 @@ declare const GetChatUsageCostHandlerRequest: z.ZodEffects<z.ZodObject<{
3894
4055
  title: string;
3895
4056
  description: string;
3896
4057
  objectSchema?: any;
4058
+ } | {
4059
+ type: "paired-select";
4060
+ param: string;
4061
+ title: string;
4062
+ description: string;
4063
+ fields: [{
4064
+ label: string;
4065
+ key: string;
4066
+ choices: {
4067
+ value: string;
4068
+ label: string;
4069
+ }[];
4070
+ description?: string | undefined;
4071
+ }, {
4072
+ label: string;
4073
+ key: string;
4074
+ choices: {
4075
+ value: string;
4076
+ label: string;
4077
+ }[];
4078
+ description?: string | undefined;
4079
+ }];
4080
+ uniqueByField?: string | undefined;
3897
4081
  } | {
3898
4082
  type: "range";
3899
4083
  param: string;
@@ -3975,6 +4159,29 @@ declare const GetChatUsageCostHandlerRequest: z.ZodEffects<z.ZodObject<{
3975
4159
  title: string;
3976
4160
  description: string;
3977
4161
  objectSchema?: any;
4162
+ } | {
4163
+ type: "paired-select";
4164
+ param: string;
4165
+ title: string;
4166
+ description: string;
4167
+ fields: [{
4168
+ label: string;
4169
+ key: string;
4170
+ choices: {
4171
+ value: string;
4172
+ label: string;
4173
+ }[];
4174
+ description?: string | undefined;
4175
+ }, {
4176
+ label: string;
4177
+ key: string;
4178
+ choices: {
4179
+ value: string;
4180
+ label: string;
4181
+ }[];
4182
+ description?: string | undefined;
4183
+ }];
4184
+ uniqueByField?: string | undefined;
3978
4185
  } | {
3979
4186
  type: "range";
3980
4187
  param: string;
@@ -4056,6 +4263,29 @@ declare const GetChatUsageCostHandlerRequest: z.ZodEffects<z.ZodObject<{
4056
4263
  title: string;
4057
4264
  description: string;
4058
4265
  objectSchema?: any;
4266
+ } | {
4267
+ type: "paired-select";
4268
+ param: string;
4269
+ title: string;
4270
+ description: string;
4271
+ fields: [{
4272
+ label: string;
4273
+ key: string;
4274
+ choices: {
4275
+ value: string;
4276
+ label: string;
4277
+ }[];
4278
+ description?: string | undefined;
4279
+ }, {
4280
+ label: string;
4281
+ key: string;
4282
+ choices: {
4283
+ value: string;
4284
+ label: string;
4285
+ }[];
4286
+ description?: string | undefined;
4287
+ }];
4288
+ uniqueByField?: string | undefined;
4059
4289
  } | {
4060
4290
  type: "range";
4061
4291
  param: string;
@@ -4300,6 +4530,29 @@ declare const GetEmbeddingsHandlerRequest: z.ZodObject<{
4300
4530
  title: string;
4301
4531
  description: string;
4302
4532
  objectSchema?: any;
4533
+ } | {
4534
+ type: "paired-select";
4535
+ param: string;
4536
+ title: string;
4537
+ description: string;
4538
+ fields: [{
4539
+ label: string;
4540
+ key: string;
4541
+ choices: {
4542
+ value: string;
4543
+ label: string;
4544
+ }[];
4545
+ description?: string | undefined;
4546
+ }, {
4547
+ label: string;
4548
+ key: string;
4549
+ choices: {
4550
+ value: string;
4551
+ label: string;
4552
+ }[];
4553
+ description?: string | undefined;
4554
+ }];
4555
+ uniqueByField?: string | undefined;
4303
4556
  } | {
4304
4557
  type: "range";
4305
4558
  param: string;
@@ -4344,6 +4597,29 @@ declare const GetEmbeddingsHandlerRequest: z.ZodObject<{
4344
4597
  title: string;
4345
4598
  description: string;
4346
4599
  objectSchema?: any;
4600
+ } | {
4601
+ type: "paired-select";
4602
+ param: string;
4603
+ title: string;
4604
+ description: string;
4605
+ fields: [{
4606
+ label: string;
4607
+ key: string;
4608
+ choices: {
4609
+ value: string;
4610
+ label: string;
4611
+ }[];
4612
+ description?: string | undefined;
4613
+ }, {
4614
+ label: string;
4615
+ key: string;
4616
+ choices: {
4617
+ value: string;
4618
+ label: string;
4619
+ }[];
4620
+ description?: string | undefined;
4621
+ }];
4622
+ uniqueByField?: string | undefined;
4347
4623
  } | {
4348
4624
  type: "range";
4349
4625
  param: string;
@@ -4421,6 +4697,29 @@ declare const GetEmbeddingsHandlerRequest: z.ZodObject<{
4421
4697
  title: string;
4422
4698
  description: string;
4423
4699
  objectSchema?: any;
4700
+ } | {
4701
+ type: "paired-select";
4702
+ param: string;
4703
+ title: string;
4704
+ description: string;
4705
+ fields: [{
4706
+ label: string;
4707
+ key: string;
4708
+ choices: {
4709
+ value: string;
4710
+ label: string;
4711
+ }[];
4712
+ description?: string | undefined;
4713
+ }, {
4714
+ label: string;
4715
+ key: string;
4716
+ choices: {
4717
+ value: string;
4718
+ label: string;
4719
+ }[];
4720
+ description?: string | undefined;
4721
+ }];
4722
+ uniqueByField?: string | undefined;
4424
4723
  } | {
4425
4724
  type: "range";
4426
4725
  param: string;
@@ -4521,6 +4820,29 @@ declare const GetEmbeddingsHandlerRequest: z.ZodObject<{
4521
4820
  title: string;
4522
4821
  description: string;
4523
4822
  objectSchema?: any;
4823
+ } | {
4824
+ type: "paired-select";
4825
+ param: string;
4826
+ title: string;
4827
+ description: string;
4828
+ fields: [{
4829
+ label: string;
4830
+ key: string;
4831
+ choices: {
4832
+ value: string;
4833
+ label: string;
4834
+ }[];
4835
+ description?: string | undefined;
4836
+ }, {
4837
+ label: string;
4838
+ key: string;
4839
+ choices: {
4840
+ value: string;
4841
+ label: string;
4842
+ }[];
4843
+ description?: string | undefined;
4844
+ }];
4845
+ uniqueByField?: string | undefined;
4524
4846
  } | {
4525
4847
  type: "range";
4526
4848
  param: string;
@@ -5637,6 +5959,29 @@ declare const ProxyCompleteChatHandlerRequest: z.ZodObject<{
5637
5959
  title: string;
5638
5960
  description: string;
5639
5961
  objectSchema?: any;
5962
+ } | {
5963
+ type: "paired-select";
5964
+ param: string;
5965
+ title: string;
5966
+ description: string;
5967
+ fields: [{
5968
+ label: string;
5969
+ key: string;
5970
+ choices: {
5971
+ value: string;
5972
+ label: string;
5973
+ }[];
5974
+ description?: string | undefined;
5975
+ }, {
5976
+ label: string;
5977
+ key: string;
5978
+ choices: {
5979
+ value: string;
5980
+ label: string;
5981
+ }[];
5982
+ description?: string | undefined;
5983
+ }];
5984
+ uniqueByField?: string | undefined;
5640
5985
  } | {
5641
5986
  type: "range";
5642
5987
  param: string;
@@ -5697,6 +6042,29 @@ declare const ProxyCompleteChatHandlerRequest: z.ZodObject<{
5697
6042
  title: string;
5698
6043
  description: string;
5699
6044
  objectSchema?: any;
6045
+ } | {
6046
+ type: "paired-select";
6047
+ param: string;
6048
+ title: string;
6049
+ description: string;
6050
+ fields: [{
6051
+ label: string;
6052
+ key: string;
6053
+ choices: {
6054
+ value: string;
6055
+ label: string;
6056
+ }[];
6057
+ description?: string | undefined;
6058
+ }, {
6059
+ label: string;
6060
+ key: string;
6061
+ choices: {
6062
+ value: string;
6063
+ label: string;
6064
+ }[];
6065
+ description?: string | undefined;
6066
+ }];
6067
+ uniqueByField?: string | undefined;
5700
6068
  } | {
5701
6069
  type: "range";
5702
6070
  param: string;
@@ -5763,6 +6131,29 @@ declare const ProxyCompleteChatHandlerRequest: z.ZodObject<{
5763
6131
  title: string;
5764
6132
  description: string;
5765
6133
  objectSchema?: any;
6134
+ } | {
6135
+ type: "paired-select";
6136
+ param: string;
6137
+ title: string;
6138
+ description: string;
6139
+ fields: [{
6140
+ label: string;
6141
+ key: string;
6142
+ choices: {
6143
+ value: string;
6144
+ label: string;
6145
+ }[];
6146
+ description?: string | undefined;
6147
+ }, {
6148
+ label: string;
6149
+ key: string;
6150
+ choices: {
6151
+ value: string;
6152
+ label: string;
6153
+ }[];
6154
+ description?: string | undefined;
6155
+ }];
6156
+ uniqueByField?: string | undefined;
5766
6157
  } | {
5767
6158
  type: "range";
5768
6159
  param: string;
@@ -5828,6 +6219,29 @@ declare const ProxyCompleteChatHandlerRequest: z.ZodObject<{
5828
6219
  title: string;
5829
6220
  description: string;
5830
6221
  objectSchema?: any;
6222
+ } | {
6223
+ type: "paired-select";
6224
+ param: string;
6225
+ title: string;
6226
+ description: string;
6227
+ fields: [{
6228
+ label: string;
6229
+ key: string;
6230
+ choices: {
6231
+ value: string;
6232
+ label: string;
6233
+ }[];
6234
+ description?: string | undefined;
6235
+ }, {
6236
+ label: string;
6237
+ key: string;
6238
+ choices: {
6239
+ value: string;
6240
+ label: string;
6241
+ }[];
6242
+ description?: string | undefined;
6243
+ }];
6244
+ uniqueByField?: string | undefined;
5831
6245
  } | {
5832
6246
  type: "range";
5833
6247
  param: string;
@@ -6673,6 +7087,29 @@ declare const ProxyGetEmbeddingsHandlerRequest: z.ZodObject<{
6673
7087
  title: string;
6674
7088
  description: string;
6675
7089
  objectSchema?: any;
7090
+ } | {
7091
+ type: "paired-select";
7092
+ param: string;
7093
+ title: string;
7094
+ description: string;
7095
+ fields: [{
7096
+ label: string;
7097
+ key: string;
7098
+ choices: {
7099
+ value: string;
7100
+ label: string;
7101
+ }[];
7102
+ description?: string | undefined;
7103
+ }, {
7104
+ label: string;
7105
+ key: string;
7106
+ choices: {
7107
+ value: string;
7108
+ label: string;
7109
+ }[];
7110
+ description?: string | undefined;
7111
+ }];
7112
+ uniqueByField?: string | undefined;
6676
7113
  } | {
6677
7114
  type: "range";
6678
7115
  param: string;
@@ -6717,6 +7154,29 @@ declare const ProxyGetEmbeddingsHandlerRequest: z.ZodObject<{
6717
7154
  title: string;
6718
7155
  description: string;
6719
7156
  objectSchema?: any;
7157
+ } | {
7158
+ type: "paired-select";
7159
+ param: string;
7160
+ title: string;
7161
+ description: string;
7162
+ fields: [{
7163
+ label: string;
7164
+ key: string;
7165
+ choices: {
7166
+ value: string;
7167
+ label: string;
7168
+ }[];
7169
+ description?: string | undefined;
7170
+ }, {
7171
+ label: string;
7172
+ key: string;
7173
+ choices: {
7174
+ value: string;
7175
+ label: string;
7176
+ }[];
7177
+ description?: string | undefined;
7178
+ }];
7179
+ uniqueByField?: string | undefined;
6720
7180
  } | {
6721
7181
  type: "range";
6722
7182
  param: string;
@@ -6767,6 +7227,29 @@ declare const ProxyGetEmbeddingsHandlerRequest: z.ZodObject<{
6767
7227
  title: string;
6768
7228
  description: string;
6769
7229
  objectSchema?: any;
7230
+ } | {
7231
+ type: "paired-select";
7232
+ param: string;
7233
+ title: string;
7234
+ description: string;
7235
+ fields: [{
7236
+ label: string;
7237
+ key: string;
7238
+ choices: {
7239
+ value: string;
7240
+ label: string;
7241
+ }[];
7242
+ description?: string | undefined;
7243
+ }, {
7244
+ label: string;
7245
+ key: string;
7246
+ choices: {
7247
+ value: string;
7248
+ label: string;
7249
+ }[];
7250
+ description?: string | undefined;
7251
+ }];
7252
+ uniqueByField?: string | undefined;
6770
7253
  } | {
6771
7254
  type: "range";
6772
7255
  param: string;
@@ -6816,6 +7299,29 @@ declare const ProxyGetEmbeddingsHandlerRequest: z.ZodObject<{
6816
7299
  title: string;
6817
7300
  description: string;
6818
7301
  objectSchema?: any;
7302
+ } | {
7303
+ type: "paired-select";
7304
+ param: string;
7305
+ title: string;
7306
+ description: string;
7307
+ fields: [{
7308
+ label: string;
7309
+ key: string;
7310
+ choices: {
7311
+ value: string;
7312
+ label: string;
7313
+ }[];
7314
+ description?: string | undefined;
7315
+ }, {
7316
+ label: string;
7317
+ key: string;
7318
+ choices: {
7319
+ value: string;
7320
+ label: string;
7321
+ }[];
7322
+ description?: string | undefined;
7323
+ }];
7324
+ uniqueByField?: string | undefined;
6819
7325
  } | {
6820
7326
  type: "range";
6821
7327
  param: string;
@@ -7017,6 +7523,29 @@ declare const ProxyStreamChatHandlerRequest: z.ZodObject<{
7017
7523
  title: string;
7018
7524
  description: string;
7019
7525
  objectSchema?: any;
7526
+ } | {
7527
+ type: "paired-select";
7528
+ param: string;
7529
+ title: string;
7530
+ description: string;
7531
+ fields: [{
7532
+ label: string;
7533
+ key: string;
7534
+ choices: {
7535
+ value: string;
7536
+ label: string;
7537
+ }[];
7538
+ description?: string | undefined;
7539
+ }, {
7540
+ label: string;
7541
+ key: string;
7542
+ choices: {
7543
+ value: string;
7544
+ label: string;
7545
+ }[];
7546
+ description?: string | undefined;
7547
+ }];
7548
+ uniqueByField?: string | undefined;
7020
7549
  } | {
7021
7550
  type: "range";
7022
7551
  param: string;
@@ -7077,6 +7606,29 @@ declare const ProxyStreamChatHandlerRequest: z.ZodObject<{
7077
7606
  title: string;
7078
7607
  description: string;
7079
7608
  objectSchema?: any;
7609
+ } | {
7610
+ type: "paired-select";
7611
+ param: string;
7612
+ title: string;
7613
+ description: string;
7614
+ fields: [{
7615
+ label: string;
7616
+ key: string;
7617
+ choices: {
7618
+ value: string;
7619
+ label: string;
7620
+ }[];
7621
+ description?: string | undefined;
7622
+ }, {
7623
+ label: string;
7624
+ key: string;
7625
+ choices: {
7626
+ value: string;
7627
+ label: string;
7628
+ }[];
7629
+ description?: string | undefined;
7630
+ }];
7631
+ uniqueByField?: string | undefined;
7080
7632
  } | {
7081
7633
  type: "range";
7082
7634
  param: string;
@@ -7143,6 +7695,29 @@ declare const ProxyStreamChatHandlerRequest: z.ZodObject<{
7143
7695
  title: string;
7144
7696
  description: string;
7145
7697
  objectSchema?: any;
7698
+ } | {
7699
+ type: "paired-select";
7700
+ param: string;
7701
+ title: string;
7702
+ description: string;
7703
+ fields: [{
7704
+ label: string;
7705
+ key: string;
7706
+ choices: {
7707
+ value: string;
7708
+ label: string;
7709
+ }[];
7710
+ description?: string | undefined;
7711
+ }, {
7712
+ label: string;
7713
+ key: string;
7714
+ choices: {
7715
+ value: string;
7716
+ label: string;
7717
+ }[];
7718
+ description?: string | undefined;
7719
+ }];
7720
+ uniqueByField?: string | undefined;
7146
7721
  } | {
7147
7722
  type: "range";
7148
7723
  param: string;
@@ -7208,6 +7783,29 @@ declare const ProxyStreamChatHandlerRequest: z.ZodObject<{
7208
7783
  title: string;
7209
7784
  description: string;
7210
7785
  objectSchema?: any;
7786
+ } | {
7787
+ type: "paired-select";
7788
+ param: string;
7789
+ title: string;
7790
+ description: string;
7791
+ fields: [{
7792
+ label: string;
7793
+ key: string;
7794
+ choices: {
7795
+ value: string;
7796
+ label: string;
7797
+ }[];
7798
+ description?: string | undefined;
7799
+ }, {
7800
+ label: string;
7801
+ key: string;
7802
+ choices: {
7803
+ value: string;
7804
+ label: string;
7805
+ }[];
7806
+ description?: string | undefined;
7807
+ }];
7808
+ uniqueByField?: string | undefined;
7211
7809
  } | {
7212
7810
  type: "range";
7213
7811
  param: string;
@@ -7777,6 +8375,29 @@ declare const StreamChatHandlerRequest: z.ZodObject<{
7777
8375
  title: string;
7778
8376
  description: string;
7779
8377
  objectSchema?: any;
8378
+ } | {
8379
+ type: "paired-select";
8380
+ param: string;
8381
+ title: string;
8382
+ description: string;
8383
+ fields: [{
8384
+ label: string;
8385
+ key: string;
8386
+ choices: {
8387
+ value: string;
8388
+ label: string;
8389
+ }[];
8390
+ description?: string | undefined;
8391
+ }, {
8392
+ label: string;
8393
+ key: string;
8394
+ choices: {
8395
+ value: string;
8396
+ label: string;
8397
+ }[];
8398
+ description?: string | undefined;
8399
+ }];
8400
+ uniqueByField?: string | undefined;
7780
8401
  } | {
7781
8402
  type: "range";
7782
8403
  param: string;
@@ -7837,6 +8458,29 @@ declare const StreamChatHandlerRequest: z.ZodObject<{
7837
8458
  title: string;
7838
8459
  description: string;
7839
8460
  objectSchema?: any;
8461
+ } | {
8462
+ type: "paired-select";
8463
+ param: string;
8464
+ title: string;
8465
+ description: string;
8466
+ fields: [{
8467
+ label: string;
8468
+ key: string;
8469
+ choices: {
8470
+ value: string;
8471
+ label: string;
8472
+ }[];
8473
+ description?: string | undefined;
8474
+ }, {
8475
+ label: string;
8476
+ key: string;
8477
+ choices: {
8478
+ value: string;
8479
+ label: string;
8480
+ }[];
8481
+ description?: string | undefined;
8482
+ }];
8483
+ uniqueByField?: string | undefined;
7840
8484
  } | {
7841
8485
  type: "range";
7842
8486
  param: string;
@@ -8410,6 +9054,29 @@ declare const StreamChatHandlerRequest: z.ZodObject<{
8410
9054
  title: string;
8411
9055
  description: string;
8412
9056
  objectSchema?: any;
9057
+ } | {
9058
+ type: "paired-select";
9059
+ param: string;
9060
+ title: string;
9061
+ description: string;
9062
+ fields: [{
9063
+ label: string;
9064
+ key: string;
9065
+ choices: {
9066
+ value: string;
9067
+ label: string;
9068
+ }[];
9069
+ description?: string | undefined;
9070
+ }, {
9071
+ label: string;
9072
+ key: string;
9073
+ choices: {
9074
+ value: string;
9075
+ label: string;
9076
+ }[];
9077
+ description?: string | undefined;
9078
+ }];
9079
+ uniqueByField?: string | undefined;
8413
9080
  } | {
8414
9081
  type: "range";
8415
9082
  param: string;
@@ -8569,6 +9236,29 @@ declare const StreamChatHandlerRequest: z.ZodObject<{
8569
9236
  title: string;
8570
9237
  description: string;
8571
9238
  objectSchema?: any;
9239
+ } | {
9240
+ type: "paired-select";
9241
+ param: string;
9242
+ title: string;
9243
+ description: string;
9244
+ fields: [{
9245
+ label: string;
9246
+ key: string;
9247
+ choices: {
9248
+ value: string;
9249
+ label: string;
9250
+ }[];
9251
+ description?: string | undefined;
9252
+ }, {
9253
+ label: string;
9254
+ key: string;
9255
+ choices: {
9256
+ value: string;
9257
+ label: string;
9258
+ }[];
9259
+ description?: string | undefined;
9260
+ }];
9261
+ uniqueByField?: string | undefined;
8572
9262
  } | {
8573
9263
  type: "range";
8574
9264
  param: string;
@@ -11181,6 +11871,29 @@ declare const GatewayCompleteChatRequest: z.ZodObject<{
11181
11871
  title: string;
11182
11872
  description: string;
11183
11873
  objectSchema?: any;
11874
+ } | {
11875
+ type: "paired-select";
11876
+ param: string;
11877
+ title: string;
11878
+ description: string;
11879
+ fields: [{
11880
+ label: string;
11881
+ key: string;
11882
+ choices: {
11883
+ value: string;
11884
+ label: string;
11885
+ }[];
11886
+ description?: string | undefined;
11887
+ }, {
11888
+ label: string;
11889
+ key: string;
11890
+ choices: {
11891
+ value: string;
11892
+ label: string;
11893
+ }[];
11894
+ description?: string | undefined;
11895
+ }];
11896
+ uniqueByField?: string | undefined;
11184
11897
  } | {
11185
11898
  type: "range";
11186
11899
  param: string;
@@ -11241,6 +11954,29 @@ declare const GatewayCompleteChatRequest: z.ZodObject<{
11241
11954
  title: string;
11242
11955
  description: string;
11243
11956
  objectSchema?: any;
11957
+ } | {
11958
+ type: "paired-select";
11959
+ param: string;
11960
+ title: string;
11961
+ description: string;
11962
+ fields: [{
11963
+ label: string;
11964
+ key: string;
11965
+ choices: {
11966
+ value: string;
11967
+ label: string;
11968
+ }[];
11969
+ description?: string | undefined;
11970
+ }, {
11971
+ label: string;
11972
+ key: string;
11973
+ choices: {
11974
+ value: string;
11975
+ label: string;
11976
+ }[];
11977
+ description?: string | undefined;
11978
+ }];
11979
+ uniqueByField?: string | undefined;
11244
11980
  } | {
11245
11981
  type: "range";
11246
11982
  param: string;
@@ -11823,6 +12559,29 @@ declare const GatewayCompleteChatRequest: z.ZodObject<{
11823
12559
  title: string;
11824
12560
  description: string;
11825
12561
  objectSchema?: any;
12562
+ } | {
12563
+ type: "paired-select";
12564
+ param: string;
12565
+ title: string;
12566
+ description: string;
12567
+ fields: [{
12568
+ label: string;
12569
+ key: string;
12570
+ choices: {
12571
+ value: string;
12572
+ label: string;
12573
+ }[];
12574
+ description?: string | undefined;
12575
+ }, {
12576
+ label: string;
12577
+ key: string;
12578
+ choices: {
12579
+ value: string;
12580
+ label: string;
12581
+ }[];
12582
+ description?: string | undefined;
12583
+ }];
12584
+ uniqueByField?: string | undefined;
11826
12585
  } | {
11827
12586
  type: "range";
11828
12587
  param: string;
@@ -11983,6 +12742,29 @@ declare const GatewayCompleteChatRequest: z.ZodObject<{
11983
12742
  title: string;
11984
12743
  description: string;
11985
12744
  objectSchema?: any;
12745
+ } | {
12746
+ type: "paired-select";
12747
+ param: string;
12748
+ title: string;
12749
+ description: string;
12750
+ fields: [{
12751
+ label: string;
12752
+ key: string;
12753
+ choices: {
12754
+ value: string;
12755
+ label: string;
12756
+ }[];
12757
+ description?: string | undefined;
12758
+ }, {
12759
+ label: string;
12760
+ key: string;
12761
+ choices: {
12762
+ value: string;
12763
+ label: string;
12764
+ }[];
12765
+ description?: string | undefined;
12766
+ }];
12767
+ uniqueByField?: string | undefined;
11986
12768
  } | {
11987
12769
  type: "range";
11988
12770
  param: string;
@@ -12144,6 +12926,29 @@ declare const GatewayStreamChatRequest: z.ZodObject<{
12144
12926
  title: string;
12145
12927
  description: string;
12146
12928
  objectSchema?: any;
12929
+ } | {
12930
+ type: "paired-select";
12931
+ param: string;
12932
+ title: string;
12933
+ description: string;
12934
+ fields: [{
12935
+ label: string;
12936
+ key: string;
12937
+ choices: {
12938
+ value: string;
12939
+ label: string;
12940
+ }[];
12941
+ description?: string | undefined;
12942
+ }, {
12943
+ label: string;
12944
+ key: string;
12945
+ choices: {
12946
+ value: string;
12947
+ label: string;
12948
+ }[];
12949
+ description?: string | undefined;
12950
+ }];
12951
+ uniqueByField?: string | undefined;
12147
12952
  } | {
12148
12953
  type: "range";
12149
12954
  param: string;
@@ -12204,6 +13009,29 @@ declare const GatewayStreamChatRequest: z.ZodObject<{
12204
13009
  title: string;
12205
13010
  description: string;
12206
13011
  objectSchema?: any;
13012
+ } | {
13013
+ type: "paired-select";
13014
+ param: string;
13015
+ title: string;
13016
+ description: string;
13017
+ fields: [{
13018
+ label: string;
13019
+ key: string;
13020
+ choices: {
13021
+ value: string;
13022
+ label: string;
13023
+ }[];
13024
+ description?: string | undefined;
13025
+ }, {
13026
+ label: string;
13027
+ key: string;
13028
+ choices: {
13029
+ value: string;
13030
+ label: string;
13031
+ }[];
13032
+ description?: string | undefined;
13033
+ }];
13034
+ uniqueByField?: string | undefined;
12207
13035
  } | {
12208
13036
  type: "range";
12209
13037
  param: string;
@@ -12784,6 +13612,29 @@ declare const GatewayStreamChatRequest: z.ZodObject<{
12784
13612
  title: string;
12785
13613
  description: string;
12786
13614
  objectSchema?: any;
13615
+ } | {
13616
+ type: "paired-select";
13617
+ param: string;
13618
+ title: string;
13619
+ description: string;
13620
+ fields: [{
13621
+ label: string;
13622
+ key: string;
13623
+ choices: {
13624
+ value: string;
13625
+ label: string;
13626
+ }[];
13627
+ description?: string | undefined;
13628
+ }, {
13629
+ label: string;
13630
+ key: string;
13631
+ choices: {
13632
+ value: string;
13633
+ label: string;
13634
+ }[];
13635
+ description?: string | undefined;
13636
+ }];
13637
+ uniqueByField?: string | undefined;
12787
13638
  } | {
12788
13639
  type: "range";
12789
13640
  param: string;
@@ -12944,6 +13795,29 @@ declare const GatewayStreamChatRequest: z.ZodObject<{
12944
13795
  title: string;
12945
13796
  description: string;
12946
13797
  objectSchema?: any;
13798
+ } | {
13799
+ type: "paired-select";
13800
+ param: string;
13801
+ title: string;
13802
+ description: string;
13803
+ fields: [{
13804
+ label: string;
13805
+ key: string;
13806
+ choices: {
13807
+ value: string;
13808
+ label: string;
13809
+ }[];
13810
+ description?: string | undefined;
13811
+ }, {
13812
+ label: string;
13813
+ key: string;
13814
+ choices: {
13815
+ value: string;
13816
+ label: string;
13817
+ }[];
13818
+ description?: string | undefined;
13819
+ }];
13820
+ uniqueByField?: string | undefined;
12947
13821
  } | {
12948
13822
  type: "range";
12949
13823
  param: string;
@@ -13104,6 +13978,29 @@ declare const GatewayGetEmbeddingsRequest: z.ZodObject<{
13104
13978
  title: string;
13105
13979
  description: string;
13106
13980
  objectSchema?: any;
13981
+ } | {
13982
+ type: "paired-select";
13983
+ param: string;
13984
+ title: string;
13985
+ description: string;
13986
+ fields: [{
13987
+ label: string;
13988
+ key: string;
13989
+ choices: {
13990
+ value: string;
13991
+ label: string;
13992
+ }[];
13993
+ description?: string | undefined;
13994
+ }, {
13995
+ label: string;
13996
+ key: string;
13997
+ choices: {
13998
+ value: string;
13999
+ label: string;
14000
+ }[];
14001
+ description?: string | undefined;
14002
+ }];
14003
+ uniqueByField?: string | undefined;
13107
14004
  } | {
13108
14005
  type: "range";
13109
14006
  param: string;
@@ -13148,6 +14045,29 @@ declare const GatewayGetEmbeddingsRequest: z.ZodObject<{
13148
14045
  title: string;
13149
14046
  description: string;
13150
14047
  objectSchema?: any;
14048
+ } | {
14049
+ type: "paired-select";
14050
+ param: string;
14051
+ title: string;
14052
+ description: string;
14053
+ fields: [{
14054
+ label: string;
14055
+ key: string;
14056
+ choices: {
14057
+ value: string;
14058
+ label: string;
14059
+ }[];
14060
+ description?: string | undefined;
14061
+ }, {
14062
+ label: string;
14063
+ key: string;
14064
+ choices: {
14065
+ value: string;
14066
+ label: string;
14067
+ }[];
14068
+ description?: string | undefined;
14069
+ }];
14070
+ uniqueByField?: string | undefined;
13151
14071
  } | {
13152
14072
  type: "range";
13153
14073
  param: string;
@@ -13234,6 +14154,29 @@ declare const GatewayGetEmbeddingsRequest: z.ZodObject<{
13234
14154
  title: string;
13235
14155
  description: string;
13236
14156
  objectSchema?: any;
14157
+ } | {
14158
+ type: "paired-select";
14159
+ param: string;
14160
+ title: string;
14161
+ description: string;
14162
+ fields: [{
14163
+ label: string;
14164
+ key: string;
14165
+ choices: {
14166
+ value: string;
14167
+ label: string;
14168
+ }[];
14169
+ description?: string | undefined;
14170
+ }, {
14171
+ label: string;
14172
+ key: string;
14173
+ choices: {
14174
+ value: string;
14175
+ label: string;
14176
+ }[];
14177
+ description?: string | undefined;
14178
+ }];
14179
+ uniqueByField?: string | undefined;
13237
14180
  } | {
13238
14181
  type: "range";
13239
14182
  param: string;
@@ -13295,6 +14238,29 @@ declare const GatewayGetEmbeddingsRequest: z.ZodObject<{
13295
14238
  title: string;
13296
14239
  description: string;
13297
14240
  objectSchema?: any;
14241
+ } | {
14242
+ type: "paired-select";
14243
+ param: string;
14244
+ title: string;
14245
+ description: string;
14246
+ fields: [{
14247
+ label: string;
14248
+ key: string;
14249
+ choices: {
14250
+ value: string;
14251
+ label: string;
14252
+ }[];
14253
+ description?: string | undefined;
14254
+ }, {
14255
+ label: string;
14256
+ key: string;
14257
+ choices: {
14258
+ value: string;
14259
+ label: string;
14260
+ }[];
14261
+ description?: string | undefined;
14262
+ }];
14263
+ uniqueByField?: string | undefined;
13298
14264
  } | {
13299
14265
  type: "range";
13300
14266
  param: string;
@@ -13358,6 +14324,29 @@ declare const GatewayProxyCompleteChatRequest: z.ZodObject<{
13358
14324
  title: string;
13359
14325
  description: string;
13360
14326
  objectSchema?: any;
14327
+ } | {
14328
+ type: "paired-select";
14329
+ param: string;
14330
+ title: string;
14331
+ description: string;
14332
+ fields: [{
14333
+ label: string;
14334
+ key: string;
14335
+ choices: {
14336
+ value: string;
14337
+ label: string;
14338
+ }[];
14339
+ description?: string | undefined;
14340
+ }, {
14341
+ label: string;
14342
+ key: string;
14343
+ choices: {
14344
+ value: string;
14345
+ label: string;
14346
+ }[];
14347
+ description?: string | undefined;
14348
+ }];
14349
+ uniqueByField?: string | undefined;
13361
14350
  } | {
13362
14351
  type: "range";
13363
14352
  param: string;
@@ -13418,6 +14407,29 @@ declare const GatewayProxyCompleteChatRequest: z.ZodObject<{
13418
14407
  title: string;
13419
14408
  description: string;
13420
14409
  objectSchema?: any;
14410
+ } | {
14411
+ type: "paired-select";
14412
+ param: string;
14413
+ title: string;
14414
+ description: string;
14415
+ fields: [{
14416
+ label: string;
14417
+ key: string;
14418
+ choices: {
14419
+ value: string;
14420
+ label: string;
14421
+ }[];
14422
+ description?: string | undefined;
14423
+ }, {
14424
+ label: string;
14425
+ key: string;
14426
+ choices: {
14427
+ value: string;
14428
+ label: string;
14429
+ }[];
14430
+ description?: string | undefined;
14431
+ }];
14432
+ uniqueByField?: string | undefined;
13421
14433
  } | {
13422
14434
  type: "range";
13423
14435
  param: string;
@@ -13484,6 +14496,29 @@ declare const GatewayProxyCompleteChatRequest: z.ZodObject<{
13484
14496
  title: string;
13485
14497
  description: string;
13486
14498
  objectSchema?: any;
14499
+ } | {
14500
+ type: "paired-select";
14501
+ param: string;
14502
+ title: string;
14503
+ description: string;
14504
+ fields: [{
14505
+ label: string;
14506
+ key: string;
14507
+ choices: {
14508
+ value: string;
14509
+ label: string;
14510
+ }[];
14511
+ description?: string | undefined;
14512
+ }, {
14513
+ label: string;
14514
+ key: string;
14515
+ choices: {
14516
+ value: string;
14517
+ label: string;
14518
+ }[];
14519
+ description?: string | undefined;
14520
+ }];
14521
+ uniqueByField?: string | undefined;
13487
14522
  } | {
13488
14523
  type: "range";
13489
14524
  param: string;
@@ -13549,6 +14584,29 @@ declare const GatewayProxyCompleteChatRequest: z.ZodObject<{
13549
14584
  title: string;
13550
14585
  description: string;
13551
14586
  objectSchema?: any;
14587
+ } | {
14588
+ type: "paired-select";
14589
+ param: string;
14590
+ title: string;
14591
+ description: string;
14592
+ fields: [{
14593
+ label: string;
14594
+ key: string;
14595
+ choices: {
14596
+ value: string;
14597
+ label: string;
14598
+ }[];
14599
+ description?: string | undefined;
14600
+ }, {
14601
+ label: string;
14602
+ key: string;
14603
+ choices: {
14604
+ value: string;
14605
+ label: string;
14606
+ }[];
14607
+ description?: string | undefined;
14608
+ }];
14609
+ uniqueByField?: string | undefined;
13552
14610
  } | {
13553
14611
  type: "range";
13554
14612
  param: string;
@@ -13615,6 +14673,29 @@ declare const GatewayProxyStreamChatRequest: z.ZodObject<{
13615
14673
  title: string;
13616
14674
  description: string;
13617
14675
  objectSchema?: any;
14676
+ } | {
14677
+ type: "paired-select";
14678
+ param: string;
14679
+ title: string;
14680
+ description: string;
14681
+ fields: [{
14682
+ label: string;
14683
+ key: string;
14684
+ choices: {
14685
+ value: string;
14686
+ label: string;
14687
+ }[];
14688
+ description?: string | undefined;
14689
+ }, {
14690
+ label: string;
14691
+ key: string;
14692
+ choices: {
14693
+ value: string;
14694
+ label: string;
14695
+ }[];
14696
+ description?: string | undefined;
14697
+ }];
14698
+ uniqueByField?: string | undefined;
13618
14699
  } | {
13619
14700
  type: "range";
13620
14701
  param: string;
@@ -13675,6 +14756,29 @@ declare const GatewayProxyStreamChatRequest: z.ZodObject<{
13675
14756
  title: string;
13676
14757
  description: string;
13677
14758
  objectSchema?: any;
14759
+ } | {
14760
+ type: "paired-select";
14761
+ param: string;
14762
+ title: string;
14763
+ description: string;
14764
+ fields: [{
14765
+ label: string;
14766
+ key: string;
14767
+ choices: {
14768
+ value: string;
14769
+ label: string;
14770
+ }[];
14771
+ description?: string | undefined;
14772
+ }, {
14773
+ label: string;
14774
+ key: string;
14775
+ choices: {
14776
+ value: string;
14777
+ label: string;
14778
+ }[];
14779
+ description?: string | undefined;
14780
+ }];
14781
+ uniqueByField?: string | undefined;
13678
14782
  } | {
13679
14783
  type: "range";
13680
14784
  param: string;
@@ -13741,6 +14845,29 @@ declare const GatewayProxyStreamChatRequest: z.ZodObject<{
13741
14845
  title: string;
13742
14846
  description: string;
13743
14847
  objectSchema?: any;
14848
+ } | {
14849
+ type: "paired-select";
14850
+ param: string;
14851
+ title: string;
14852
+ description: string;
14853
+ fields: [{
14854
+ label: string;
14855
+ key: string;
14856
+ choices: {
14857
+ value: string;
14858
+ label: string;
14859
+ }[];
14860
+ description?: string | undefined;
14861
+ }, {
14862
+ label: string;
14863
+ key: string;
14864
+ choices: {
14865
+ value: string;
14866
+ label: string;
14867
+ }[];
14868
+ description?: string | undefined;
14869
+ }];
14870
+ uniqueByField?: string | undefined;
13744
14871
  } | {
13745
14872
  type: "range";
13746
14873
  param: string;
@@ -13806,6 +14933,29 @@ declare const GatewayProxyStreamChatRequest: z.ZodObject<{
13806
14933
  title: string;
13807
14934
  description: string;
13808
14935
  objectSchema?: any;
14936
+ } | {
14937
+ type: "paired-select";
14938
+ param: string;
14939
+ title: string;
14940
+ description: string;
14941
+ fields: [{
14942
+ label: string;
14943
+ key: string;
14944
+ choices: {
14945
+ value: string;
14946
+ label: string;
14947
+ }[];
14948
+ description?: string | undefined;
14949
+ }, {
14950
+ label: string;
14951
+ key: string;
14952
+ choices: {
14953
+ value: string;
14954
+ label: string;
14955
+ }[];
14956
+ description?: string | undefined;
14957
+ }];
14958
+ uniqueByField?: string | undefined;
13809
14959
  } | {
13810
14960
  type: "range";
13811
14961
  param: string;
@@ -13871,6 +15021,29 @@ declare const GatewayProxyGetEmbeddingsRequest: z.ZodObject<{
13871
15021
  title: string;
13872
15022
  description: string;
13873
15023
  objectSchema?: any;
15024
+ } | {
15025
+ type: "paired-select";
15026
+ param: string;
15027
+ title: string;
15028
+ description: string;
15029
+ fields: [{
15030
+ label: string;
15031
+ key: string;
15032
+ choices: {
15033
+ value: string;
15034
+ label: string;
15035
+ }[];
15036
+ description?: string | undefined;
15037
+ }, {
15038
+ label: string;
15039
+ key: string;
15040
+ choices: {
15041
+ value: string;
15042
+ label: string;
15043
+ }[];
15044
+ description?: string | undefined;
15045
+ }];
15046
+ uniqueByField?: string | undefined;
13874
15047
  } | {
13875
15048
  type: "range";
13876
15049
  param: string;
@@ -13915,6 +15088,29 @@ declare const GatewayProxyGetEmbeddingsRequest: z.ZodObject<{
13915
15088
  title: string;
13916
15089
  description: string;
13917
15090
  objectSchema?: any;
15091
+ } | {
15092
+ type: "paired-select";
15093
+ param: string;
15094
+ title: string;
15095
+ description: string;
15096
+ fields: [{
15097
+ label: string;
15098
+ key: string;
15099
+ choices: {
15100
+ value: string;
15101
+ label: string;
15102
+ }[];
15103
+ description?: string | undefined;
15104
+ }, {
15105
+ label: string;
15106
+ key: string;
15107
+ choices: {
15108
+ value: string;
15109
+ label: string;
15110
+ }[];
15111
+ description?: string | undefined;
15112
+ }];
15113
+ uniqueByField?: string | undefined;
13918
15114
  } | {
13919
15115
  type: "range";
13920
15116
  param: string;
@@ -13965,6 +15161,29 @@ declare const GatewayProxyGetEmbeddingsRequest: z.ZodObject<{
13965
15161
  title: string;
13966
15162
  description: string;
13967
15163
  objectSchema?: any;
15164
+ } | {
15165
+ type: "paired-select";
15166
+ param: string;
15167
+ title: string;
15168
+ description: string;
15169
+ fields: [{
15170
+ label: string;
15171
+ key: string;
15172
+ choices: {
15173
+ value: string;
15174
+ label: string;
15175
+ }[];
15176
+ description?: string | undefined;
15177
+ }, {
15178
+ label: string;
15179
+ key: string;
15180
+ choices: {
15181
+ value: string;
15182
+ label: string;
15183
+ }[];
15184
+ description?: string | undefined;
15185
+ }];
15186
+ uniqueByField?: string | undefined;
13968
15187
  } | {
13969
15188
  type: "range";
13970
15189
  param: string;
@@ -14014,6 +15233,29 @@ declare const GatewayProxyGetEmbeddingsRequest: z.ZodObject<{
14014
15233
  title: string;
14015
15234
  description: string;
14016
15235
  objectSchema?: any;
15236
+ } | {
15237
+ type: "paired-select";
15238
+ param: string;
15239
+ title: string;
15240
+ description: string;
15241
+ fields: [{
15242
+ label: string;
15243
+ key: string;
15244
+ choices: {
15245
+ value: string;
15246
+ label: string;
15247
+ }[];
15248
+ description?: string | undefined;
15249
+ }, {
15250
+ label: string;
15251
+ key: string;
15252
+ choices: {
15253
+ value: string;
15254
+ label: string;
15255
+ }[];
15256
+ description?: string | undefined;
15257
+ }];
15258
+ uniqueByField?: string | undefined;
14017
15259
  } | {
14018
15260
  type: "range";
14019
15261
  param: string;
@@ -14101,6 +15343,29 @@ declare const GatewayGetChatUsageCostRequest: z.ZodEffects<z.ZodObject<{
14101
15343
  title: string;
14102
15344
  description: string;
14103
15345
  objectSchema?: any;
15346
+ } | {
15347
+ type: "paired-select";
15348
+ param: string;
15349
+ title: string;
15350
+ description: string;
15351
+ fields: [{
15352
+ label: string;
15353
+ key: string;
15354
+ choices: {
15355
+ value: string;
15356
+ label: string;
15357
+ }[];
15358
+ description?: string | undefined;
15359
+ }, {
15360
+ label: string;
15361
+ key: string;
15362
+ choices: {
15363
+ value: string;
15364
+ label: string;
15365
+ }[];
15366
+ description?: string | undefined;
15367
+ }];
15368
+ uniqueByField?: string | undefined;
14104
15369
  } | {
14105
15370
  type: "range";
14106
15371
  param: string;
@@ -14161,6 +15426,29 @@ declare const GatewayGetChatUsageCostRequest: z.ZodEffects<z.ZodObject<{
14161
15426
  title: string;
14162
15427
  description: string;
14163
15428
  objectSchema?: any;
15429
+ } | {
15430
+ type: "paired-select";
15431
+ param: string;
15432
+ title: string;
15433
+ description: string;
15434
+ fields: [{
15435
+ label: string;
15436
+ key: string;
15437
+ choices: {
15438
+ value: string;
15439
+ label: string;
15440
+ }[];
15441
+ description?: string | undefined;
15442
+ }, {
15443
+ label: string;
15444
+ key: string;
15445
+ choices: {
15446
+ value: string;
15447
+ label: string;
15448
+ }[];
15449
+ description?: string | undefined;
15450
+ }];
15451
+ uniqueByField?: string | undefined;
14164
15452
  } | {
14165
15453
  type: "range";
14166
15454
  param: string;
@@ -14228,6 +15516,29 @@ declare const GatewayGetChatUsageCostRequest: z.ZodEffects<z.ZodObject<{
14228
15516
  title: string;
14229
15517
  description: string;
14230
15518
  objectSchema?: any;
15519
+ } | {
15520
+ type: "paired-select";
15521
+ param: string;
15522
+ title: string;
15523
+ description: string;
15524
+ fields: [{
15525
+ label: string;
15526
+ key: string;
15527
+ choices: {
15528
+ value: string;
15529
+ label: string;
15530
+ }[];
15531
+ description?: string | undefined;
15532
+ }, {
15533
+ label: string;
15534
+ key: string;
15535
+ choices: {
15536
+ value: string;
15537
+ label: string;
15538
+ }[];
15539
+ description?: string | undefined;
15540
+ }];
15541
+ uniqueByField?: string | undefined;
14231
15542
  } | {
14232
15543
  type: "range";
14233
15544
  param: string;
@@ -14309,6 +15620,29 @@ declare const GatewayGetChatUsageCostRequest: z.ZodEffects<z.ZodObject<{
14309
15620
  title: string;
14310
15621
  description: string;
14311
15622
  objectSchema?: any;
15623
+ } | {
15624
+ type: "paired-select";
15625
+ param: string;
15626
+ title: string;
15627
+ description: string;
15628
+ fields: [{
15629
+ label: string;
15630
+ key: string;
15631
+ choices: {
15632
+ value: string;
15633
+ label: string;
15634
+ }[];
15635
+ description?: string | undefined;
15636
+ }, {
15637
+ label: string;
15638
+ key: string;
15639
+ choices: {
15640
+ value: string;
15641
+ label: string;
15642
+ }[];
15643
+ description?: string | undefined;
15644
+ }];
15645
+ uniqueByField?: string | undefined;
14312
15646
  } | {
14313
15647
  type: "range";
14314
15648
  param: string;
@@ -14390,6 +15724,29 @@ declare const GatewayGetChatUsageCostRequest: z.ZodEffects<z.ZodObject<{
14390
15724
  title: string;
14391
15725
  description: string;
14392
15726
  objectSchema?: any;
15727
+ } | {
15728
+ type: "paired-select";
15729
+ param: string;
15730
+ title: string;
15731
+ description: string;
15732
+ fields: [{
15733
+ label: string;
15734
+ key: string;
15735
+ choices: {
15736
+ value: string;
15737
+ label: string;
15738
+ }[];
15739
+ description?: string | undefined;
15740
+ }, {
15741
+ label: string;
15742
+ key: string;
15743
+ choices: {
15744
+ value: string;
15745
+ label: string;
15746
+ }[];
15747
+ description?: string | undefined;
15748
+ }];
15749
+ uniqueByField?: string | undefined;
14393
15750
  } | {
14394
15751
  type: "range";
14395
15752
  param: string;
@@ -14471,6 +15828,29 @@ declare const GatewayGetChatUsageCostRequest: z.ZodEffects<z.ZodObject<{
14471
15828
  title: string;
14472
15829
  description: string;
14473
15830
  objectSchema?: any;
15831
+ } | {
15832
+ type: "paired-select";
15833
+ param: string;
15834
+ title: string;
15835
+ description: string;
15836
+ fields: [{
15837
+ label: string;
15838
+ key: string;
15839
+ choices: {
15840
+ value: string;
15841
+ label: string;
15842
+ }[];
15843
+ description?: string | undefined;
15844
+ }, {
15845
+ label: string;
15846
+ key: string;
15847
+ choices: {
15848
+ value: string;
15849
+ label: string;
15850
+ }[];
15851
+ description?: string | undefined;
15852
+ }];
15853
+ uniqueByField?: string | undefined;
14474
15854
  } | {
14475
15855
  type: "range";
14476
15856
  param: string;