@bowmark/web 1.12.3 → 1.14.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.
@@ -5,10 +5,10 @@
5
5
  // declares no readable argument shape — not an absent one, which is what the
6
6
  // guard fails closed on.
7
7
  //
8
- // Manifest version: 7ac4a9084853ee226f56e4964cb0bb95339c8375142eebd03526a4d6651ae380
9
- // 689 checked, 20 unchecked.
8
+ // Manifest version: faf4c09938555367990a9c8f7a153fdf8acc74126cd25dc3d424ccd9eb0d1077
9
+ // 805 checked, 20 unchecked.
10
10
  export const VALIDATORS = {
11
- "version": "7ac4a9084853ee226f56e4964cb0bb95339c8375142eebd03526a4d6651ae380",
11
+ "version": "faf4c09938555367990a9c8f7a153fdf8acc74126cd25dc3d424ccd9eb0d1077",
12
12
  "units": {
13
13
  "bundles": {
14
14
  "defs": {},
@@ -472,6 +472,29 @@ export const VALIDATORS = {
472
472
  ]
473
473
  }
474
474
  },
475
+ "entertainment_merch": {
476
+ "defs": {},
477
+ "functions": {
478
+ "search": [
479
+ {
480
+ "name": "args",
481
+ "schema": {
482
+ "k": "object",
483
+ "props": [
484
+ {
485
+ "name": "query",
486
+ "schema": {
487
+ "k": "string"
488
+ },
489
+ "optional": false
490
+ }
491
+ ]
492
+ },
493
+ "optional": false
494
+ }
495
+ ]
496
+ }
497
+ },
475
498
  "flights": {
476
499
  "defs": {
477
500
  "CallOptions": {
@@ -1676,6 +1699,50 @@ export const VALIDATORS = {
1676
1699
  ]
1677
1700
  }
1678
1701
  },
1702
+ "phone_price": {
1703
+ "defs": {},
1704
+ "functions": {
1705
+ "compare": [
1706
+ {
1707
+ "name": "args",
1708
+ "schema": {
1709
+ "k": "object",
1710
+ "props": [
1711
+ {
1712
+ "name": "model",
1713
+ "schema": {
1714
+ "k": "string"
1715
+ },
1716
+ "optional": false
1717
+ },
1718
+ {
1719
+ "name": "storageGb",
1720
+ "schema": {
1721
+ "k": "number"
1722
+ },
1723
+ "optional": true
1724
+ },
1725
+ {
1726
+ "name": "tradeInModel",
1727
+ "schema": {
1728
+ "k": "string"
1729
+ },
1730
+ "optional": true
1731
+ },
1732
+ {
1733
+ "name": "tmobileDevicePath",
1734
+ "schema": {
1735
+ "k": "string"
1736
+ },
1737
+ "optional": true
1738
+ }
1739
+ ]
1740
+ },
1741
+ "optional": false
1742
+ }
1743
+ ]
1744
+ }
1745
+ },
1679
1746
  "phone_trade_in": {
1680
1747
  "defs": {
1681
1748
  "CallOptions": {
@@ -2545,6 +2612,39 @@ export const VALIDATORS = {
2545
2612
  ]
2546
2613
  }
2547
2614
  },
2615
+ "wireless": {
2616
+ "defs": {},
2617
+ "functions": {
2618
+ "compareAllInPrice": [
2619
+ {
2620
+ "name": "arg",
2621
+ "schema": {
2622
+ "k": "object",
2623
+ "props": [
2624
+ {
2625
+ "name": "lineCount",
2626
+ "schema": {
2627
+ "k": "number"
2628
+ },
2629
+ "optional": false
2630
+ },
2631
+ {
2632
+ "name": "addOns",
2633
+ "schema": {
2634
+ "k": "array",
2635
+ "of": {
2636
+ "k": "string"
2637
+ }
2638
+ },
2639
+ "optional": true
2640
+ }
2641
+ ]
2642
+ },
2643
+ "optional": false
2644
+ }
2645
+ ]
2646
+ }
2647
+ },
2548
2648
  "yoga_outfit_shopping": {
2549
2649
  "defs": {},
2550
2650
  "functions": {
@@ -2941,6 +3041,91 @@ export const VALIDATORS = {
2941
3041
  ]
2942
3042
  }
2943
3043
  },
3044
+ "providers.achosahw": {
3045
+ "defs": {
3046
+ "AchosahwQuoteArgs": {
3047
+ "k": "object",
3048
+ "props": [
3049
+ {
3050
+ "name": "state",
3051
+ "schema": {
3052
+ "k": "string"
3053
+ },
3054
+ "optional": false
3055
+ },
3056
+ {
3057
+ "name": "coverageLevel",
3058
+ "schema": {
3059
+ "k": "string"
3060
+ },
3061
+ "optional": true
3062
+ },
3063
+ {
3064
+ "name": "term",
3065
+ "schema": {
3066
+ "k": "string"
3067
+ },
3068
+ "optional": true
3069
+ },
3070
+ {
3071
+ "name": "propertyType",
3072
+ "schema": {
3073
+ "k": "string"
3074
+ },
3075
+ "optional": true
3076
+ }
3077
+ ]
3078
+ }
3079
+ },
3080
+ "functions": {
3081
+ "listStates": [],
3082
+ "getQuote": [
3083
+ {
3084
+ "name": "args",
3085
+ "schema": {
3086
+ "k": "ref",
3087
+ "name": "AchosahwQuoteArgs"
3088
+ },
3089
+ "optional": false
3090
+ }
3091
+ ]
3092
+ }
3093
+ },
3094
+ "providers.acqualinaresort": {
3095
+ "defs": {},
3096
+ "functions": {
3097
+ "searchAvailability": [
3098
+ {
3099
+ "name": "arrive",
3100
+ "schema": {
3101
+ "k": "string"
3102
+ },
3103
+ "optional": false
3104
+ },
3105
+ {
3106
+ "name": "depart",
3107
+ "schema": {
3108
+ "k": "string"
3109
+ },
3110
+ "optional": false
3111
+ },
3112
+ {
3113
+ "name": "adults",
3114
+ "schema": {
3115
+ "k": "number"
3116
+ },
3117
+ "optional": false
3118
+ },
3119
+ {
3120
+ "name": "children",
3121
+ "schema": {
3122
+ "k": "number"
3123
+ },
3124
+ "optional": true
3125
+ }
3126
+ ]
3127
+ }
3128
+ },
2944
3129
  "providers.aiper": {
2945
3130
  "defs": {
2946
3131
  "AiperPoolAnswerInput": {
@@ -3209,6 +3394,46 @@ export const VALIDATORS = {
3209
3394
  ]
3210
3395
  }
3211
3396
  },
3397
+ "providers.americandreamvacations": {
3398
+ "defs": {},
3399
+ "functions": {
3400
+ "listLocations": [],
3401
+ "searchInventory": [
3402
+ {
3403
+ "name": "location",
3404
+ "schema": {
3405
+ "k": "string"
3406
+ },
3407
+ "optional": false
3408
+ },
3409
+ {
3410
+ "name": "vehicleClass",
3411
+ "schema": {
3412
+ "k": "union",
3413
+ "of": [
3414
+ {
3415
+ "k": "literal",
3416
+ "v": "a"
3417
+ },
3418
+ {
3419
+ "k": "literal",
3420
+ "v": "b"
3421
+ },
3422
+ {
3423
+ "k": "literal",
3424
+ "v": "c"
3425
+ },
3426
+ {
3427
+ "k": "literal",
3428
+ "v": "t"
3429
+ }
3430
+ ]
3431
+ },
3432
+ "optional": false
3433
+ }
3434
+ ]
3435
+ }
3436
+ },
3212
3437
  "providers.americanstandard": {
3213
3438
  "defs": {},
3214
3439
  "functions": {
@@ -3223,6 +3448,46 @@ export const VALIDATORS = {
3223
3448
  ]
3224
3449
  }
3225
3450
  },
3451
+ "providers.americanvisionwindows": {
3452
+ "defs": {},
3453
+ "functions": {
3454
+ "checkAvailability": [
3455
+ {
3456
+ "name": "args",
3457
+ "schema": {
3458
+ "k": "object",
3459
+ "props": [
3460
+ {
3461
+ "name": "zip",
3462
+ "schema": {
3463
+ "k": "string"
3464
+ },
3465
+ "optional": false
3466
+ },
3467
+ {
3468
+ "name": "service",
3469
+ "schema": {
3470
+ "k": "union",
3471
+ "of": [
3472
+ {
3473
+ "k": "literal",
3474
+ "v": "Windows"
3475
+ },
3476
+ {
3477
+ "k": "literal",
3478
+ "v": "Bath"
3479
+ }
3480
+ ]
3481
+ },
3482
+ "optional": false
3483
+ }
3484
+ ]
3485
+ },
3486
+ "optional": false
3487
+ }
3488
+ ]
3489
+ }
3490
+ },
3226
3491
  "providers.amramp": {
3227
3492
  "defs": {},
3228
3493
  "functions": {
@@ -3306,16 +3571,212 @@ export const VALIDATORS = {
3306
3571
  ]
3307
3572
  }
3308
3573
  },
3309
- "providers.apple": {
3310
- "defs": {},
3311
- "functions": {
3312
- "search": [
3313
- {
3314
- "name": "query",
3315
- "schema": {
3316
- "k": "string"
3574
+ "providers.andstr": {
3575
+ "defs": {
3576
+ "AndstrSearchArgs": {
3577
+ "k": "object",
3578
+ "props": [
3579
+ {
3580
+ "name": "market",
3581
+ "schema": {
3582
+ "k": "string"
3583
+ },
3584
+ "optional": true
3317
3585
  },
3318
- "optional": false
3586
+ {
3587
+ "name": "city",
3588
+ "schema": {
3589
+ "k": "string"
3590
+ },
3591
+ "optional": true
3592
+ },
3593
+ {
3594
+ "name": "checkIn",
3595
+ "schema": {
3596
+ "k": "string"
3597
+ },
3598
+ "optional": true
3599
+ },
3600
+ {
3601
+ "name": "checkOut",
3602
+ "schema": {
3603
+ "k": "string"
3604
+ },
3605
+ "optional": true
3606
+ },
3607
+ {
3608
+ "name": "guests",
3609
+ "schema": {
3610
+ "k": "number"
3611
+ },
3612
+ "optional": true
3613
+ },
3614
+ {
3615
+ "name": "bedrooms",
3616
+ "schema": {
3617
+ "k": "number"
3618
+ },
3619
+ "optional": true
3620
+ },
3621
+ {
3622
+ "name": "priceMin",
3623
+ "schema": {
3624
+ "k": "number"
3625
+ },
3626
+ "optional": true
3627
+ },
3628
+ {
3629
+ "name": "priceMax",
3630
+ "schema": {
3631
+ "k": "number"
3632
+ },
3633
+ "optional": true
3634
+ },
3635
+ {
3636
+ "name": "propertyType",
3637
+ "schema": {
3638
+ "k": "string"
3639
+ },
3640
+ "optional": true
3641
+ },
3642
+ {
3643
+ "name": "instantBook",
3644
+ "schema": {
3645
+ "k": "boolean"
3646
+ },
3647
+ "optional": true
3648
+ },
3649
+ {
3650
+ "name": "page",
3651
+ "schema": {
3652
+ "k": "number"
3653
+ },
3654
+ "optional": true
3655
+ }
3656
+ ]
3657
+ }
3658
+ },
3659
+ "functions": {
3660
+ "search": [
3661
+ {
3662
+ "name": "args",
3663
+ "schema": {
3664
+ "k": "ref",
3665
+ "name": "AndstrSearchArgs"
3666
+ },
3667
+ "optional": true
3668
+ }
3669
+ ],
3670
+ "getListing": [
3671
+ {
3672
+ "name": "listingId",
3673
+ "schema": {
3674
+ "k": "string"
3675
+ },
3676
+ "optional": false
3677
+ }
3678
+ ],
3679
+ "getQuote": [
3680
+ {
3681
+ "name": "listingId",
3682
+ "schema": {
3683
+ "k": "string"
3684
+ },
3685
+ "optional": false
3686
+ },
3687
+ {
3688
+ "name": "checkIn",
3689
+ "schema": {
3690
+ "k": "string"
3691
+ },
3692
+ "optional": false
3693
+ },
3694
+ {
3695
+ "name": "checkOut",
3696
+ "schema": {
3697
+ "k": "string"
3698
+ },
3699
+ "optional": false
3700
+ },
3701
+ {
3702
+ "name": "guests",
3703
+ "schema": {
3704
+ "k": "number"
3705
+ },
3706
+ "optional": false
3707
+ }
3708
+ ]
3709
+ }
3710
+ },
3711
+ "providers.anthropic_com": {
3712
+ "defs": {},
3713
+ "functions": {
3714
+ "getDoc": [
3715
+ {
3716
+ "name": "url",
3717
+ "schema": {
3718
+ "k": "string"
3719
+ },
3720
+ "optional": false
3721
+ }
3722
+ ],
3723
+ "listDocs": []
3724
+ }
3725
+ },
3726
+ "providers.antunes": {
3727
+ "defs": {},
3728
+ "functions": {
3729
+ "findServiceAgencies": [
3730
+ {
3731
+ "name": "zip",
3732
+ "schema": {
3733
+ "k": "string"
3734
+ },
3735
+ "optional": false
3736
+ },
3737
+ {
3738
+ "name": "radiusMiles",
3739
+ "schema": {
3740
+ "k": "number"
3741
+ },
3742
+ "optional": true
3743
+ }
3744
+ ]
3745
+ }
3746
+ },
3747
+ "providers.aosom": {
3748
+ "defs": {},
3749
+ "functions": {
3750
+ "searchProducts": [
3751
+ {
3752
+ "name": "query",
3753
+ "schema": {
3754
+ "k": "string"
3755
+ },
3756
+ "optional": false
3757
+ }
3758
+ ],
3759
+ "getProduct": [
3760
+ {
3761
+ "name": "url",
3762
+ "schema": {
3763
+ "k": "string"
3764
+ },
3765
+ "optional": false
3766
+ }
3767
+ ]
3768
+ }
3769
+ },
3770
+ "providers.apple": {
3771
+ "defs": {},
3772
+ "functions": {
3773
+ "search": [
3774
+ {
3775
+ "name": "query",
3776
+ "schema": {
3777
+ "k": "string"
3778
+ },
3779
+ "optional": false
3319
3780
  }
3320
3781
  ],
3321
3782
  "getProduct": [
@@ -3361,6 +3822,55 @@ export const VALIDATORS = {
3361
3822
  ]
3362
3823
  }
3363
3824
  },
3825
+ "providers.arajet": {
3826
+ "defs": {
3827
+ "ArajetSearchArgs": {
3828
+ "k": "object",
3829
+ "props": [
3830
+ {
3831
+ "name": "origin",
3832
+ "schema": {
3833
+ "k": "string"
3834
+ },
3835
+ "optional": false
3836
+ },
3837
+ {
3838
+ "name": "destination",
3839
+ "schema": {
3840
+ "k": "string"
3841
+ },
3842
+ "optional": false
3843
+ },
3844
+ {
3845
+ "name": "departureDate",
3846
+ "schema": {
3847
+ "k": "string"
3848
+ },
3849
+ "optional": false
3850
+ },
3851
+ {
3852
+ "name": "passengers",
3853
+ "schema": {
3854
+ "k": "number"
3855
+ },
3856
+ "optional": true
3857
+ }
3858
+ ]
3859
+ }
3860
+ },
3861
+ "functions": {
3862
+ "search": [
3863
+ {
3864
+ "name": "arg0",
3865
+ "schema": {
3866
+ "k": "ref",
3867
+ "name": "ArajetSearchArgs"
3868
+ },
3869
+ "optional": false
3870
+ }
3871
+ ]
3872
+ }
3873
+ },
3364
3874
  "providers.archipelago": {
3365
3875
  "defs": {},
3366
3876
  "functions": {
@@ -3376,6 +3886,21 @@ export const VALIDATORS = {
3376
3886
  ]
3377
3887
  }
3378
3888
  },
3889
+ "providers.artpix3d": {
3890
+ "defs": {},
3891
+ "functions": {
3892
+ "listShapes": [],
3893
+ "getSizePricing": [
3894
+ {
3895
+ "name": "shape",
3896
+ "schema": {
3897
+ "k": "string"
3898
+ },
3899
+ "optional": false
3900
+ }
3901
+ ]
3902
+ }
3903
+ },
3379
3904
  "providers.ashleyfurniture": {
3380
3905
  "defs": {
3381
3906
  "AshleyFurnitureFindStoreArgs": {
@@ -3665,6 +4190,20 @@ export const VALIDATORS = {
3665
4190
  ]
3666
4191
  }
3667
4192
  },
4193
+ "providers.audibel": {
4194
+ "defs": {},
4195
+ "functions": {
4196
+ "findClinics": [
4197
+ {
4198
+ "name": "query",
4199
+ "schema": {
4200
+ "k": "string"
4201
+ },
4202
+ "optional": false
4203
+ }
4204
+ ]
4205
+ }
4206
+ },
3668
4207
  "providers.autocamp": {
3669
4208
  "defs": {},
3670
4209
  "functions": {
@@ -3704,7 +4243,8 @@ export const VALIDATORS = {
3704
4243
  },
3705
4244
  "optional": true
3706
4245
  }
3707
- ]
4246
+ ],
4247
+ "listProperties": []
3708
4248
  }
3709
4249
  },
3710
4250
  "providers.avantstay": {
@@ -3788,12 +4328,35 @@ export const VALIDATORS = {
3788
4328
  ]
3789
4329
  }
3790
4330
  },
3791
- "providers.azazie": {
4331
+ "providers.ayreshotels": {
3792
4332
  "defs": {},
3793
4333
  "functions": {
3794
- "getBuildYourOwnConfig": [
4334
+ "checkRates": [
3795
4335
  {
3796
- "name": "goodsId",
4336
+ "name": "args",
4337
+ "schema": {
4338
+ "k": "any"
4339
+ },
4340
+ "optional": false
4341
+ }
4342
+ ]
4343
+ }
4344
+ },
4345
+ "providers.azazie": {
4346
+ "defs": {},
4347
+ "functions": {
4348
+ "search": [
4349
+ {
4350
+ "name": "query",
4351
+ "schema": {
4352
+ "k": "string"
4353
+ },
4354
+ "optional": false
4355
+ }
4356
+ ],
4357
+ "getBuildYourOwnConfig": [
4358
+ {
4359
+ "name": "goodsId",
3797
4360
  "schema": {
3798
4361
  "k": "union",
3799
4362
  "of": [
@@ -3968,6 +4531,15 @@ export const VALIDATORS = {
3968
4531
  "providers.bankmycell": {
3969
4532
  "defs": {},
3970
4533
  "functions": {
4534
+ "searchDevices": [
4535
+ {
4536
+ "name": "term",
4537
+ "schema": {
4538
+ "k": "string"
4539
+ },
4540
+ "optional": false
4541
+ }
4542
+ ],
3971
4543
  "getTradeInQuote": [
3972
4544
  {
3973
4545
  "name": "deviceUrl",
@@ -4058,9 +4630,101 @@ export const VALIDATORS = {
4058
4630
  ]
4059
4631
  }
4060
4632
  },
4633
+ "providers.barnesfoundation": {
4634
+ "defs": {
4635
+ "BarnesAdmissionQuoteInput": {
4636
+ "k": "object",
4637
+ "props": [
4638
+ {
4639
+ "name": "personType",
4640
+ "schema": {
4641
+ "k": "string"
4642
+ },
4643
+ "optional": false
4644
+ },
4645
+ {
4646
+ "name": "quantity",
4647
+ "schema": {
4648
+ "k": "number"
4649
+ },
4650
+ "optional": false
4651
+ }
4652
+ ]
4653
+ }
4654
+ },
4655
+ "functions": {
4656
+ "getAdmissionCalendar": [
4657
+ {
4658
+ "name": "admissionType",
4659
+ "schema": {
4660
+ "k": "union",
4661
+ "of": [
4662
+ {
4663
+ "k": "literal",
4664
+ "v": "barnes"
4665
+ },
4666
+ {
4667
+ "k": "literal",
4668
+ "v": "calderCombo"
4669
+ }
4670
+ ]
4671
+ },
4672
+ "optional": false
4673
+ }
4674
+ ],
4675
+ "priceAdmission": [
4676
+ {
4677
+ "name": "admissionType",
4678
+ "schema": {
4679
+ "k": "union",
4680
+ "of": [
4681
+ {
4682
+ "k": "literal",
4683
+ "v": "barnes"
4684
+ },
4685
+ {
4686
+ "k": "literal",
4687
+ "v": "calderCombo"
4688
+ }
4689
+ ]
4690
+ },
4691
+ "optional": false
4692
+ },
4693
+ {
4694
+ "name": "tickets",
4695
+ "schema": {
4696
+ "k": "array",
4697
+ "of": {
4698
+ "k": "ref",
4699
+ "name": "BarnesAdmissionQuoteInput"
4700
+ }
4701
+ },
4702
+ "optional": false
4703
+ }
4704
+ ]
4705
+ }
4706
+ },
4061
4707
  "providers.baublebar": {
4062
4708
  "defs": {},
4063
4709
  "functions": {
4710
+ "listBaublebarCollections": [
4711
+ {
4712
+ "name": "opts",
4713
+ "schema": {
4714
+ "k": "object",
4715
+ "props": [
4716
+ {
4717
+ "name": "limit",
4718
+ "schema": {
4719
+ "k": "number"
4720
+ },
4721
+ "optional": true
4722
+ }
4723
+ ]
4724
+ },
4725
+ "optional": true
4726
+ }
4727
+ ],
4064
4728
  "listBaublebarProducts": [
4065
4729
  {
4066
4730
  "name": "collectionHandle",
@@ -4275,6 +4939,171 @@ export const VALIDATORS = {
4275
4939
  ]
4276
4940
  }
4277
4941
  },
4942
+ "providers.bellwethercoffee": {
4943
+ "defs": {
4944
+ "BellwethercoffeeCurrency": {
4945
+ "k": "union",
4946
+ "of": [
4947
+ {
4948
+ "k": "literal",
4949
+ "v": "USD"
4950
+ },
4951
+ {
4952
+ "k": "literal",
4953
+ "v": "CAD"
4954
+ },
4955
+ {
4956
+ "k": "literal",
4957
+ "v": "GBP"
4958
+ },
4959
+ {
4960
+ "k": "literal",
4961
+ "v": "EUR"
4962
+ }
4963
+ ]
4964
+ },
4965
+ "BellwethercoffeeRoasterType": {
4966
+ "k": "union",
4967
+ "of": [
4968
+ {
4969
+ "k": "literal",
4970
+ "v": "ShopRoaster"
4971
+ },
4972
+ {
4973
+ "k": "literal",
4974
+ "v": "ContinuousRoasting"
4975
+ }
4976
+ ]
4977
+ },
4978
+ "BellwethercoffeeRoiInput": {
4979
+ "k": "object",
4980
+ "props": [
4981
+ {
4982
+ "name": "currency",
4983
+ "schema": {
4984
+ "k": "ref",
4985
+ "name": "BellwethercoffeeCurrency"
4986
+ },
4987
+ "optional": false
4988
+ },
4989
+ {
4990
+ "name": "roasterType",
4991
+ "schema": {
4992
+ "k": "ref",
4993
+ "name": "BellwethercoffeeRoasterType"
4994
+ },
4995
+ "optional": false
4996
+ },
4997
+ {
4998
+ "name": "poundsWeekly",
4999
+ "schema": {
5000
+ "k": "number"
5001
+ },
5002
+ "optional": false
5003
+ },
5004
+ {
5005
+ "name": "coffeeCost",
5006
+ "schema": {
5007
+ "k": "number"
5008
+ },
5009
+ "optional": false
5010
+ },
5011
+ {
5012
+ "name": "retailBags",
5013
+ "schema": {
5014
+ "k": "number"
5015
+ },
5016
+ "optional": false
5017
+ }
5018
+ ]
5019
+ }
5020
+ },
5021
+ "functions": {
5022
+ "getCalculatorDefaults": [],
5023
+ "computeRoiEstimate": [
5024
+ {
5025
+ "name": "input",
5026
+ "schema": {
5027
+ "k": "ref",
5028
+ "name": "BellwethercoffeeRoiInput"
5029
+ },
5030
+ "optional": false
5031
+ }
5032
+ ]
5033
+ }
5034
+ },
5035
+ "providers.beltservice": {
5036
+ "defs": {
5037
+ "BeltserviceBrowseParams": {
5038
+ "k": "object",
5039
+ "props": [
5040
+ {
5041
+ "name": "group",
5042
+ "schema": {
5043
+ "k": "string"
5044
+ },
5045
+ "optional": true
5046
+ },
5047
+ {
5048
+ "name": "category",
5049
+ "schema": {
5050
+ "k": "string"
5051
+ },
5052
+ "optional": true
5053
+ },
5054
+ {
5055
+ "name": "industry",
5056
+ "schema": {
5057
+ "k": "string"
5058
+ },
5059
+ "optional": true
5060
+ },
5061
+ {
5062
+ "name": "page",
5063
+ "schema": {
5064
+ "k": "number"
5065
+ },
5066
+ "optional": true
5067
+ }
5068
+ ]
5069
+ }
5070
+ },
5071
+ "functions": {
5072
+ "browseCatalog": [
5073
+ {
5074
+ "name": "params",
5075
+ "schema": {
5076
+ "k": "ref",
5077
+ "name": "BeltserviceBrowseParams"
5078
+ },
5079
+ "optional": true
5080
+ }
5081
+ ],
5082
+ "getBelt": [
5083
+ {
5084
+ "name": "catalogNumber",
5085
+ "schema": {
5086
+ "k": "string"
5087
+ },
5088
+ "optional": false
5089
+ }
5090
+ ]
5091
+ }
5092
+ },
5093
+ "providers.benelliusa": {
5094
+ "defs": {},
5095
+ "functions": {
5096
+ "findDealers": [
5097
+ {
5098
+ "name": "zip",
5099
+ "schema": {
5100
+ "k": "string"
5101
+ },
5102
+ "optional": false
5103
+ }
5104
+ ]
5105
+ }
5106
+ },
4278
5107
  "providers.bennington": {
4279
5108
  "defs": {},
4280
5109
  "functions": {
@@ -4385,20 +5214,35 @@ export const VALIDATORS = {
4385
5214
  ]
4386
5215
  }
4387
5216
  },
4388
- "providers.bigjoeforklifts": {
5217
+ "providers.bigairusa": {
4389
5218
  "defs": {},
4390
5219
  "functions": {
4391
- "getRuntimeEstimatorInputs": [],
4392
- "listForkliftModels": [
5220
+ "listLocations": [],
5221
+ "listPasses": [
4393
5222
  {
4394
- "name": "query",
5223
+ "name": "location",
4395
5224
  "schema": {
4396
5225
  "k": "string"
4397
5226
  },
4398
- "optional": true
5227
+ "optional": false
4399
5228
  }
4400
- ],
4401
- "prepareQuoteRequest": [
5229
+ ]
5230
+ }
5231
+ },
5232
+ "providers.bigjoeforklifts": {
5233
+ "defs": {},
5234
+ "functions": {
5235
+ "getRuntimeEstimatorInputs": [],
5236
+ "listForkliftModels": [
5237
+ {
5238
+ "name": "query",
5239
+ "schema": {
5240
+ "k": "string"
5241
+ },
5242
+ "optional": true
5243
+ }
5244
+ ],
5245
+ "prepareQuoteRequest": [
4402
5246
  {
4403
5247
  "name": "models",
4404
5248
  "schema": {
@@ -4508,6 +5352,60 @@ export const VALIDATORS = {
4508
5352
  ]
4509
5353
  }
4510
5354
  },
5355
+ "providers.bishops": {
5356
+ "defs": {},
5357
+ "functions": {
5358
+ "listLocations": [],
5359
+ "findLocation": [
5360
+ {
5361
+ "name": "query",
5362
+ "schema": {
5363
+ "k": "string"
5364
+ },
5365
+ "optional": false
5366
+ }
5367
+ ],
5368
+ "listServices": [
5369
+ {
5370
+ "name": "centerId",
5371
+ "schema": {
5372
+ "k": "string"
5373
+ },
5374
+ "optional": false
5375
+ },
5376
+ {
5377
+ "name": "query",
5378
+ "schema": {
5379
+ "k": "string"
5380
+ },
5381
+ "optional": true
5382
+ }
5383
+ ],
5384
+ "checkAvailability": [
5385
+ {
5386
+ "name": "centerId",
5387
+ "schema": {
5388
+ "k": "string"
5389
+ },
5390
+ "optional": false
5391
+ },
5392
+ {
5393
+ "name": "serviceId",
5394
+ "schema": {
5395
+ "k": "string"
5396
+ },
5397
+ "optional": false
5398
+ },
5399
+ {
5400
+ "name": "date",
5401
+ "schema": {
5402
+ "k": "string"
5403
+ },
5404
+ "optional": false
5405
+ }
5406
+ ]
5407
+ }
5408
+ },
4511
5409
  "providers.blackstoneproducts": {
4512
5410
  "defs": {},
4513
5411
  "functions": {
@@ -4739,6 +5637,28 @@ export const VALIDATORS = {
4739
5637
  "listModels": []
4740
5638
  }
4741
5639
  },
5640
+ "providers.boglewinery": {
5641
+ "defs": {},
5642
+ "functions": {
5643
+ "listExperiences": [],
5644
+ "checkAvailability": [
5645
+ {
5646
+ "name": "experienceId",
5647
+ "schema": {
5648
+ "k": "number"
5649
+ },
5650
+ "optional": false
5651
+ },
5652
+ {
5653
+ "name": "slug",
5654
+ "schema": {
5655
+ "k": "string"
5656
+ },
5657
+ "optional": false
5658
+ }
5659
+ ]
5660
+ }
5661
+ },
4742
5662
  "providers.bollandbranch": {
4743
5663
  "defs": {},
4744
5664
  "functions": {
@@ -4766,6 +5686,82 @@ export const VALIDATORS = {
4766
5686
  ]
4767
5687
  }
4768
5688
  },
5689
+ "providers.borsheims": {
5690
+ "defs": {
5691
+ "ConfigureRingArgs": {
5692
+ "k": "object",
5693
+ "props": [
5694
+ {
5695
+ "name": "settingUrl",
5696
+ "schema": {
5697
+ "k": "string"
5698
+ },
5699
+ "optional": false
5700
+ },
5701
+ {
5702
+ "name": "diamondUrl",
5703
+ "schema": {
5704
+ "k": "string"
5705
+ },
5706
+ "optional": false
5707
+ }
5708
+ ]
5709
+ }
5710
+ },
5711
+ "functions": {
5712
+ "searchProducts": [
5713
+ {
5714
+ "name": "query",
5715
+ "schema": {
5716
+ "k": "string"
5717
+ },
5718
+ "optional": false
5719
+ }
5720
+ ],
5721
+ "getProduct": [
5722
+ {
5723
+ "name": "url",
5724
+ "schema": {
5725
+ "k": "string"
5726
+ },
5727
+ "optional": false
5728
+ }
5729
+ ],
5730
+ "configureRing": [
5731
+ {
5732
+ "name": "args",
5733
+ "schema": {
5734
+ "k": "ref",
5735
+ "name": "ConfigureRingArgs"
5736
+ },
5737
+ "optional": false
5738
+ }
5739
+ ]
5740
+ }
5741
+ },
5742
+ "providers.boxlunch": {
5743
+ "defs": {},
5744
+ "functions": {
5745
+ "search": [
5746
+ {
5747
+ "name": "arg",
5748
+ "schema": {
5749
+ "k": "object",
5750
+ "props": [
5751
+ {
5752
+ "name": "query",
5753
+ "schema": {
5754
+ "k": "string"
5755
+ },
5756
+ "optional": false
5757
+ }
5758
+ ]
5759
+ },
5760
+ "optional": false
5761
+ }
5762
+ ]
5763
+ }
5764
+ },
4769
5765
  "providers.boydsleep": {
4770
5766
  "defs": {
4771
5767
  "BoydsleepCalibrationInput": {
@@ -4865,6 +5861,20 @@ export const VALIDATORS = {
4865
5861
  ]
4866
5862
  }
4867
5863
  },
5864
+ "providers.brius": {
5865
+ "defs": {},
5866
+ "functions": {
5867
+ "findProviders": [
5868
+ {
5869
+ "name": "query",
5870
+ "schema": {
5871
+ "k": "string"
5872
+ },
5873
+ "optional": false
5874
+ }
5875
+ ]
5876
+ }
5877
+ },
4868
5878
  "providers.brixton": {
4869
5879
  "defs": {},
4870
5880
  "functions": {
@@ -4950,6 +5960,96 @@ export const VALIDATORS = {
4950
5960
  ]
4951
5961
  }
4952
5962
  },
5963
+ "providers.bungalow": {
5964
+ "defs": {
5965
+ "BungalowSearchFilters": {
5966
+ "k": "object",
5967
+ "props": [
5968
+ {
5969
+ "name": "marketSlug",
5970
+ "schema": {
5971
+ "k": "string"
5972
+ },
5973
+ "optional": false
5974
+ },
5975
+ {
5976
+ "name": "marketingType",
5977
+ "schema": {
5978
+ "k": "union",
5979
+ "of": [
5980
+ {
5981
+ "k": "literal",
5982
+ "v": "co_living"
5983
+ },
5984
+ {
5985
+ "k": "literal",
5986
+ "v": "group_living"
5987
+ }
5988
+ ]
5989
+ },
5990
+ "optional": true
5991
+ },
5992
+ {
5993
+ "name": "neighborhoodSlug",
5994
+ "schema": {
5995
+ "k": "string"
5996
+ },
5997
+ "optional": true
5998
+ },
5999
+ {
6000
+ "name": "minPrice",
6001
+ "schema": {
6002
+ "k": "number"
6003
+ },
6004
+ "optional": true
6005
+ },
6006
+ {
6007
+ "name": "maxPrice",
6008
+ "schema": {
6009
+ "k": "number"
6010
+ },
6011
+ "optional": true
6012
+ },
6013
+ {
6014
+ "name": "petFriendly",
6015
+ "schema": {
6016
+ "k": "boolean"
6017
+ },
6018
+ "optional": true
6019
+ },
6020
+ {
6021
+ "name": "limit",
6022
+ "schema": {
6023
+ "k": "number"
6024
+ },
6025
+ "optional": true
6026
+ }
6027
+ ]
6028
+ }
6029
+ },
6030
+ "functions": {
6031
+ "listMarkets": [],
6032
+ "searchListings": [
6033
+ {
6034
+ "name": "filters",
6035
+ "schema": {
6036
+ "k": "ref",
6037
+ "name": "BungalowSearchFilters"
6038
+ },
6039
+ "optional": false
6040
+ }
6041
+ ],
6042
+ "getListing": [
6043
+ {
6044
+ "name": "slug",
6045
+ "schema": {
6046
+ "k": "string"
6047
+ },
6048
+ "optional": false
6049
+ }
6050
+ ]
6051
+ }
6052
+ },
4953
6053
  "providers.bykoket": {
4954
6054
  "defs": {},
4955
6055
  "functions": {
@@ -5049,15 +6149,131 @@ export const VALIDATORS = {
5049
6149
  ]
5050
6150
  }
5051
6151
  },
5052
- "providers.califloors": {
5053
- "defs": {},
5054
- "functions": {
5055
- "listCategories": [],
5056
- "searchProducts": [
5057
- {
5058
- "name": "categoryPath",
5059
- "schema": {
5060
- "k": "string"
6152
+ "providers.cabinsforyou": {
6153
+ "defs": {
6154
+ "CabinsforyouSearchArgs": {
6155
+ "k": "object",
6156
+ "props": [
6157
+ {
6158
+ "name": "checkIn",
6159
+ "schema": {
6160
+ "k": "string"
6161
+ },
6162
+ "optional": false
6163
+ },
6164
+ {
6165
+ "name": "checkOut",
6166
+ "schema": {
6167
+ "k": "string"
6168
+ },
6169
+ "optional": false
6170
+ },
6171
+ {
6172
+ "name": "guests",
6173
+ "schema": {
6174
+ "k": "number"
6175
+ },
6176
+ "optional": true
6177
+ },
6178
+ {
6179
+ "name": "bedrooms",
6180
+ "schema": {
6181
+ "k": "number"
6182
+ },
6183
+ "optional": true
6184
+ }
6185
+ ]
6186
+ }
6187
+ },
6188
+ "functions": {
6189
+ "search": [
6190
+ {
6191
+ "name": "args",
6192
+ "schema": {
6193
+ "k": "ref",
6194
+ "name": "CabinsforyouSearchArgs"
6195
+ },
6196
+ "optional": false
6197
+ }
6198
+ ],
6199
+ "getCabinDetail": [
6200
+ {
6201
+ "name": "url",
6202
+ "schema": {
6203
+ "k": "string"
6204
+ },
6205
+ "optional": false
6206
+ }
6207
+ ]
6208
+ }
6209
+ },
6210
+ "providers.caliberhealth": {
6211
+ "defs": {
6212
+ "CaliberhealthSearchArgs": {
6213
+ "k": "object",
6214
+ "props": [
6215
+ {
6216
+ "name": "specialty",
6217
+ "schema": {
6218
+ "k": "string"
6219
+ },
6220
+ "optional": true
6221
+ },
6222
+ {
6223
+ "name": "location",
6224
+ "schema": {
6225
+ "k": "string"
6226
+ },
6227
+ "optional": true
6228
+ },
6229
+ {
6230
+ "name": "keywords",
6231
+ "schema": {
6232
+ "k": "string"
6233
+ },
6234
+ "optional": true
6235
+ },
6236
+ {
6237
+ "name": "page",
6238
+ "schema": {
6239
+ "k": "number"
6240
+ },
6241
+ "optional": true
6242
+ }
6243
+ ]
6244
+ }
6245
+ },
6246
+ "functions": {
6247
+ "search": [
6248
+ {
6249
+ "name": "args",
6250
+ "schema": {
6251
+ "k": "ref",
6252
+ "name": "CaliberhealthSearchArgs"
6253
+ },
6254
+ "optional": true
6255
+ }
6256
+ ],
6257
+ "getJob": [
6258
+ {
6259
+ "name": "url",
6260
+ "schema": {
6261
+ "k": "string"
6262
+ },
6263
+ "optional": false
6264
+ }
6265
+ ]
6266
+ }
6267
+ },
6268
+ "providers.califloors": {
6269
+ "defs": {},
6270
+ "functions": {
6271
+ "listCategories": [],
6272
+ "searchProducts": [
6273
+ {
6274
+ "name": "categoryPath",
6275
+ "schema": {
6276
+ "k": "string"
5061
6277
  },
5062
6278
  "optional": false
5063
6279
  },
@@ -5083,6 +6299,15 @@ export const VALIDATORS = {
5083
6299
  "providers.camelcamelcamel": {
5084
6300
  "defs": {},
5085
6301
  "functions": {
6302
+ "search": [
6303
+ {
6304
+ "name": "query",
6305
+ "schema": {
6306
+ "k": "string"
6307
+ },
6308
+ "optional": false
6309
+ }
6310
+ ],
5086
6311
  "getPriceHistory": [
5087
6312
  {
5088
6313
  "name": "asinOrUrl",
@@ -5252,6 +6477,127 @@ export const VALIDATORS = {
5252
6477
  ]
5253
6478
  }
5254
6479
  },
6480
+ "providers.carmelrealtycompany": {
6481
+ "defs": {},
6482
+ "functions": {
6483
+ "searchListings": [
6484
+ {
6485
+ "name": "region",
6486
+ "schema": {
6487
+ "k": "union",
6488
+ "of": [
6489
+ {
6490
+ "k": "literal",
6491
+ "v": "carmel"
6492
+ },
6493
+ {
6494
+ "k": "literal",
6495
+ "v": "carmel-valley"
6496
+ },
6497
+ {
6498
+ "k": "literal",
6499
+ "v": "monterey"
6500
+ },
6501
+ {
6502
+ "k": "literal",
6503
+ "v": "pacific-grove"
6504
+ },
6505
+ {
6506
+ "k": "literal",
6507
+ "v": "global"
6508
+ }
6509
+ ]
6510
+ },
6511
+ "optional": false
6512
+ }
6513
+ ],
6514
+ "getListing": [
6515
+ {
6516
+ "name": "slug",
6517
+ "schema": {
6518
+ "k": "string"
6519
+ },
6520
+ "optional": false
6521
+ }
6522
+ ]
6523
+ }
6524
+ },
6525
+ "providers.carolefabrics": {
6526
+ "defs": {
6527
+ "CarolefabricsSearchArgs": {
6528
+ "k": "object",
6529
+ "props": [
6530
+ {
6531
+ "name": "category",
6532
+ "schema": {
6533
+ "k": "union",
6534
+ "of": [
6535
+ {
6536
+ "k": "literal",
6537
+ "v": "fabric"
6538
+ },
6539
+ {
6540
+ "k": "literal",
6541
+ "v": "trim"
6542
+ }
6543
+ ]
6544
+ },
6545
+ "optional": false
6546
+ },
6547
+ {
6548
+ "name": "keyword",
6549
+ "schema": {
6550
+ "k": "string"
6551
+ },
6552
+ "optional": false
6553
+ }
6554
+ ]
6555
+ }
6556
+ },
6557
+ "functions": {
6558
+ "search": [
6559
+ {
6560
+ "name": "args",
6561
+ "schema": {
6562
+ "k": "ref",
6563
+ "name": "CarolefabricsSearchArgs"
6564
+ },
6565
+ "optional": false
6566
+ }
6567
+ ]
6568
+ }
6569
+ },
6570
+ "providers.carpetlandusa": {
6571
+ "defs": {},
6572
+ "functions": {
6573
+ "listCategories": [],
6574
+ "searchProducts": [
6575
+ {
6576
+ "name": "categorySlug",
6577
+ "schema": {
6578
+ "k": "string"
6579
+ },
6580
+ "optional": true
6581
+ },
6582
+ {
6583
+ "name": "keyword",
6584
+ "schema": {
6585
+ "k": "string"
6586
+ },
6587
+ "optional": true
6588
+ }
6589
+ ],
6590
+ "getProduct": [
6591
+ {
6592
+ "name": "slugOrUrl",
6593
+ "schema": {
6594
+ "k": "string"
6595
+ },
6596
+ "optional": false
6597
+ }
6598
+ ]
6599
+ }
6600
+ },
5255
6601
  "providers.cars": {
5256
6602
  "defs": {
5257
6603
  "QuoteIdentity": {
@@ -5439,42 +6785,493 @@ export const VALIDATORS = {
5439
6785
  "optional": false
5440
6786
  }
5441
6787
  ],
5442
- "getVehicleValue": [
6788
+ "getVehicleValue": [
6789
+ {
6790
+ "name": "args",
6791
+ "schema": {
6792
+ "k": "object",
6793
+ "props": [
6794
+ {
6795
+ "name": "vin",
6796
+ "schema": {
6797
+ "k": "string"
6798
+ },
6799
+ "optional": false
6800
+ },
6801
+ {
6802
+ "name": "identity",
6803
+ "schema": {
6804
+ "k": "ref",
6805
+ "name": "QuoteIdentity"
6806
+ },
6807
+ "optional": false
6808
+ },
6809
+ {
6810
+ "name": "postalCode",
6811
+ "schema": {
6812
+ "k": "string"
6813
+ },
6814
+ "optional": false
6815
+ },
6816
+ {
6817
+ "name": "mileage",
6818
+ "schema": {
6819
+ "k": "number"
6820
+ },
6821
+ "optional": true
6822
+ }
6823
+ ]
6824
+ },
6825
+ "optional": false
6826
+ }
6827
+ ]
6828
+ }
6829
+ },
6830
+ "providers.carusohomes": {
6831
+ "defs": {
6832
+ "AssembleTourRequestArgs": {
6833
+ "k": "object",
6834
+ "props": [
6835
+ {
6836
+ "name": "communityUrl",
6837
+ "schema": {
6838
+ "k": "string"
6839
+ },
6840
+ "optional": false
6841
+ },
6842
+ {
6843
+ "name": "firstName",
6844
+ "schema": {
6845
+ "k": "string"
6846
+ },
6847
+ "optional": false
6848
+ },
6849
+ {
6850
+ "name": "lastName",
6851
+ "schema": {
6852
+ "k": "string"
6853
+ },
6854
+ "optional": false
6855
+ },
6856
+ {
6857
+ "name": "email",
6858
+ "schema": {
6859
+ "k": "string"
6860
+ },
6861
+ "optional": false
6862
+ },
6863
+ {
6864
+ "name": "phone",
6865
+ "schema": {
6866
+ "k": "string"
6867
+ },
6868
+ "optional": true
6869
+ },
6870
+ {
6871
+ "name": "desiredPriceRangeMinimum",
6872
+ "schema": {
6873
+ "k": "string"
6874
+ },
6875
+ "optional": true
6876
+ },
6877
+ {
6878
+ "name": "desiredPriceRangeMaximum",
6879
+ "schema": {
6880
+ "k": "string"
6881
+ },
6882
+ "optional": true
6883
+ },
6884
+ {
6885
+ "name": "whenToMove",
6886
+ "schema": {
6887
+ "k": "string"
6888
+ },
6889
+ "optional": true
6890
+ },
6891
+ {
6892
+ "name": "preferredAppointmentDate",
6893
+ "schema": {
6894
+ "k": "string"
6895
+ },
6896
+ "optional": true
6897
+ },
6898
+ {
6899
+ "name": "message",
6900
+ "schema": {
6901
+ "k": "string"
6902
+ },
6903
+ "optional": true
6904
+ },
6905
+ {
6906
+ "name": "textOptIn",
6907
+ "schema": {
6908
+ "k": "boolean"
6909
+ },
6910
+ "optional": true
6911
+ }
6912
+ ]
6913
+ },
6914
+ "GetTourAppointmentSchemaArgs": {
6915
+ "k": "object",
6916
+ "props": [
6917
+ {
6918
+ "name": "communityUrl",
6919
+ "schema": {
6920
+ "k": "string"
6921
+ },
6922
+ "optional": false
6923
+ }
6924
+ ]
6925
+ },
6926
+ "SearchCommunitiesArgs": {
6927
+ "k": "object",
6928
+ "props": [
6929
+ {
6930
+ "name": "market",
6931
+ "schema": {
6932
+ "k": "string"
6933
+ },
6934
+ "optional": false
6935
+ }
6936
+ ]
6937
+ },
6938
+ "SearchFloorPlansArgs": {
6939
+ "k": "object",
6940
+ "props": [
6941
+ {
6942
+ "name": "market",
6943
+ "schema": {
6944
+ "k": "string"
6945
+ },
6946
+ "optional": false
6947
+ },
6948
+ {
6949
+ "name": "buildOnYourLot",
6950
+ "schema": {
6951
+ "k": "boolean"
6952
+ },
6953
+ "optional": true
6954
+ }
6955
+ ]
6956
+ }
6957
+ },
6958
+ "functions": {
6959
+ "searchCommunities": [
6960
+ {
6961
+ "name": "args",
6962
+ "schema": {
6963
+ "k": "ref",
6964
+ "name": "SearchCommunitiesArgs"
6965
+ },
6966
+ "optional": false
6967
+ }
6968
+ ],
6969
+ "searchFloorPlans": [
6970
+ {
6971
+ "name": "args",
6972
+ "schema": {
6973
+ "k": "ref",
6974
+ "name": "SearchFloorPlansArgs"
6975
+ },
6976
+ "optional": false
6977
+ }
6978
+ ],
6979
+ "getTourAppointmentSchema": [
6980
+ {
6981
+ "name": "args",
6982
+ "schema": {
6983
+ "k": "ref",
6984
+ "name": "GetTourAppointmentSchemaArgs"
6985
+ },
6986
+ "optional": false
6987
+ }
6988
+ ],
6989
+ "assembleTourRequest": [
6990
+ {
6991
+ "name": "args",
6992
+ "schema": {
6993
+ "k": "ref",
6994
+ "name": "AssembleTourRequestArgs"
6995
+ },
6996
+ "optional": false
6997
+ }
6998
+ ]
6999
+ }
7000
+ },
7001
+ "providers.casadragones": {
7002
+ "defs": {},
7003
+ "functions": {
7004
+ "listProducts": [
7005
+ {
7006
+ "name": "query",
7007
+ "schema": {
7008
+ "k": "string"
7009
+ },
7010
+ "optional": true
7011
+ }
7012
+ ],
7013
+ "getProduct": [
7014
+ {
7015
+ "name": "handle",
7016
+ "schema": {
7017
+ "k": "string"
7018
+ },
7019
+ "optional": false
7020
+ }
7021
+ ],
7022
+ "findNearbyRetailers": [
7023
+ {
7024
+ "name": "zip",
7025
+ "schema": {
7026
+ "k": "string"
7027
+ },
7028
+ "optional": false
7029
+ },
7030
+ {
7031
+ "name": "radiusMiles",
7032
+ "schema": {
7033
+ "k": "number"
7034
+ },
7035
+ "optional": true
7036
+ }
7037
+ ]
7038
+ }
7039
+ },
7040
+ "providers.cbhhomes": {
7041
+ "defs": {
7042
+ "AssembleInquiryArgs": {
7043
+ "k": "object",
7044
+ "props": [
7045
+ {
7046
+ "name": "pageUrl",
7047
+ "schema": {
7048
+ "k": "string"
7049
+ },
7050
+ "optional": true
7051
+ },
7052
+ {
7053
+ "name": "firstName",
7054
+ "schema": {
7055
+ "k": "string"
7056
+ },
7057
+ "optional": false
7058
+ },
7059
+ {
7060
+ "name": "lastName",
7061
+ "schema": {
7062
+ "k": "string"
7063
+ },
7064
+ "optional": false
7065
+ },
7066
+ {
7067
+ "name": "email",
7068
+ "schema": {
7069
+ "k": "string"
7070
+ },
7071
+ "optional": false
7072
+ },
7073
+ {
7074
+ "name": "phone",
7075
+ "schema": {
7076
+ "k": "string"
7077
+ },
7078
+ "optional": false
7079
+ },
7080
+ {
7081
+ "name": "cityOfInterest",
7082
+ "schema": {
7083
+ "k": "string"
7084
+ },
7085
+ "optional": false
7086
+ },
7087
+ {
7088
+ "name": "priceRange",
7089
+ "schema": {
7090
+ "k": "string"
7091
+ },
7092
+ "optional": false
7093
+ },
7094
+ {
7095
+ "name": "message",
7096
+ "schema": {
7097
+ "k": "string"
7098
+ },
7099
+ "optional": true
7100
+ },
7101
+ {
7102
+ "name": "street",
7103
+ "schema": {
7104
+ "k": "string"
7105
+ },
7106
+ "optional": true
7107
+ },
7108
+ {
7109
+ "name": "city",
7110
+ "schema": {
7111
+ "k": "string"
7112
+ },
7113
+ "optional": true
7114
+ },
7115
+ {
7116
+ "name": "state",
7117
+ "schema": {
7118
+ "k": "string"
7119
+ },
7120
+ "optional": true
7121
+ },
7122
+ {
7123
+ "name": "zip",
7124
+ "schema": {
7125
+ "k": "string"
7126
+ },
7127
+ "optional": true
7128
+ },
7129
+ {
7130
+ "name": "howClose",
7131
+ "schema": {
7132
+ "k": "string"
7133
+ },
7134
+ "optional": true
7135
+ },
7136
+ {
7137
+ "name": "textOptIn",
7138
+ "schema": {
7139
+ "k": "boolean"
7140
+ },
7141
+ "optional": true
7142
+ }
7143
+ ]
7144
+ },
7145
+ "GetInquiryFormSchemaArgs": {
7146
+ "k": "object",
7147
+ "props": [
7148
+ {
7149
+ "name": "pageUrl",
7150
+ "schema": {
7151
+ "k": "string"
7152
+ },
7153
+ "optional": true
7154
+ }
7155
+ ]
7156
+ },
7157
+ "SearchListingsArgs": {
7158
+ "k": "object",
7159
+ "props": [
7160
+ {
7161
+ "name": "city",
7162
+ "schema": {
7163
+ "k": "string"
7164
+ },
7165
+ "optional": true
7166
+ },
7167
+ {
7168
+ "name": "bedrooms",
7169
+ "schema": {
7170
+ "k": "number"
7171
+ },
7172
+ "optional": true
7173
+ },
7174
+ {
7175
+ "name": "bathrooms",
7176
+ "schema": {
7177
+ "k": "number"
7178
+ },
7179
+ "optional": true
7180
+ },
7181
+ {
7182
+ "name": "priceMin",
7183
+ "schema": {
7184
+ "k": "number"
7185
+ },
7186
+ "optional": true
7187
+ },
7188
+ {
7189
+ "name": "priceMax",
7190
+ "schema": {
7191
+ "k": "number"
7192
+ },
7193
+ "optional": true
7194
+ },
7195
+ {
7196
+ "name": "sqftMin",
7197
+ "schema": {
7198
+ "k": "number"
7199
+ },
7200
+ "optional": true
7201
+ },
7202
+ {
7203
+ "name": "sqftMax",
7204
+ "schema": {
7205
+ "k": "number"
7206
+ },
7207
+ "optional": true
7208
+ },
7209
+ {
7210
+ "name": "moveInReady",
7211
+ "schema": {
7212
+ "k": "boolean"
7213
+ },
7214
+ "optional": true
7215
+ },
7216
+ {
7217
+ "name": "count",
7218
+ "schema": {
7219
+ "k": "number"
7220
+ },
7221
+ "optional": true
7222
+ },
7223
+ {
7224
+ "name": "page",
7225
+ "schema": {
7226
+ "k": "number"
7227
+ },
7228
+ "optional": true
7229
+ }
7230
+ ]
7231
+ }
7232
+ },
7233
+ "functions": {
7234
+ "searchListings": [
7235
+ {
7236
+ "name": "args",
7237
+ "schema": {
7238
+ "k": "ref",
7239
+ "name": "SearchListingsArgs"
7240
+ },
7241
+ "optional": false
7242
+ }
7243
+ ],
7244
+ "getInquiryFormSchema": [
7245
+ {
7246
+ "name": "args",
7247
+ "schema": {
7248
+ "k": "ref",
7249
+ "name": "GetInquiryFormSchemaArgs"
7250
+ },
7251
+ "optional": false
7252
+ }
7253
+ ],
7254
+ "assembleInquiry": [
5443
7255
  {
5444
7256
  "name": "args",
5445
7257
  "schema": {
5446
- "k": "object",
5447
- "props": [
5448
- {
5449
- "name": "vin",
5450
- "schema": {
5451
- "k": "string"
5452
- },
5453
- "optional": false
5454
- },
5455
- {
5456
- "name": "identity",
5457
- "schema": {
5458
- "k": "ref",
5459
- "name": "QuoteIdentity"
5460
- },
5461
- "optional": false
5462
- },
5463
- {
5464
- "name": "postalCode",
5465
- "schema": {
5466
- "k": "string"
5467
- },
5468
- "optional": false
5469
- },
5470
- {
5471
- "name": "mileage",
5472
- "schema": {
5473
- "k": "number"
5474
- },
5475
- "optional": true
5476
- }
5477
- ]
7258
+ "k": "ref",
7259
+ "name": "AssembleInquiryArgs"
7260
+ },
7261
+ "optional": false
7262
+ }
7263
+ ]
7264
+ }
7265
+ },
7266
+ "providers.champxpress": {
7267
+ "defs": {},
7268
+ "functions": {
7269
+ "listLocations": [],
7270
+ "getPlanQuote": [
7271
+ {
7272
+ "name": "location",
7273
+ "schema": {
7274
+ "k": "string"
5478
7275
  },
5479
7276
  "optional": false
5480
7277
  }
@@ -5941,6 +7738,29 @@ export const VALIDATORS = {
5941
7738
  ]
5942
7739
  }
5943
7740
  },
7741
+ "providers.chipotle": {
7742
+ "defs": {},
7743
+ "functions": {
7744
+ "getBowlBuilder": [
7745
+ {
7746
+ "name": "options",
7747
+ "schema": {
7748
+ "k": "object",
7749
+ "props": [
7750
+ {
7751
+ "name": "protein",
7752
+ "schema": {
7753
+ "k": "string"
7754
+ },
7755
+ "optional": true
7756
+ }
7757
+ ]
7758
+ },
7759
+ "optional": true
7760
+ }
7761
+ ]
7762
+ }
7763
+ },
5944
7764
  "providers.chriscraft": {
5945
7765
  "defs": {
5946
7766
  "ChriscraftBoatType": {
@@ -6135,13 +7955,6 @@ export const VALIDATORS = {
6135
7955
  "k": "string"
6136
7956
  },
6137
7957
  "optional": true
6138
- },
6139
- {
6140
- "name": "cursor",
6141
- "schema": {
6142
- "k": "string"
6143
- },
6144
- "optional": true
6145
7958
  }
6146
7959
  ]
6147
7960
  }
@@ -6201,6 +8014,36 @@ export const VALIDATORS = {
6201
8014
  ]
6202
8015
  }
6203
8016
  },
8017
+ "providers.claude_com": {
8018
+ "defs": {},
8019
+ "functions": {
8020
+ "getDoc": [
8021
+ {
8022
+ "name": "url",
8023
+ "schema": {
8024
+ "k": "string"
8025
+ },
8026
+ "optional": false
8027
+ }
8028
+ ],
8029
+ "listDocPages": []
8030
+ }
8031
+ },
8032
+ "providers.claude_support": {
8033
+ "defs": {},
8034
+ "functions": {
8035
+ "getArticle": [
8036
+ {
8037
+ "name": "url",
8038
+ "schema": {
8039
+ "k": "string"
8040
+ },
8041
+ "optional": false
8042
+ }
8043
+ ],
8044
+ "listArticles": []
8045
+ }
8046
+ },
6204
8047
  "providers.claudemarketplaces_com": {
6205
8048
  "defs": {},
6206
8049
  "functions": {
@@ -6212,6 +8055,15 @@ export const VALIDATORS = {
6212
8055
  },
6213
8056
  "optional": false
6214
8057
  }
8058
+ ],
8059
+ "searchListings": [
8060
+ {
8061
+ "name": "query",
8062
+ "schema": {
8063
+ "k": "string"
8064
+ },
8065
+ "optional": false
8066
+ }
6215
8067
  ]
6216
8068
  }
6217
8069
  },
@@ -6315,6 +8167,21 @@ export const VALIDATORS = {
6315
8167
  ]
6316
8168
  }
6317
8169
  },
8170
+ "providers.code_claude_com": {
8171
+ "defs": {},
8172
+ "functions": {
8173
+ "getDoc": [
8174
+ {
8175
+ "name": "url",
8176
+ "schema": {
8177
+ "k": "string"
8178
+ },
8179
+ "optional": false
8180
+ }
8181
+ ],
8182
+ "listDocPages": []
8183
+ }
8184
+ },
6318
8185
  "providers.consultnet": {
6319
8186
  "defs": {
6320
8187
  "ConsultnetJobSearchQuery": {
@@ -6727,6 +8594,67 @@ export const VALIDATORS = {
6727
8594
  ]
6728
8595
  }
6729
8596
  },
8597
+ "providers.decksdirect": {
8598
+ "defs": {},
8599
+ "functions": {
8600
+ "searchProducts": [
8601
+ {
8602
+ "name": "query",
8603
+ "schema": {
8604
+ "k": "string"
8605
+ },
8606
+ "optional": false
8607
+ }
8608
+ ],
8609
+ "getProduct": [
8610
+ {
8611
+ "name": "urlKey",
8612
+ "schema": {
8613
+ "k": "string"
8614
+ },
8615
+ "optional": false
8616
+ }
8617
+ ],
8618
+ "priceConfiguration": [
8619
+ {
8620
+ "name": "urlKey",
8621
+ "schema": {
8622
+ "k": "string"
8623
+ },
8624
+ "optional": false
8625
+ },
8626
+ {
8627
+ "name": "selections",
8628
+ "schema": {
8629
+ "k": "record",
8630
+ "value": {
8631
+ "k": "string"
8632
+ }
8633
+ },
8634
+ "optional": false
8635
+ }
8636
+ ],
8637
+ "addToCart": [
8638
+ {
8639
+ "name": "urlKey",
8640
+ "schema": {
8641
+ "k": "string"
8642
+ },
8643
+ "optional": false
8644
+ },
8645
+ {
8646
+ "name": "selections",
8647
+ "schema": {
8648
+ "k": "record",
8649
+ "value": {
8650
+ "k": "string"
8651
+ }
8652
+ },
8653
+ "optional": false
8654
+ }
8655
+ ]
8656
+ }
8657
+ },
6730
8658
  "providers.developersopenai": {
6731
8659
  "defs": {},
6732
8660
  "functions": {
@@ -6744,6 +8672,15 @@ export const VALIDATORS = {
6744
8672
  "providers.dice": {
6745
8673
  "defs": {},
6746
8674
  "functions": {
8675
+ "searchJobs": [
8676
+ {
8677
+ "name": "query",
8678
+ "schema": {
8679
+ "k": "string"
8680
+ },
8681
+ "optional": false
8682
+ }
8683
+ ],
6747
8684
  "getJob": [
6748
8685
  {
6749
8686
  "name": "jobId",
@@ -7196,12 +9133,101 @@ export const VALIDATORS = {
7196
9133
  }
7197
9134
  },
7198
9135
  "functions": {
7199
- "search": [
9136
+ "search": [
9137
+ {
9138
+ "name": "args",
9139
+ "schema": {
9140
+ "k": "ref",
9141
+ "name": "DoordashSearchArgs"
9142
+ },
9143
+ "optional": false
9144
+ }
9145
+ ]
9146
+ }
9147
+ },
9148
+ "providers.dumpsters": {
9149
+ "defs": {
9150
+ "DumpstersGetQuoteArgs": {
9151
+ "k": "object",
9152
+ "props": [
9153
+ {
9154
+ "name": "address",
9155
+ "schema": {
9156
+ "k": "string"
9157
+ },
9158
+ "optional": false
9159
+ },
9160
+ {
9161
+ "name": "projectType",
9162
+ "schema": {
9163
+ "k": "union",
9164
+ "of": [
9165
+ {
9166
+ "k": "literal",
9167
+ "v": "homeCleanout"
9168
+ },
9169
+ {
9170
+ "k": "literal",
9171
+ "v": "homeRemodel"
9172
+ },
9173
+ {
9174
+ "k": "literal",
9175
+ "v": "yardCleanupOrLandscaping"
9176
+ },
9177
+ {
9178
+ "k": "literal",
9179
+ "v": "bathroomOrKitchenDemo"
9180
+ },
9181
+ {
9182
+ "k": "literal",
9183
+ "v": "roofingOrSidingTearDown"
9184
+ },
9185
+ {
9186
+ "k": "literal",
9187
+ "v": "other"
9188
+ }
9189
+ ]
9190
+ },
9191
+ "optional": true
9192
+ },
9193
+ {
9194
+ "name": "debrisType",
9195
+ "schema": {
9196
+ "k": "array",
9197
+ "of": {
9198
+ "k": "union",
9199
+ "of": [
9200
+ {
9201
+ "k": "literal",
9202
+ "v": "mixedHouseholdTrash"
9203
+ },
9204
+ {
9205
+ "k": "literal",
9206
+ "v": "constructionDebris"
9207
+ },
9208
+ {
9209
+ "k": "literal",
9210
+ "v": "yardOrOrganicMaterial"
9211
+ },
9212
+ {
9213
+ "k": "literal",
9214
+ "v": "heavy"
9215
+ }
9216
+ ]
9217
+ }
9218
+ },
9219
+ "optional": true
9220
+ }
9221
+ ]
9222
+ }
9223
+ },
9224
+ "functions": {
9225
+ "getQuote": [
7200
9226
  {
7201
9227
  "name": "args",
7202
9228
  "schema": {
7203
9229
  "k": "ref",
7204
- "name": "DoordashSearchArgs"
9230
+ "name": "DumpstersGetQuoteArgs"
7205
9231
  },
7206
9232
  "optional": false
7207
9233
  }
@@ -7718,6 +9744,43 @@ export const VALIDATORS = {
7718
9744
  ]
7719
9745
  }
7720
9746
  },
9747
+ "providers.fivebelow": {
9748
+ "defs": {},
9749
+ "functions": {
9750
+ "search": [
9751
+ {
9752
+ "name": "args",
9753
+ "schema": {
9754
+ "k": "object",
9755
+ "props": [
9756
+ {
9757
+ "name": "query",
9758
+ "schema": {
9759
+ "k": "string"
9760
+ },
9761
+ "optional": false
9762
+ },
9763
+ {
9764
+ "name": "limit",
9765
+ "schema": {
9766
+ "k": "number"
9767
+ },
9768
+ "optional": true
9769
+ },
9770
+ {
9771
+ "name": "page",
9772
+ "schema": {
9773
+ "k": "number"
9774
+ },
9775
+ "optional": true
9776
+ }
9777
+ ]
9778
+ },
9779
+ "optional": false
9780
+ }
9781
+ ]
9782
+ }
9783
+ },
7721
9784
  "providers.fivestarbathsolutions": {
7722
9785
  "defs": {},
7723
9786
  "functions": {
@@ -8194,6 +10257,94 @@ export const VALIDATORS = {
8194
10257
  ]
8195
10258
  }
8196
10259
  },
10260
+ "providers.gasbuddy": {
10261
+ "defs": {
10262
+ "GasbuddyFindCheapestNearbyArgs": {
10263
+ "k": "object",
10264
+ "props": [
10265
+ {
10266
+ "name": "zip",
10267
+ "schema": {
10268
+ "k": "string"
10269
+ },
10270
+ "optional": false
10271
+ },
10272
+ {
10273
+ "name": "limit",
10274
+ "schema": {
10275
+ "k": "number"
10276
+ },
10277
+ "optional": true
10278
+ }
10279
+ ]
10280
+ }
10281
+ },
10282
+ "functions": {
10283
+ "findCheapestNearby": [
10284
+ {
10285
+ "name": "args",
10286
+ "schema": {
10287
+ "k": "ref",
10288
+ "name": "GasbuddyFindCheapestNearbyArgs"
10289
+ },
10290
+ "optional": false
10291
+ }
10292
+ ]
10293
+ }
10294
+ },
10295
+ "providers.gazelle": {
10296
+ "defs": {},
10297
+ "functions": {
10298
+ "findDevices": [
10299
+ {
10300
+ "name": "query",
10301
+ "schema": {
10302
+ "k": "string"
10303
+ },
10304
+ "optional": true
10305
+ }
10306
+ ],
10307
+ "getTradeInQuote": [
10308
+ {
10309
+ "name": "device",
10310
+ "schema": {
10311
+ "k": "string"
10312
+ },
10313
+ "optional": false
10314
+ },
10315
+ {
10316
+ "name": "selections",
10317
+ "schema": {
10318
+ "k": "object",
10319
+ "props": [
10320
+ {
10321
+ "name": "capacity",
10322
+ "schema": {
10323
+ "k": "string"
10324
+ },
10325
+ "optional": true
10326
+ },
10327
+ {
10328
+ "name": "carrier",
10329
+ "schema": {
10330
+ "k": "string"
10331
+ },
10332
+ "optional": true
10333
+ },
10334
+ {
10335
+ "name": "condition",
10336
+ "schema": {
10337
+ "k": "string"
10338
+ },
10339
+ "optional": true
10340
+ }
10341
+ ]
10342
+ },
10343
+ "optional": true
10344
+ }
10345
+ ]
10346
+ }
10347
+ },
8197
10348
  "providers.geico": {
8198
10349
  "defs": {
8199
10350
  "GeicoAgentQuery": {
@@ -8597,9 +10748,32 @@ export const VALIDATORS = {
8597
10748
  ]
8598
10749
  }
8599
10750
  },
10751
+ "providers.glama": {
10752
+ "defs": {},
10753
+ "functions": {
10754
+ "search": [
10755
+ {
10756
+ "name": "query",
10757
+ "schema": {
10758
+ "k": "string"
10759
+ },
10760
+ "optional": false
10761
+ }
10762
+ ]
10763
+ }
10764
+ },
8600
10765
  "providers.glassesusa": {
8601
10766
  "defs": {},
8602
10767
  "functions": {
10768
+ "search": [
10769
+ {
10770
+ "name": "query",
10771
+ "schema": {
10772
+ "k": "string"
10773
+ },
10774
+ "optional": false
10775
+ }
10776
+ ],
8603
10777
  "getProduct": [
8604
10778
  {
8605
10779
  "name": "url",
@@ -8935,6 +11109,7 @@ export const VALIDATORS = {
8935
11109
  "providers.grandwelcome": {
8936
11110
  "defs": {},
8937
11111
  "functions": {
11112
+ "listGrandwelcomeDestinations": [],
8938
11113
  "searchRentals": [
8939
11114
  {
8940
11115
  "name": "destinationSlug",
@@ -9845,6 +12020,29 @@ export const VALIDATORS = {
9845
12020
  ]
9846
12021
  }
9847
12022
  },
12023
+ "providers.hottopic": {
12024
+ "defs": {},
12025
+ "functions": {
12026
+ "search": [
12027
+ {
12028
+ "name": "arg",
12029
+ "schema": {
12030
+ "k": "object",
12031
+ "props": [
12032
+ {
12033
+ "name": "query",
12034
+ "schema": {
12035
+ "k": "string"
12036
+ },
12037
+ "optional": false
12038
+ }
12039
+ ]
12040
+ },
12041
+ "optional": false
12042
+ }
12043
+ ]
12044
+ }
12045
+ },
9848
12046
  "providers.hunter": {
9849
12047
  "defs": {},
9850
12048
  "functions": {
@@ -12210,7 +14408,8 @@ export const VALIDATORS = {
12210
14408
  },
12211
14409
  "optional": false
12212
14410
  }
12213
- ]
14411
+ ],
14412
+ "listCommunities": []
12214
14413
  }
12215
14414
  },
12216
14415
  "providers.linkedin": {
@@ -12493,6 +14692,24 @@ export const VALIDATORS = {
12493
14692
  "providers.littlewordsproject": {
12494
14693
  "defs": {},
12495
14694
  "functions": {
14695
+ "listLittleWordsProjectCollections": [
14696
+ {
14697
+ "name": "opts",
14698
+ "schema": {
14699
+ "k": "object",
14700
+ "props": [
14701
+ {
14702
+ "name": "limit",
14703
+ "schema": {
14704
+ "k": "number"
14705
+ },
14706
+ "optional": true
14707
+ }
14708
+ ]
14709
+ },
14710
+ "optional": true
14711
+ }
14712
+ ],
12496
14713
  "listLittleWordsProjectProducts": [
12497
14714
  {
12498
14715
  "name": "collectionHandle",
@@ -12580,6 +14797,21 @@ export const VALIDATORS = {
12580
14797
  ]
12581
14798
  }
12582
14799
  },
14800
+ "providers.lmstudio": {
14801
+ "defs": {},
14802
+ "functions": {
14803
+ "getDoc": [
14804
+ {
14805
+ "name": "url",
14806
+ "schema": {
14807
+ "k": "string"
14808
+ },
14809
+ "optional": false
14810
+ }
14811
+ ],
14812
+ "listDocPages": []
14813
+ }
14814
+ },
12583
14815
  "providers.lonelyplanet": {
12584
14816
  "defs": {},
12585
14817
  "functions": {
@@ -12879,6 +15111,15 @@ export const VALIDATORS = {
12879
15111
  },
12880
15112
  "optional": false
12881
15113
  }
15114
+ ],
15115
+ "searchExtensions": [
15116
+ {
15117
+ "name": "query",
15118
+ "schema": {
15119
+ "k": "string"
15120
+ },
15121
+ "optional": false
15122
+ }
12882
15123
  ]
12883
15124
  }
12884
15125
  },
@@ -12941,6 +15182,27 @@ export const VALIDATORS = {
12941
15182
  ]
12942
15183
  }
12943
15184
  },
15185
+ "providers.mcp_so": {
15186
+ "defs": {},
15187
+ "functions": {
15188
+ "search": [
15189
+ {
15190
+ "name": "query",
15191
+ "schema": {
15192
+ "k": "string"
15193
+ },
15194
+ "optional": false
15195
+ },
15196
+ {
15197
+ "name": "limit",
15198
+ "schema": {
15199
+ "k": "number"
15200
+ },
15201
+ "optional": true
15202
+ }
15203
+ ]
15204
+ }
15205
+ },
12944
15206
  "providers.medicalguardian": {
12945
15207
  "defs": {
12946
15208
  "MedicalguardianActivityLevel": {
@@ -14268,6 +16530,15 @@ export const VALIDATORS = {
14268
16530
  },
14269
16531
  "optional": false
14270
16532
  }
16533
+ ],
16534
+ "searchNewageproductsCatalog": [
16535
+ {
16536
+ "name": "query",
16537
+ "schema": {
16538
+ "k": "string"
16539
+ },
16540
+ "optional": false
16541
+ }
14271
16542
  ]
14272
16543
  }
14273
16544
  },
@@ -14915,6 +17186,21 @@ export const VALIDATORS = {
14915
17186
  ]
14916
17187
  }
14917
17188
  },
17189
+ "providers.pilotprotocol": {
17190
+ "defs": {},
17191
+ "functions": {
17192
+ "listApps": [],
17193
+ "getApp": [
17194
+ {
17195
+ "name": "id",
17196
+ "schema": {
17197
+ "k": "string"
17198
+ },
17199
+ "optional": false
17200
+ }
17201
+ ]
17202
+ }
17203
+ },
14918
17204
  "providers.pirateship": {
14919
17205
  "defs": {
14920
17206
  "PirateshipDimensions": {
@@ -15336,7 +17622,22 @@ export const VALIDATORS = {
15336
17622
  },
15337
17623
  "optional": false
15338
17624
  }
15339
- ]
17625
+ ]
17626
+ }
17627
+ },
17628
+ "providers.platform_claude_com": {
17629
+ "defs": {},
17630
+ "functions": {
17631
+ "getDocPage": [
17632
+ {
17633
+ "name": "url",
17634
+ "schema": {
17635
+ "k": "string"
17636
+ },
17637
+ "optional": false
17638
+ }
17639
+ ],
17640
+ "listDocPages": []
15340
17641
  }
15341
17642
  },
15342
17643
  "providers.poshmark": {
@@ -18932,6 +21233,43 @@ export const VALIDATORS = {
18932
21233
  ]
18933
21234
  }
18934
21235
  },
21236
+ "providers.rover": {
21237
+ "defs": {},
21238
+ "functions": {
21239
+ "searchBoarding": [
21240
+ {
21241
+ "name": "args",
21242
+ "schema": {
21243
+ "k": "object",
21244
+ "props": [
21245
+ {
21246
+ "name": "location",
21247
+ "schema": {
21248
+ "k": "string"
21249
+ },
21250
+ "optional": false
21251
+ },
21252
+ {
21253
+ "name": "startDate",
21254
+ "schema": {
21255
+ "k": "string"
21256
+ },
21257
+ "optional": false
21258
+ },
21259
+ {
21260
+ "name": "endDate",
21261
+ "schema": {
21262
+ "k": "string"
21263
+ },
21264
+ "optional": false
21265
+ }
21266
+ ]
21267
+ },
21268
+ "optional": false
21269
+ }
21270
+ ]
21271
+ }
21272
+ },
18935
21273
  "providers.rvshare": {
18936
21274
  "defs": {},
18937
21275
  "functions": {
@@ -19031,6 +21369,107 @@ export const VALIDATORS = {
19031
21369
  ]
19032
21370
  }
19033
21371
  },
21372
+ "providers.safetywing": {
21373
+ "defs": {
21374
+ "Addon": {
21375
+ "k": "union",
21376
+ "of": [
21377
+ {
21378
+ "k": "literal",
21379
+ "v": "sportsCoverage"
21380
+ },
21381
+ {
21382
+ "k": "literal",
21383
+ "v": "usaCoverage"
21384
+ },
21385
+ {
21386
+ "k": "literal",
21387
+ "v": "itemInsurance"
21388
+ }
21389
+ ]
21390
+ },
21391
+ "GetSafetywingQuoteArgs": {
21392
+ "k": "object",
21393
+ "props": [
21394
+ {
21395
+ "name": "plan",
21396
+ "schema": {
21397
+ "k": "ref",
21398
+ "name": "Plan"
21399
+ },
21400
+ "optional": false
21401
+ },
21402
+ {
21403
+ "name": "age",
21404
+ "schema": {
21405
+ "k": "number"
21406
+ },
21407
+ "optional": false
21408
+ },
21409
+ {
21410
+ "name": "startDate",
21411
+ "schema": {
21412
+ "k": "string"
21413
+ },
21414
+ "optional": false
21415
+ },
21416
+ {
21417
+ "name": "durationWeeks",
21418
+ "schema": {
21419
+ "k": "union",
21420
+ "of": [
21421
+ {
21422
+ "k": "literal",
21423
+ "v": 4
21424
+ },
21425
+ {
21426
+ "k": "literal",
21427
+ "v": 52
21428
+ }
21429
+ ]
21430
+ },
21431
+ "optional": false
21432
+ },
21433
+ {
21434
+ "name": "addons",
21435
+ "schema": {
21436
+ "k": "array",
21437
+ "of": {
21438
+ "k": "ref",
21439
+ "name": "Addon"
21440
+ }
21441
+ },
21442
+ "optional": true
21443
+ }
21444
+ ]
21445
+ },
21446
+ "Plan": {
21447
+ "k": "union",
21448
+ "of": [
21449
+ {
21450
+ "k": "literal",
21451
+ "v": "essential"
21452
+ },
21453
+ {
21454
+ "k": "literal",
21455
+ "v": "complete"
21456
+ }
21457
+ ]
21458
+ }
21459
+ },
21460
+ "functions": {
21461
+ "getQuote": [
21462
+ {
21463
+ "name": "args",
21464
+ "schema": {
21465
+ "k": "ref",
21466
+ "name": "GetSafetywingQuoteArgs"
21467
+ },
21468
+ "optional": false
21469
+ }
21470
+ ]
21471
+ }
21472
+ },
19034
21473
  "providers.saltandstone": {
19035
21474
  "defs": {},
19036
21475
  "functions": {
@@ -19763,6 +22202,15 @@ export const VALIDATORS = {
19763
22202
  "providers.solostove": {
19764
22203
  "defs": {},
19765
22204
  "functions": {
22205
+ "listBundles": [
22206
+ {
22207
+ "name": "query",
22208
+ "schema": {
22209
+ "k": "string"
22210
+ },
22211
+ "optional": false
22212
+ }
22213
+ ],
19766
22214
  "checkBundle": [
19767
22215
  {
19768
22216
  "name": "args",
@@ -21230,6 +23678,31 @@ export const VALIDATORS = {
21230
23678
  "k": "string"
21231
23679
  },
21232
23680
  "optional": true
23681
+ },
23682
+ {
23683
+ "name": "residenceOwnership",
23684
+ "schema": {
23685
+ "k": "union",
23686
+ "of": [
23687
+ {
23688
+ "k": "literal",
23689
+ "v": 0
23690
+ },
23691
+ {
23692
+ "k": "literal",
23693
+ "v": 1
23694
+ },
23695
+ {
23696
+ "k": "literal",
23697
+ "v": 2
23698
+ },
23699
+ {
23700
+ "k": "literal",
23701
+ "v": 3
23702
+ }
23703
+ ]
23704
+ },
23705
+ "optional": true
21233
23706
  }
21234
23707
  ]
21235
23708
  },
@@ -21272,6 +23745,30 @@ export const VALIDATORS = {
21272
23745
  "k": "string"
21273
23746
  },
21274
23747
  "optional": false
23748
+ },
23749
+ {
23750
+ "name": "currentlyInsured",
23751
+ "schema": {
23752
+ "k": "boolean"
23753
+ },
23754
+ "optional": true
23755
+ },
23756
+ {
23757
+ "name": "userPurchaseTimeframe",
23758
+ "schema": {
23759
+ "k": "union",
23760
+ "of": [
23761
+ {
23762
+ "k": "literal",
23763
+ "v": "TODAY"
23764
+ },
23765
+ {
23766
+ "k": "literal",
23767
+ "v": "FUTURE"
23768
+ }
23769
+ ]
23770
+ },
23771
+ "optional": true
21275
23772
  }
21276
23773
  ]
21277
23774
  },
@@ -21744,6 +24241,7 @@ export const VALIDATORS = {
21744
24241
  "providers.topviewtix": {
21745
24242
  "defs": {},
21746
24243
  "functions": {
24244
+ "listPackages": [],
21747
24245
  "getPackageDetails": [
21748
24246
  {
21749
24247
  "name": "args",
@@ -22190,6 +24688,27 @@ export const VALIDATORS = {
22190
24688
  ]
22191
24689
  }
22192
24690
  },
24691
+ "providers.uhc_smallbusiness": {
24692
+ "defs": {},
24693
+ "functions": {
24694
+ "getGroupHealthQuote": [
24695
+ {
24696
+ "name": "zip",
24697
+ "schema": {
24698
+ "k": "string"
24699
+ },
24700
+ "optional": false
24701
+ },
24702
+ {
24703
+ "name": "employeeCount",
24704
+ "schema": {
24705
+ "k": "number"
24706
+ },
24707
+ "optional": false
24708
+ }
24709
+ ]
24710
+ }
24711
+ },
22193
24712
  "providers.ulrichlifestyle": {
22194
24713
  "defs": {},
22195
24714
  "functions": {
@@ -22802,6 +25321,21 @@ export const VALIDATORS = {
22802
25321
  ]
22803
25322
  }
22804
25323
  },
25324
+ "providers.vscode": {
25325
+ "defs": {},
25326
+ "functions": {
25327
+ "getDoc": [
25328
+ {
25329
+ "name": "url",
25330
+ "schema": {
25331
+ "k": "string"
25332
+ },
25333
+ "optional": false
25334
+ }
25335
+ ],
25336
+ "listDocPages": []
25337
+ }
25338
+ },
22805
25339
  "providers.walkerhughes": {
22806
25340
  "defs": {},
22807
25341
  "functions": {
@@ -23176,6 +25710,38 @@ export const VALIDATORS = {
23176
25710
  ]
23177
25711
  }
23178
25712
  },
25713
+ "providers.ycombinator": {
25714
+ "defs": {},
25715
+ "functions": {
25716
+ "getArticle": [
25717
+ {
25718
+ "name": "url",
25719
+ "schema": {
25720
+ "k": "string"
25721
+ },
25722
+ "optional": false
25723
+ }
25724
+ ],
25725
+ "getBlogPost": [
25726
+ {
25727
+ "name": "url",
25728
+ "schema": {
25729
+ "k": "string"
25730
+ },
25731
+ "optional": false
25732
+ }
25733
+ ],
25734
+ "search": [
25735
+ {
25736
+ "name": "query",
25737
+ "schema": {
25738
+ "k": "string"
25739
+ },
25740
+ "optional": false
25741
+ }
25742
+ ]
25743
+ }
25744
+ },
23179
25745
  "providers.yelp": {
23180
25746
  "defs": {
23181
25747
  "YelpSearchArgs": {
@@ -23389,6 +25955,22 @@ export const VALIDATORS = {
23389
25955
  }
23390
25956
  },
23391
25957
  "functions": {
25958
+ "searchFrames": [
25959
+ {
25960
+ "name": "query",
25961
+ "schema": {
25962
+ "k": "string"
25963
+ },
25964
+ "optional": false
25965
+ },
25966
+ {
25967
+ "name": "limit",
25968
+ "schema": {
25969
+ "k": "number"
25970
+ },
25971
+ "optional": true
25972
+ }
25973
+ ],
23392
25974
  "getFrame": [
23393
25975
  {
23394
25976
  "name": "skuId",