@bowmark/web 1.7.0 → 1.8.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,13 +5,13 @@
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: a400421498212bf60bfaab4808ff698bd8edb4febae1ba86fda5cb9ebc232c1b
9
- // 338 checked, 20 unchecked.
8
+ // Manifest version: b71c060db620c119ab92eac724aab2d9670d3d22f342f754075e353929634db2
9
+ // 362 checked, 20 unchecked.
10
10
 
11
11
  import type { ValidatorTable } from "../validate.js";
12
12
 
13
13
  export const VALIDATORS: ValidatorTable = {
14
- "version": "a400421498212bf60bfaab4808ff698bd8edb4febae1ba86fda5cb9ebc232c1b",
14
+ "version": "b71c060db620c119ab92eac724aab2d9670d3d22f342f754075e353929634db2",
15
15
  "units": {
16
16
  "cars": {
17
17
  "defs": {
@@ -2078,6 +2078,47 @@ export const VALIDATORS: ValidatorTable = {
2078
2078
  ]
2079
2079
  }
2080
2080
  },
2081
+ "providers.bigrentz": {
2082
+ "defs": {},
2083
+ "functions": {
2084
+ "search": [
2085
+ {
2086
+ "name": "query",
2087
+ "schema": {
2088
+ "k": "string"
2089
+ },
2090
+ "optional": false
2091
+ }
2092
+ ],
2093
+ "getEquipment": [
2094
+ {
2095
+ "name": "slug",
2096
+ "schema": {
2097
+ "k": "string"
2098
+ },
2099
+ "optional": false
2100
+ }
2101
+ ],
2102
+ "listCategories": [
2103
+ {
2104
+ "name": "options",
2105
+ "schema": {
2106
+ "k": "object",
2107
+ "props": [
2108
+ {
2109
+ "name": "parentSlug",
2110
+ "schema": {
2111
+ "k": "string"
2112
+ },
2113
+ "optional": true
2114
+ }
2115
+ ]
2116
+ },
2117
+ "optional": true
2118
+ }
2119
+ ]
2120
+ }
2121
+ },
2081
2122
  "providers.blenderseyewear": {
2082
2123
  "defs": {},
2083
2124
  "functions": {
@@ -2265,6 +2306,105 @@ export const VALIDATORS: ValidatorTable = {
2265
2306
  "listModels": []
2266
2307
  }
2267
2308
  },
2309
+ "providers.boydsleep": {
2310
+ "defs": {
2311
+ "BoydsleepCalibrationInput": {
2312
+ "k": "object",
2313
+ "props": [
2314
+ {
2315
+ "name": "gender",
2316
+ "schema": {
2317
+ "k": "ref",
2318
+ "name": "BoydsleepGender"
2319
+ },
2320
+ "optional": false
2321
+ },
2322
+ {
2323
+ "name": "heightInches",
2324
+ "schema": {
2325
+ "k": "number"
2326
+ },
2327
+ "optional": false
2328
+ },
2329
+ {
2330
+ "name": "weightLbs",
2331
+ "schema": {
2332
+ "k": "number"
2333
+ },
2334
+ "optional": false
2335
+ },
2336
+ {
2337
+ "name": "sleepPosition",
2338
+ "schema": {
2339
+ "k": "ref",
2340
+ "name": "BoydsleepSleepPosition"
2341
+ },
2342
+ "optional": false
2343
+ }
2344
+ ]
2345
+ },
2346
+ "BoydsleepGender": {
2347
+ "k": "union",
2348
+ "of": [
2349
+ {
2350
+ "k": "literal",
2351
+ "v": "Male"
2352
+ },
2353
+ {
2354
+ "k": "literal",
2355
+ "v": "Female"
2356
+ },
2357
+ {
2358
+ "k": "literal",
2359
+ "v": "Non Binary"
2360
+ }
2361
+ ]
2362
+ },
2363
+ "BoydsleepSleepPosition": {
2364
+ "k": "union",
2365
+ "of": [
2366
+ {
2367
+ "k": "literal",
2368
+ "v": "Side"
2369
+ },
2370
+ {
2371
+ "k": "literal",
2372
+ "v": "Back"
2373
+ },
2374
+ {
2375
+ "k": "literal",
2376
+ "v": "Stomach"
2377
+ },
2378
+ {
2379
+ "k": "literal",
2380
+ "v": "Multi"
2381
+ }
2382
+ ]
2383
+ }
2384
+ },
2385
+ "functions": {
2386
+ "calibrateSupportNumber": [
2387
+ {
2388
+ "name": "input",
2389
+ "schema": {
2390
+ "k": "ref",
2391
+ "name": "BoydsleepCalibrationInput"
2392
+ },
2393
+ "optional": false
2394
+ }
2395
+ ],
2396
+ "calibrateSixZoneSupportNumber": [
2397
+ {
2398
+ "name": "input",
2399
+ "schema": {
2400
+ "k": "ref",
2401
+ "name": "BoydsleepCalibrationInput"
2402
+ },
2403
+ "optional": false
2404
+ }
2405
+ ]
2406
+ }
2407
+ },
2268
2408
  "providers.bykoket": {
2269
2409
  "defs": {},
2270
2410
  "functions": {
@@ -3835,6 +3975,52 @@ export const VALIDATORS: ValidatorTable = {
3835
3975
  ]
3836
3976
  }
3837
3977
  },
3978
+ "providers.eventsource": {
3979
+ "defs": {},
3980
+ "functions": {
3981
+ "getShowroom": [
3982
+ {
3983
+ "name": "code",
3984
+ "schema": {
3985
+ "k": "string"
3986
+ },
3987
+ "optional": false
3988
+ }
3989
+ ],
3990
+ "getShowroomVenue": [
3991
+ {
3992
+ "name": "eventId",
3993
+ "schema": {
3994
+ "k": "number"
3995
+ },
3996
+ "optional": false
3997
+ },
3998
+ {
3999
+ "name": "venueId",
4000
+ "schema": {
4001
+ "k": "number"
4002
+ },
4003
+ "optional": false
4004
+ },
4005
+ {
4006
+ "name": "code",
4007
+ "schema": {
4008
+ "k": "string"
4009
+ },
4010
+ "optional": false
4011
+ }
4012
+ ],
4013
+ "getShowroomInquiryContact": [
4014
+ {
4015
+ "name": "code",
4016
+ "schema": {
4017
+ "k": "string"
4018
+ },
4019
+ "optional": false
4020
+ }
4021
+ ]
4022
+ }
4023
+ },
3838
4024
  "providers.extraspace": {
3839
4025
  "defs": {
3840
4026
  "ExtraspaceSearchOptions": {
@@ -4767,6 +4953,77 @@ export const VALIDATORS: ValidatorTable = {
4767
4953
  ]
4768
4954
  }
4769
4955
  },
4956
+ "providers.grandwelcome": {
4957
+ "defs": {},
4958
+ "functions": {
4959
+ "searchRentals": [
4960
+ {
4961
+ "name": "destinationSlug",
4962
+ "schema": {
4963
+ "k": "string"
4964
+ },
4965
+ "optional": false
4966
+ },
4967
+ {
4968
+ "name": "options",
4969
+ "schema": {
4970
+ "k": "object",
4971
+ "props": [
4972
+ {
4973
+ "name": "bedrooms",
4974
+ "schema": {
4975
+ "k": "number"
4976
+ },
4977
+ "optional": true
4978
+ }
4979
+ ]
4980
+ },
4981
+ "optional": true
4982
+ }
4983
+ ],
4984
+ "getRentalDetail": [
4985
+ {
4986
+ "name": "rentalId",
4987
+ "schema": {
4988
+ "k": "string"
4989
+ },
4990
+ "optional": false
4991
+ }
4992
+ ],
4993
+ "getRentalQuote": [
4994
+ {
4995
+ "name": "propertyId",
4996
+ "schema": {
4997
+ "k": "string"
4998
+ },
4999
+ "optional": false
5000
+ },
5001
+ {
5002
+ "name": "options",
5003
+ "schema": {
5004
+ "k": "object",
5005
+ "props": [
5006
+ {
5007
+ "name": "checkin",
5008
+ "schema": {
5009
+ "k": "string"
5010
+ },
5011
+ "optional": false
5012
+ },
5013
+ {
5014
+ "name": "checkout",
5015
+ "schema": {
5016
+ "k": "string"
5017
+ },
5018
+ "optional": false
5019
+ }
5020
+ ]
5021
+ },
5022
+ "optional": false
5023
+ }
5024
+ ]
5025
+ }
5026
+ },
4770
5027
  "providers.handypro": {
4771
5028
  "defs": {},
4772
5029
  "functions": {
@@ -6469,47 +6726,111 @@ export const VALIDATORS: ValidatorTable = {
6469
6726
  ]
6470
6727
  }
6471
6728
  },
6472
- "providers.joybird": {
6473
- "defs": {},
6474
- "functions": {
6475
- "listConfigurators": [],
6476
- "getConfigurator": [
6477
- {
6478
- "name": "slug",
6479
- "schema": {
6480
- "k": "string"
6481
- },
6482
- "optional": false
6483
- }
6484
- ],
6485
- "priceConfigurator": [
6486
- {
6487
- "name": "slug",
6488
- "schema": {
6489
- "k": "string"
6490
- },
6491
- "optional": false
6492
- },
6493
- {
6494
- "name": "selections",
6495
- "schema": {
6496
- "k": "record",
6497
- "value": {
6498
- "k": "string"
6499
- }
6500
- },
6501
- "optional": false
6502
- }
6503
- ]
6504
- }
6505
- },
6506
- "providers.kayak": {
6729
+ "providers.jennikayne": {
6507
6730
  "defs": {
6508
- "KayakCarQuery": {
6731
+ "GiftCardConfig": {
6509
6732
  "k": "object",
6510
6733
  "props": [
6511
6734
  {
6512
- "name": "pickup",
6735
+ "name": "amount",
6736
+ "schema": {
6737
+ "k": "string"
6738
+ },
6739
+ "optional": false
6740
+ },
6741
+ {
6742
+ "name": "recipientName",
6743
+ "schema": {
6744
+ "k": "string"
6745
+ },
6746
+ "optional": false
6747
+ },
6748
+ {
6749
+ "name": "recipientEmail",
6750
+ "schema": {
6751
+ "k": "string"
6752
+ },
6753
+ "optional": false
6754
+ },
6755
+ {
6756
+ "name": "giftMessage",
6757
+ "schema": {
6758
+ "k": "string"
6759
+ },
6760
+ "optional": true
6761
+ },
6762
+ {
6763
+ "name": "deliveryDate",
6764
+ "schema": {
6765
+ "k": "string"
6766
+ },
6767
+ "optional": false
6768
+ },
6769
+ {
6770
+ "name": "deliveryTimezone",
6771
+ "schema": {
6772
+ "k": "string"
6773
+ },
6774
+ "optional": false
6775
+ }
6776
+ ]
6777
+ }
6778
+ },
6779
+ "functions": {
6780
+ "getGiftCardOptions": [],
6781
+ "buildGiftCardLink": [
6782
+ {
6783
+ "name": "config",
6784
+ "schema": {
6785
+ "k": "ref",
6786
+ "name": "GiftCardConfig"
6787
+ },
6788
+ "optional": false
6789
+ }
6790
+ ]
6791
+ }
6792
+ },
6793
+ "providers.joybird": {
6794
+ "defs": {},
6795
+ "functions": {
6796
+ "listConfigurators": [],
6797
+ "getConfigurator": [
6798
+ {
6799
+ "name": "slug",
6800
+ "schema": {
6801
+ "k": "string"
6802
+ },
6803
+ "optional": false
6804
+ }
6805
+ ],
6806
+ "priceConfigurator": [
6807
+ {
6808
+ "name": "slug",
6809
+ "schema": {
6810
+ "k": "string"
6811
+ },
6812
+ "optional": false
6813
+ },
6814
+ {
6815
+ "name": "selections",
6816
+ "schema": {
6817
+ "k": "record",
6818
+ "value": {
6819
+ "k": "string"
6820
+ }
6821
+ },
6822
+ "optional": false
6823
+ }
6824
+ ]
6825
+ }
6826
+ },
6827
+ "providers.kayak": {
6828
+ "defs": {
6829
+ "KayakCarQuery": {
6830
+ "k": "object",
6831
+ "props": [
6832
+ {
6833
+ "name": "pickup",
6513
6834
  "schema": {
6514
6835
  "k": "string"
6515
6836
  },
@@ -11899,6 +12220,168 @@ export const VALIDATORS: ValidatorTable = {
11899
12220
  ]
11900
12221
  }
11901
12222
  },
12223
+ "providers.roofmaxx": {
12224
+ "defs": {
12225
+ "RoofmaxxCostEstimateArgs": {
12226
+ "k": "object",
12227
+ "props": [
12228
+ {
12229
+ "name": "squareFootage",
12230
+ "schema": {
12231
+ "k": "number"
12232
+ },
12233
+ "optional": false
12234
+ },
12235
+ {
12236
+ "name": "region",
12237
+ "schema": {
12238
+ "k": "union",
12239
+ "of": [
12240
+ {
12241
+ "k": "literal",
12242
+ "v": "new-england"
12243
+ },
12244
+ {
12245
+ "k": "literal",
12246
+ "v": "middle-atlantic"
12247
+ },
12248
+ {
12249
+ "k": "literal",
12250
+ "v": "east-north-central"
12251
+ },
12252
+ {
12253
+ "k": "literal",
12254
+ "v": "west-north-central"
12255
+ },
12256
+ {
12257
+ "k": "literal",
12258
+ "v": "south-atlantic"
12259
+ },
12260
+ {
12261
+ "k": "literal",
12262
+ "v": "east-south-central"
12263
+ },
12264
+ {
12265
+ "k": "literal",
12266
+ "v": "west-south-central"
12267
+ },
12268
+ {
12269
+ "k": "literal",
12270
+ "v": "mountain"
12271
+ },
12272
+ {
12273
+ "k": "literal",
12274
+ "v": "pacific"
12275
+ }
12276
+ ]
12277
+ },
12278
+ "optional": false
12279
+ },
12280
+ {
12281
+ "name": "roofType",
12282
+ "schema": {
12283
+ "k": "union",
12284
+ "of": [
12285
+ {
12286
+ "k": "literal",
12287
+ "v": "asphalt"
12288
+ },
12289
+ {
12290
+ "k": "literal",
12291
+ "v": "metal"
12292
+ },
12293
+ {
12294
+ "k": "literal",
12295
+ "v": "clay"
12296
+ },
12297
+ {
12298
+ "k": "literal",
12299
+ "v": "wood"
12300
+ }
12301
+ ]
12302
+ },
12303
+ "optional": false
12304
+ },
12305
+ {
12306
+ "name": "roofSlope",
12307
+ "schema": {
12308
+ "k": "union",
12309
+ "of": [
12310
+ {
12311
+ "k": "literal",
12312
+ "v": "walkable"
12313
+ },
12314
+ {
12315
+ "k": "literal",
12316
+ "v": "semiWalkable"
12317
+ },
12318
+ {
12319
+ "k": "literal",
12320
+ "v": "nonWalkable"
12321
+ }
12322
+ ]
12323
+ },
12324
+ "optional": false
12325
+ },
12326
+ {
12327
+ "name": "numOfLevels",
12328
+ "schema": {
12329
+ "k": "union",
12330
+ "of": [
12331
+ {
12332
+ "k": "literal",
12333
+ "v": "1"
12334
+ },
12335
+ {
12336
+ "k": "literal",
12337
+ "v": "2"
12338
+ },
12339
+ {
12340
+ "k": "literal",
12341
+ "v": "3"
12342
+ }
12343
+ ]
12344
+ },
12345
+ "optional": false
12346
+ },
12347
+ {
12348
+ "name": "garageType",
12349
+ "schema": {
12350
+ "k": "union",
12351
+ "of": [
12352
+ {
12353
+ "k": "literal",
12354
+ "v": "nogarage"
12355
+ },
12356
+ {
12357
+ "k": "literal",
12358
+ "v": "1car"
12359
+ },
12360
+ {
12361
+ "k": "literal",
12362
+ "v": "2car"
12363
+ }
12364
+ ]
12365
+ },
12366
+ "optional": false
12367
+ }
12368
+ ]
12369
+ }
12370
+ },
12371
+ "functions": {
12372
+ "getCalculatorSettings": [],
12373
+ "estimateRoofReplacementCost": [
12374
+ {
12375
+ "name": "arg",
12376
+ "schema": {
12377
+ "k": "ref",
12378
+ "name": "RoofmaxxCostEstimateArgs"
12379
+ },
12380
+ "optional": false
12381
+ }
12382
+ ]
12383
+ }
12384
+ },
11902
12385
  "providers.samsclub": {
11903
12386
  "defs": {},
11904
12387
  "functions": {
@@ -13067,15 +13550,64 @@ export const VALIDATORS: ValidatorTable = {
13067
13550
  ]
13068
13551
  }
13069
13552
  },
13070
- "providers.target": {
13071
- "defs": {},
13553
+ "providers.tamarackidaho": {
13554
+ "defs": {
13555
+ "tamarackidahoSearchArgs": {
13556
+ "k": "object",
13557
+ "props": [
13558
+ {
13559
+ "name": "arrivalDate",
13560
+ "schema": {
13561
+ "k": "string"
13562
+ },
13563
+ "optional": false
13564
+ },
13565
+ {
13566
+ "name": "departureDate",
13567
+ "schema": {
13568
+ "k": "string"
13569
+ },
13570
+ "optional": false
13571
+ },
13572
+ {
13573
+ "name": "adultCount",
13574
+ "schema": {
13575
+ "k": "number"
13576
+ },
13577
+ "optional": false
13578
+ },
13579
+ {
13580
+ "name": "childCount",
13581
+ "schema": {
13582
+ "k": "number"
13583
+ },
13584
+ "optional": true
13585
+ }
13586
+ ]
13587
+ }
13588
+ },
13072
13589
  "functions": {
13073
- "findStore": [
13590
+ "searchLodging": [
13074
13591
  {
13075
13592
  "name": "args",
13076
13593
  "schema": {
13077
- "k": "object",
13078
- "props": [
13594
+ "k": "ref",
13595
+ "name": "tamarackidahoSearchArgs"
13596
+ },
13597
+ "optional": false
13598
+ }
13599
+ ]
13600
+ }
13601
+ },
13602
+ "providers.target": {
13603
+ "defs": {},
13604
+ "functions": {
13605
+ "findStore": [
13606
+ {
13607
+ "name": "args",
13608
+ "schema": {
13609
+ "k": "object",
13610
+ "props": [
13079
13611
  {
13080
13612
  "name": "query",
13081
13613
  "schema": {
@@ -13090,93 +13622,63 @@ export const VALIDATORS: ValidatorTable = {
13090
13622
  ]
13091
13623
  }
13092
13624
  },
13093
- "providers.teladoc": {
13094
- "defs": {},
13095
- "functions": {
13096
- "getPricing": [],
13097
- "getInsurancePricing": []
13098
- }
13099
- },
13100
- "providers.tentree": {
13625
+ "providers.tatcha": {
13101
13626
  "defs": {},
13102
13627
  "functions": {
13103
- "searchProducts": [
13628
+ "getRitualQuizOptions": [],
13629
+ "getPersonalizedRitual": [
13104
13630
  {
13105
- "name": "query",
13631
+ "name": "skinType",
13106
13632
  "schema": {
13107
13633
  "k": "string"
13108
13634
  },
13109
13635
  "optional": false
13110
13636
  },
13111
13637
  {
13112
- "name": "opts",
13638
+ "name": "benefits",
13113
13639
  "schema": {
13114
- "k": "object",
13115
- "props": [
13116
- {
13117
- "name": "productType",
13118
- "schema": {
13119
- "k": "string"
13120
- },
13121
- "optional": true
13122
- },
13123
- {
13124
- "name": "inStockOnly",
13125
- "schema": {
13126
- "k": "boolean"
13127
- },
13128
- "optional": true
13129
- },
13130
- {
13131
- "name": "limit",
13132
- "schema": {
13133
- "k": "number"
13134
- },
13135
- "optional": true
13136
- }
13137
- ]
13640
+ "k": "array",
13641
+ "of": {
13642
+ "k": "string"
13643
+ }
13644
+ },
13645
+ "optional": false
13646
+ },
13647
+ {
13648
+ "name": "eyeConcerns",
13649
+ "schema": {
13650
+ "k": "array",
13651
+ "of": {
13652
+ "k": "string"
13653
+ }
13138
13654
  },
13139
13655
  "optional": true
13140
- }
13141
- ],
13142
- "getProduct": [
13656
+ },
13143
13657
  {
13144
- "name": "handle",
13658
+ "name": "sensitive",
13145
13659
  "schema": {
13146
- "k": "string"
13660
+ "k": "boolean"
13147
13661
  },
13148
- "optional": false
13149
- }
13150
- ],
13151
- "addToCart": [
13662
+ "optional": true
13663
+ },
13152
13664
  {
13153
- "name": "items",
13665
+ "name": "owned",
13154
13666
  "schema": {
13155
13667
  "k": "array",
13156
13668
  "of": {
13157
- "k": "object",
13158
- "props": [
13159
- {
13160
- "name": "variantId",
13161
- "schema": {
13162
- "k": "string"
13163
- },
13164
- "optional": false
13165
- },
13166
- {
13167
- "name": "quantity",
13168
- "schema": {
13169
- "k": "number"
13170
- },
13171
- "optional": true
13172
- }
13173
- ]
13669
+ "k": "string"
13174
13670
  }
13175
13671
  },
13176
- "optional": false
13672
+ "optional": true
13177
13673
  }
13178
- ],
13179
- "getCart": []
13674
+ ]
13675
+ }
13676
+ },
13677
+ "providers.teladoc": {
13678
+ "defs": {},
13679
+ "functions": {
13680
+ "getPricing": [],
13681
+ "getInsurancePricing": []
13180
13682
  }
13181
13683
  },
13182
13684
  "providers.therabody": {
@@ -13730,6 +14232,77 @@ export const VALIDATORS: ValidatorTable = {
13730
14232
  ]
13731
14233
  }
13732
14234
  },
14235
+ "providers.twiddy": {
14236
+ "defs": {},
14237
+ "functions": {
14238
+ "searchRentals": [
14239
+ {
14240
+ "name": "options",
14241
+ "schema": {
14242
+ "k": "object",
14243
+ "props": [
14244
+ {
14245
+ "name": "town",
14246
+ "schema": {
14247
+ "k": "string"
14248
+ },
14249
+ "optional": true
14250
+ },
14251
+ {
14252
+ "name": "minBedrooms",
14253
+ "schema": {
14254
+ "k": "number"
14255
+ },
14256
+ "optional": true
14257
+ }
14258
+ ]
14259
+ },
14260
+ "optional": true
14261
+ }
14262
+ ],
14263
+ "getRentalDetail": [
14264
+ {
14265
+ "name": "propertyUrl",
14266
+ "schema": {
14267
+ "k": "string"
14268
+ },
14269
+ "optional": false
14270
+ }
14271
+ ],
14272
+ "getRentalQuote": [
14273
+ {
14274
+ "name": "propertyId",
14275
+ "schema": {
14276
+ "k": "number"
14277
+ },
14278
+ "optional": false
14279
+ },
14280
+ {
14281
+ "name": "options",
14282
+ "schema": {
14283
+ "k": "object",
14284
+ "props": [
14285
+ {
14286
+ "name": "checkin",
14287
+ "schema": {
14288
+ "k": "string"
14289
+ },
14290
+ "optional": false
14291
+ },
14292
+ {
14293
+ "name": "nights",
14294
+ "schema": {
14295
+ "k": "number"
14296
+ },
14297
+ "optional": true
14298
+ }
14299
+ ]
14300
+ },
14301
+ "optional": false
14302
+ }
14303
+ ]
14304
+ }
14305
+ },
13733
14306
  "providers.ulrichlifestyle": {
13734
14307
  "defs": {},
13735
14308
  "functions": {
@@ -13798,6 +14371,161 @@ export const VALIDATORS: ValidatorTable = {
13798
14371
  ]
13799
14372
  }
13800
14373
  },
14374
+ "providers.vervecoffee": {
14375
+ "defs": {
14376
+ "CoffeeQuizAnswers": {
14377
+ "k": "object",
14378
+ "props": [
14379
+ {
14380
+ "name": "journeyStage",
14381
+ "schema": {
14382
+ "k": "union",
14383
+ "of": [
14384
+ {
14385
+ "k": "literal",
14386
+ "v": "coffee_curious"
14387
+ },
14388
+ {
14389
+ "k": "literal",
14390
+ "v": "casual_coffee_lover"
14391
+ },
14392
+ {
14393
+ "k": "literal",
14394
+ "v": "coffee_connoisseur"
14395
+ },
14396
+ {
14397
+ "k": "literal",
14398
+ "v": "barista"
14399
+ }
14400
+ ]
14401
+ },
14402
+ "optional": false
14403
+ },
14404
+ {
14405
+ "name": "brewMethod",
14406
+ "schema": {
14407
+ "k": "union",
14408
+ "of": [
14409
+ {
14410
+ "k": "literal",
14411
+ "v": "pourover"
14412
+ },
14413
+ {
14414
+ "k": "literal",
14415
+ "v": "coffee_maker"
14416
+ },
14417
+ {
14418
+ "k": "literal",
14419
+ "v": "espresso"
14420
+ },
14421
+ {
14422
+ "k": "literal",
14423
+ "v": "french_press"
14424
+ },
14425
+ {
14426
+ "k": "literal",
14427
+ "v": "aeropress"
14428
+ }
14429
+ ]
14430
+ },
14431
+ "optional": false
14432
+ },
14433
+ {
14434
+ "name": "coffeeStyle",
14435
+ "schema": {
14436
+ "k": "union",
14437
+ "of": [
14438
+ {
14439
+ "k": "literal",
14440
+ "v": "black"
14441
+ },
14442
+ {
14443
+ "k": "literal",
14444
+ "v": "milk_or_cream"
14445
+ },
14446
+ {
14447
+ "k": "literal",
14448
+ "v": "sugar_or_sweetener"
14449
+ }
14450
+ ]
14451
+ },
14452
+ "optional": false
14453
+ },
14454
+ {
14455
+ "name": "roastPreference",
14456
+ "schema": {
14457
+ "k": "union",
14458
+ "of": [
14459
+ {
14460
+ "k": "literal",
14461
+ "v": "light"
14462
+ },
14463
+ {
14464
+ "k": "literal",
14465
+ "v": "medium"
14466
+ },
14467
+ {
14468
+ "k": "literal",
14469
+ "v": "dark"
14470
+ },
14471
+ {
14472
+ "k": "literal",
14473
+ "v": "not_sure"
14474
+ }
14475
+ ]
14476
+ },
14477
+ "optional": false
14478
+ },
14479
+ {
14480
+ "name": "tastingNote",
14481
+ "schema": {
14482
+ "k": "union",
14483
+ "of": [
14484
+ {
14485
+ "k": "literal",
14486
+ "v": "chocolate"
14487
+ },
14488
+ {
14489
+ "k": "literal",
14490
+ "v": "citrus"
14491
+ },
14492
+ {
14493
+ "k": "literal",
14494
+ "v": "fruits"
14495
+ },
14496
+ {
14497
+ "k": "literal",
14498
+ "v": "sweet"
14499
+ },
14500
+ {
14501
+ "k": "literal",
14502
+ "v": "floral"
14503
+ },
14504
+ {
14505
+ "k": "literal",
14506
+ "v": "nuts"
14507
+ }
14508
+ ]
14509
+ },
14510
+ "optional": false
14511
+ }
14512
+ ]
14513
+ }
14514
+ },
14515
+ "functions": {
14516
+ "listRoastersChoiceSubscriptions": [],
14517
+ "matchCoffeeSubscription": [
14518
+ {
14519
+ "name": "answers",
14520
+ "schema": {
14521
+ "k": "ref",
14522
+ "name": "CoffeeQuizAnswers"
14523
+ },
14524
+ "optional": false
14525
+ }
14526
+ ]
14527
+ }
14528
+ },
13801
14529
  "providers.viewrail": {
13802
14530
  "defs": {},
13803
14531
  "functions": {
@@ -13805,6 +14533,99 @@ export const VALIDATORS: ValidatorTable = {
13805
14533
  "listMountingStyles": []
13806
14534
  }
13807
14535
  },
14536
+ "providers.villagerealtyobx": {
14537
+ "defs": {},
14538
+ "functions": {
14539
+ "searchRentals": [
14540
+ {
14541
+ "name": "args",
14542
+ "schema": {
14543
+ "k": "object",
14544
+ "props": [
14545
+ {
14546
+ "name": "town",
14547
+ "schema": {
14548
+ "k": "string"
14549
+ },
14550
+ "optional": true
14551
+ },
14552
+ {
14553
+ "name": "bedrooms",
14554
+ "schema": {
14555
+ "k": "number"
14556
+ },
14557
+ "optional": true
14558
+ },
14559
+ {
14560
+ "name": "amenities",
14561
+ "schema": {
14562
+ "k": "array",
14563
+ "of": {
14564
+ "k": "string"
14565
+ }
14566
+ },
14567
+ "optional": true
14568
+ },
14569
+ {
14570
+ "name": "checkin",
14571
+ "schema": {
14572
+ "k": "string"
14573
+ },
14574
+ "optional": true
14575
+ },
14576
+ {
14577
+ "name": "checkout",
14578
+ "schema": {
14579
+ "k": "string"
14580
+ },
14581
+ "optional": true
14582
+ },
14583
+ {
14584
+ "name": "page",
14585
+ "schema": {
14586
+ "k": "number"
14587
+ },
14588
+ "optional": true
14589
+ }
14590
+ ]
14591
+ },
14592
+ "optional": true
14593
+ }
14594
+ ],
14595
+ "getQuote": [
14596
+ {
14597
+ "name": "args",
14598
+ "schema": {
14599
+ "k": "object",
14600
+ "props": [
14601
+ {
14602
+ "name": "propertyID",
14603
+ "schema": {
14604
+ "k": "string"
14605
+ },
14606
+ "optional": false
14607
+ },
14608
+ {
14609
+ "name": "checkin",
14610
+ "schema": {
14611
+ "k": "string"
14612
+ },
14613
+ "optional": false
14614
+ },
14615
+ {
14616
+ "name": "checkout",
14617
+ "schema": {
14618
+ "k": "string"
14619
+ },
14620
+ "optional": false
14621
+ }
14622
+ ]
14623
+ },
14624
+ "optional": false
14625
+ }
14626
+ ]
14627
+ }
14628
+ },
13808
14629
  "providers.visible": {
13809
14630
  "defs": {},
13810
14631
  "functions": {
@@ -13916,6 +14737,20 @@ export const VALIDATORS: ValidatorTable = {
13916
14737
  "getPlans": []
13917
14738
  }
13918
14739
  },
14740
+ "providers.voluspa": {
14741
+ "defs": {},
14742
+ "functions": {
14743
+ "getFragranceQuizIntro": [
14744
+ {
14745
+ "name": "pathIndex",
14746
+ "schema": {
14747
+ "k": "number"
14748
+ },
14749
+ "optional": true
14750
+ }
14751
+ ]
14752
+ }
14753
+ },
13919
14754
  "providers.walmart": {
13920
14755
  "defs": {},
13921
14756
  "functions": {
@@ -14005,6 +14840,21 @@ export const VALIDATORS: ValidatorTable = {
14005
14840
  ]
14006
14841
  }
14007
14842
  },
14843
+ "providers.xpresswellnessurgentcare": {
14844
+ "defs": {},
14845
+ "functions": {
14846
+ "listFacilities": [],
14847
+ "checkWaitTime": [
14848
+ {
14849
+ "name": "facilityId",
14850
+ "schema": {
14851
+ "k": "string"
14852
+ },
14853
+ "optional": false
14854
+ }
14855
+ ]
14856
+ }
14857
+ },
14008
14858
  "providers.yourarborhome": {
14009
14859
  "defs": {
14010
14860
  "SearchHomesFilters": {