@bowmark/web 1.16.1 → 1.18.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: ab1045c2b0a9094f69fd97b6a8be00087ae7b8871ef4e274bb3bb248203dbcea
9
- // 856 checked, 20 unchecked.
8
+ // Manifest version: 12940343b1f8c9228a6b145e3e5125fe143419901694198fcc8789af04b5dc2e
9
+ // 895 checked, 20 unchecked.
10
10
  export const VALIDATORS = {
11
- "version": "ab1045c2b0a9094f69fd97b6a8be00087ae7b8871ef4e274bb3bb248203dbcea",
11
+ "version": "12940343b1f8c9228a6b145e3e5125fe143419901694198fcc8789af04b5dc2e",
12
12
  "units": {
13
13
  "bundles": {
14
14
  "defs": {},
@@ -2684,6 +2684,20 @@ export const VALIDATORS = {
2684
2684
  ]
2685
2685
  }
2686
2686
  },
2687
+ "web_form_fields": {
2688
+ "defs": {},
2689
+ "functions": {
2690
+ "getFields": [
2691
+ {
2692
+ "name": "url",
2693
+ "schema": {
2694
+ "k": "string"
2695
+ },
2696
+ "optional": false
2697
+ }
2698
+ ]
2699
+ }
2700
+ },
2687
2701
  "wireless": {
2688
2702
  "defs": {},
2689
2703
  "functions": {
@@ -5090,6 +5104,39 @@ export const VALIDATORS = {
5090
5104
  ]
5091
5105
  }
5092
5106
  },
5107
+ "providers.beaconfunding": {
5108
+ "defs": {
5109
+ "BeaconfundingLoanType": {
5110
+ "k": "union",
5111
+ "of": [
5112
+ {
5113
+ "k": "literal",
5114
+ "v": "equipmentFinancing"
5115
+ },
5116
+ {
5117
+ "k": "literal",
5118
+ "v": "preApproval"
5119
+ },
5120
+ {
5121
+ "k": "literal",
5122
+ "v": "cashForBusiness"
5123
+ }
5124
+ ]
5125
+ }
5126
+ },
5127
+ "functions": {
5128
+ "getApplicationFields": [
5129
+ {
5130
+ "name": "loanType",
5131
+ "schema": {
5132
+ "k": "ref",
5133
+ "name": "BeaconfundingLoanType"
5134
+ },
5135
+ "optional": false
5136
+ }
5137
+ ]
5138
+ }
5139
+ },
5093
5140
  "providers.beatthebomb": {
5094
5141
  "defs": {},
5095
5142
  "functions": {
@@ -5732,6 +5779,29 @@ export const VALIDATORS = {
5732
5779
  ]
5733
5780
  }
5734
5781
  },
5782
+ "providers.blueribbonhomewarranty_com": {
5783
+ "defs": {},
5784
+ "functions": {
5785
+ "search": [
5786
+ {
5787
+ "name": "query",
5788
+ "schema": {
5789
+ "k": "string"
5790
+ },
5791
+ "optional": false
5792
+ }
5793
+ ],
5794
+ "getPage": [
5795
+ {
5796
+ "name": "url",
5797
+ "schema": {
5798
+ "k": "string"
5799
+ },
5800
+ "optional": false
5801
+ }
5802
+ ]
5803
+ }
5804
+ },
5735
5805
  "providers.bluesignal": {
5736
5806
  "defs": {},
5737
5807
  "functions": {
@@ -7326,6 +7396,21 @@ export const VALIDATORS = {
7326
7396
  ]
7327
7397
  }
7328
7398
  },
7399
+ "providers.cascadiaseniorliving_com": {
7400
+ "defs": {},
7401
+ "functions": {
7402
+ "listSitePages": [],
7403
+ "getSitePage": [
7404
+ {
7405
+ "name": "pageRef",
7406
+ "schema": {
7407
+ "k": "string"
7408
+ },
7409
+ "optional": false
7410
+ }
7411
+ ]
7412
+ }
7413
+ },
7329
7414
  "providers.cbhhomes": {
7330
7415
  "defs": {
7331
7416
  "AssembleInquiryArgs": {
@@ -8544,6 +8629,90 @@ export const VALIDATORS = {
8544
8629
  ]
8545
8630
  }
8546
8631
  },
8632
+ "providers.clboyd": {
8633
+ "defs": {
8634
+ "CLBoydSearchArgs": {
8635
+ "k": "object",
8636
+ "props": [
8637
+ {
8638
+ "name": "category",
8639
+ "schema": {
8640
+ "k": "string"
8641
+ },
8642
+ "optional": false
8643
+ },
8644
+ {
8645
+ "name": "manufacturer",
8646
+ "schema": {
8647
+ "k": "string"
8648
+ },
8649
+ "optional": true
8650
+ },
8651
+ {
8652
+ "name": "minYear",
8653
+ "schema": {
8654
+ "k": "number"
8655
+ },
8656
+ "optional": true
8657
+ },
8658
+ {
8659
+ "name": "maxYear",
8660
+ "schema": {
8661
+ "k": "number"
8662
+ },
8663
+ "optional": true
8664
+ },
8665
+ {
8666
+ "name": "minPrice",
8667
+ "schema": {
8668
+ "k": "number"
8669
+ },
8670
+ "optional": true
8671
+ },
8672
+ {
8673
+ "name": "maxPrice",
8674
+ "schema": {
8675
+ "k": "number"
8676
+ },
8677
+ "optional": true
8678
+ },
8679
+ {
8680
+ "name": "minHours",
8681
+ "schema": {
8682
+ "k": "number"
8683
+ },
8684
+ "optional": true
8685
+ },
8686
+ {
8687
+ "name": "maxHours",
8688
+ "schema": {
8689
+ "k": "number"
8690
+ },
8691
+ "optional": true
8692
+ },
8693
+ {
8694
+ "name": "sort",
8695
+ "schema": {
8696
+ "k": "string"
8697
+ },
8698
+ "optional": true
8699
+ }
8700
+ ]
8701
+ }
8702
+ },
8703
+ "functions": {
8704
+ "searchUsedEquipment": [
8705
+ {
8706
+ "name": "args",
8707
+ "schema": {
8708
+ "k": "ref",
8709
+ "name": "CLBoydSearchArgs"
8710
+ },
8711
+ "optional": false
8712
+ }
8713
+ ]
8714
+ }
8715
+ },
8547
8716
  "providers.cleanairlawncare": {
8548
8717
  "defs": {},
8549
8718
  "functions": {
@@ -8715,6 +8884,13 @@ export const VALIDATORS = {
8715
8884
  ]
8716
8885
  }
8717
8886
  },
8887
+ "providers.credibly_com": {
8888
+ "defs": {},
8889
+ "functions": {
8890
+ "getApplicationForm": [],
8891
+ "getEligibilityRequirements": []
8892
+ }
8893
+ },
8718
8894
  "providers.cruiselakegeneva": {
8719
8895
  "defs": {},
8720
8896
  "functions": {
@@ -8868,6 +9044,72 @@ export const VALIDATORS = {
8868
9044
  ]
8869
9045
  }
8870
9046
  },
9047
+ "providers.dahlconsulting": {
9048
+ "defs": {
9049
+ "dahlconsultingSearchFilters": {
9050
+ "k": "object",
9051
+ "props": [
9052
+ {
9053
+ "name": "query",
9054
+ "schema": {
9055
+ "k": "string"
9056
+ },
9057
+ "optional": true
9058
+ },
9059
+ {
9060
+ "name": "location",
9061
+ "schema": {
9062
+ "k": "string"
9063
+ },
9064
+ "optional": true
9065
+ },
9066
+ {
9067
+ "name": "limit",
9068
+ "schema": {
9069
+ "k": "number"
9070
+ },
9071
+ "optional": true
9072
+ }
9073
+ ]
9074
+ }
9075
+ },
9076
+ "functions": {
9077
+ "searchJobs": [
9078
+ {
9079
+ "name": "filters",
9080
+ "schema": {
9081
+ "k": "ref",
9082
+ "name": "dahlconsultingSearchFilters"
9083
+ },
9084
+ "optional": true
9085
+ }
9086
+ ],
9087
+ "getJob": [
9088
+ {
9089
+ "name": "url",
9090
+ "schema": {
9091
+ "k": "string"
9092
+ },
9093
+ "optional": false
9094
+ }
9095
+ ]
9096
+ }
9097
+ },
9098
+ "providers.dansons": {
9099
+ "defs": {},
9100
+ "functions": {
9101
+ "listRegisterableProducts": [],
9102
+ "identifyProduct": [
9103
+ {
9104
+ "name": "query",
9105
+ "schema": {
9106
+ "k": "string"
9107
+ },
9108
+ "optional": false
9109
+ }
9110
+ ]
9111
+ }
9112
+ },
8871
9113
  "providers.davidsonhomes": {
8872
9114
  "defs": {},
8873
9115
  "functions": {
@@ -9132,63 +9374,258 @@ export const VALIDATORS = {
9132
9374
  ]
9133
9375
  }
9134
9376
  },
9135
- "providers.developersopenai": {
9136
- "defs": {},
9137
- "functions": {
9138
- "getDocPage": [
9139
- {
9140
- "name": "args",
9141
- "schema": {
9142
- "k": "any"
9143
- },
9144
- "optional": true
9145
- }
9146
- ]
9147
- }
9148
- },
9149
- "providers.dice": {
9150
- "defs": {},
9151
- "functions": {
9152
- "searchJobs": [
9153
- {
9154
- "name": "query",
9155
- "schema": {
9156
- "k": "string"
9157
- },
9158
- "optional": false
9159
- }
9160
- ],
9161
- "getJob": [
9162
- {
9163
- "name": "jobId",
9164
- "schema": {
9165
- "k": "string"
9166
- },
9167
- "optional": false
9168
- }
9169
- ]
9170
- }
9171
- },
9172
- "providers.dickssportinggoods": {
9173
- "defs": {},
9174
- "functions": {
9175
- "findStores": null
9176
- }
9177
- },
9178
- "providers.dillards": {
9377
+ "providers.deltadentalma": {
9179
9378
  "defs": {
9180
- "dillardsCheckStockQuery": {
9379
+ "deltadentalmaSearchFilters": {
9181
9380
  "k": "object",
9182
9381
  "props": [
9183
9382
  {
9184
- "name": "url",
9383
+ "name": "zip",
9185
9384
  "schema": {
9186
9385
  "k": "string"
9187
9386
  },
9188
9387
  "optional": false
9189
9388
  },
9190
9389
  {
9191
- "name": "size",
9390
+ "name": "radiusMiles",
9391
+ "schema": {
9392
+ "k": "number"
9393
+ },
9394
+ "optional": true
9395
+ },
9396
+ {
9397
+ "name": "network",
9398
+ "schema": {
9399
+ "k": "string"
9400
+ },
9401
+ "optional": true
9402
+ },
9403
+ {
9404
+ "name": "specialty",
9405
+ "schema": {
9406
+ "k": "string"
9407
+ },
9408
+ "optional": true
9409
+ },
9410
+ {
9411
+ "name": "language",
9412
+ "schema": {
9413
+ "k": "string"
9414
+ },
9415
+ "optional": true
9416
+ },
9417
+ {
9418
+ "name": "gender",
9419
+ "schema": {
9420
+ "k": "union",
9421
+ "of": [
9422
+ {
9423
+ "k": "literal",
9424
+ "v": "F"
9425
+ },
9426
+ {
9427
+ "k": "literal",
9428
+ "v": "M"
9429
+ }
9430
+ ]
9431
+ },
9432
+ "optional": true
9433
+ },
9434
+ {
9435
+ "name": "limit",
9436
+ "schema": {
9437
+ "k": "number"
9438
+ },
9439
+ "optional": true
9440
+ }
9441
+ ]
9442
+ }
9443
+ },
9444
+ "functions": {
9445
+ "search": [
9446
+ {
9447
+ "name": "filters",
9448
+ "schema": {
9449
+ "k": "ref",
9450
+ "name": "deltadentalmaSearchFilters"
9451
+ },
9452
+ "optional": false
9453
+ }
9454
+ ],
9455
+ "lastUpdated": []
9456
+ }
9457
+ },
9458
+ "providers.dentalplans": {
9459
+ "defs": {},
9460
+ "functions": {
9461
+ "search": [
9462
+ {
9463
+ "name": "zip",
9464
+ "schema": {
9465
+ "k": "string"
9466
+ },
9467
+ "optional": false
9468
+ }
9469
+ ],
9470
+ "getPlan": [
9471
+ {
9472
+ "name": "url",
9473
+ "schema": {
9474
+ "k": "string"
9475
+ },
9476
+ "optional": false
9477
+ }
9478
+ ]
9479
+ }
9480
+ },
9481
+ "providers.detailxperts": {
9482
+ "defs": {},
9483
+ "functions": {
9484
+ "checkServiceArea": [
9485
+ {
9486
+ "name": "args",
9487
+ "schema": {
9488
+ "k": "object",
9489
+ "props": [
9490
+ {
9491
+ "name": "address1",
9492
+ "schema": {
9493
+ "k": "string"
9494
+ },
9495
+ "optional": false
9496
+ },
9497
+ {
9498
+ "name": "address2",
9499
+ "schema": {
9500
+ "k": "string"
9501
+ },
9502
+ "optional": true
9503
+ },
9504
+ {
9505
+ "name": "city",
9506
+ "schema": {
9507
+ "k": "string"
9508
+ },
9509
+ "optional": false
9510
+ },
9511
+ {
9512
+ "name": "state",
9513
+ "schema": {
9514
+ "k": "string"
9515
+ },
9516
+ "optional": false
9517
+ },
9518
+ {
9519
+ "name": "zip",
9520
+ "schema": {
9521
+ "k": "string"
9522
+ },
9523
+ "optional": false
9524
+ }
9525
+ ]
9526
+ },
9527
+ "optional": false
9528
+ }
9529
+ ],
9530
+ "listVehicleTypes": [],
9531
+ "getQuote": [
9532
+ {
9533
+ "name": "args",
9534
+ "schema": {
9535
+ "k": "object",
9536
+ "props": [
9537
+ {
9538
+ "name": "vehiclePosition",
9539
+ "schema": {
9540
+ "k": "number"
9541
+ },
9542
+ "optional": false
9543
+ },
9544
+ {
9545
+ "name": "dirtLevel",
9546
+ "schema": {
9547
+ "k": "number"
9548
+ },
9549
+ "optional": false
9550
+ },
9551
+ {
9552
+ "name": "hairLevel",
9553
+ "schema": {
9554
+ "k": "number"
9555
+ },
9556
+ "optional": false
9557
+ },
9558
+ {
9559
+ "name": "dirtInteriorLevel",
9560
+ "schema": {
9561
+ "k": "number"
9562
+ },
9563
+ "optional": false
9564
+ }
9565
+ ]
9566
+ },
9567
+ "optional": false
9568
+ }
9569
+ ]
9570
+ }
9571
+ },
9572
+ "providers.developersopenai": {
9573
+ "defs": {},
9574
+ "functions": {
9575
+ "getDocPage": [
9576
+ {
9577
+ "name": "args",
9578
+ "schema": {
9579
+ "k": "any"
9580
+ },
9581
+ "optional": true
9582
+ }
9583
+ ]
9584
+ }
9585
+ },
9586
+ "providers.dice": {
9587
+ "defs": {},
9588
+ "functions": {
9589
+ "searchJobs": [
9590
+ {
9591
+ "name": "query",
9592
+ "schema": {
9593
+ "k": "string"
9594
+ },
9595
+ "optional": false
9596
+ }
9597
+ ],
9598
+ "getJob": [
9599
+ {
9600
+ "name": "jobId",
9601
+ "schema": {
9602
+ "k": "string"
9603
+ },
9604
+ "optional": false
9605
+ }
9606
+ ]
9607
+ }
9608
+ },
9609
+ "providers.dickssportinggoods": {
9610
+ "defs": {},
9611
+ "functions": {
9612
+ "findStores": null
9613
+ }
9614
+ },
9615
+ "providers.dillards": {
9616
+ "defs": {
9617
+ "dillardsCheckStockQuery": {
9618
+ "k": "object",
9619
+ "props": [
9620
+ {
9621
+ "name": "url",
9622
+ "schema": {
9623
+ "k": "string"
9624
+ },
9625
+ "optional": false
9626
+ },
9627
+ {
9628
+ "name": "size",
9192
9629
  "schema": {
9193
9630
  "k": "string"
9194
9631
  },
@@ -9793,6 +10230,60 @@ export const VALIDATORS = {
9793
10230
  ]
9794
10231
  }
9795
10232
  },
10233
+ "providers.elase": {
10234
+ "defs": {},
10235
+ "functions": {
10236
+ "listLocations": [],
10237
+ "findLocation": [
10238
+ {
10239
+ "name": "query",
10240
+ "schema": {
10241
+ "k": "string"
10242
+ },
10243
+ "optional": false
10244
+ }
10245
+ ],
10246
+ "listServices": [
10247
+ {
10248
+ "name": "centerId",
10249
+ "schema": {
10250
+ "k": "string"
10251
+ },
10252
+ "optional": false
10253
+ },
10254
+ {
10255
+ "name": "query",
10256
+ "schema": {
10257
+ "k": "string"
10258
+ },
10259
+ "optional": true
10260
+ }
10261
+ ],
10262
+ "checkAvailability": [
10263
+ {
10264
+ "name": "centerId",
10265
+ "schema": {
10266
+ "k": "string"
10267
+ },
10268
+ "optional": false
10269
+ },
10270
+ {
10271
+ "name": "serviceId",
10272
+ "schema": {
10273
+ "k": "string"
10274
+ },
10275
+ "optional": false
10276
+ },
10277
+ {
10278
+ "name": "date",
10279
+ "schema": {
10280
+ "k": "string"
10281
+ },
10282
+ "optional": false
10283
+ }
10284
+ ]
10285
+ }
10286
+ },
9796
10287
  "providers.elevenlabs": {
9797
10288
  "defs": {},
9798
10289
  "functions": {
@@ -9989,6 +10480,49 @@ export const VALIDATORS = {
9989
10480
  ]
9990
10481
  }
9991
10482
  },
10483
+ "providers.equinox_hotels": {
10484
+ "defs": {
10485
+ "SearchEquinoxRatesArgs": {
10486
+ "k": "object",
10487
+ "props": [
10488
+ {
10489
+ "name": "checkIn",
10490
+ "schema": {
10491
+ "k": "string"
10492
+ },
10493
+ "optional": false
10494
+ },
10495
+ {
10496
+ "name": "checkOut",
10497
+ "schema": {
10498
+ "k": "string"
10499
+ },
10500
+ "optional": false
10501
+ },
10502
+ {
10503
+ "name": "adults",
10504
+ "schema": {
10505
+ "k": "number"
10506
+ },
10507
+ "optional": true
10508
+ }
10509
+ ]
10510
+ }
10511
+ },
10512
+ "functions": {
10513
+ "listRooms": [],
10514
+ "searchRates": [
10515
+ {
10516
+ "name": "args",
10517
+ "schema": {
10518
+ "k": "ref",
10519
+ "name": "SearchEquinoxRatesArgs"
10520
+ },
10521
+ "optional": false
10522
+ }
10523
+ ]
10524
+ }
10525
+ },
9992
10526
  "providers.erieinsurance": {
9993
10527
  "defs": {
9994
10528
  "ErieAgentQuery": {
@@ -10132,24 +10666,69 @@ export const VALIDATORS = {
10132
10666
  "schema": {
10133
10667
  "k": "string"
10134
10668
  },
10135
- "optional": false
10136
- },
10669
+ "optional": false
10670
+ },
10671
+ {
10672
+ "name": "questionPageId",
10673
+ "schema": {
10674
+ "k": "string"
10675
+ },
10676
+ "optional": false
10677
+ },
10678
+ {
10679
+ "name": "questionId",
10680
+ "schema": {
10681
+ "k": "string"
10682
+ },
10683
+ "optional": false
10684
+ },
10685
+ {
10686
+ "name": "optionId",
10687
+ "schema": {
10688
+ "k": "string"
10689
+ },
10690
+ "optional": false
10691
+ }
10692
+ ]
10693
+ }
10694
+ },
10695
+ "providers.evolvemedspa": {
10696
+ "defs": {},
10697
+ "functions": {
10698
+ "listLocations": [],
10699
+ "listServices": [
10700
+ {
10701
+ "name": "centerId",
10702
+ "schema": {
10703
+ "k": "string"
10704
+ },
10705
+ "optional": false
10706
+ },
10707
+ {
10708
+ "name": "query",
10709
+ "schema": {
10710
+ "k": "string"
10711
+ },
10712
+ "optional": true
10713
+ }
10714
+ ],
10715
+ "checkAvailability": [
10137
10716
  {
10138
- "name": "questionPageId",
10717
+ "name": "centerId",
10139
10718
  "schema": {
10140
10719
  "k": "string"
10141
10720
  },
10142
10721
  "optional": false
10143
10722
  },
10144
10723
  {
10145
- "name": "questionId",
10724
+ "name": "serviceId",
10146
10725
  "schema": {
10147
10726
  "k": "string"
10148
10727
  },
10149
10728
  "optional": false
10150
10729
  },
10151
10730
  {
10152
- "name": "optionId",
10731
+ "name": "date",
10153
10732
  "schema": {
10154
10733
  "k": "string"
10155
10734
  },
@@ -10425,6 +11004,64 @@ export const VALIDATORS = {
10425
11004
  ]
10426
11005
  }
10427
11006
  },
11007
+ "providers.firstamericahomes": {
11008
+ "defs": {
11009
+ "FirstamericahomesSearchFilters": {
11010
+ "k": "object",
11011
+ "props": [
11012
+ {
11013
+ "name": "city",
11014
+ "schema": {
11015
+ "k": "string"
11016
+ },
11017
+ "optional": true
11018
+ },
11019
+ {
11020
+ "name": "state",
11021
+ "schema": {
11022
+ "k": "string"
11023
+ },
11024
+ "optional": true
11025
+ },
11026
+ {
11027
+ "name": "minPrice",
11028
+ "schema": {
11029
+ "k": "number"
11030
+ },
11031
+ "optional": true
11032
+ },
11033
+ {
11034
+ "name": "maxPrice",
11035
+ "schema": {
11036
+ "k": "number"
11037
+ },
11038
+ "optional": true
11039
+ }
11040
+ ]
11041
+ }
11042
+ },
11043
+ "functions": {
11044
+ "searchCommunities": [
11045
+ {
11046
+ "name": "filters",
11047
+ "schema": {
11048
+ "k": "ref",
11049
+ "name": "FirstamericahomesSearchFilters"
11050
+ },
11051
+ "optional": true
11052
+ }
11053
+ ],
11054
+ "getCommunity": [
11055
+ {
11056
+ "name": "url",
11057
+ "schema": {
11058
+ "k": "string"
11059
+ },
11060
+ "optional": false
11061
+ }
11062
+ ]
11063
+ }
11064
+ },
10428
11065
  "providers.firstdibs": {
10429
11066
  "defs": {},
10430
11067
  "functions": {
@@ -12480,6 +13117,125 @@ export const VALIDATORS = {
12480
13117
  ]
12481
13118
  }
12482
13119
  },
13120
+ "providers.highlandhomes": {
13121
+ "defs": {
13122
+ "HighlandHomesSearchFilter": {
13123
+ "k": "object",
13124
+ "props": [
13125
+ {
13126
+ "name": "city",
13127
+ "schema": {
13128
+ "k": "string"
13129
+ },
13130
+ "optional": true
13131
+ },
13132
+ {
13133
+ "name": "bedsMin",
13134
+ "schema": {
13135
+ "k": "number"
13136
+ },
13137
+ "optional": true
13138
+ },
13139
+ {
13140
+ "name": "bathsMin",
13141
+ "schema": {
13142
+ "k": "number"
13143
+ },
13144
+ "optional": true
13145
+ },
13146
+ {
13147
+ "name": "priceMin",
13148
+ "schema": {
13149
+ "k": "number"
13150
+ },
13151
+ "optional": true
13152
+ },
13153
+ {
13154
+ "name": "priceMax",
13155
+ "schema": {
13156
+ "k": "number"
13157
+ },
13158
+ "optional": true
13159
+ },
13160
+ {
13161
+ "name": "sqftMin",
13162
+ "schema": {
13163
+ "k": "number"
13164
+ },
13165
+ "optional": true
13166
+ },
13167
+ {
13168
+ "name": "sqftMax",
13169
+ "schema": {
13170
+ "k": "number"
13171
+ },
13172
+ "optional": true
13173
+ },
13174
+ {
13175
+ "name": "garageSpacesMin",
13176
+ "schema": {
13177
+ "k": "number"
13178
+ },
13179
+ "optional": true
13180
+ },
13181
+ {
13182
+ "name": "status",
13183
+ "schema": {
13184
+ "k": "string"
13185
+ },
13186
+ "optional": true
13187
+ },
13188
+ {
13189
+ "name": "hasDen",
13190
+ "schema": {
13191
+ "k": "boolean"
13192
+ },
13193
+ "optional": true
13194
+ },
13195
+ {
13196
+ "name": "hasLoft",
13197
+ "schema": {
13198
+ "k": "boolean"
13199
+ },
13200
+ "optional": true
13201
+ },
13202
+ {
13203
+ "name": "hasInLawSuite",
13204
+ "schema": {
13205
+ "k": "boolean"
13206
+ },
13207
+ "optional": true
13208
+ },
13209
+ {
13210
+ "name": "hasOwnersRetreat",
13211
+ "schema": {
13212
+ "k": "boolean"
13213
+ },
13214
+ "optional": true
13215
+ },
13216
+ {
13217
+ "name": "isOver55",
13218
+ "schema": {
13219
+ "k": "boolean"
13220
+ },
13221
+ "optional": true
13222
+ }
13223
+ ]
13224
+ }
13225
+ },
13226
+ "functions": {
13227
+ "search": [
13228
+ {
13229
+ "name": "filter",
13230
+ "schema": {
13231
+ "k": "ref",
13232
+ "name": "HighlandHomesSearchFilter"
13233
+ },
13234
+ "optional": true
13235
+ }
13236
+ ]
13237
+ }
13238
+ },
12483
13239
  "providers.hilton": {
12484
13240
  "defs": {},
12485
13241
  "functions": {
@@ -14947,6 +15703,34 @@ export const VALIDATORS = {
14947
15703
  ]
14948
15704
  }
14949
15705
  },
15706
+ "providers.kbb": {
15707
+ "defs": {},
15708
+ "functions": {
15709
+ "getTrimPricing": [
15710
+ {
15711
+ "name": "make",
15712
+ "schema": {
15713
+ "k": "string"
15714
+ },
15715
+ "optional": false
15716
+ },
15717
+ {
15718
+ "name": "model",
15719
+ "schema": {
15720
+ "k": "string"
15721
+ },
15722
+ "optional": false
15723
+ },
15724
+ {
15725
+ "name": "year",
15726
+ "schema": {
15727
+ "k": "number"
15728
+ },
15729
+ "optional": true
15730
+ }
15731
+ ]
15732
+ }
15733
+ },
14950
15734
  "providers.keepa": {
14951
15735
  "defs": {},
14952
15736
  "functions": {
@@ -16874,6 +17658,21 @@ export const VALIDATORS = {
16874
17658
  "getActivePromotion": []
16875
17659
  }
16876
17660
  },
17661
+ "providers.modernize_com": {
17662
+ "defs": {},
17663
+ "functions": {
17664
+ "listProjectTypes": [],
17665
+ "getQuoteFlow": [
17666
+ {
17667
+ "name": "projectType",
17668
+ "schema": {
17669
+ "k": "string"
17670
+ },
17671
+ "optional": false
17672
+ }
17673
+ ]
17674
+ }
17675
+ },
16877
17676
  "providers.modularclosets": {
16878
17677
  "defs": {},
16879
17678
  "functions": {
@@ -21568,6 +22367,45 @@ export const VALIDATORS = {
21568
22367
  ]
21569
22368
  }
21570
22369
  },
22370
+ "providers.puls_com": {
22371
+ "defs": {},
22372
+ "functions": {
22373
+ "listApplianceCategories": [],
22374
+ "getRepairQuote": [
22375
+ {
22376
+ "name": "args",
22377
+ "schema": {
22378
+ "k": "object",
22379
+ "props": [
22380
+ {
22381
+ "name": "device",
22382
+ "schema": {
22383
+ "k": "union",
22384
+ "of": [
22385
+ {
22386
+ "k": "string"
22387
+ },
22388
+ {
22389
+ "k": "number"
22390
+ }
22391
+ ]
22392
+ },
22393
+ "optional": false
22394
+ },
22395
+ {
22396
+ "name": "zipCode",
22397
+ "schema": {
22398
+ "k": "string"
22399
+ },
22400
+ "optional": false
22401
+ }
22402
+ ]
22403
+ },
22404
+ "optional": false
22405
+ }
22406
+ ]
22407
+ }
22408
+ },
21571
22409
  "providers.reddit": {
21572
22410
  "defs": {},
21573
22411
  "functions": {
@@ -26085,6 +26923,21 @@ export const VALIDATORS = {
26085
26923
  ]
26086
26924
  }
26087
26925
  },
26926
+ "providers.vbt": {
26927
+ "defs": {},
26928
+ "functions": {
26929
+ "listTours": [],
26930
+ "getTourDepartures": [
26931
+ {
26932
+ "name": "tourUrlOrSlug",
26933
+ "schema": {
26934
+ "k": "string"
26935
+ },
26936
+ "optional": false
26937
+ }
26938
+ ]
26939
+ }
26940
+ },
26088
26941
  "providers.vervecoffee": {
26089
26942
  "defs": {
26090
26943
  "CoffeeQuizAnswers": {