@bowmark/web 1.4.0 → 1.5.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: 6368edcbec9d9ee7ceb3fd590c7054ade0542a93e43a39f4f88dc6167c0e36da
9
- // 227 checked, 20 unchecked.
8
+ // Manifest version: 75ed32aa210bc375ea259fb61276ab65363d6b123ba60e63283bdfa36a58a3d5
9
+ // 288 checked, 20 unchecked.
10
10
 
11
11
  import type { ValidatorTable } from "../validate.js";
12
12
 
13
13
  export const VALIDATORS: ValidatorTable = {
14
- "version": "6368edcbec9d9ee7ceb3fd590c7054ade0542a93e43a39f4f88dc6167c0e36da",
14
+ "version": "75ed32aa210bc375ea259fb61276ab65363d6b123ba60e63283bdfa36a58a3d5",
15
15
  "units": {
16
16
  "cars": {
17
17
  "defs": {
@@ -1125,6 +1125,25 @@ export const VALIDATORS: ValidatorTable = {
1125
1125
  },
1126
1126
  "providers.aa": {
1127
1127
  "defs": {
1128
+ "aaBaggageAllowanceArgs": {
1129
+ "k": "object",
1130
+ "props": [
1131
+ {
1132
+ "name": "origin",
1133
+ "schema": {
1134
+ "k": "string"
1135
+ },
1136
+ "optional": false
1137
+ },
1138
+ {
1139
+ "name": "destination",
1140
+ "schema": {
1141
+ "k": "string"
1142
+ },
1143
+ "optional": false
1144
+ }
1145
+ ]
1146
+ },
1128
1147
  "aaRetrieveBookingArgs": {
1129
1148
  "k": "object",
1130
1149
  "props": [
@@ -1147,6 +1166,16 @@ export const VALIDATORS: ValidatorTable = {
1147
1166
  },
1148
1167
  "functions": {
1149
1168
  "getFlightStatus": null,
1169
+ "getBaggageAllowance": [
1170
+ {
1171
+ "name": "arg0",
1172
+ "schema": {
1173
+ "k": "ref",
1174
+ "name": "aaBaggageAllowanceArgs"
1175
+ },
1176
+ "optional": false
1177
+ }
1178
+ ],
1150
1179
  "retrieveBooking": [
1151
1180
  {
1152
1181
  "name": "arg0",
@@ -1529,6 +1558,29 @@ export const VALIDATORS: ValidatorTable = {
1529
1558
  ]
1530
1559
  }
1531
1560
  },
1561
+ "providers.avis": {
1562
+ "defs": {},
1563
+ "functions": {
1564
+ "searchLocations": [
1565
+ {
1566
+ "name": "args",
1567
+ "schema": {
1568
+ "k": "any"
1569
+ },
1570
+ "optional": false
1571
+ }
1572
+ ],
1573
+ "getLocation": [
1574
+ {
1575
+ "name": "args",
1576
+ "schema": {
1577
+ "k": "any"
1578
+ },
1579
+ "optional": false
1580
+ }
1581
+ ]
1582
+ }
1583
+ },
1532
1584
  "providers.azure": {
1533
1585
  "defs": {
1534
1586
  "AzureListServicesFilters": {
@@ -1811,6 +1863,30 @@ export const VALIDATORS: ValidatorTable = {
1811
1863
  ]
1812
1864
  }
1813
1865
  },
1866
+ "providers.bluehaven": {
1867
+ "defs": {},
1868
+ "functions": {
1869
+ "listPoolDesigns": [],
1870
+ "checkPoolSiteFeasibility": [
1871
+ {
1872
+ "name": "args",
1873
+ "schema": {
1874
+ "k": "object",
1875
+ "props": [
1876
+ {
1877
+ "name": "address",
1878
+ "schema": {
1879
+ "k": "string"
1880
+ },
1881
+ "optional": false
1882
+ }
1883
+ ]
1884
+ },
1885
+ "optional": false
1886
+ }
1887
+ ]
1888
+ }
1889
+ },
1814
1890
  "providers.bmwusa": {
1815
1891
  "defs": {},
1816
1892
  "functions": {
@@ -1899,7 +1975,26 @@ export const VALIDATORS: ValidatorTable = {
1899
1975
  },
1900
1976
  "optional": true
1901
1977
  }
1902
- ]
1978
+ ],
1979
+ "getModel": [
1980
+ {
1981
+ "name": "path",
1982
+ "schema": {
1983
+ "k": "string"
1984
+ },
1985
+ "optional": false
1986
+ }
1987
+ ],
1988
+ "listOffers": [
1989
+ {
1990
+ "name": "zip",
1991
+ "schema": {
1992
+ "k": "string"
1993
+ },
1994
+ "optional": false
1995
+ }
1996
+ ],
1997
+ "listModels": []
1903
1998
  }
1904
1999
  },
1905
2000
  "providers.cancer": {
@@ -1922,47 +2017,86 @@ export const VALIDATORS: ValidatorTable = {
1922
2017
  },
1923
2018
  "optional": true
1924
2019
  }
2020
+ ],
2021
+ "getCancerInfoSummary": [
2022
+ {
2023
+ "name": "args",
2024
+ "schema": {
2025
+ "k": "object",
2026
+ "props": [
2027
+ {
2028
+ "name": "topic",
2029
+ "schema": {
2030
+ "k": "string"
2031
+ },
2032
+ "optional": false
2033
+ },
2034
+ {
2035
+ "name": "audience",
2036
+ "schema": {
2037
+ "k": "union",
2038
+ "of": [
2039
+ {
2040
+ "k": "literal",
2041
+ "v": "patient"
2042
+ },
2043
+ {
2044
+ "k": "literal",
2045
+ "v": "healthProfessional"
2046
+ }
2047
+ ]
2048
+ },
2049
+ "optional": true
2050
+ }
2051
+ ]
2052
+ },
2053
+ "optional": false
2054
+ }
1925
2055
  ]
1926
2056
  }
1927
2057
  },
1928
- "providers.cars": {
2058
+ "providers.caraway": {
1929
2059
  "defs": {},
1930
2060
  "functions": {
1931
- "getListing": [
2061
+ "listCarawayProducts": [
1932
2062
  {
1933
- "name": "listingId",
2063
+ "name": "opts",
2064
+ "schema": {
2065
+ "k": "object",
2066
+ "props": [
2067
+ {
2068
+ "name": "limit",
2069
+ "schema": {
2070
+ "k": "number"
2071
+ },
2072
+ "optional": true
2073
+ }
2074
+ ]
2075
+ },
2076
+ "optional": true
2077
+ }
2078
+ ],
2079
+ "getCarawayProduct": [
2080
+ {
2081
+ "name": "handle",
1934
2082
  "schema": {
1935
2083
  "k": "string"
1936
2084
  },
1937
2085
  "optional": false
1938
2086
  }
1939
2087
  ],
1940
- "getModelResearch": [
2088
+ "runCarawayQuiz": [
1941
2089
  {
1942
- "name": "args",
2090
+ "name": "answers",
1943
2091
  "schema": {
1944
2092
  "k": "object",
1945
2093
  "props": [
1946
2094
  {
1947
- "name": "make",
1948
- "schema": {
1949
- "k": "string"
1950
- },
1951
- "optional": false
1952
- },
1953
- {
1954
- "name": "model",
2095
+ "name": "archetype",
1955
2096
  "schema": {
1956
2097
  "k": "string"
1957
2098
  },
1958
2099
  "optional": false
1959
- },
1960
- {
1961
- "name": "year",
1962
- "schema": {
1963
- "k": "number"
1964
- },
1965
- "optional": false
1966
2100
  }
1967
2101
  ]
1968
2102
  },
@@ -1971,119 +2105,348 @@ export const VALIDATORS: ValidatorTable = {
1971
2105
  ]
1972
2106
  }
1973
2107
  },
1974
- "providers.cheapflights": {
2108
+ "providers.cars": {
1975
2109
  "defs": {
1976
- "KayakCarQuery": {
2110
+ "QuoteIdentity": {
1977
2111
  "k": "object",
1978
2112
  "props": [
1979
2113
  {
1980
- "name": "pickup",
2114
+ "name": "firstName",
1981
2115
  "schema": {
1982
2116
  "k": "string"
1983
2117
  },
1984
2118
  "optional": false
1985
2119
  },
1986
2120
  {
1987
- "name": "dropoff",
1988
- "schema": {
1989
- "k": "string"
1990
- },
1991
- "optional": true
1992
- },
1993
- {
1994
- "name": "pickupDate",
2121
+ "name": "lastName",
1995
2122
  "schema": {
1996
2123
  "k": "string"
1997
2124
  },
1998
2125
  "optional": false
1999
2126
  },
2000
2127
  {
2001
- "name": "dropoffDate",
2128
+ "name": "dob",
2002
2129
  "schema": {
2003
2130
  "k": "string"
2004
2131
  },
2005
2132
  "optional": false
2006
2133
  },
2007
2134
  {
2008
- "name": "pickupHour",
2009
- "schema": {
2010
- "k": "number"
2011
- },
2012
- "optional": true
2013
- },
2014
- {
2015
- "name": "dropoffHour",
2016
- "schema": {
2017
- "k": "number"
2018
- },
2019
- "optional": true
2020
- },
2021
- {
2022
- "name": "driverAge",
2023
- "schema": {
2024
- "k": "number"
2025
- },
2026
- "optional": true
2027
- }
2028
- ]
2029
- },
2030
- "KayakFlight": {
2031
- "k": "object",
2032
- "props": [
2033
- {
2034
- "name": "id",
2135
+ "name": "email",
2035
2136
  "schema": {
2036
2137
  "k": "string"
2037
2138
  },
2038
2139
  "optional": false
2039
2140
  },
2040
2141
  {
2041
- "name": "price",
2042
- "schema": {
2043
- "k": "union",
2044
- "of": [
2045
- {
2046
- "k": "number"
2047
- },
2048
- {
2049
- "k": "null"
2050
- }
2051
- ]
2052
- },
2053
- "optional": false
2054
- },
2055
- {
2056
- "name": "currency",
2142
+ "name": "phone",
2057
2143
  "schema": {
2058
2144
  "k": "string"
2059
2145
  },
2060
2146
  "optional": false
2061
- },
2062
- {
2063
- "name": "tripType",
2064
- "schema": {
2065
- "k": "union",
2066
- "of": [
2067
- {
2068
- "k": "literal",
2069
- "v": "round trip"
2147
+ }
2148
+ ]
2149
+ }
2150
+ },
2151
+ "functions": {
2152
+ "search": [
2153
+ {
2154
+ "name": "args",
2155
+ "schema": {
2156
+ "k": "object",
2157
+ "props": [
2158
+ {
2159
+ "name": "zipCode",
2160
+ "schema": {
2161
+ "k": "string"
2070
2162
  },
2071
- {
2072
- "k": "literal",
2073
- "v": "one way"
2074
- }
2075
- ]
2076
- },
2077
- "optional": false
2078
- },
2079
- {
2080
- "name": "airlines",
2081
- "schema": {
2082
- "k": "array",
2083
- "of": {
2084
- "k": "string"
2085
- }
2086
- },
2163
+ "optional": true
2164
+ },
2165
+ {
2166
+ "name": "radiusMiles",
2167
+ "schema": {
2168
+ "k": "number"
2169
+ },
2170
+ "optional": true
2171
+ },
2172
+ {
2173
+ "name": "stockType",
2174
+ "schema": {
2175
+ "k": "union",
2176
+ "of": [
2177
+ {
2178
+ "k": "literal",
2179
+ "v": "new"
2180
+ },
2181
+ {
2182
+ "k": "literal",
2183
+ "v": "used"
2184
+ },
2185
+ {
2186
+ "k": "literal",
2187
+ "v": "cpo"
2188
+ }
2189
+ ]
2190
+ },
2191
+ "optional": true
2192
+ },
2193
+ {
2194
+ "name": "make",
2195
+ "schema": {
2196
+ "k": "string"
2197
+ },
2198
+ "optional": true
2199
+ },
2200
+ {
2201
+ "name": "model",
2202
+ "schema": {
2203
+ "k": "string"
2204
+ },
2205
+ "optional": true
2206
+ },
2207
+ {
2208
+ "name": "maxPrice",
2209
+ "schema": {
2210
+ "k": "string"
2211
+ },
2212
+ "optional": true
2213
+ },
2214
+ {
2215
+ "name": "minPrice",
2216
+ "schema": {
2217
+ "k": "string"
2218
+ },
2219
+ "optional": true
2220
+ },
2221
+ {
2222
+ "name": "maxMileage",
2223
+ "schema": {
2224
+ "k": "string"
2225
+ },
2226
+ "optional": true
2227
+ },
2228
+ {
2229
+ "name": "page",
2230
+ "schema": {
2231
+ "k": "number"
2232
+ },
2233
+ "optional": true
2234
+ },
2235
+ {
2236
+ "name": "pageSize",
2237
+ "schema": {
2238
+ "k": "number"
2239
+ },
2240
+ "optional": true
2241
+ },
2242
+ {
2243
+ "name": "sort",
2244
+ "schema": {
2245
+ "k": "string"
2246
+ },
2247
+ "optional": true
2248
+ }
2249
+ ]
2250
+ },
2251
+ "optional": false
2252
+ }
2253
+ ],
2254
+ "getListing": [
2255
+ {
2256
+ "name": "listingId",
2257
+ "schema": {
2258
+ "k": "string"
2259
+ },
2260
+ "optional": false
2261
+ }
2262
+ ],
2263
+ "getModelResearch": [
2264
+ {
2265
+ "name": "args",
2266
+ "schema": {
2267
+ "k": "object",
2268
+ "props": [
2269
+ {
2270
+ "name": "make",
2271
+ "schema": {
2272
+ "k": "string"
2273
+ },
2274
+ "optional": false
2275
+ },
2276
+ {
2277
+ "name": "model",
2278
+ "schema": {
2279
+ "k": "string"
2280
+ },
2281
+ "optional": false
2282
+ },
2283
+ {
2284
+ "name": "year",
2285
+ "schema": {
2286
+ "k": "number"
2287
+ },
2288
+ "optional": false
2289
+ }
2290
+ ]
2291
+ },
2292
+ "optional": false
2293
+ }
2294
+ ],
2295
+ "getVehicleValue": [
2296
+ {
2297
+ "name": "args",
2298
+ "schema": {
2299
+ "k": "object",
2300
+ "props": [
2301
+ {
2302
+ "name": "vin",
2303
+ "schema": {
2304
+ "k": "string"
2305
+ },
2306
+ "optional": false
2307
+ },
2308
+ {
2309
+ "name": "identity",
2310
+ "schema": {
2311
+ "k": "ref",
2312
+ "name": "QuoteIdentity"
2313
+ },
2314
+ "optional": false
2315
+ },
2316
+ {
2317
+ "name": "postalCode",
2318
+ "schema": {
2319
+ "k": "string"
2320
+ },
2321
+ "optional": false
2322
+ },
2323
+ {
2324
+ "name": "mileage",
2325
+ "schema": {
2326
+ "k": "number"
2327
+ },
2328
+ "optional": true
2329
+ }
2330
+ ]
2331
+ },
2332
+ "optional": false
2333
+ }
2334
+ ]
2335
+ }
2336
+ },
2337
+ "providers.cheapflights": {
2338
+ "defs": {
2339
+ "KayakCarQuery": {
2340
+ "k": "object",
2341
+ "props": [
2342
+ {
2343
+ "name": "pickup",
2344
+ "schema": {
2345
+ "k": "string"
2346
+ },
2347
+ "optional": false
2348
+ },
2349
+ {
2350
+ "name": "dropoff",
2351
+ "schema": {
2352
+ "k": "string"
2353
+ },
2354
+ "optional": true
2355
+ },
2356
+ {
2357
+ "name": "pickupDate",
2358
+ "schema": {
2359
+ "k": "string"
2360
+ },
2361
+ "optional": false
2362
+ },
2363
+ {
2364
+ "name": "dropoffDate",
2365
+ "schema": {
2366
+ "k": "string"
2367
+ },
2368
+ "optional": false
2369
+ },
2370
+ {
2371
+ "name": "pickupHour",
2372
+ "schema": {
2373
+ "k": "number"
2374
+ },
2375
+ "optional": true
2376
+ },
2377
+ {
2378
+ "name": "dropoffHour",
2379
+ "schema": {
2380
+ "k": "number"
2381
+ },
2382
+ "optional": true
2383
+ },
2384
+ {
2385
+ "name": "driverAge",
2386
+ "schema": {
2387
+ "k": "number"
2388
+ },
2389
+ "optional": true
2390
+ }
2391
+ ]
2392
+ },
2393
+ "KayakFlight": {
2394
+ "k": "object",
2395
+ "props": [
2396
+ {
2397
+ "name": "id",
2398
+ "schema": {
2399
+ "k": "string"
2400
+ },
2401
+ "optional": false
2402
+ },
2403
+ {
2404
+ "name": "price",
2405
+ "schema": {
2406
+ "k": "union",
2407
+ "of": [
2408
+ {
2409
+ "k": "number"
2410
+ },
2411
+ {
2412
+ "k": "null"
2413
+ }
2414
+ ]
2415
+ },
2416
+ "optional": false
2417
+ },
2418
+ {
2419
+ "name": "currency",
2420
+ "schema": {
2421
+ "k": "string"
2422
+ },
2423
+ "optional": false
2424
+ },
2425
+ {
2426
+ "name": "tripType",
2427
+ "schema": {
2428
+ "k": "union",
2429
+ "of": [
2430
+ {
2431
+ "k": "literal",
2432
+ "v": "round trip"
2433
+ },
2434
+ {
2435
+ "k": "literal",
2436
+ "v": "one way"
2437
+ }
2438
+ ]
2439
+ },
2440
+ "optional": false
2441
+ },
2442
+ {
2443
+ "name": "airlines",
2444
+ "schema": {
2445
+ "k": "array",
2446
+ "of": {
2447
+ "k": "string"
2448
+ }
2449
+ },
2087
2450
  "optional": false
2088
2451
  },
2089
2452
  {
@@ -2401,9 +2764,76 @@ export const VALIDATORS: ValidatorTable = {
2401
2764
  "optional": true
2402
2765
  }
2403
2766
  ]
2767
+ },
2768
+ "ClasspassSearchQuery": {
2769
+ "k": "object",
2770
+ "props": [
2771
+ {
2772
+ "name": "lat",
2773
+ "schema": {
2774
+ "k": "number"
2775
+ },
2776
+ "optional": false
2777
+ },
2778
+ {
2779
+ "name": "lon",
2780
+ "schema": {
2781
+ "k": "number"
2782
+ },
2783
+ "optional": false
2784
+ },
2785
+ {
2786
+ "name": "radius",
2787
+ "schema": {
2788
+ "k": "number"
2789
+ },
2790
+ "optional": false
2791
+ },
2792
+ {
2793
+ "name": "radiusUnits",
2794
+ "schema": {
2795
+ "k": "union",
2796
+ "of": [
2797
+ {
2798
+ "k": "literal",
2799
+ "v": "mi"
2800
+ },
2801
+ {
2802
+ "k": "literal",
2803
+ "v": "km"
2804
+ }
2805
+ ]
2806
+ },
2807
+ "optional": true
2808
+ },
2809
+ {
2810
+ "name": "date",
2811
+ "schema": {
2812
+ "k": "string"
2813
+ },
2814
+ "optional": true
2815
+ },
2816
+ {
2817
+ "name": "cursor",
2818
+ "schema": {
2819
+ "k": "string"
2820
+ },
2821
+ "optional": true
2822
+ }
2823
+ ]
2404
2824
  }
2405
2825
  },
2406
2826
  "functions": {
2827
+ "search": [
2828
+ {
2829
+ "name": "query",
2830
+ "schema": {
2831
+ "k": "ref",
2832
+ "name": "ClasspassSearchQuery"
2833
+ },
2834
+ "optional": false
2835
+ }
2836
+ ],
2407
2837
  "getStudio": [
2408
2838
  {
2409
2839
  "name": "studio",
@@ -2455,9 +2885,43 @@ export const VALIDATORS: ValidatorTable = {
2455
2885
  "compareTeamsPlans": [],
2456
2886
  "searchDomainAvailability": [
2457
2887
  {
2458
- "name": "domain",
2888
+ "name": "domain",
2889
+ "schema": {
2890
+ "k": "string"
2891
+ },
2892
+ "optional": false
2893
+ }
2894
+ ]
2895
+ }
2896
+ },
2897
+ "providers.cyberpowerpc": {
2898
+ "defs": {},
2899
+ "functions": {
2900
+ "listConfigurators": [],
2901
+ "getConfigurator": [
2902
+ {
2903
+ "name": "slug",
2904
+ "schema": {
2905
+ "k": "string"
2906
+ },
2907
+ "optional": false
2908
+ }
2909
+ ],
2910
+ "priceBuild": [
2911
+ {
2912
+ "name": "slug",
2913
+ "schema": {
2914
+ "k": "string"
2915
+ },
2916
+ "optional": false
2917
+ },
2918
+ {
2919
+ "name": "selections",
2459
2920
  "schema": {
2460
- "k": "string"
2921
+ "k": "record",
2922
+ "value": {
2923
+ "k": "string"
2924
+ }
2461
2925
  },
2462
2926
  "optional": false
2463
2927
  }
@@ -2541,6 +3005,20 @@ export const VALIDATORS: ValidatorTable = {
2541
3005
  ]
2542
3006
  }
2543
3007
  },
3008
+ "providers.dice": {
3009
+ "defs": {},
3010
+ "functions": {
3011
+ "getJob": [
3012
+ {
3013
+ "name": "jobId",
3014
+ "schema": {
3015
+ "k": "string"
3016
+ },
3017
+ "optional": false
3018
+ }
3019
+ ]
3020
+ }
3021
+ },
2544
3022
  "providers.dickssportinggoods": {
2545
3023
  "defs": {},
2546
3024
  "functions": {
@@ -2582,6 +3060,39 @@ export const VALIDATORS: ValidatorTable = {
2582
3060
  }
2583
3061
  ]
2584
3062
  },
3063
+ "dillardsFindStoresQuery": {
3064
+ "k": "object",
3065
+ "props": [
3066
+ {
3067
+ "name": "state",
3068
+ "schema": {
3069
+ "k": "string"
3070
+ },
3071
+ "optional": true
3072
+ },
3073
+ {
3074
+ "name": "city",
3075
+ "schema": {
3076
+ "k": "string"
3077
+ },
3078
+ "optional": true
3079
+ },
3080
+ {
3081
+ "name": "zip",
3082
+ "schema": {
3083
+ "k": "string"
3084
+ },
3085
+ "optional": true
3086
+ },
3087
+ {
3088
+ "name": "limit",
3089
+ "schema": {
3090
+ "k": "number"
3091
+ },
3092
+ "optional": true
3093
+ }
3094
+ ]
3095
+ },
2585
3096
  "dillardsGetProductQuery": {
2586
3097
  "k": "object",
2587
3098
  "props": [
@@ -2687,12 +3198,31 @@ export const VALIDATORS: ValidatorTable = {
2687
3198
  },
2688
3199
  "optional": false
2689
3200
  }
3201
+ ],
3202
+ "findStores": [
3203
+ {
3204
+ "name": "query",
3205
+ "schema": {
3206
+ "k": "ref",
3207
+ "name": "dillardsFindStoresQuery"
3208
+ },
3209
+ "optional": false
3210
+ }
2690
3211
  ]
2691
3212
  }
2692
3213
  },
2693
3214
  "providers.discounttire": {
2694
3215
  "defs": {},
2695
3216
  "functions": {
3217
+ "getProduct": [
3218
+ {
3219
+ "name": "idOrUrl",
3220
+ "schema": {
3221
+ "k": "string"
3222
+ },
3223
+ "optional": false
3224
+ }
3225
+ ],
2696
3226
  "checkStock": [
2697
3227
  {
2698
3228
  "name": "idOrUrl",
@@ -2753,6 +3283,143 @@ export const VALIDATORS: ValidatorTable = {
2753
3283
  },
2754
3284
  "optional": false
2755
3285
  }
3286
+ ],
3287
+ "searchTiresBySize": [
3288
+ {
3289
+ "name": "args",
3290
+ "schema": {
3291
+ "k": "object",
3292
+ "props": [
3293
+ {
3294
+ "name": "front",
3295
+ "schema": {
3296
+ "k": "object",
3297
+ "props": [
3298
+ {
3299
+ "name": "diameter",
3300
+ "schema": {
3301
+ "k": "string"
3302
+ },
3303
+ "optional": false
3304
+ },
3305
+ {
3306
+ "name": "width",
3307
+ "schema": {
3308
+ "k": "string"
3309
+ },
3310
+ "optional": false
3311
+ },
3312
+ {
3313
+ "name": "aspectRatio",
3314
+ "schema": {
3315
+ "k": "string"
3316
+ },
3317
+ "optional": false
3318
+ }
3319
+ ]
3320
+ },
3321
+ "optional": false
3322
+ },
3323
+ {
3324
+ "name": "rear",
3325
+ "schema": {
3326
+ "k": "object",
3327
+ "props": [
3328
+ {
3329
+ "name": "diameter",
3330
+ "schema": {
3331
+ "k": "string"
3332
+ },
3333
+ "optional": false
3334
+ },
3335
+ {
3336
+ "name": "width",
3337
+ "schema": {
3338
+ "k": "string"
3339
+ },
3340
+ "optional": false
3341
+ },
3342
+ {
3343
+ "name": "aspectRatio",
3344
+ "schema": {
3345
+ "k": "string"
3346
+ },
3347
+ "optional": false
3348
+ }
3349
+ ]
3350
+ },
3351
+ "optional": true
3352
+ },
3353
+ {
3354
+ "name": "location",
3355
+ "schema": {
3356
+ "k": "union",
3357
+ "of": [
3358
+ {
3359
+ "k": "object",
3360
+ "props": [
3361
+ {
3362
+ "name": "zip",
3363
+ "schema": {
3364
+ "k": "string"
3365
+ },
3366
+ "optional": false
3367
+ }
3368
+ ]
3369
+ },
3370
+ {
3371
+ "k": "object",
3372
+ "props": [
3373
+ {
3374
+ "name": "storeCode",
3375
+ "schema": {
3376
+ "k": "string"
3377
+ },
3378
+ "optional": false
3379
+ }
3380
+ ]
3381
+ },
3382
+ {
3383
+ "k": "object",
3384
+ "props": [
3385
+ {
3386
+ "name": "latitude",
3387
+ "schema": {
3388
+ "k": "number"
3389
+ },
3390
+ "optional": false
3391
+ },
3392
+ {
3393
+ "name": "longitude",
3394
+ "schema": {
3395
+ "k": "number"
3396
+ },
3397
+ "optional": false
3398
+ }
3399
+ ]
3400
+ }
3401
+ ]
3402
+ },
3403
+ "optional": false
3404
+ },
3405
+ {
3406
+ "name": "pageNumber",
3407
+ "schema": {
3408
+ "k": "number"
3409
+ },
3410
+ "optional": false
3411
+ },
3412
+ {
3413
+ "name": "pageSize",
3414
+ "schema": {
3415
+ "k": "number"
3416
+ },
3417
+ "optional": false
3418
+ }
3419
+ ]
3420
+ },
3421
+ "optional": false
3422
+ }
2756
3423
  ]
2757
3424
  }
2758
3425
  },
@@ -2863,42 +3530,116 @@ export const VALIDATORS: ValidatorTable = {
2863
3530
  "k": "ref",
2864
3531
  "name": "ExtraspaceSearchOptions"
2865
3532
  },
2866
- "optional": true
3533
+ "optional": true
3534
+ }
3535
+ ],
3536
+ "getFacility": [
3537
+ {
3538
+ "name": "storeId",
3539
+ "schema": {
3540
+ "k": "union",
3541
+ "of": [
3542
+ {
3543
+ "k": "number"
3544
+ },
3545
+ {
3546
+ "k": "string"
3547
+ }
3548
+ ]
3549
+ },
3550
+ "optional": false
3551
+ }
3552
+ ],
3553
+ "checkAvailability": [
3554
+ {
3555
+ "name": "storeId",
3556
+ "schema": {
3557
+ "k": "union",
3558
+ "of": [
3559
+ {
3560
+ "k": "number"
3561
+ },
3562
+ {
3563
+ "k": "string"
3564
+ }
3565
+ ]
3566
+ },
3567
+ "optional": false
3568
+ },
3569
+ {
3570
+ "name": "unitSize",
3571
+ "schema": {
3572
+ "k": "string"
3573
+ },
3574
+ "optional": false
3575
+ }
3576
+ ]
3577
+ }
3578
+ },
3579
+ "providers.flightradar24": {
3580
+ "defs": {},
3581
+ "functions": {
3582
+ "getAirline": null,
3583
+ "getAirportArrivals": null
3584
+ }
3585
+ },
3586
+ "providers.ford": {
3587
+ "defs": {},
3588
+ "functions": {
3589
+ "findDealers": null,
3590
+ "listNameplates": null,
3591
+ "getOffers": [
3592
+ {
3593
+ "name": "args",
3594
+ "schema": {
3595
+ "k": "object",
3596
+ "props": [
3597
+ {
3598
+ "name": "nameplate",
3599
+ "schema": {
3600
+ "k": "string"
3601
+ },
3602
+ "optional": false
3603
+ },
3604
+ {
3605
+ "name": "postalCode",
3606
+ "schema": {
3607
+ "k": "string"
3608
+ },
3609
+ "optional": false
3610
+ },
3611
+ {
3612
+ "name": "year",
3613
+ "schema": {
3614
+ "k": "number"
3615
+ },
3616
+ "optional": true
3617
+ }
3618
+ ]
3619
+ },
3620
+ "optional": false
3621
+ }
3622
+ ],
3623
+ "getVehicle": [
3624
+ {
3625
+ "name": "vin",
3626
+ "schema": {
3627
+ "k": "string"
3628
+ },
3629
+ "optional": false
2867
3630
  }
2868
3631
  ],
2869
- "getFacility": [
3632
+ "getRecalls": [
2870
3633
  {
2871
- "name": "storeId",
3634
+ "name": "vin",
2872
3635
  "schema": {
2873
- "k": "union",
2874
- "of": [
2875
- {
2876
- "k": "number"
2877
- },
2878
- {
2879
- "k": "string"
2880
- }
2881
- ]
3636
+ "k": "string"
2882
3637
  },
2883
3638
  "optional": false
2884
3639
  }
2885
3640
  ]
2886
3641
  }
2887
3642
  },
2888
- "providers.flightradar24": {
2889
- "defs": {},
2890
- "functions": {
2891
- "getAirline": null,
2892
- "getAirportArrivals": null
2893
- }
2894
- },
2895
- "providers.ford": {
2896
- "defs": {},
2897
- "functions": {
2898
- "findDealers": null,
2899
- "listNameplates": null
2900
- }
2901
- },
2902
3643
  "providers.framebridge": {
2903
3644
  "defs": {},
2904
3645
  "functions": {
@@ -3035,6 +3776,76 @@ export const VALIDATORS: ValidatorTable = {
3035
3776
  },
3036
3777
  "optional": false
3037
3778
  }
3779
+ ],
3780
+ "getSeriesObservations": [
3781
+ {
3782
+ "name": "args",
3783
+ "schema": {
3784
+ "k": "union",
3785
+ "of": [
3786
+ {
3787
+ "k": "string"
3788
+ },
3789
+ {
3790
+ "k": "object",
3791
+ "props": [
3792
+ {
3793
+ "name": "seriesId",
3794
+ "schema": {
3795
+ "k": "string"
3796
+ },
3797
+ "optional": false
3798
+ },
3799
+ {
3800
+ "name": "from",
3801
+ "schema": {
3802
+ "k": "string"
3803
+ },
3804
+ "optional": true
3805
+ },
3806
+ {
3807
+ "name": "to",
3808
+ "schema": {
3809
+ "k": "string"
3810
+ },
3811
+ "optional": true
3812
+ },
3813
+ {
3814
+ "name": "units",
3815
+ "schema": {
3816
+ "k": "string"
3817
+ },
3818
+ "optional": true
3819
+ },
3820
+ {
3821
+ "name": "frequency",
3822
+ "schema": {
3823
+ "k": "string"
3824
+ },
3825
+ "optional": true
3826
+ },
3827
+ {
3828
+ "name": "aggregationMethod",
3829
+ "schema": {
3830
+ "k": "string"
3831
+ },
3832
+ "optional": true
3833
+ }
3834
+ ]
3835
+ }
3836
+ ]
3837
+ },
3838
+ "optional": false
3839
+ }
3840
+ ],
3841
+ "browseCategory": [
3842
+ {
3843
+ "name": "categoryId",
3844
+ "schema": {
3845
+ "k": "number"
3846
+ },
3847
+ "optional": true
3848
+ }
3038
3849
  ]
3039
3850
  }
3040
3851
  },
@@ -3460,6 +4271,15 @@ export const VALIDATORS: ValidatorTable = {
3460
4271
  "providers.grainger": {
3461
4272
  "defs": {},
3462
4273
  "functions": {
4274
+ "search": [
4275
+ {
4276
+ "name": "args",
4277
+ "schema": {
4278
+ "k": "any"
4279
+ },
4280
+ "optional": false
4281
+ }
4282
+ ],
3463
4283
  "findBranch": [
3464
4284
  {
3465
4285
  "name": "args",
@@ -3468,6 +4288,24 @@ export const VALIDATORS: ValidatorTable = {
3468
4288
  },
3469
4289
  "optional": false
3470
4290
  }
4291
+ ],
4292
+ "getProduct": [
4293
+ {
4294
+ "name": "args",
4295
+ "schema": {
4296
+ "k": "any"
4297
+ },
4298
+ "optional": false
4299
+ }
4300
+ ],
4301
+ "checkStock": [
4302
+ {
4303
+ "name": "args",
4304
+ "schema": {
4305
+ "k": "any"
4306
+ },
4307
+ "optional": false
4308
+ }
3471
4309
  ]
3472
4310
  }
3473
4311
  },
@@ -3592,6 +4430,37 @@ export const VALIDATORS: ValidatorTable = {
3592
4430
  ]
3593
4431
  }
3594
4432
  },
4433
+ "providers.hellotend": {
4434
+ "defs": {},
4435
+ "functions": {
4436
+ "listMarkets": [],
4437
+ "listStudios": [
4438
+ {
4439
+ "name": "market",
4440
+ "schema": {
4441
+ "k": "string"
4442
+ },
4443
+ "optional": true
4444
+ }
4445
+ ],
4446
+ "listServices": [
4447
+ {
4448
+ "name": "market",
4449
+ "schema": {
4450
+ "k": "string"
4451
+ },
4452
+ "optional": false
4453
+ },
4454
+ {
4455
+ "name": "studio",
4456
+ "schema": {
4457
+ "k": "string"
4458
+ },
4459
+ "optional": false
4460
+ }
4461
+ ]
4462
+ }
4463
+ },
3595
4464
  "providers.hilton": {
3596
4465
  "defs": {},
3597
4466
  "functions": {
@@ -4737,6 +5606,40 @@ export const VALIDATORS: ValidatorTable = {
4737
5606
  ]
4738
5607
  }
4739
5608
  },
5609
+ "providers.joybird": {
5610
+ "defs": {},
5611
+ "functions": {
5612
+ "listConfigurators": [],
5613
+ "getConfigurator": [
5614
+ {
5615
+ "name": "slug",
5616
+ "schema": {
5617
+ "k": "string"
5618
+ },
5619
+ "optional": false
5620
+ }
5621
+ ],
5622
+ "priceConfigurator": [
5623
+ {
5624
+ "name": "slug",
5625
+ "schema": {
5626
+ "k": "string"
5627
+ },
5628
+ "optional": false
5629
+ },
5630
+ {
5631
+ "name": "selections",
5632
+ "schema": {
5633
+ "k": "record",
5634
+ "value": {
5635
+ "k": "string"
5636
+ }
5637
+ },
5638
+ "optional": false
5639
+ }
5640
+ ]
5641
+ }
5642
+ },
4740
5643
  "providers.kayak": {
4741
5644
  "defs": {
4742
5645
  "KayakCarQuery": {
@@ -5071,6 +5974,15 @@ export const VALIDATORS: ValidatorTable = {
5071
5974
  },
5072
5975
  "optional": false
5073
5976
  }
5977
+ ],
5978
+ "getTest": [
5979
+ {
5980
+ "name": "sku",
5981
+ "schema": {
5982
+ "k": "string"
5983
+ },
5984
+ "optional": false
5985
+ }
5074
5986
  ]
5075
5987
  }
5076
5988
  },
@@ -5573,6 +6485,78 @@ export const VALIDATORS: ValidatorTable = {
5573
6485
  }
5574
6486
  ]
5575
6487
  },
6488
+ "medicareGetPlanQuery": {
6489
+ "k": "object",
6490
+ "props": [
6491
+ {
6492
+ "name": "planType",
6493
+ "schema": {
6494
+ "k": "union",
6495
+ "of": [
6496
+ {
6497
+ "k": "literal",
6498
+ "v": "pdp"
6499
+ },
6500
+ {
6501
+ "k": "literal",
6502
+ "v": "ma"
6503
+ },
6504
+ {
6505
+ "k": "literal",
6506
+ "v": "mapd"
6507
+ },
6508
+ {
6509
+ "k": "literal",
6510
+ "v": "snp"
6511
+ }
6512
+ ]
6513
+ },
6514
+ "optional": false
6515
+ },
6516
+ {
6517
+ "name": "contractId",
6518
+ "schema": {
6519
+ "k": "string"
6520
+ },
6521
+ "optional": false
6522
+ },
6523
+ {
6524
+ "name": "planId",
6525
+ "schema": {
6526
+ "k": "string"
6527
+ },
6528
+ "optional": false
6529
+ },
6530
+ {
6531
+ "name": "segmentId",
6532
+ "schema": {
6533
+ "k": "string"
6534
+ },
6535
+ "optional": false
6536
+ },
6537
+ {
6538
+ "name": "year",
6539
+ "schema": {
6540
+ "k": "number"
6541
+ },
6542
+ "optional": true
6543
+ },
6544
+ {
6545
+ "name": "zip",
6546
+ "schema": {
6547
+ "k": "string"
6548
+ },
6549
+ "optional": false
6550
+ },
6551
+ {
6552
+ "name": "county",
6553
+ "schema": {
6554
+ "k": "string"
6555
+ },
6556
+ "optional": true
6557
+ }
6558
+ ]
6559
+ },
5576
6560
  "medicareHospitalQuery": {
5577
6561
  "k": "object",
5578
6562
  "props": [
@@ -5718,7 +6702,17 @@ export const VALIDATORS: ValidatorTable = {
5718
6702
  "name": "query",
5719
6703
  "schema": {
5720
6704
  "k": "ref",
5721
- "name": "medicareHospitalQuery"
6705
+ "name": "medicareHospitalQuery"
6706
+ },
6707
+ "optional": false
6708
+ }
6709
+ ],
6710
+ "getPlan": [
6711
+ {
6712
+ "name": "arg0",
6713
+ "schema": {
6714
+ "k": "ref",
6715
+ "name": "medicareGetPlanQuery"
5722
6716
  },
5723
6717
  "optional": false
5724
6718
  }
@@ -6499,6 +7493,103 @@ export const VALIDATORS: ValidatorTable = {
6499
7493
  ]
6500
7494
  }
6501
7495
  },
7496
+ "providers.paypal": {
7497
+ "defs": {
7498
+ "PaypalEstimateFeeArgs": {
7499
+ "k": "object",
7500
+ "props": [
7501
+ {
7502
+ "name": "amount",
7503
+ "schema": {
7504
+ "k": "number"
7505
+ },
7506
+ "optional": false
7507
+ },
7508
+ {
7509
+ "name": "currency",
7510
+ "schema": {
7511
+ "k": "string"
7512
+ },
7513
+ "optional": false
7514
+ },
7515
+ {
7516
+ "name": "crossBorder",
7517
+ "schema": {
7518
+ "k": "boolean"
7519
+ },
7520
+ "optional": false
7521
+ },
7522
+ {
7523
+ "name": "fundingSource",
7524
+ "schema": {
7525
+ "k": "union",
7526
+ "of": [
7527
+ {
7528
+ "k": "literal",
7529
+ "v": "balance"
7530
+ },
7531
+ {
7532
+ "k": "literal",
7533
+ "v": "bank"
7534
+ },
7535
+ {
7536
+ "k": "literal",
7537
+ "v": "card"
7538
+ },
7539
+ {
7540
+ "k": "literal",
7541
+ "v": "amexSend"
7542
+ }
7543
+ ]
7544
+ },
7545
+ "optional": false
7546
+ }
7547
+ ]
7548
+ },
7549
+ "PaypalGetFeesArgs": {
7550
+ "k": "object",
7551
+ "props": [
7552
+ {
7553
+ "name": "audience",
7554
+ "schema": {
7555
+ "k": "literal",
7556
+ "v": "consumer"
7557
+ },
7558
+ "optional": true
7559
+ },
7560
+ {
7561
+ "name": "country",
7562
+ "schema": {
7563
+ "k": "string"
7564
+ },
7565
+ "optional": true
7566
+ }
7567
+ ]
7568
+ }
7569
+ },
7570
+ "functions": {
7571
+ "estimateFee": [
7572
+ {
7573
+ "name": "args",
7574
+ "schema": {
7575
+ "k": "ref",
7576
+ "name": "PaypalEstimateFeeArgs"
7577
+ },
7578
+ "optional": false
7579
+ }
7580
+ ],
7581
+ "getFees": [
7582
+ {
7583
+ "name": "args",
7584
+ "schema": {
7585
+ "k": "ref",
7586
+ "name": "PaypalGetFeesArgs"
7587
+ },
7588
+ "optional": false
7589
+ }
7590
+ ]
7591
+ }
7592
+ },
6502
7593
  "providers.pirateship": {
6503
7594
  "defs": {
6504
7595
  "PirateshipDimensions": {
@@ -6572,6 +7663,24 @@ export const VALIDATORS: ValidatorTable = {
6572
7663
  "providers.pizzahut": {
6573
7664
  "defs": {},
6574
7665
  "functions": {
7666
+ "getMenu": [
7667
+ {
7668
+ "name": "args",
7669
+ "schema": {
7670
+ "k": "object",
7671
+ "props": [
7672
+ {
7673
+ "name": "storeNumber",
7674
+ "schema": {
7675
+ "k": "string"
7676
+ },
7677
+ "optional": false
7678
+ }
7679
+ ]
7680
+ },
7681
+ "optional": false
7682
+ }
7683
+ ],
6575
7684
  "findStores": [
6576
7685
  {
6577
7686
  "name": "where",
@@ -6884,6 +7993,24 @@ export const VALIDATORS: ValidatorTable = {
6884
7993
  },
6885
7994
  "optional": false
6886
7995
  }
7996
+ ],
7997
+ "getDeals": [
7998
+ {
7999
+ "name": "args",
8000
+ "schema": {
8001
+ "k": "object",
8002
+ "props": [
8003
+ {
8004
+ "name": "storeNumber",
8005
+ "schema": {
8006
+ "k": "string"
8007
+ },
8008
+ "optional": false
8009
+ }
8010
+ ]
8011
+ },
8012
+ "optional": false
8013
+ }
6887
8014
  ]
6888
8015
  }
6889
8016
  },
@@ -9763,6 +10890,38 @@ export const VALIDATORS: ValidatorTable = {
9763
10890
  },
9764
10891
  "optional": true
9765
10892
  }
10893
+ ],
10894
+ "checkStock": [
10895
+ {
10896
+ "name": "idOrUrl",
10897
+ "schema": {
10898
+ "k": "string"
10899
+ },
10900
+ "optional": false
10901
+ },
10902
+ {
10903
+ "name": "opts",
10904
+ "schema": {
10905
+ "k": "object",
10906
+ "props": [
10907
+ {
10908
+ "name": "zipCode",
10909
+ "schema": {
10910
+ "k": "string"
10911
+ },
10912
+ "optional": true
10913
+ },
10914
+ {
10915
+ "name": "quantity",
10916
+ "schema": {
10917
+ "k": "number"
10918
+ },
10919
+ "optional": true
10920
+ }
10921
+ ]
10922
+ },
10923
+ "optional": true
10924
+ }
9766
10925
  ]
9767
10926
  }
9768
10927
  },
@@ -10573,18 +11732,159 @@ export const VALIDATORS: ValidatorTable = {
10573
11732
  "optional": false
10574
11733
  }
10575
11734
  ],
10576
- "getBusinessQuote": [
11735
+ "getBusinessQuote": [
11736
+ {
11737
+ "name": "query",
11738
+ "schema": {
11739
+ "k": "ref",
11740
+ "name": "StatefarmBusinessQuoteQuery"
11741
+ },
11742
+ "optional": false
11743
+ }
11744
+ ]
11745
+ }
11746
+ },
11747
+ "providers.stickergiant": {
11748
+ "defs": {
11749
+ "StickergiantBuild": {
11750
+ "k": "object",
11751
+ "props": [
11752
+ {
11753
+ "name": "widthInches",
11754
+ "schema": {
11755
+ "k": "number"
11756
+ },
11757
+ "optional": false
11758
+ },
11759
+ {
11760
+ "name": "heightInches",
11761
+ "schema": {
11762
+ "k": "number"
11763
+ },
11764
+ "optional": false
11765
+ },
11766
+ {
11767
+ "name": "lamination",
11768
+ "schema": {
11769
+ "k": "union",
11770
+ "of": [
11771
+ {
11772
+ "k": "literal",
11773
+ "v": "OGL"
11774
+ },
11775
+ {
11776
+ "k": "literal",
11777
+ "v": "MAL"
11778
+ }
11779
+ ]
11780
+ },
11781
+ "optional": false
11782
+ },
11783
+ {
11784
+ "name": "quantity",
11785
+ "schema": {
11786
+ "k": "number"
11787
+ },
11788
+ "optional": true
11789
+ }
11790
+ ]
11791
+ },
11792
+ "StickergiantListArgs": {
11793
+ "k": "object",
11794
+ "props": [
11795
+ {
11796
+ "name": "format",
11797
+ "schema": {
11798
+ "k": "string"
11799
+ },
11800
+ "optional": true
11801
+ }
11802
+ ]
11803
+ }
11804
+ },
11805
+ "functions": {
11806
+ "listStickerProducts": [
11807
+ {
11808
+ "name": "args",
11809
+ "schema": {
11810
+ "k": "ref",
11811
+ "name": "StickergiantListArgs"
11812
+ },
11813
+ "optional": true
11814
+ }
11815
+ ],
11816
+ "priceCustomSticker": [
11817
+ {
11818
+ "name": "build",
11819
+ "schema": {
11820
+ "k": "ref",
11821
+ "name": "StickergiantBuild"
11822
+ },
11823
+ "optional": false
11824
+ }
11825
+ ]
11826
+ }
11827
+ },
11828
+ "providers.sunhomesaunas": {
11829
+ "defs": {},
11830
+ "functions": {
11831
+ "getSaunaFinderQuestions": [],
11832
+ "getPersonalizedSaunaMatches": [
11833
+ {
11834
+ "name": "answers",
11835
+ "schema": {
11836
+ "k": "array",
11837
+ "of": {
11838
+ "k": "object",
11839
+ "props": [
11840
+ {
11841
+ "name": "questionId",
11842
+ "schema": {
11843
+ "k": "string"
11844
+ },
11845
+ "optional": false
11846
+ },
11847
+ {
11848
+ "name": "optionIds",
11849
+ "schema": {
11850
+ "k": "array",
11851
+ "of": {
11852
+ "k": "string"
11853
+ }
11854
+ },
11855
+ "optional": false
11856
+ }
11857
+ ]
11858
+ }
11859
+ },
11860
+ "optional": false
11861
+ }
11862
+ ],
11863
+ "addSaunaToCart": [
10577
11864
  {
10578
- "name": "query",
11865
+ "name": "handle",
10579
11866
  "schema": {
10580
- "k": "ref",
10581
- "name": "StatefarmBusinessQuoteQuery"
11867
+ "k": "string"
10582
11868
  },
10583
11869
  "optional": false
11870
+ },
11871
+ {
11872
+ "name": "quantity",
11873
+ "schema": {
11874
+ "k": "number"
11875
+ },
11876
+ "optional": true
10584
11877
  }
10585
11878
  ]
10586
11879
  }
10587
11880
  },
11881
+ "providers.teladoc": {
11882
+ "defs": {},
11883
+ "functions": {
11884
+ "getPricing": [],
11885
+ "getInsurancePricing": []
11886
+ }
11887
+ },
10588
11888
  "providers.tentree": {
10589
11889
  "defs": {},
10590
11890
  "functions": {
@@ -10667,8 +11967,176 @@ export const VALIDATORS: ValidatorTable = {
10667
11967
  "getCart": []
10668
11968
  }
10669
11969
  },
11970
+ "providers.therabody": {
11971
+ "defs": {},
11972
+ "functions": {
11973
+ "listTheragunProducts": [
11974
+ {
11975
+ "name": "opts",
11976
+ "schema": {
11977
+ "k": "object",
11978
+ "props": [
11979
+ {
11980
+ "name": "limit",
11981
+ "schema": {
11982
+ "k": "number"
11983
+ },
11984
+ "optional": true
11985
+ }
11986
+ ]
11987
+ },
11988
+ "optional": true
11989
+ }
11990
+ ],
11991
+ "getTheragunProduct": [
11992
+ {
11993
+ "name": "handle",
11994
+ "schema": {
11995
+ "k": "string"
11996
+ },
11997
+ "optional": false
11998
+ }
11999
+ ],
12000
+ "recommendTheragun": [
12001
+ {
12002
+ "name": "criteria",
12003
+ "schema": {
12004
+ "k": "object",
12005
+ "props": [
12006
+ {
12007
+ "name": "audience",
12008
+ "schema": {
12009
+ "k": "string"
12010
+ },
12011
+ "optional": true
12012
+ },
12013
+ {
12014
+ "name": "features",
12015
+ "schema": {
12016
+ "k": "array",
12017
+ "of": {
12018
+ "k": "string"
12019
+ }
12020
+ },
12021
+ "optional": true
12022
+ },
12023
+ {
12024
+ "name": "inStockOnly",
12025
+ "schema": {
12026
+ "k": "boolean"
12027
+ },
12028
+ "optional": true
12029
+ }
12030
+ ]
12031
+ },
12032
+ "optional": false
12033
+ }
12034
+ ]
12035
+ }
12036
+ },
10670
12037
  "providers.thezebra": {
10671
12038
  "defs": {
12039
+ "thezebraAutoDriver": {
12040
+ "k": "object",
12041
+ "props": [
12042
+ {
12043
+ "name": "firstName",
12044
+ "schema": {
12045
+ "k": "string"
12046
+ },
12047
+ "optional": false
12048
+ },
12049
+ {
12050
+ "name": "lastName",
12051
+ "schema": {
12052
+ "k": "string"
12053
+ },
12054
+ "optional": false
12055
+ },
12056
+ {
12057
+ "name": "dob",
12058
+ "schema": {
12059
+ "k": "string"
12060
+ },
12061
+ "optional": false
12062
+ },
12063
+ {
12064
+ "name": "email",
12065
+ "schema": {
12066
+ "k": "string"
12067
+ },
12068
+ "optional": false
12069
+ }
12070
+ ]
12071
+ },
12072
+ "thezebraAutoQuotesQuery": {
12073
+ "k": "object",
12074
+ "props": [
12075
+ {
12076
+ "name": "driver",
12077
+ "schema": {
12078
+ "k": "ref",
12079
+ "name": "thezebraAutoDriver"
12080
+ },
12081
+ "optional": false
12082
+ },
12083
+ {
12084
+ "name": "vehicle",
12085
+ "schema": {
12086
+ "k": "ref",
12087
+ "name": "thezebraAutoVehicle"
12088
+ },
12089
+ "optional": false
12090
+ },
12091
+ {
12092
+ "name": "state",
12093
+ "schema": {
12094
+ "k": "string"
12095
+ },
12096
+ "optional": false
12097
+ },
12098
+ {
12099
+ "name": "zip",
12100
+ "schema": {
12101
+ "k": "string"
12102
+ },
12103
+ "optional": false
12104
+ },
12105
+ {
12106
+ "name": "county",
12107
+ "schema": {
12108
+ "k": "string"
12109
+ },
12110
+ "optional": false
12111
+ }
12112
+ ]
12113
+ },
12114
+ "thezebraAutoVehicle": {
12115
+ "k": "object",
12116
+ "props": [
12117
+ {
12118
+ "name": "year",
12119
+ "schema": {
12120
+ "k": "number"
12121
+ },
12122
+ "optional": false
12123
+ },
12124
+ {
12125
+ "name": "make",
12126
+ "schema": {
12127
+ "k": "string"
12128
+ },
12129
+ "optional": false
12130
+ },
12131
+ {
12132
+ "name": "model",
12133
+ "schema": {
12134
+ "k": "string"
12135
+ },
12136
+ "optional": false
12137
+ }
12138
+ ]
12139
+ },
10672
12140
  "thezebraCarrierRatesQuery": {
10673
12141
  "k": "object",
10674
12142
  "props": [
@@ -10930,6 +12398,16 @@ export const VALIDATORS: ValidatorTable = {
10930
12398
  },
10931
12399
  "optional": false
10932
12400
  }
12401
+ ],
12402
+ "getAutoQuotes": [
12403
+ {
12404
+ "name": "query",
12405
+ "schema": {
12406
+ "k": "ref",
12407
+ "name": "thezebraAutoQuotesQuery"
12408
+ },
12409
+ "optional": false
12410
+ }
10933
12411
  ]
10934
12412
  }
10935
12413
  },
@@ -11094,6 +12572,13 @@ export const VALIDATORS: ValidatorTable = {
11094
12572
  ]
11095
12573
  }
11096
12574
  },
12575
+ "providers.viewrail": {
12576
+ "defs": {},
12577
+ "functions": {
12578
+ "listMaterials": [],
12579
+ "listMountingStyles": []
12580
+ }
12581
+ },
11097
12582
  "providers.visible": {
11098
12583
  "defs": {},
11099
12584
  "functions": {
@@ -11139,7 +12624,70 @@ export const VALIDATORS: ValidatorTable = {
11139
12624
  },
11140
12625
  "optional": true
11141
12626
  }
11142
- ]
12627
+ ],
12628
+ "searchPhones": [
12629
+ {
12630
+ "name": "options",
12631
+ "schema": {
12632
+ "k": "object",
12633
+ "props": [
12634
+ {
12635
+ "name": "make",
12636
+ "schema": {
12637
+ "k": "string"
12638
+ },
12639
+ "optional": true
12640
+ },
12641
+ {
12642
+ "name": "priceMax",
12643
+ "schema": {
12644
+ "k": "number"
12645
+ },
12646
+ "optional": true
12647
+ },
12648
+ {
12649
+ "name": "supports5G",
12650
+ "schema": {
12651
+ "k": "boolean"
12652
+ },
12653
+ "optional": true
12654
+ },
12655
+ {
12656
+ "name": "inStock",
12657
+ "schema": {
12658
+ "k": "boolean"
12659
+ },
12660
+ "optional": true
12661
+ },
12662
+ {
12663
+ "name": "page",
12664
+ "schema": {
12665
+ "k": "number"
12666
+ },
12667
+ "optional": true
12668
+ },
12669
+ {
12670
+ "name": "pageSize",
12671
+ "schema": {
12672
+ "k": "number"
12673
+ },
12674
+ "optional": true
12675
+ }
12676
+ ]
12677
+ },
12678
+ "optional": true
12679
+ }
12680
+ ],
12681
+ "checkCoverage": [
12682
+ {
12683
+ "name": "addressOrZip",
12684
+ "schema": {
12685
+ "k": "string"
12686
+ },
12687
+ "optional": false
12688
+ }
12689
+ ],
12690
+ "getPlans": []
11143
12691
  }
11144
12692
  },
11145
12693
  "providers.walmart": {
@@ -11228,6 +12776,24 @@ export const VALIDATORS: ValidatorTable = {
11228
12776
  },
11229
12777
  "optional": false
11230
12778
  }
12779
+ ],
12780
+ "getCompany": [
12781
+ {
12782
+ "name": "args",
12783
+ "schema": {
12784
+ "k": "object",
12785
+ "props": [
12786
+ {
12787
+ "name": "slug",
12788
+ "schema": {
12789
+ "k": "string"
12790
+ },
12791
+ "optional": false
12792
+ }
12793
+ ]
12794
+ },
12795
+ "optional": false
12796
+ }
11231
12797
  ]
11232
12798
  }
11233
12799
  }