@bowmark/web 1.7.0 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/generated/library.d.ts +1910 -118
- package/src/generated/validators.ts +2147 -224
|
@@ -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:
|
|
9
|
-
//
|
|
8
|
+
// Manifest version: be4cdedcfa4c990cc2208fd7e5f33c2dd386c9c210168b9f2c02f259fbe8fbba
|
|
9
|
+
// 404 checked, 20 unchecked.
|
|
10
10
|
|
|
11
11
|
import type { ValidatorTable } from "../validate.js";
|
|
12
12
|
|
|
13
13
|
export const VALIDATORS: ValidatorTable = {
|
|
14
|
-
"version": "
|
|
14
|
+
"version": "be4cdedcfa4c990cc2208fd7e5f33c2dd386c9c210168b9f2c02f259fbe8fbba",
|
|
15
15
|
"units": {
|
|
16
16
|
"cars": {
|
|
17
17
|
"defs": {
|
|
@@ -1756,6 +1756,87 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
1756
1756
|
]
|
|
1757
1757
|
}
|
|
1758
1758
|
},
|
|
1759
|
+
"providers.atlasoceanvoyages": {
|
|
1760
|
+
"defs": {},
|
|
1761
|
+
"functions": {
|
|
1762
|
+
"searchVoyages": [
|
|
1763
|
+
{
|
|
1764
|
+
"name": "args",
|
|
1765
|
+
"schema": {
|
|
1766
|
+
"k": "object",
|
|
1767
|
+
"props": [
|
|
1768
|
+
{
|
|
1769
|
+
"name": "destination",
|
|
1770
|
+
"schema": {
|
|
1771
|
+
"k": "string"
|
|
1772
|
+
},
|
|
1773
|
+
"optional": true
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"name": "ship",
|
|
1777
|
+
"schema": {
|
|
1778
|
+
"k": "string"
|
|
1779
|
+
},
|
|
1780
|
+
"optional": true
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"name": "minDurationNights",
|
|
1784
|
+
"schema": {
|
|
1785
|
+
"k": "number"
|
|
1786
|
+
},
|
|
1787
|
+
"optional": true
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
"name": "maxDurationNights",
|
|
1791
|
+
"schema": {
|
|
1792
|
+
"k": "number"
|
|
1793
|
+
},
|
|
1794
|
+
"optional": true
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"name": "departAfter",
|
|
1798
|
+
"schema": {
|
|
1799
|
+
"k": "string"
|
|
1800
|
+
},
|
|
1801
|
+
"optional": true
|
|
1802
|
+
},
|
|
1803
|
+
{
|
|
1804
|
+
"name": "departBefore",
|
|
1805
|
+
"schema": {
|
|
1806
|
+
"k": "string"
|
|
1807
|
+
},
|
|
1808
|
+
"optional": true
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"name": "query",
|
|
1812
|
+
"schema": {
|
|
1813
|
+
"k": "string"
|
|
1814
|
+
},
|
|
1815
|
+
"optional": true
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"name": "limit",
|
|
1819
|
+
"schema": {
|
|
1820
|
+
"k": "number"
|
|
1821
|
+
},
|
|
1822
|
+
"optional": true
|
|
1823
|
+
}
|
|
1824
|
+
]
|
|
1825
|
+
},
|
|
1826
|
+
"optional": true
|
|
1827
|
+
}
|
|
1828
|
+
],
|
|
1829
|
+
"getVoyage": [
|
|
1830
|
+
{
|
|
1831
|
+
"name": "slug",
|
|
1832
|
+
"schema": {
|
|
1833
|
+
"k": "string"
|
|
1834
|
+
},
|
|
1835
|
+
"optional": false
|
|
1836
|
+
}
|
|
1837
|
+
]
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1759
1840
|
"providers.atlasseniorliving": {
|
|
1760
1841
|
"defs": {
|
|
1761
1842
|
"AtlasCareType": {
|
|
@@ -2078,6 +2159,47 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
2078
2159
|
]
|
|
2079
2160
|
}
|
|
2080
2161
|
},
|
|
2162
|
+
"providers.bigrentz": {
|
|
2163
|
+
"defs": {},
|
|
2164
|
+
"functions": {
|
|
2165
|
+
"search": [
|
|
2166
|
+
{
|
|
2167
|
+
"name": "query",
|
|
2168
|
+
"schema": {
|
|
2169
|
+
"k": "string"
|
|
2170
|
+
},
|
|
2171
|
+
"optional": false
|
|
2172
|
+
}
|
|
2173
|
+
],
|
|
2174
|
+
"getEquipment": [
|
|
2175
|
+
{
|
|
2176
|
+
"name": "slug",
|
|
2177
|
+
"schema": {
|
|
2178
|
+
"k": "string"
|
|
2179
|
+
},
|
|
2180
|
+
"optional": false
|
|
2181
|
+
}
|
|
2182
|
+
],
|
|
2183
|
+
"listCategories": [
|
|
2184
|
+
{
|
|
2185
|
+
"name": "options",
|
|
2186
|
+
"schema": {
|
|
2187
|
+
"k": "object",
|
|
2188
|
+
"props": [
|
|
2189
|
+
{
|
|
2190
|
+
"name": "parentSlug",
|
|
2191
|
+
"schema": {
|
|
2192
|
+
"k": "string"
|
|
2193
|
+
},
|
|
2194
|
+
"optional": true
|
|
2195
|
+
}
|
|
2196
|
+
]
|
|
2197
|
+
},
|
|
2198
|
+
"optional": true
|
|
2199
|
+
}
|
|
2200
|
+
]
|
|
2201
|
+
}
|
|
2202
|
+
},
|
|
2081
2203
|
"providers.blenderseyewear": {
|
|
2082
2204
|
"defs": {},
|
|
2083
2205
|
"functions": {
|
|
@@ -2265,6 +2387,169 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
2265
2387
|
"listModels": []
|
|
2266
2388
|
}
|
|
2267
2389
|
},
|
|
2390
|
+
"providers.boydsleep": {
|
|
2391
|
+
"defs": {
|
|
2392
|
+
"BoydsleepCalibrationInput": {
|
|
2393
|
+
"k": "object",
|
|
2394
|
+
"props": [
|
|
2395
|
+
{
|
|
2396
|
+
"name": "gender",
|
|
2397
|
+
"schema": {
|
|
2398
|
+
"k": "ref",
|
|
2399
|
+
"name": "BoydsleepGender"
|
|
2400
|
+
},
|
|
2401
|
+
"optional": false
|
|
2402
|
+
},
|
|
2403
|
+
{
|
|
2404
|
+
"name": "heightInches",
|
|
2405
|
+
"schema": {
|
|
2406
|
+
"k": "number"
|
|
2407
|
+
},
|
|
2408
|
+
"optional": false
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"name": "weightLbs",
|
|
2412
|
+
"schema": {
|
|
2413
|
+
"k": "number"
|
|
2414
|
+
},
|
|
2415
|
+
"optional": false
|
|
2416
|
+
},
|
|
2417
|
+
{
|
|
2418
|
+
"name": "sleepPosition",
|
|
2419
|
+
"schema": {
|
|
2420
|
+
"k": "ref",
|
|
2421
|
+
"name": "BoydsleepSleepPosition"
|
|
2422
|
+
},
|
|
2423
|
+
"optional": false
|
|
2424
|
+
}
|
|
2425
|
+
]
|
|
2426
|
+
},
|
|
2427
|
+
"BoydsleepGender": {
|
|
2428
|
+
"k": "union",
|
|
2429
|
+
"of": [
|
|
2430
|
+
{
|
|
2431
|
+
"k": "literal",
|
|
2432
|
+
"v": "Male"
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"k": "literal",
|
|
2436
|
+
"v": "Female"
|
|
2437
|
+
},
|
|
2438
|
+
{
|
|
2439
|
+
"k": "literal",
|
|
2440
|
+
"v": "Non Binary"
|
|
2441
|
+
}
|
|
2442
|
+
]
|
|
2443
|
+
},
|
|
2444
|
+
"BoydsleepSleepPosition": {
|
|
2445
|
+
"k": "union",
|
|
2446
|
+
"of": [
|
|
2447
|
+
{
|
|
2448
|
+
"k": "literal",
|
|
2449
|
+
"v": "Side"
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"k": "literal",
|
|
2453
|
+
"v": "Back"
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"k": "literal",
|
|
2457
|
+
"v": "Stomach"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"k": "literal",
|
|
2461
|
+
"v": "Multi"
|
|
2462
|
+
}
|
|
2463
|
+
]
|
|
2464
|
+
}
|
|
2465
|
+
},
|
|
2466
|
+
"functions": {
|
|
2467
|
+
"calibrateSupportNumber": [
|
|
2468
|
+
{
|
|
2469
|
+
"name": "input",
|
|
2470
|
+
"schema": {
|
|
2471
|
+
"k": "ref",
|
|
2472
|
+
"name": "BoydsleepCalibrationInput"
|
|
2473
|
+
},
|
|
2474
|
+
"optional": false
|
|
2475
|
+
}
|
|
2476
|
+
],
|
|
2477
|
+
"calibrateSixZoneSupportNumber": [
|
|
2478
|
+
{
|
|
2479
|
+
"name": "input",
|
|
2480
|
+
"schema": {
|
|
2481
|
+
"k": "ref",
|
|
2482
|
+
"name": "BoydsleepCalibrationInput"
|
|
2483
|
+
},
|
|
2484
|
+
"optional": false
|
|
2485
|
+
}
|
|
2486
|
+
]
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
"providers.brixton": {
|
|
2490
|
+
"defs": {},
|
|
2491
|
+
"functions": {
|
|
2492
|
+
"listBrixtonProducts": [
|
|
2493
|
+
{
|
|
2494
|
+
"name": "opts",
|
|
2495
|
+
"schema": {
|
|
2496
|
+
"k": "object",
|
|
2497
|
+
"props": [
|
|
2498
|
+
{
|
|
2499
|
+
"name": "limit",
|
|
2500
|
+
"schema": {
|
|
2501
|
+
"k": "number"
|
|
2502
|
+
},
|
|
2503
|
+
"optional": true
|
|
2504
|
+
}
|
|
2505
|
+
]
|
|
2506
|
+
},
|
|
2507
|
+
"optional": true
|
|
2508
|
+
}
|
|
2509
|
+
],
|
|
2510
|
+
"getBrixtonProduct": [
|
|
2511
|
+
{
|
|
2512
|
+
"name": "handle",
|
|
2513
|
+
"schema": {
|
|
2514
|
+
"k": "string"
|
|
2515
|
+
},
|
|
2516
|
+
"optional": false
|
|
2517
|
+
}
|
|
2518
|
+
],
|
|
2519
|
+
"getBrixtonCheckoutLink": [
|
|
2520
|
+
{
|
|
2521
|
+
"name": "handle",
|
|
2522
|
+
"schema": {
|
|
2523
|
+
"k": "string"
|
|
2524
|
+
},
|
|
2525
|
+
"optional": false
|
|
2526
|
+
},
|
|
2527
|
+
{
|
|
2528
|
+
"name": "variantTitleOrOptions",
|
|
2529
|
+
"schema": {
|
|
2530
|
+
"k": "string"
|
|
2531
|
+
},
|
|
2532
|
+
"optional": false
|
|
2533
|
+
},
|
|
2534
|
+
{
|
|
2535
|
+
"name": "opts",
|
|
2536
|
+
"schema": {
|
|
2537
|
+
"k": "object",
|
|
2538
|
+
"props": [
|
|
2539
|
+
{
|
|
2540
|
+
"name": "quantity",
|
|
2541
|
+
"schema": {
|
|
2542
|
+
"k": "number"
|
|
2543
|
+
},
|
|
2544
|
+
"optional": true
|
|
2545
|
+
}
|
|
2546
|
+
]
|
|
2547
|
+
},
|
|
2548
|
+
"optional": true
|
|
2549
|
+
}
|
|
2550
|
+
]
|
|
2551
|
+
}
|
|
2552
|
+
},
|
|
2268
2553
|
"providers.bykoket": {
|
|
2269
2554
|
"defs": {},
|
|
2270
2555
|
"functions": {
|
|
@@ -2634,34 +2919,94 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
2634
2919
|
]
|
|
2635
2920
|
}
|
|
2636
2921
|
},
|
|
2637
|
-
"providers.
|
|
2922
|
+
"providers.chantecaille": {
|
|
2638
2923
|
"defs": {
|
|
2639
|
-
"
|
|
2924
|
+
"FoundationSelections": {
|
|
2640
2925
|
"k": "object",
|
|
2641
2926
|
"props": [
|
|
2642
2927
|
{
|
|
2643
|
-
"name": "
|
|
2928
|
+
"name": "undertone",
|
|
2644
2929
|
"schema": {
|
|
2645
2930
|
"k": "string"
|
|
2646
2931
|
},
|
|
2647
2932
|
"optional": false
|
|
2648
2933
|
},
|
|
2649
2934
|
{
|
|
2650
|
-
"name": "
|
|
2935
|
+
"name": "skinTone",
|
|
2651
2936
|
"schema": {
|
|
2652
2937
|
"k": "string"
|
|
2653
2938
|
},
|
|
2654
|
-
"optional":
|
|
2939
|
+
"optional": false
|
|
2655
2940
|
},
|
|
2656
2941
|
{
|
|
2657
|
-
"name": "
|
|
2942
|
+
"name": "skinLook",
|
|
2658
2943
|
"schema": {
|
|
2659
2944
|
"k": "string"
|
|
2660
2945
|
},
|
|
2661
2946
|
"optional": false
|
|
2662
2947
|
},
|
|
2663
2948
|
{
|
|
2664
|
-
"name": "
|
|
2949
|
+
"name": "benefits",
|
|
2950
|
+
"schema": {
|
|
2951
|
+
"k": "array",
|
|
2952
|
+
"of": {
|
|
2953
|
+
"k": "string"
|
|
2954
|
+
}
|
|
2955
|
+
},
|
|
2956
|
+
"optional": false
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
"name": "coverage",
|
|
2960
|
+
"schema": {
|
|
2961
|
+
"k": "string"
|
|
2962
|
+
},
|
|
2963
|
+
"optional": false
|
|
2964
|
+
}
|
|
2965
|
+
]
|
|
2966
|
+
}
|
|
2967
|
+
},
|
|
2968
|
+
"functions": {
|
|
2969
|
+
"getFoundationQuizTaxonomy": [],
|
|
2970
|
+
"matchFoundation": [
|
|
2971
|
+
{
|
|
2972
|
+
"name": "selections",
|
|
2973
|
+
"schema": {
|
|
2974
|
+
"k": "ref",
|
|
2975
|
+
"name": "FoundationSelections"
|
|
2976
|
+
},
|
|
2977
|
+
"optional": false
|
|
2978
|
+
}
|
|
2979
|
+
]
|
|
2980
|
+
}
|
|
2981
|
+
},
|
|
2982
|
+
"providers.cheapflights": {
|
|
2983
|
+
"defs": {
|
|
2984
|
+
"KayakCarQuery": {
|
|
2985
|
+
"k": "object",
|
|
2986
|
+
"props": [
|
|
2987
|
+
{
|
|
2988
|
+
"name": "pickup",
|
|
2989
|
+
"schema": {
|
|
2990
|
+
"k": "string"
|
|
2991
|
+
},
|
|
2992
|
+
"optional": false
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"name": "dropoff",
|
|
2996
|
+
"schema": {
|
|
2997
|
+
"k": "string"
|
|
2998
|
+
},
|
|
2999
|
+
"optional": true
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"name": "pickupDate",
|
|
3003
|
+
"schema": {
|
|
3004
|
+
"k": "string"
|
|
3005
|
+
},
|
|
3006
|
+
"optional": false
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"name": "dropoffDate",
|
|
2665
3010
|
"schema": {
|
|
2666
3011
|
"k": "string"
|
|
2667
3012
|
},
|
|
@@ -3267,6 +3612,39 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
3267
3612
|
]
|
|
3268
3613
|
}
|
|
3269
3614
|
},
|
|
3615
|
+
"providers.davidsonhomes": {
|
|
3616
|
+
"defs": {},
|
|
3617
|
+
"functions": {
|
|
3618
|
+
"listRegions": [],
|
|
3619
|
+
"getRegion": [
|
|
3620
|
+
{
|
|
3621
|
+
"name": "path",
|
|
3622
|
+
"schema": {
|
|
3623
|
+
"k": "string"
|
|
3624
|
+
},
|
|
3625
|
+
"optional": false
|
|
3626
|
+
}
|
|
3627
|
+
],
|
|
3628
|
+
"getCommunity": [
|
|
3629
|
+
{
|
|
3630
|
+
"name": "path",
|
|
3631
|
+
"schema": {
|
|
3632
|
+
"k": "string"
|
|
3633
|
+
},
|
|
3634
|
+
"optional": false
|
|
3635
|
+
}
|
|
3636
|
+
],
|
|
3637
|
+
"getHome": [
|
|
3638
|
+
{
|
|
3639
|
+
"name": "path",
|
|
3640
|
+
"schema": {
|
|
3641
|
+
"k": "string"
|
|
3642
|
+
},
|
|
3643
|
+
"optional": false
|
|
3644
|
+
}
|
|
3645
|
+
]
|
|
3646
|
+
}
|
|
3647
|
+
},
|
|
3270
3648
|
"providers.decked": {
|
|
3271
3649
|
"defs": {
|
|
3272
3650
|
"DeckedCabSideOption": {
|
|
@@ -3835,6 +4213,88 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
3835
4213
|
]
|
|
3836
4214
|
}
|
|
3837
4215
|
},
|
|
4216
|
+
"providers.eventsource": {
|
|
4217
|
+
"defs": {},
|
|
4218
|
+
"functions": {
|
|
4219
|
+
"getShowroom": [
|
|
4220
|
+
{
|
|
4221
|
+
"name": "code",
|
|
4222
|
+
"schema": {
|
|
4223
|
+
"k": "string"
|
|
4224
|
+
},
|
|
4225
|
+
"optional": false
|
|
4226
|
+
}
|
|
4227
|
+
],
|
|
4228
|
+
"getShowroomVenue": [
|
|
4229
|
+
{
|
|
4230
|
+
"name": "eventId",
|
|
4231
|
+
"schema": {
|
|
4232
|
+
"k": "number"
|
|
4233
|
+
},
|
|
4234
|
+
"optional": false
|
|
4235
|
+
},
|
|
4236
|
+
{
|
|
4237
|
+
"name": "venueId",
|
|
4238
|
+
"schema": {
|
|
4239
|
+
"k": "number"
|
|
4240
|
+
},
|
|
4241
|
+
"optional": false
|
|
4242
|
+
},
|
|
4243
|
+
{
|
|
4244
|
+
"name": "code",
|
|
4245
|
+
"schema": {
|
|
4246
|
+
"k": "string"
|
|
4247
|
+
},
|
|
4248
|
+
"optional": false
|
|
4249
|
+
}
|
|
4250
|
+
],
|
|
4251
|
+
"getShowroomInquiryContact": [
|
|
4252
|
+
{
|
|
4253
|
+
"name": "code",
|
|
4254
|
+
"schema": {
|
|
4255
|
+
"k": "string"
|
|
4256
|
+
},
|
|
4257
|
+
"optional": false
|
|
4258
|
+
}
|
|
4259
|
+
]
|
|
4260
|
+
}
|
|
4261
|
+
},
|
|
4262
|
+
"providers.evolutionofsmooth": {
|
|
4263
|
+
"defs": {},
|
|
4264
|
+
"functions": {
|
|
4265
|
+
"startShadeQuiz": [],
|
|
4266
|
+
"answerShadeQuizQuestion": [
|
|
4267
|
+
{
|
|
4268
|
+
"name": "quizResponseId",
|
|
4269
|
+
"schema": {
|
|
4270
|
+
"k": "string"
|
|
4271
|
+
},
|
|
4272
|
+
"optional": false
|
|
4273
|
+
},
|
|
4274
|
+
{
|
|
4275
|
+
"name": "questionPageId",
|
|
4276
|
+
"schema": {
|
|
4277
|
+
"k": "string"
|
|
4278
|
+
},
|
|
4279
|
+
"optional": false
|
|
4280
|
+
},
|
|
4281
|
+
{
|
|
4282
|
+
"name": "questionId",
|
|
4283
|
+
"schema": {
|
|
4284
|
+
"k": "string"
|
|
4285
|
+
},
|
|
4286
|
+
"optional": false
|
|
4287
|
+
},
|
|
4288
|
+
{
|
|
4289
|
+
"name": "optionId",
|
|
4290
|
+
"schema": {
|
|
4291
|
+
"k": "string"
|
|
4292
|
+
},
|
|
4293
|
+
"optional": false
|
|
4294
|
+
}
|
|
4295
|
+
]
|
|
4296
|
+
}
|
|
4297
|
+
},
|
|
3838
4298
|
"providers.extraspace": {
|
|
3839
4299
|
"defs": {
|
|
3840
4300
|
"ExtraspaceSearchOptions": {
|
|
@@ -4026,6 +4486,61 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
4026
4486
|
]
|
|
4027
4487
|
}
|
|
4028
4488
|
},
|
|
4489
|
+
"providers.fourseasonsyachts": {
|
|
4490
|
+
"defs": {},
|
|
4491
|
+
"functions": {
|
|
4492
|
+
"searchVoyages": [
|
|
4493
|
+
{
|
|
4494
|
+
"name": "filters",
|
|
4495
|
+
"schema": {
|
|
4496
|
+
"k": "object",
|
|
4497
|
+
"props": [
|
|
4498
|
+
{
|
|
4499
|
+
"name": "region",
|
|
4500
|
+
"schema": {
|
|
4501
|
+
"k": "string"
|
|
4502
|
+
},
|
|
4503
|
+
"optional": true
|
|
4504
|
+
},
|
|
4505
|
+
{
|
|
4506
|
+
"name": "vessel",
|
|
4507
|
+
"schema": {
|
|
4508
|
+
"k": "string"
|
|
4509
|
+
},
|
|
4510
|
+
"optional": true
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"name": "keyword",
|
|
4514
|
+
"schema": {
|
|
4515
|
+
"k": "string"
|
|
4516
|
+
},
|
|
4517
|
+
"optional": true
|
|
4518
|
+
}
|
|
4519
|
+
]
|
|
4520
|
+
},
|
|
4521
|
+
"optional": true
|
|
4522
|
+
}
|
|
4523
|
+
],
|
|
4524
|
+
"getVoyage": [
|
|
4525
|
+
{
|
|
4526
|
+
"name": "voyageCodeOrSlug",
|
|
4527
|
+
"schema": {
|
|
4528
|
+
"k": "string"
|
|
4529
|
+
},
|
|
4530
|
+
"optional": false
|
|
4531
|
+
}
|
|
4532
|
+
],
|
|
4533
|
+
"getVoyageSailing": [
|
|
4534
|
+
{
|
|
4535
|
+
"name": "voyageCode",
|
|
4536
|
+
"schema": {
|
|
4537
|
+
"k": "string"
|
|
4538
|
+
},
|
|
4539
|
+
"optional": false
|
|
4540
|
+
}
|
|
4541
|
+
]
|
|
4542
|
+
}
|
|
4543
|
+
},
|
|
4029
4544
|
"providers.framebridge": {
|
|
4030
4545
|
"defs": {},
|
|
4031
4546
|
"functions": {
|
|
@@ -4767,65 +5282,65 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
4767
5282
|
]
|
|
4768
5283
|
}
|
|
4769
5284
|
},
|
|
4770
|
-
"providers.
|
|
5285
|
+
"providers.grandwelcome": {
|
|
4771
5286
|
"defs": {},
|
|
4772
5287
|
"functions": {
|
|
4773
|
-
"
|
|
5288
|
+
"searchRentals": [
|
|
4774
5289
|
{
|
|
4775
|
-
"name": "
|
|
5290
|
+
"name": "destinationSlug",
|
|
4776
5291
|
"schema": {
|
|
4777
5292
|
"k": "string"
|
|
4778
5293
|
},
|
|
4779
5294
|
"optional": false
|
|
5295
|
+
},
|
|
5296
|
+
{
|
|
5297
|
+
"name": "options",
|
|
5298
|
+
"schema": {
|
|
5299
|
+
"k": "object",
|
|
5300
|
+
"props": [
|
|
5301
|
+
{
|
|
5302
|
+
"name": "bedrooms",
|
|
5303
|
+
"schema": {
|
|
5304
|
+
"k": "number"
|
|
5305
|
+
},
|
|
5306
|
+
"optional": true
|
|
5307
|
+
}
|
|
5308
|
+
]
|
|
5309
|
+
},
|
|
5310
|
+
"optional": true
|
|
4780
5311
|
}
|
|
4781
5312
|
],
|
|
4782
|
-
"
|
|
5313
|
+
"getRentalDetail": [
|
|
4783
5314
|
{
|
|
4784
|
-
"name": "
|
|
5315
|
+
"name": "rentalId",
|
|
4785
5316
|
"schema": {
|
|
4786
5317
|
"k": "string"
|
|
4787
5318
|
},
|
|
4788
5319
|
"optional": false
|
|
4789
|
-
}
|
|
5320
|
+
}
|
|
5321
|
+
],
|
|
5322
|
+
"getRentalQuote": [
|
|
4790
5323
|
{
|
|
4791
|
-
"name": "
|
|
5324
|
+
"name": "propertyId",
|
|
4792
5325
|
"schema": {
|
|
4793
5326
|
"k": "string"
|
|
4794
5327
|
},
|
|
4795
|
-
"optional":
|
|
4796
|
-
}
|
|
4797
|
-
]
|
|
4798
|
-
}
|
|
4799
|
-
},
|
|
4800
|
-
"providers.harmar": {
|
|
4801
|
-
"defs": {},
|
|
4802
|
-
"functions": {
|
|
4803
|
-
"searchVehicleModels": [
|
|
5328
|
+
"optional": false
|
|
5329
|
+
},
|
|
4804
5330
|
{
|
|
4805
|
-
"name": "
|
|
5331
|
+
"name": "options",
|
|
4806
5332
|
"schema": {
|
|
4807
5333
|
"k": "object",
|
|
4808
5334
|
"props": [
|
|
4809
5335
|
{
|
|
4810
|
-
"name": "
|
|
5336
|
+
"name": "checkin",
|
|
4811
5337
|
"schema": {
|
|
4812
5338
|
"k": "string"
|
|
4813
5339
|
},
|
|
4814
5340
|
"optional": false
|
|
4815
|
-
}
|
|
4816
|
-
]
|
|
4817
|
-
},
|
|
4818
|
-
"optional": false
|
|
4819
|
-
}
|
|
4820
|
-
],
|
|
4821
|
-
"searchChairModels": [
|
|
4822
|
-
{
|
|
4823
|
-
"name": "arg",
|
|
4824
|
-
"schema": {
|
|
4825
|
-
"k": "object",
|
|
4826
|
-
"props": [
|
|
5341
|
+
},
|
|
4827
5342
|
{
|
|
4828
|
-
"name": "
|
|
5343
|
+
"name": "checkout",
|
|
4829
5344
|
"schema": {
|
|
4830
5345
|
"k": "string"
|
|
4831
5346
|
},
|
|
@@ -4835,9 +5350,94 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
4835
5350
|
},
|
|
4836
5351
|
"optional": false
|
|
4837
5352
|
}
|
|
4838
|
-
]
|
|
4839
|
-
|
|
4840
|
-
|
|
5353
|
+
]
|
|
5354
|
+
}
|
|
5355
|
+
},
|
|
5356
|
+
"providers.handypro": {
|
|
5357
|
+
"defs": {},
|
|
5358
|
+
"functions": {
|
|
5359
|
+
"checkServiceArea": [
|
|
5360
|
+
{
|
|
5361
|
+
"name": "zipcode",
|
|
5362
|
+
"schema": {
|
|
5363
|
+
"k": "string"
|
|
5364
|
+
},
|
|
5365
|
+
"optional": false
|
|
5366
|
+
}
|
|
5367
|
+
],
|
|
5368
|
+
"searchServiceCategories": [
|
|
5369
|
+
{
|
|
5370
|
+
"name": "zipcode",
|
|
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
|
+
}
|
|
5385
|
+
},
|
|
5386
|
+
"providers.hansons": {
|
|
5387
|
+
"defs": {},
|
|
5388
|
+
"functions": {
|
|
5389
|
+
"checkAvailability": [
|
|
5390
|
+
{
|
|
5391
|
+
"name": "args",
|
|
5392
|
+
"schema": {
|
|
5393
|
+
"k": "any"
|
|
5394
|
+
},
|
|
5395
|
+
"optional": false
|
|
5396
|
+
}
|
|
5397
|
+
]
|
|
5398
|
+
}
|
|
5399
|
+
},
|
|
5400
|
+
"providers.harmar": {
|
|
5401
|
+
"defs": {},
|
|
5402
|
+
"functions": {
|
|
5403
|
+
"searchVehicleModels": [
|
|
5404
|
+
{
|
|
5405
|
+
"name": "arg",
|
|
5406
|
+
"schema": {
|
|
5407
|
+
"k": "object",
|
|
5408
|
+
"props": [
|
|
5409
|
+
{
|
|
5410
|
+
"name": "year",
|
|
5411
|
+
"schema": {
|
|
5412
|
+
"k": "string"
|
|
5413
|
+
},
|
|
5414
|
+
"optional": false
|
|
5415
|
+
}
|
|
5416
|
+
]
|
|
5417
|
+
},
|
|
5418
|
+
"optional": false
|
|
5419
|
+
}
|
|
5420
|
+
],
|
|
5421
|
+
"searchChairModels": [
|
|
5422
|
+
{
|
|
5423
|
+
"name": "arg",
|
|
5424
|
+
"schema": {
|
|
5425
|
+
"k": "object",
|
|
5426
|
+
"props": [
|
|
5427
|
+
{
|
|
5428
|
+
"name": "make",
|
|
5429
|
+
"schema": {
|
|
5430
|
+
"k": "string"
|
|
5431
|
+
},
|
|
5432
|
+
"optional": false
|
|
5433
|
+
}
|
|
5434
|
+
]
|
|
5435
|
+
},
|
|
5436
|
+
"optional": false
|
|
5437
|
+
}
|
|
5438
|
+
],
|
|
5439
|
+
"getCompatibleLifts": [
|
|
5440
|
+
{
|
|
4841
5441
|
"name": "arg",
|
|
4842
5442
|
"schema": {
|
|
4843
5443
|
"k": "object",
|
|
@@ -5056,6 +5656,90 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
5056
5656
|
]
|
|
5057
5657
|
}
|
|
5058
5658
|
},
|
|
5659
|
+
"providers.haydenhomes": {
|
|
5660
|
+
"defs": {
|
|
5661
|
+
"HaydenhomesSearchFilters": {
|
|
5662
|
+
"k": "object",
|
|
5663
|
+
"props": [
|
|
5664
|
+
{
|
|
5665
|
+
"name": "state",
|
|
5666
|
+
"schema": {
|
|
5667
|
+
"k": "string"
|
|
5668
|
+
},
|
|
5669
|
+
"optional": true
|
|
5670
|
+
},
|
|
5671
|
+
{
|
|
5672
|
+
"name": "city",
|
|
5673
|
+
"schema": {
|
|
5674
|
+
"k": "string"
|
|
5675
|
+
},
|
|
5676
|
+
"optional": true
|
|
5677
|
+
},
|
|
5678
|
+
{
|
|
5679
|
+
"name": "community",
|
|
5680
|
+
"schema": {
|
|
5681
|
+
"k": "string"
|
|
5682
|
+
},
|
|
5683
|
+
"optional": true
|
|
5684
|
+
},
|
|
5685
|
+
{
|
|
5686
|
+
"name": "minBeds",
|
|
5687
|
+
"schema": {
|
|
5688
|
+
"k": "number"
|
|
5689
|
+
},
|
|
5690
|
+
"optional": true
|
|
5691
|
+
},
|
|
5692
|
+
{
|
|
5693
|
+
"name": "minBaths",
|
|
5694
|
+
"schema": {
|
|
5695
|
+
"k": "number"
|
|
5696
|
+
},
|
|
5697
|
+
"optional": true
|
|
5698
|
+
},
|
|
5699
|
+
{
|
|
5700
|
+
"name": "minSqft",
|
|
5701
|
+
"schema": {
|
|
5702
|
+
"k": "number"
|
|
5703
|
+
},
|
|
5704
|
+
"optional": true
|
|
5705
|
+
},
|
|
5706
|
+
{
|
|
5707
|
+
"name": "minPrice",
|
|
5708
|
+
"schema": {
|
|
5709
|
+
"k": "number"
|
|
5710
|
+
},
|
|
5711
|
+
"optional": true
|
|
5712
|
+
},
|
|
5713
|
+
{
|
|
5714
|
+
"name": "maxPrice",
|
|
5715
|
+
"schema": {
|
|
5716
|
+
"k": "number"
|
|
5717
|
+
},
|
|
5718
|
+
"optional": true
|
|
5719
|
+
},
|
|
5720
|
+
{
|
|
5721
|
+
"name": "availableOnly",
|
|
5722
|
+
"schema": {
|
|
5723
|
+
"k": "boolean"
|
|
5724
|
+
},
|
|
5725
|
+
"optional": true
|
|
5726
|
+
}
|
|
5727
|
+
]
|
|
5728
|
+
}
|
|
5729
|
+
},
|
|
5730
|
+
"functions": {
|
|
5731
|
+
"searchQuickMoveIns": [
|
|
5732
|
+
{
|
|
5733
|
+
"name": "filters",
|
|
5734
|
+
"schema": {
|
|
5735
|
+
"k": "ref",
|
|
5736
|
+
"name": "HaydenhomesSearchFilters"
|
|
5737
|
+
},
|
|
5738
|
+
"optional": true
|
|
5739
|
+
}
|
|
5740
|
+
]
|
|
5741
|
+
}
|
|
5742
|
+
},
|
|
5059
5743
|
"providers.healthcare_gov": {
|
|
5060
5744
|
"defs": {
|
|
5061
5745
|
"healthcare_govEnrollmentQuery": {
|
|
@@ -6469,6 +7153,70 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
6469
7153
|
]
|
|
6470
7154
|
}
|
|
6471
7155
|
},
|
|
7156
|
+
"providers.jennikayne": {
|
|
7157
|
+
"defs": {
|
|
7158
|
+
"GiftCardConfig": {
|
|
7159
|
+
"k": "object",
|
|
7160
|
+
"props": [
|
|
7161
|
+
{
|
|
7162
|
+
"name": "amount",
|
|
7163
|
+
"schema": {
|
|
7164
|
+
"k": "string"
|
|
7165
|
+
},
|
|
7166
|
+
"optional": false
|
|
7167
|
+
},
|
|
7168
|
+
{
|
|
7169
|
+
"name": "recipientName",
|
|
7170
|
+
"schema": {
|
|
7171
|
+
"k": "string"
|
|
7172
|
+
},
|
|
7173
|
+
"optional": false
|
|
7174
|
+
},
|
|
7175
|
+
{
|
|
7176
|
+
"name": "recipientEmail",
|
|
7177
|
+
"schema": {
|
|
7178
|
+
"k": "string"
|
|
7179
|
+
},
|
|
7180
|
+
"optional": false
|
|
7181
|
+
},
|
|
7182
|
+
{
|
|
7183
|
+
"name": "giftMessage",
|
|
7184
|
+
"schema": {
|
|
7185
|
+
"k": "string"
|
|
7186
|
+
},
|
|
7187
|
+
"optional": true
|
|
7188
|
+
},
|
|
7189
|
+
{
|
|
7190
|
+
"name": "deliveryDate",
|
|
7191
|
+
"schema": {
|
|
7192
|
+
"k": "string"
|
|
7193
|
+
},
|
|
7194
|
+
"optional": false
|
|
7195
|
+
},
|
|
7196
|
+
{
|
|
7197
|
+
"name": "deliveryTimezone",
|
|
7198
|
+
"schema": {
|
|
7199
|
+
"k": "string"
|
|
7200
|
+
},
|
|
7201
|
+
"optional": false
|
|
7202
|
+
}
|
|
7203
|
+
]
|
|
7204
|
+
}
|
|
7205
|
+
},
|
|
7206
|
+
"functions": {
|
|
7207
|
+
"getGiftCardOptions": [],
|
|
7208
|
+
"buildGiftCardLink": [
|
|
7209
|
+
{
|
|
7210
|
+
"name": "config",
|
|
7211
|
+
"schema": {
|
|
7212
|
+
"k": "ref",
|
|
7213
|
+
"name": "GiftCardConfig"
|
|
7214
|
+
},
|
|
7215
|
+
"optional": false
|
|
7216
|
+
}
|
|
7217
|
+
]
|
|
7218
|
+
}
|
|
7219
|
+
},
|
|
6472
7220
|
"providers.joybird": {
|
|
6473
7221
|
"defs": {},
|
|
6474
7222
|
"functions": {
|
|
@@ -6503,6 +7251,27 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
6503
7251
|
]
|
|
6504
7252
|
}
|
|
6505
7253
|
},
|
|
7254
|
+
"providers.joycefactorydirect": {
|
|
7255
|
+
"defs": {},
|
|
7256
|
+
"functions": {
|
|
7257
|
+
"getWindowCalculatorOptions": [],
|
|
7258
|
+
"getBathCalculatorOptions": []
|
|
7259
|
+
}
|
|
7260
|
+
},
|
|
7261
|
+
"providers.justinwine": {
|
|
7262
|
+
"defs": {},
|
|
7263
|
+
"functions": {
|
|
7264
|
+
"listClubTiers": [
|
|
7265
|
+
{
|
|
7266
|
+
"name": "category",
|
|
7267
|
+
"schema": {
|
|
7268
|
+
"k": "string"
|
|
7269
|
+
},
|
|
7270
|
+
"optional": true
|
|
7271
|
+
}
|
|
7272
|
+
]
|
|
7273
|
+
}
|
|
7274
|
+
},
|
|
6506
7275
|
"providers.kayak": {
|
|
6507
7276
|
"defs": {
|
|
6508
7277
|
"KayakCarQuery": {
|
|
@@ -6826,6 +7595,20 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
6826
7595
|
]
|
|
6827
7596
|
}
|
|
6828
7597
|
},
|
|
7598
|
+
"providers.kingsdown": {
|
|
7599
|
+
"defs": {},
|
|
7600
|
+
"functions": {
|
|
7601
|
+
"getBedMatchResult": [
|
|
7602
|
+
{
|
|
7603
|
+
"name": "profile",
|
|
7604
|
+
"schema": {
|
|
7605
|
+
"k": "any"
|
|
7606
|
+
},
|
|
7607
|
+
"optional": false
|
|
7608
|
+
}
|
|
7609
|
+
]
|
|
7610
|
+
}
|
|
7611
|
+
},
|
|
6829
7612
|
"providers.kitchentuneup": {
|
|
6830
7613
|
"defs": {},
|
|
6831
7614
|
"functions": {
|
|
@@ -7225,26 +8008,64 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
7225
8008
|
]
|
|
7226
8009
|
}
|
|
7227
8010
|
},
|
|
7228
|
-
"providers.
|
|
8011
|
+
"providers.lovelybride": {
|
|
7229
8012
|
"defs": {},
|
|
7230
8013
|
"functions": {
|
|
7231
|
-
"
|
|
8014
|
+
"listStores": [],
|
|
8015
|
+
"getStoreAppointmentTypes": [
|
|
7232
8016
|
{
|
|
7233
|
-
"name": "
|
|
8017
|
+
"name": "storeSlug",
|
|
7234
8018
|
"schema": {
|
|
7235
8019
|
"k": "string"
|
|
7236
8020
|
},
|
|
7237
8021
|
"optional": false
|
|
7238
|
-
}
|
|
8022
|
+
}
|
|
8023
|
+
],
|
|
8024
|
+
"getAvailableSlots": [
|
|
7239
8025
|
{
|
|
7240
|
-
"name": "
|
|
8026
|
+
"name": "storeSlug",
|
|
7241
8027
|
"schema": {
|
|
7242
8028
|
"k": "string"
|
|
7243
8029
|
},
|
|
7244
8030
|
"optional": false
|
|
7245
|
-
}
|
|
7246
|
-
|
|
7247
|
-
|
|
8031
|
+
},
|
|
8032
|
+
{
|
|
8033
|
+
"name": "appointmentTypeId",
|
|
8034
|
+
"schema": {
|
|
8035
|
+
"k": "number"
|
|
8036
|
+
},
|
|
8037
|
+
"optional": false
|
|
8038
|
+
},
|
|
8039
|
+
{
|
|
8040
|
+
"name": "date",
|
|
8041
|
+
"schema": {
|
|
8042
|
+
"k": "string"
|
|
8043
|
+
},
|
|
8044
|
+
"optional": false
|
|
8045
|
+
}
|
|
8046
|
+
]
|
|
8047
|
+
}
|
|
8048
|
+
},
|
|
8049
|
+
"providers.lufthansa": {
|
|
8050
|
+
"defs": {},
|
|
8051
|
+
"functions": {
|
|
8052
|
+
"getFlightStatus": [
|
|
8053
|
+
{
|
|
8054
|
+
"name": "flightNumber",
|
|
8055
|
+
"schema": {
|
|
8056
|
+
"k": "string"
|
|
8057
|
+
},
|
|
8058
|
+
"optional": false
|
|
8059
|
+
},
|
|
8060
|
+
{
|
|
8061
|
+
"name": "date",
|
|
8062
|
+
"schema": {
|
|
8063
|
+
"k": "string"
|
|
8064
|
+
},
|
|
8065
|
+
"optional": false
|
|
8066
|
+
}
|
|
8067
|
+
],
|
|
8068
|
+
"getBaggageAllowance": [
|
|
7248
8069
|
{
|
|
7249
8070
|
"name": "origin",
|
|
7250
8071
|
"schema": {
|
|
@@ -7298,6 +8119,13 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
7298
8119
|
"k": "number"
|
|
7299
8120
|
},
|
|
7300
8121
|
"optional": true
|
|
8122
|
+
},
|
|
8123
|
+
{
|
|
8124
|
+
"name": "offset",
|
|
8125
|
+
"schema": {
|
|
8126
|
+
"k": "number"
|
|
8127
|
+
},
|
|
8128
|
+
"optional": true
|
|
7301
8129
|
}
|
|
7302
8130
|
]
|
|
7303
8131
|
},
|
|
@@ -8324,6 +9152,70 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
8324
9152
|
]
|
|
8325
9153
|
}
|
|
8326
9154
|
},
|
|
9155
|
+
"providers.mossyoak": {
|
|
9156
|
+
"defs": {},
|
|
9157
|
+
"functions": {
|
|
9158
|
+
"listMossyoakProducts": [
|
|
9159
|
+
{
|
|
9160
|
+
"name": "opts",
|
|
9161
|
+
"schema": {
|
|
9162
|
+
"k": "object",
|
|
9163
|
+
"props": [
|
|
9164
|
+
{
|
|
9165
|
+
"name": "limit",
|
|
9166
|
+
"schema": {
|
|
9167
|
+
"k": "number"
|
|
9168
|
+
},
|
|
9169
|
+
"optional": true
|
|
9170
|
+
}
|
|
9171
|
+
]
|
|
9172
|
+
},
|
|
9173
|
+
"optional": true
|
|
9174
|
+
}
|
|
9175
|
+
],
|
|
9176
|
+
"getMossyoakProduct": [
|
|
9177
|
+
{
|
|
9178
|
+
"name": "handle",
|
|
9179
|
+
"schema": {
|
|
9180
|
+
"k": "string"
|
|
9181
|
+
},
|
|
9182
|
+
"optional": false
|
|
9183
|
+
}
|
|
9184
|
+
],
|
|
9185
|
+
"getMossyoakCheckoutLink": [
|
|
9186
|
+
{
|
|
9187
|
+
"name": "handle",
|
|
9188
|
+
"schema": {
|
|
9189
|
+
"k": "string"
|
|
9190
|
+
},
|
|
9191
|
+
"optional": false
|
|
9192
|
+
},
|
|
9193
|
+
{
|
|
9194
|
+
"name": "variantTitleOrOptions",
|
|
9195
|
+
"schema": {
|
|
9196
|
+
"k": "string"
|
|
9197
|
+
},
|
|
9198
|
+
"optional": false
|
|
9199
|
+
},
|
|
9200
|
+
{
|
|
9201
|
+
"name": "opts",
|
|
9202
|
+
"schema": {
|
|
9203
|
+
"k": "object",
|
|
9204
|
+
"props": [
|
|
9205
|
+
{
|
|
9206
|
+
"name": "quantity",
|
|
9207
|
+
"schema": {
|
|
9208
|
+
"k": "number"
|
|
9209
|
+
},
|
|
9210
|
+
"optional": true
|
|
9211
|
+
}
|
|
9212
|
+
]
|
|
9213
|
+
},
|
|
9214
|
+
"optional": true
|
|
9215
|
+
}
|
|
9216
|
+
]
|
|
9217
|
+
}
|
|
9218
|
+
},
|
|
8327
9219
|
"providers.naic": {
|
|
8328
9220
|
"defs": {
|
|
8329
9221
|
"naicCompanyQuery": {
|
|
@@ -8556,6 +9448,28 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
8556
9448
|
]
|
|
8557
9449
|
}
|
|
8558
9450
|
},
|
|
9451
|
+
"providers.outdoorresearch": {
|
|
9452
|
+
"defs": {},
|
|
9453
|
+
"functions": {
|
|
9454
|
+
"getWarrantyPolicy": [],
|
|
9455
|
+
"checkClaimEligibility": [
|
|
9456
|
+
{
|
|
9457
|
+
"name": "orderNumber",
|
|
9458
|
+
"schema": {
|
|
9459
|
+
"k": "string"
|
|
9460
|
+
},
|
|
9461
|
+
"optional": false
|
|
9462
|
+
},
|
|
9463
|
+
{
|
|
9464
|
+
"name": "email",
|
|
9465
|
+
"schema": {
|
|
9466
|
+
"k": "string"
|
|
9467
|
+
},
|
|
9468
|
+
"optional": false
|
|
9469
|
+
}
|
|
9470
|
+
]
|
|
9471
|
+
}
|
|
9472
|
+
},
|
|
8559
9473
|
"providers.paypal": {
|
|
8560
9474
|
"defs": {
|
|
8561
9475
|
"PaypalConversionKind": {
|
|
@@ -11835,6 +12749,161 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
11835
12749
|
]
|
|
11836
12750
|
}
|
|
11837
12751
|
},
|
|
12752
|
+
"providers.rishitea": {
|
|
12753
|
+
"defs": {
|
|
12754
|
+
"TeaFinderAnswerInput": {
|
|
12755
|
+
"k": "object",
|
|
12756
|
+
"props": [
|
|
12757
|
+
{
|
|
12758
|
+
"name": "questionId",
|
|
12759
|
+
"schema": {
|
|
12760
|
+
"k": "string"
|
|
12761
|
+
},
|
|
12762
|
+
"optional": false
|
|
12763
|
+
},
|
|
12764
|
+
{
|
|
12765
|
+
"name": "answer",
|
|
12766
|
+
"schema": {
|
|
12767
|
+
"k": "union",
|
|
12768
|
+
"of": [
|
|
12769
|
+
{
|
|
12770
|
+
"k": "string"
|
|
12771
|
+
},
|
|
12772
|
+
{
|
|
12773
|
+
"k": "array",
|
|
12774
|
+
"of": {
|
|
12775
|
+
"k": "string"
|
|
12776
|
+
}
|
|
12777
|
+
}
|
|
12778
|
+
]
|
|
12779
|
+
},
|
|
12780
|
+
"optional": false
|
|
12781
|
+
}
|
|
12782
|
+
]
|
|
12783
|
+
},
|
|
12784
|
+
"TeaFinderQuestion": {
|
|
12785
|
+
"k": "object",
|
|
12786
|
+
"props": [
|
|
12787
|
+
{
|
|
12788
|
+
"name": "id",
|
|
12789
|
+
"schema": {
|
|
12790
|
+
"k": "string"
|
|
12791
|
+
},
|
|
12792
|
+
"optional": false
|
|
12793
|
+
},
|
|
12794
|
+
{
|
|
12795
|
+
"name": "profileQuestionId",
|
|
12796
|
+
"schema": {
|
|
12797
|
+
"k": "string"
|
|
12798
|
+
},
|
|
12799
|
+
"optional": false
|
|
12800
|
+
},
|
|
12801
|
+
{
|
|
12802
|
+
"name": "text",
|
|
12803
|
+
"schema": {
|
|
12804
|
+
"k": "string"
|
|
12805
|
+
},
|
|
12806
|
+
"optional": false
|
|
12807
|
+
},
|
|
12808
|
+
{
|
|
12809
|
+
"name": "selectionType",
|
|
12810
|
+
"schema": {
|
|
12811
|
+
"k": "union",
|
|
12812
|
+
"of": [
|
|
12813
|
+
{
|
|
12814
|
+
"k": "literal",
|
|
12815
|
+
"v": "single"
|
|
12816
|
+
},
|
|
12817
|
+
{
|
|
12818
|
+
"k": "literal",
|
|
12819
|
+
"v": "multi"
|
|
12820
|
+
}
|
|
12821
|
+
]
|
|
12822
|
+
},
|
|
12823
|
+
"optional": false
|
|
12824
|
+
},
|
|
12825
|
+
{
|
|
12826
|
+
"name": "options",
|
|
12827
|
+
"schema": {
|
|
12828
|
+
"k": "array",
|
|
12829
|
+
"of": {
|
|
12830
|
+
"k": "string"
|
|
12831
|
+
}
|
|
12832
|
+
},
|
|
12833
|
+
"optional": false
|
|
12834
|
+
},
|
|
12835
|
+
{
|
|
12836
|
+
"name": "minSelections",
|
|
12837
|
+
"schema": {
|
|
12838
|
+
"k": "number"
|
|
12839
|
+
},
|
|
12840
|
+
"optional": true
|
|
12841
|
+
},
|
|
12842
|
+
{
|
|
12843
|
+
"name": "maxSelections",
|
|
12844
|
+
"schema": {
|
|
12845
|
+
"k": "number"
|
|
12846
|
+
},
|
|
12847
|
+
"optional": true
|
|
12848
|
+
}
|
|
12849
|
+
]
|
|
12850
|
+
},
|
|
12851
|
+
"TeaFinderQuiz": {
|
|
12852
|
+
"k": "object",
|
|
12853
|
+
"props": [
|
|
12854
|
+
{
|
|
12855
|
+
"name": "quizId",
|
|
12856
|
+
"schema": {
|
|
12857
|
+
"k": "string"
|
|
12858
|
+
},
|
|
12859
|
+
"optional": false
|
|
12860
|
+
},
|
|
12861
|
+
{
|
|
12862
|
+
"name": "channelQuizId",
|
|
12863
|
+
"schema": {
|
|
12864
|
+
"k": "string"
|
|
12865
|
+
},
|
|
12866
|
+
"optional": false
|
|
12867
|
+
},
|
|
12868
|
+
{
|
|
12869
|
+
"name": "questions",
|
|
12870
|
+
"schema": {
|
|
12871
|
+
"k": "array",
|
|
12872
|
+
"of": {
|
|
12873
|
+
"k": "ref",
|
|
12874
|
+
"name": "TeaFinderQuestion"
|
|
12875
|
+
}
|
|
12876
|
+
},
|
|
12877
|
+
"optional": false
|
|
12878
|
+
}
|
|
12879
|
+
]
|
|
12880
|
+
}
|
|
12881
|
+
},
|
|
12882
|
+
"functions": {
|
|
12883
|
+
"getTeaFinderQuiz": [],
|
|
12884
|
+
"matchTeaFinderQuiz": [
|
|
12885
|
+
{
|
|
12886
|
+
"name": "quiz",
|
|
12887
|
+
"schema": {
|
|
12888
|
+
"k": "ref",
|
|
12889
|
+
"name": "TeaFinderQuiz"
|
|
12890
|
+
},
|
|
12891
|
+
"optional": false
|
|
12892
|
+
},
|
|
12893
|
+
{
|
|
12894
|
+
"name": "answers",
|
|
12895
|
+
"schema": {
|
|
12896
|
+
"k": "array",
|
|
12897
|
+
"of": {
|
|
12898
|
+
"k": "ref",
|
|
12899
|
+
"name": "TeaFinderAnswerInput"
|
|
12900
|
+
}
|
|
12901
|
+
},
|
|
12902
|
+
"optional": false
|
|
12903
|
+
}
|
|
12904
|
+
]
|
|
12905
|
+
}
|
|
12906
|
+
},
|
|
11838
12907
|
"providers.ritani": {
|
|
11839
12908
|
"defs": {
|
|
11840
12909
|
"RitaniSelections": {
|
|
@@ -11899,11 +12968,197 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
11899
12968
|
]
|
|
11900
12969
|
}
|
|
11901
12970
|
},
|
|
11902
|
-
"providers.
|
|
11903
|
-
"defs": {
|
|
11904
|
-
|
|
11905
|
-
|
|
11906
|
-
|
|
12971
|
+
"providers.roofmaxx": {
|
|
12972
|
+
"defs": {
|
|
12973
|
+
"RoofmaxxCostEstimateArgs": {
|
|
12974
|
+
"k": "object",
|
|
12975
|
+
"props": [
|
|
12976
|
+
{
|
|
12977
|
+
"name": "squareFootage",
|
|
12978
|
+
"schema": {
|
|
12979
|
+
"k": "number"
|
|
12980
|
+
},
|
|
12981
|
+
"optional": false
|
|
12982
|
+
},
|
|
12983
|
+
{
|
|
12984
|
+
"name": "region",
|
|
12985
|
+
"schema": {
|
|
12986
|
+
"k": "union",
|
|
12987
|
+
"of": [
|
|
12988
|
+
{
|
|
12989
|
+
"k": "literal",
|
|
12990
|
+
"v": "new-england"
|
|
12991
|
+
},
|
|
12992
|
+
{
|
|
12993
|
+
"k": "literal",
|
|
12994
|
+
"v": "middle-atlantic"
|
|
12995
|
+
},
|
|
12996
|
+
{
|
|
12997
|
+
"k": "literal",
|
|
12998
|
+
"v": "east-north-central"
|
|
12999
|
+
},
|
|
13000
|
+
{
|
|
13001
|
+
"k": "literal",
|
|
13002
|
+
"v": "west-north-central"
|
|
13003
|
+
},
|
|
13004
|
+
{
|
|
13005
|
+
"k": "literal",
|
|
13006
|
+
"v": "south-atlantic"
|
|
13007
|
+
},
|
|
13008
|
+
{
|
|
13009
|
+
"k": "literal",
|
|
13010
|
+
"v": "east-south-central"
|
|
13011
|
+
},
|
|
13012
|
+
{
|
|
13013
|
+
"k": "literal",
|
|
13014
|
+
"v": "west-south-central"
|
|
13015
|
+
},
|
|
13016
|
+
{
|
|
13017
|
+
"k": "literal",
|
|
13018
|
+
"v": "mountain"
|
|
13019
|
+
},
|
|
13020
|
+
{
|
|
13021
|
+
"k": "literal",
|
|
13022
|
+
"v": "pacific"
|
|
13023
|
+
}
|
|
13024
|
+
]
|
|
13025
|
+
},
|
|
13026
|
+
"optional": false
|
|
13027
|
+
},
|
|
13028
|
+
{
|
|
13029
|
+
"name": "roofType",
|
|
13030
|
+
"schema": {
|
|
13031
|
+
"k": "union",
|
|
13032
|
+
"of": [
|
|
13033
|
+
{
|
|
13034
|
+
"k": "literal",
|
|
13035
|
+
"v": "asphalt"
|
|
13036
|
+
},
|
|
13037
|
+
{
|
|
13038
|
+
"k": "literal",
|
|
13039
|
+
"v": "metal"
|
|
13040
|
+
},
|
|
13041
|
+
{
|
|
13042
|
+
"k": "literal",
|
|
13043
|
+
"v": "clay"
|
|
13044
|
+
},
|
|
13045
|
+
{
|
|
13046
|
+
"k": "literal",
|
|
13047
|
+
"v": "wood"
|
|
13048
|
+
}
|
|
13049
|
+
]
|
|
13050
|
+
},
|
|
13051
|
+
"optional": false
|
|
13052
|
+
},
|
|
13053
|
+
{
|
|
13054
|
+
"name": "roofSlope",
|
|
13055
|
+
"schema": {
|
|
13056
|
+
"k": "union",
|
|
13057
|
+
"of": [
|
|
13058
|
+
{
|
|
13059
|
+
"k": "literal",
|
|
13060
|
+
"v": "walkable"
|
|
13061
|
+
},
|
|
13062
|
+
{
|
|
13063
|
+
"k": "literal",
|
|
13064
|
+
"v": "semiWalkable"
|
|
13065
|
+
},
|
|
13066
|
+
{
|
|
13067
|
+
"k": "literal",
|
|
13068
|
+
"v": "nonWalkable"
|
|
13069
|
+
}
|
|
13070
|
+
]
|
|
13071
|
+
},
|
|
13072
|
+
"optional": false
|
|
13073
|
+
},
|
|
13074
|
+
{
|
|
13075
|
+
"name": "numOfLevels",
|
|
13076
|
+
"schema": {
|
|
13077
|
+
"k": "union",
|
|
13078
|
+
"of": [
|
|
13079
|
+
{
|
|
13080
|
+
"k": "literal",
|
|
13081
|
+
"v": "1"
|
|
13082
|
+
},
|
|
13083
|
+
{
|
|
13084
|
+
"k": "literal",
|
|
13085
|
+
"v": "2"
|
|
13086
|
+
},
|
|
13087
|
+
{
|
|
13088
|
+
"k": "literal",
|
|
13089
|
+
"v": "3"
|
|
13090
|
+
}
|
|
13091
|
+
]
|
|
13092
|
+
},
|
|
13093
|
+
"optional": false
|
|
13094
|
+
},
|
|
13095
|
+
{
|
|
13096
|
+
"name": "garageType",
|
|
13097
|
+
"schema": {
|
|
13098
|
+
"k": "union",
|
|
13099
|
+
"of": [
|
|
13100
|
+
{
|
|
13101
|
+
"k": "literal",
|
|
13102
|
+
"v": "nogarage"
|
|
13103
|
+
},
|
|
13104
|
+
{
|
|
13105
|
+
"k": "literal",
|
|
13106
|
+
"v": "1car"
|
|
13107
|
+
},
|
|
13108
|
+
{
|
|
13109
|
+
"k": "literal",
|
|
13110
|
+
"v": "2car"
|
|
13111
|
+
}
|
|
13112
|
+
]
|
|
13113
|
+
},
|
|
13114
|
+
"optional": false
|
|
13115
|
+
}
|
|
13116
|
+
]
|
|
13117
|
+
}
|
|
13118
|
+
},
|
|
13119
|
+
"functions": {
|
|
13120
|
+
"getCalculatorSettings": [],
|
|
13121
|
+
"estimateRoofReplacementCost": [
|
|
13122
|
+
{
|
|
13123
|
+
"name": "arg",
|
|
13124
|
+
"schema": {
|
|
13125
|
+
"k": "ref",
|
|
13126
|
+
"name": "RoofmaxxCostEstimateArgs"
|
|
13127
|
+
},
|
|
13128
|
+
"optional": false
|
|
13129
|
+
}
|
|
13130
|
+
]
|
|
13131
|
+
}
|
|
13132
|
+
},
|
|
13133
|
+
"providers.saltandstone": {
|
|
13134
|
+
"defs": {},
|
|
13135
|
+
"functions": {
|
|
13136
|
+
"listScentFamilies": [],
|
|
13137
|
+
"matchScent": [
|
|
13138
|
+
{
|
|
13139
|
+
"name": "preferences",
|
|
13140
|
+
"schema": {
|
|
13141
|
+
"k": "string"
|
|
13142
|
+
},
|
|
13143
|
+
"optional": false
|
|
13144
|
+
}
|
|
13145
|
+
],
|
|
13146
|
+
"getScentProducts": [
|
|
13147
|
+
{
|
|
13148
|
+
"name": "familyName",
|
|
13149
|
+
"schema": {
|
|
13150
|
+
"k": "string"
|
|
13151
|
+
},
|
|
13152
|
+
"optional": false
|
|
13153
|
+
}
|
|
13154
|
+
]
|
|
13155
|
+
}
|
|
13156
|
+
},
|
|
13157
|
+
"providers.samsclub": {
|
|
13158
|
+
"defs": {},
|
|
13159
|
+
"functions": {
|
|
13160
|
+
"search": [
|
|
13161
|
+
{
|
|
11907
13162
|
"name": "query",
|
|
11908
13163
|
"schema": {
|
|
11909
13164
|
"k": "string"
|
|
@@ -12001,6 +13256,28 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
12001
13256
|
"getMembershipPlans": []
|
|
12002
13257
|
}
|
|
12003
13258
|
},
|
|
13259
|
+
"providers.seakeeper": {
|
|
13260
|
+
"defs": {},
|
|
13261
|
+
"functions": {
|
|
13262
|
+
"listAllDealers": [],
|
|
13263
|
+
"findNearestDealers": [
|
|
13264
|
+
{
|
|
13265
|
+
"name": "zip",
|
|
13266
|
+
"schema": {
|
|
13267
|
+
"k": "string"
|
|
13268
|
+
},
|
|
13269
|
+
"optional": false
|
|
13270
|
+
},
|
|
13271
|
+
{
|
|
13272
|
+
"name": "limit",
|
|
13273
|
+
"schema": {
|
|
13274
|
+
"k": "number"
|
|
13275
|
+
},
|
|
13276
|
+
"optional": true
|
|
13277
|
+
}
|
|
13278
|
+
]
|
|
13279
|
+
}
|
|
13280
|
+
},
|
|
12004
13281
|
"providers.sears": {
|
|
12005
13282
|
"defs": {
|
|
12006
13283
|
"SearsSearchQuery": {
|
|
@@ -13067,6 +14344,55 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
13067
14344
|
]
|
|
13068
14345
|
}
|
|
13069
14346
|
},
|
|
14347
|
+
"providers.tamarackidaho": {
|
|
14348
|
+
"defs": {
|
|
14349
|
+
"tamarackidahoSearchArgs": {
|
|
14350
|
+
"k": "object",
|
|
14351
|
+
"props": [
|
|
14352
|
+
{
|
|
14353
|
+
"name": "arrivalDate",
|
|
14354
|
+
"schema": {
|
|
14355
|
+
"k": "string"
|
|
14356
|
+
},
|
|
14357
|
+
"optional": false
|
|
14358
|
+
},
|
|
14359
|
+
{
|
|
14360
|
+
"name": "departureDate",
|
|
14361
|
+
"schema": {
|
|
14362
|
+
"k": "string"
|
|
14363
|
+
},
|
|
14364
|
+
"optional": false
|
|
14365
|
+
},
|
|
14366
|
+
{
|
|
14367
|
+
"name": "adultCount",
|
|
14368
|
+
"schema": {
|
|
14369
|
+
"k": "number"
|
|
14370
|
+
},
|
|
14371
|
+
"optional": false
|
|
14372
|
+
},
|
|
14373
|
+
{
|
|
14374
|
+
"name": "childCount",
|
|
14375
|
+
"schema": {
|
|
14376
|
+
"k": "number"
|
|
14377
|
+
},
|
|
14378
|
+
"optional": true
|
|
14379
|
+
}
|
|
14380
|
+
]
|
|
14381
|
+
}
|
|
14382
|
+
},
|
|
14383
|
+
"functions": {
|
|
14384
|
+
"searchLodging": [
|
|
14385
|
+
{
|
|
14386
|
+
"name": "args",
|
|
14387
|
+
"schema": {
|
|
14388
|
+
"k": "ref",
|
|
14389
|
+
"name": "tamarackidahoSearchArgs"
|
|
14390
|
+
},
|
|
14391
|
+
"optional": false
|
|
14392
|
+
}
|
|
14393
|
+
]
|
|
14394
|
+
}
|
|
14395
|
+
},
|
|
13070
14396
|
"providers.target": {
|
|
13071
14397
|
"defs": {},
|
|
13072
14398
|
"functions": {
|
|
@@ -13090,93 +14416,63 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
13090
14416
|
]
|
|
13091
14417
|
}
|
|
13092
14418
|
},
|
|
13093
|
-
"providers.
|
|
13094
|
-
"defs": {},
|
|
13095
|
-
"functions": {
|
|
13096
|
-
"getPricing": [],
|
|
13097
|
-
"getInsurancePricing": []
|
|
13098
|
-
}
|
|
13099
|
-
},
|
|
13100
|
-
"providers.tentree": {
|
|
14419
|
+
"providers.tatcha": {
|
|
13101
14420
|
"defs": {},
|
|
13102
14421
|
"functions": {
|
|
13103
|
-
"
|
|
14422
|
+
"getRitualQuizOptions": [],
|
|
14423
|
+
"getPersonalizedRitual": [
|
|
13104
14424
|
{
|
|
13105
|
-
"name": "
|
|
14425
|
+
"name": "skinType",
|
|
13106
14426
|
"schema": {
|
|
13107
14427
|
"k": "string"
|
|
13108
14428
|
},
|
|
13109
14429
|
"optional": false
|
|
13110
14430
|
},
|
|
13111
14431
|
{
|
|
13112
|
-
"name": "
|
|
14432
|
+
"name": "benefits",
|
|
13113
14433
|
"schema": {
|
|
13114
|
-
"k": "
|
|
13115
|
-
"
|
|
13116
|
-
|
|
13117
|
-
|
|
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
|
-
]
|
|
14434
|
+
"k": "array",
|
|
14435
|
+
"of": {
|
|
14436
|
+
"k": "string"
|
|
14437
|
+
}
|
|
13138
14438
|
},
|
|
13139
|
-
"optional":
|
|
13140
|
-
}
|
|
13141
|
-
],
|
|
13142
|
-
"getProduct": [
|
|
14439
|
+
"optional": false
|
|
14440
|
+
},
|
|
13143
14441
|
{
|
|
13144
|
-
"name": "
|
|
14442
|
+
"name": "eyeConcerns",
|
|
13145
14443
|
"schema": {
|
|
13146
|
-
"k": "
|
|
14444
|
+
"k": "array",
|
|
14445
|
+
"of": {
|
|
14446
|
+
"k": "string"
|
|
14447
|
+
}
|
|
13147
14448
|
},
|
|
13148
|
-
"optional":
|
|
13149
|
-
}
|
|
13150
|
-
],
|
|
13151
|
-
"addToCart": [
|
|
14449
|
+
"optional": true
|
|
14450
|
+
},
|
|
13152
14451
|
{
|
|
13153
|
-
"name": "
|
|
14452
|
+
"name": "sensitive",
|
|
14453
|
+
"schema": {
|
|
14454
|
+
"k": "boolean"
|
|
14455
|
+
},
|
|
14456
|
+
"optional": true
|
|
14457
|
+
},
|
|
14458
|
+
{
|
|
14459
|
+
"name": "owned",
|
|
13154
14460
|
"schema": {
|
|
13155
14461
|
"k": "array",
|
|
13156
14462
|
"of": {
|
|
13157
|
-
"k": "
|
|
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
|
-
]
|
|
14463
|
+
"k": "string"
|
|
13174
14464
|
}
|
|
13175
14465
|
},
|
|
13176
|
-
"optional":
|
|
14466
|
+
"optional": true
|
|
13177
14467
|
}
|
|
13178
|
-
]
|
|
13179
|
-
|
|
14468
|
+
]
|
|
14469
|
+
}
|
|
14470
|
+
},
|
|
14471
|
+
"providers.teladoc": {
|
|
14472
|
+
"defs": {},
|
|
14473
|
+
"functions": {
|
|
14474
|
+
"getPricing": [],
|
|
14475
|
+
"getInsurancePricing": []
|
|
13180
14476
|
}
|
|
13181
14477
|
},
|
|
13182
14478
|
"providers.therabody": {
|
|
@@ -13623,6 +14919,79 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
13623
14919
|
]
|
|
13624
14920
|
}
|
|
13625
14921
|
},
|
|
14922
|
+
"providers.tilsonhomes": {
|
|
14923
|
+
"defs": {},
|
|
14924
|
+
"functions": {
|
|
14925
|
+
"listPlans": [
|
|
14926
|
+
{
|
|
14927
|
+
"name": "activeOnly",
|
|
14928
|
+
"schema": {
|
|
14929
|
+
"k": "boolean"
|
|
14930
|
+
},
|
|
14931
|
+
"optional": true
|
|
14932
|
+
}
|
|
14933
|
+
],
|
|
14934
|
+
"getElevationDetails": [
|
|
14935
|
+
{
|
|
14936
|
+
"name": "elevationId",
|
|
14937
|
+
"schema": {
|
|
14938
|
+
"k": "union",
|
|
14939
|
+
"of": [
|
|
14940
|
+
{
|
|
14941
|
+
"k": "number"
|
|
14942
|
+
},
|
|
14943
|
+
{
|
|
14944
|
+
"k": "string"
|
|
14945
|
+
}
|
|
14946
|
+
]
|
|
14947
|
+
},
|
|
14948
|
+
"optional": false
|
|
14949
|
+
}
|
|
14950
|
+
]
|
|
14951
|
+
}
|
|
14952
|
+
},
|
|
14953
|
+
"providers.titlenine": {
|
|
14954
|
+
"defs": {
|
|
14955
|
+
"TitlenineBraMeasurements": {
|
|
14956
|
+
"k": "object",
|
|
14957
|
+
"props": [
|
|
14958
|
+
{
|
|
14959
|
+
"name": "chestInches",
|
|
14960
|
+
"schema": {
|
|
14961
|
+
"k": "number"
|
|
14962
|
+
},
|
|
14963
|
+
"optional": false
|
|
14964
|
+
},
|
|
14965
|
+
{
|
|
14966
|
+
"name": "bustInches",
|
|
14967
|
+
"schema": {
|
|
14968
|
+
"k": "number"
|
|
14969
|
+
},
|
|
14970
|
+
"optional": false
|
|
14971
|
+
},
|
|
14972
|
+
{
|
|
14973
|
+
"name": "belowBustInches",
|
|
14974
|
+
"schema": {
|
|
14975
|
+
"k": "number"
|
|
14976
|
+
},
|
|
14977
|
+
"optional": false
|
|
14978
|
+
}
|
|
14979
|
+
]
|
|
14980
|
+
}
|
|
14981
|
+
},
|
|
14982
|
+
"functions": {
|
|
14983
|
+
"calculateBraSize": [
|
|
14984
|
+
{
|
|
14985
|
+
"name": "input",
|
|
14986
|
+
"schema": {
|
|
14987
|
+
"k": "ref",
|
|
14988
|
+
"name": "TitlenineBraMeasurements"
|
|
14989
|
+
},
|
|
14990
|
+
"optional": false
|
|
14991
|
+
}
|
|
14992
|
+
]
|
|
14993
|
+
}
|
|
14994
|
+
},
|
|
13626
14995
|
"providers.topviewtix": {
|
|
13627
14996
|
"defs": {},
|
|
13628
14997
|
"functions": {
|
|
@@ -13730,66 +15099,69 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
13730
15099
|
]
|
|
13731
15100
|
}
|
|
13732
15101
|
},
|
|
13733
|
-
"providers.
|
|
15102
|
+
"providers.twiddy": {
|
|
13734
15103
|
"defs": {},
|
|
13735
15104
|
"functions": {
|
|
13736
|
-
"
|
|
13737
|
-
"getConfigurator": [
|
|
15105
|
+
"searchRentals": [
|
|
13738
15106
|
{
|
|
13739
|
-
"name": "
|
|
15107
|
+
"name": "options",
|
|
15108
|
+
"schema": {
|
|
15109
|
+
"k": "object",
|
|
15110
|
+
"props": [
|
|
15111
|
+
{
|
|
15112
|
+
"name": "town",
|
|
15113
|
+
"schema": {
|
|
15114
|
+
"k": "string"
|
|
15115
|
+
},
|
|
15116
|
+
"optional": true
|
|
15117
|
+
},
|
|
15118
|
+
{
|
|
15119
|
+
"name": "minBedrooms",
|
|
15120
|
+
"schema": {
|
|
15121
|
+
"k": "number"
|
|
15122
|
+
},
|
|
15123
|
+
"optional": true
|
|
15124
|
+
}
|
|
15125
|
+
]
|
|
15126
|
+
},
|
|
15127
|
+
"optional": true
|
|
15128
|
+
}
|
|
15129
|
+
],
|
|
15130
|
+
"getRentalDetail": [
|
|
15131
|
+
{
|
|
15132
|
+
"name": "propertyUrl",
|
|
13740
15133
|
"schema": {
|
|
13741
15134
|
"k": "string"
|
|
13742
15135
|
},
|
|
13743
15136
|
"optional": false
|
|
13744
15137
|
}
|
|
13745
15138
|
],
|
|
13746
|
-
"
|
|
15139
|
+
"getRentalQuote": [
|
|
13747
15140
|
{
|
|
13748
|
-
"name": "
|
|
15141
|
+
"name": "propertyId",
|
|
13749
15142
|
"schema": {
|
|
13750
|
-
"k": "
|
|
15143
|
+
"k": "number"
|
|
13751
15144
|
},
|
|
13752
15145
|
"optional": false
|
|
13753
15146
|
},
|
|
13754
15147
|
{
|
|
13755
|
-
"name": "
|
|
15148
|
+
"name": "options",
|
|
13756
15149
|
"schema": {
|
|
13757
15150
|
"k": "object",
|
|
13758
15151
|
"props": [
|
|
13759
15152
|
{
|
|
13760
|
-
"name": "
|
|
13761
|
-
"schema": {
|
|
13762
|
-
"k": "string"
|
|
13763
|
-
},
|
|
13764
|
-
"optional": true
|
|
13765
|
-
},
|
|
13766
|
-
{
|
|
13767
|
-
"name": "length",
|
|
13768
|
-
"schema": {
|
|
13769
|
-
"k": "string"
|
|
13770
|
-
},
|
|
13771
|
-
"optional": true
|
|
13772
|
-
},
|
|
13773
|
-
{
|
|
13774
|
-
"name": "wallHeight",
|
|
15153
|
+
"name": "checkin",
|
|
13775
15154
|
"schema": {
|
|
13776
15155
|
"k": "string"
|
|
13777
15156
|
},
|
|
13778
|
-
"optional":
|
|
15157
|
+
"optional": false
|
|
13779
15158
|
},
|
|
13780
15159
|
{
|
|
13781
|
-
"name": "
|
|
15160
|
+
"name": "nights",
|
|
13782
15161
|
"schema": {
|
|
13783
|
-
"k": "
|
|
15162
|
+
"k": "number"
|
|
13784
15163
|
},
|
|
13785
15164
|
"optional": true
|
|
13786
|
-
},
|
|
13787
|
-
{
|
|
13788
|
-
"name": "zip",
|
|
13789
|
-
"schema": {
|
|
13790
|
-
"k": "string"
|
|
13791
|
-
},
|
|
13792
|
-
"optional": false
|
|
13793
15165
|
}
|
|
13794
15166
|
]
|
|
13795
15167
|
},
|
|
@@ -13798,124 +15170,454 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
13798
15170
|
]
|
|
13799
15171
|
}
|
|
13800
15172
|
},
|
|
13801
|
-
"providers.
|
|
13802
|
-
"defs": {},
|
|
13803
|
-
"functions": {
|
|
13804
|
-
"listMaterials": [],
|
|
13805
|
-
"listMountingStyles": []
|
|
13806
|
-
}
|
|
13807
|
-
},
|
|
13808
|
-
"providers.visible": {
|
|
15173
|
+
"providers.ulrichlifestyle": {
|
|
13809
15174
|
"defs": {},
|
|
13810
15175
|
"functions": {
|
|
13811
|
-
"
|
|
15176
|
+
"listModels": [],
|
|
15177
|
+
"getConfigurator": [
|
|
13812
15178
|
{
|
|
13813
|
-
"name": "
|
|
15179
|
+
"name": "code",
|
|
13814
15180
|
"schema": {
|
|
13815
|
-
"k": "
|
|
13816
|
-
"props": [
|
|
13817
|
-
{
|
|
13818
|
-
"name": "includePrograms",
|
|
13819
|
-
"schema": {
|
|
13820
|
-
"k": "boolean"
|
|
13821
|
-
},
|
|
13822
|
-
"optional": true
|
|
13823
|
-
}
|
|
13824
|
-
]
|
|
15181
|
+
"k": "string"
|
|
13825
15182
|
},
|
|
13826
|
-
"optional":
|
|
15183
|
+
"optional": false
|
|
13827
15184
|
}
|
|
13828
15185
|
],
|
|
13829
|
-
"
|
|
15186
|
+
"priceConfiguration": [
|
|
13830
15187
|
{
|
|
13831
|
-
"name": "
|
|
15188
|
+
"name": "code",
|
|
13832
15189
|
"schema": {
|
|
13833
15190
|
"k": "string"
|
|
13834
15191
|
},
|
|
13835
15192
|
"optional": false
|
|
13836
15193
|
},
|
|
13837
15194
|
{
|
|
13838
|
-
"name": "
|
|
13839
|
-
"schema": {
|
|
13840
|
-
"k": "object",
|
|
13841
|
-
"props": [
|
|
13842
|
-
{
|
|
13843
|
-
"name": "preOwned",
|
|
13844
|
-
"schema": {
|
|
13845
|
-
"k": "boolean"
|
|
13846
|
-
},
|
|
13847
|
-
"optional": true
|
|
13848
|
-
}
|
|
13849
|
-
]
|
|
13850
|
-
},
|
|
13851
|
-
"optional": true
|
|
13852
|
-
}
|
|
13853
|
-
],
|
|
13854
|
-
"searchPhones": [
|
|
13855
|
-
{
|
|
13856
|
-
"name": "options",
|
|
15195
|
+
"name": "selections",
|
|
13857
15196
|
"schema": {
|
|
13858
15197
|
"k": "object",
|
|
13859
15198
|
"props": [
|
|
13860
15199
|
{
|
|
13861
|
-
"name": "
|
|
15200
|
+
"name": "width",
|
|
13862
15201
|
"schema": {
|
|
13863
15202
|
"k": "string"
|
|
13864
15203
|
},
|
|
13865
15204
|
"optional": true
|
|
13866
15205
|
},
|
|
13867
15206
|
{
|
|
13868
|
-
"name": "
|
|
13869
|
-
"schema": {
|
|
13870
|
-
"k": "number"
|
|
13871
|
-
},
|
|
13872
|
-
"optional": true
|
|
13873
|
-
},
|
|
13874
|
-
{
|
|
13875
|
-
"name": "supports5G",
|
|
15207
|
+
"name": "length",
|
|
13876
15208
|
"schema": {
|
|
13877
|
-
"k": "
|
|
15209
|
+
"k": "string"
|
|
13878
15210
|
},
|
|
13879
15211
|
"optional": true
|
|
13880
15212
|
},
|
|
13881
15213
|
{
|
|
13882
|
-
"name": "
|
|
15214
|
+
"name": "wallHeight",
|
|
13883
15215
|
"schema": {
|
|
13884
|
-
"k": "
|
|
15216
|
+
"k": "string"
|
|
13885
15217
|
},
|
|
13886
15218
|
"optional": true
|
|
13887
15219
|
},
|
|
13888
15220
|
{
|
|
13889
|
-
"name": "
|
|
15221
|
+
"name": "siding",
|
|
13890
15222
|
"schema": {
|
|
13891
|
-
"k": "
|
|
15223
|
+
"k": "string"
|
|
13892
15224
|
},
|
|
13893
15225
|
"optional": true
|
|
13894
15226
|
},
|
|
13895
15227
|
{
|
|
13896
|
-
"name": "
|
|
15228
|
+
"name": "zip",
|
|
13897
15229
|
"schema": {
|
|
13898
|
-
"k": "
|
|
15230
|
+
"k": "string"
|
|
13899
15231
|
},
|
|
13900
|
-
"optional":
|
|
15232
|
+
"optional": false
|
|
13901
15233
|
}
|
|
13902
15234
|
]
|
|
13903
15235
|
},
|
|
13904
|
-
"optional":
|
|
13905
|
-
}
|
|
13906
|
-
]
|
|
13907
|
-
|
|
13908
|
-
|
|
13909
|
-
|
|
13910
|
-
|
|
13911
|
-
|
|
13912
|
-
|
|
15236
|
+
"optional": false
|
|
15237
|
+
}
|
|
15238
|
+
]
|
|
15239
|
+
}
|
|
15240
|
+
},
|
|
15241
|
+
"providers.vervecoffee": {
|
|
15242
|
+
"defs": {
|
|
15243
|
+
"CoffeeQuizAnswers": {
|
|
15244
|
+
"k": "object",
|
|
15245
|
+
"props": [
|
|
15246
|
+
{
|
|
15247
|
+
"name": "journeyStage",
|
|
15248
|
+
"schema": {
|
|
15249
|
+
"k": "union",
|
|
15250
|
+
"of": [
|
|
15251
|
+
{
|
|
15252
|
+
"k": "literal",
|
|
15253
|
+
"v": "coffee_curious"
|
|
15254
|
+
},
|
|
15255
|
+
{
|
|
15256
|
+
"k": "literal",
|
|
15257
|
+
"v": "casual_coffee_lover"
|
|
15258
|
+
},
|
|
15259
|
+
{
|
|
15260
|
+
"k": "literal",
|
|
15261
|
+
"v": "coffee_connoisseur"
|
|
15262
|
+
},
|
|
15263
|
+
{
|
|
15264
|
+
"k": "literal",
|
|
15265
|
+
"v": "barista"
|
|
15266
|
+
}
|
|
15267
|
+
]
|
|
15268
|
+
},
|
|
15269
|
+
"optional": false
|
|
15270
|
+
},
|
|
15271
|
+
{
|
|
15272
|
+
"name": "brewMethod",
|
|
15273
|
+
"schema": {
|
|
15274
|
+
"k": "union",
|
|
15275
|
+
"of": [
|
|
15276
|
+
{
|
|
15277
|
+
"k": "literal",
|
|
15278
|
+
"v": "pourover"
|
|
15279
|
+
},
|
|
15280
|
+
{
|
|
15281
|
+
"k": "literal",
|
|
15282
|
+
"v": "coffee_maker"
|
|
15283
|
+
},
|
|
15284
|
+
{
|
|
15285
|
+
"k": "literal",
|
|
15286
|
+
"v": "espresso"
|
|
15287
|
+
},
|
|
15288
|
+
{
|
|
15289
|
+
"k": "literal",
|
|
15290
|
+
"v": "french_press"
|
|
15291
|
+
},
|
|
15292
|
+
{
|
|
15293
|
+
"k": "literal",
|
|
15294
|
+
"v": "aeropress"
|
|
15295
|
+
}
|
|
15296
|
+
]
|
|
15297
|
+
},
|
|
15298
|
+
"optional": false
|
|
15299
|
+
},
|
|
15300
|
+
{
|
|
15301
|
+
"name": "coffeeStyle",
|
|
15302
|
+
"schema": {
|
|
15303
|
+
"k": "union",
|
|
15304
|
+
"of": [
|
|
15305
|
+
{
|
|
15306
|
+
"k": "literal",
|
|
15307
|
+
"v": "black"
|
|
15308
|
+
},
|
|
15309
|
+
{
|
|
15310
|
+
"k": "literal",
|
|
15311
|
+
"v": "milk_or_cream"
|
|
15312
|
+
},
|
|
15313
|
+
{
|
|
15314
|
+
"k": "literal",
|
|
15315
|
+
"v": "sugar_or_sweetener"
|
|
15316
|
+
}
|
|
15317
|
+
]
|
|
15318
|
+
},
|
|
15319
|
+
"optional": false
|
|
15320
|
+
},
|
|
15321
|
+
{
|
|
15322
|
+
"name": "roastPreference",
|
|
15323
|
+
"schema": {
|
|
15324
|
+
"k": "union",
|
|
15325
|
+
"of": [
|
|
15326
|
+
{
|
|
15327
|
+
"k": "literal",
|
|
15328
|
+
"v": "light"
|
|
15329
|
+
},
|
|
15330
|
+
{
|
|
15331
|
+
"k": "literal",
|
|
15332
|
+
"v": "medium"
|
|
15333
|
+
},
|
|
15334
|
+
{
|
|
15335
|
+
"k": "literal",
|
|
15336
|
+
"v": "dark"
|
|
15337
|
+
},
|
|
15338
|
+
{
|
|
15339
|
+
"k": "literal",
|
|
15340
|
+
"v": "not_sure"
|
|
15341
|
+
}
|
|
15342
|
+
]
|
|
15343
|
+
},
|
|
15344
|
+
"optional": false
|
|
15345
|
+
},
|
|
15346
|
+
{
|
|
15347
|
+
"name": "tastingNote",
|
|
15348
|
+
"schema": {
|
|
15349
|
+
"k": "union",
|
|
15350
|
+
"of": [
|
|
15351
|
+
{
|
|
15352
|
+
"k": "literal",
|
|
15353
|
+
"v": "chocolate"
|
|
15354
|
+
},
|
|
15355
|
+
{
|
|
15356
|
+
"k": "literal",
|
|
15357
|
+
"v": "citrus"
|
|
15358
|
+
},
|
|
15359
|
+
{
|
|
15360
|
+
"k": "literal",
|
|
15361
|
+
"v": "fruits"
|
|
15362
|
+
},
|
|
15363
|
+
{
|
|
15364
|
+
"k": "literal",
|
|
15365
|
+
"v": "sweet"
|
|
15366
|
+
},
|
|
15367
|
+
{
|
|
15368
|
+
"k": "literal",
|
|
15369
|
+
"v": "floral"
|
|
15370
|
+
},
|
|
15371
|
+
{
|
|
15372
|
+
"k": "literal",
|
|
15373
|
+
"v": "nuts"
|
|
15374
|
+
}
|
|
15375
|
+
]
|
|
15376
|
+
},
|
|
15377
|
+
"optional": false
|
|
15378
|
+
}
|
|
15379
|
+
]
|
|
15380
|
+
}
|
|
15381
|
+
},
|
|
15382
|
+
"functions": {
|
|
15383
|
+
"listRoastersChoiceSubscriptions": [],
|
|
15384
|
+
"matchCoffeeSubscription": [
|
|
15385
|
+
{
|
|
15386
|
+
"name": "answers",
|
|
15387
|
+
"schema": {
|
|
15388
|
+
"k": "ref",
|
|
15389
|
+
"name": "CoffeeQuizAnswers"
|
|
15390
|
+
},
|
|
15391
|
+
"optional": false
|
|
15392
|
+
}
|
|
15393
|
+
]
|
|
15394
|
+
}
|
|
15395
|
+
},
|
|
15396
|
+
"providers.viewrail": {
|
|
15397
|
+
"defs": {},
|
|
15398
|
+
"functions": {
|
|
15399
|
+
"listMaterials": [],
|
|
15400
|
+
"listMountingStyles": []
|
|
15401
|
+
}
|
|
15402
|
+
},
|
|
15403
|
+
"providers.villagerealtyobx": {
|
|
15404
|
+
"defs": {},
|
|
15405
|
+
"functions": {
|
|
15406
|
+
"searchRentals": [
|
|
15407
|
+
{
|
|
15408
|
+
"name": "args",
|
|
15409
|
+
"schema": {
|
|
15410
|
+
"k": "object",
|
|
15411
|
+
"props": [
|
|
15412
|
+
{
|
|
15413
|
+
"name": "town",
|
|
15414
|
+
"schema": {
|
|
15415
|
+
"k": "string"
|
|
15416
|
+
},
|
|
15417
|
+
"optional": true
|
|
15418
|
+
},
|
|
15419
|
+
{
|
|
15420
|
+
"name": "bedrooms",
|
|
15421
|
+
"schema": {
|
|
15422
|
+
"k": "number"
|
|
15423
|
+
},
|
|
15424
|
+
"optional": true
|
|
15425
|
+
},
|
|
15426
|
+
{
|
|
15427
|
+
"name": "amenities",
|
|
15428
|
+
"schema": {
|
|
15429
|
+
"k": "array",
|
|
15430
|
+
"of": {
|
|
15431
|
+
"k": "string"
|
|
15432
|
+
}
|
|
15433
|
+
},
|
|
15434
|
+
"optional": true
|
|
15435
|
+
},
|
|
15436
|
+
{
|
|
15437
|
+
"name": "checkin",
|
|
15438
|
+
"schema": {
|
|
15439
|
+
"k": "string"
|
|
15440
|
+
},
|
|
15441
|
+
"optional": true
|
|
15442
|
+
},
|
|
15443
|
+
{
|
|
15444
|
+
"name": "checkout",
|
|
15445
|
+
"schema": {
|
|
15446
|
+
"k": "string"
|
|
15447
|
+
},
|
|
15448
|
+
"optional": true
|
|
15449
|
+
},
|
|
15450
|
+
{
|
|
15451
|
+
"name": "page",
|
|
15452
|
+
"schema": {
|
|
15453
|
+
"k": "number"
|
|
15454
|
+
},
|
|
15455
|
+
"optional": true
|
|
15456
|
+
}
|
|
15457
|
+
]
|
|
15458
|
+
},
|
|
15459
|
+
"optional": true
|
|
15460
|
+
}
|
|
15461
|
+
],
|
|
15462
|
+
"getQuote": [
|
|
15463
|
+
{
|
|
15464
|
+
"name": "args",
|
|
15465
|
+
"schema": {
|
|
15466
|
+
"k": "object",
|
|
15467
|
+
"props": [
|
|
15468
|
+
{
|
|
15469
|
+
"name": "propertyID",
|
|
15470
|
+
"schema": {
|
|
15471
|
+
"k": "string"
|
|
15472
|
+
},
|
|
15473
|
+
"optional": false
|
|
15474
|
+
},
|
|
15475
|
+
{
|
|
15476
|
+
"name": "checkin",
|
|
15477
|
+
"schema": {
|
|
15478
|
+
"k": "string"
|
|
15479
|
+
},
|
|
15480
|
+
"optional": false
|
|
15481
|
+
},
|
|
15482
|
+
{
|
|
15483
|
+
"name": "checkout",
|
|
15484
|
+
"schema": {
|
|
15485
|
+
"k": "string"
|
|
15486
|
+
},
|
|
15487
|
+
"optional": false
|
|
15488
|
+
}
|
|
15489
|
+
]
|
|
15490
|
+
},
|
|
15491
|
+
"optional": false
|
|
15492
|
+
}
|
|
15493
|
+
]
|
|
15494
|
+
}
|
|
15495
|
+
},
|
|
15496
|
+
"providers.visible": {
|
|
15497
|
+
"defs": {},
|
|
15498
|
+
"functions": {
|
|
15499
|
+
"listDeals": [
|
|
15500
|
+
{
|
|
15501
|
+
"name": "options",
|
|
15502
|
+
"schema": {
|
|
15503
|
+
"k": "object",
|
|
15504
|
+
"props": [
|
|
15505
|
+
{
|
|
15506
|
+
"name": "includePrograms",
|
|
15507
|
+
"schema": {
|
|
15508
|
+
"k": "boolean"
|
|
15509
|
+
},
|
|
15510
|
+
"optional": true
|
|
15511
|
+
}
|
|
15512
|
+
]
|
|
15513
|
+
},
|
|
15514
|
+
"optional": true
|
|
15515
|
+
}
|
|
15516
|
+
],
|
|
15517
|
+
"getPhone": [
|
|
15518
|
+
{
|
|
15519
|
+
"name": "slugOrUrl",
|
|
15520
|
+
"schema": {
|
|
15521
|
+
"k": "string"
|
|
15522
|
+
},
|
|
15523
|
+
"optional": false
|
|
15524
|
+
},
|
|
15525
|
+
{
|
|
15526
|
+
"name": "options",
|
|
15527
|
+
"schema": {
|
|
15528
|
+
"k": "object",
|
|
15529
|
+
"props": [
|
|
15530
|
+
{
|
|
15531
|
+
"name": "preOwned",
|
|
15532
|
+
"schema": {
|
|
15533
|
+
"k": "boolean"
|
|
15534
|
+
},
|
|
15535
|
+
"optional": true
|
|
15536
|
+
}
|
|
15537
|
+
]
|
|
15538
|
+
},
|
|
15539
|
+
"optional": true
|
|
15540
|
+
}
|
|
15541
|
+
],
|
|
15542
|
+
"searchPhones": [
|
|
15543
|
+
{
|
|
15544
|
+
"name": "options",
|
|
15545
|
+
"schema": {
|
|
15546
|
+
"k": "object",
|
|
15547
|
+
"props": [
|
|
15548
|
+
{
|
|
15549
|
+
"name": "make",
|
|
15550
|
+
"schema": {
|
|
15551
|
+
"k": "string"
|
|
15552
|
+
},
|
|
15553
|
+
"optional": true
|
|
15554
|
+
},
|
|
15555
|
+
{
|
|
15556
|
+
"name": "priceMax",
|
|
15557
|
+
"schema": {
|
|
15558
|
+
"k": "number"
|
|
15559
|
+
},
|
|
15560
|
+
"optional": true
|
|
15561
|
+
},
|
|
15562
|
+
{
|
|
15563
|
+
"name": "supports5G",
|
|
15564
|
+
"schema": {
|
|
15565
|
+
"k": "boolean"
|
|
15566
|
+
},
|
|
15567
|
+
"optional": true
|
|
15568
|
+
},
|
|
15569
|
+
{
|
|
15570
|
+
"name": "inStock",
|
|
15571
|
+
"schema": {
|
|
15572
|
+
"k": "boolean"
|
|
15573
|
+
},
|
|
15574
|
+
"optional": true
|
|
15575
|
+
},
|
|
15576
|
+
{
|
|
15577
|
+
"name": "page",
|
|
15578
|
+
"schema": {
|
|
15579
|
+
"k": "number"
|
|
15580
|
+
},
|
|
15581
|
+
"optional": true
|
|
15582
|
+
},
|
|
15583
|
+
{
|
|
15584
|
+
"name": "pageSize",
|
|
15585
|
+
"schema": {
|
|
15586
|
+
"k": "number"
|
|
15587
|
+
},
|
|
15588
|
+
"optional": true
|
|
15589
|
+
}
|
|
15590
|
+
]
|
|
15591
|
+
},
|
|
15592
|
+
"optional": true
|
|
15593
|
+
}
|
|
15594
|
+
],
|
|
15595
|
+
"checkCoverage": [
|
|
15596
|
+
{
|
|
15597
|
+
"name": "addressOrZip",
|
|
15598
|
+
"schema": {
|
|
15599
|
+
"k": "string"
|
|
15600
|
+
},
|
|
13913
15601
|
"optional": false
|
|
13914
15602
|
}
|
|
13915
15603
|
],
|
|
13916
15604
|
"getPlans": []
|
|
13917
15605
|
}
|
|
13918
15606
|
},
|
|
15607
|
+
"providers.voluspa": {
|
|
15608
|
+
"defs": {},
|
|
15609
|
+
"functions": {
|
|
15610
|
+
"getFragranceQuizIntro": [
|
|
15611
|
+
{
|
|
15612
|
+
"name": "pathIndex",
|
|
15613
|
+
"schema": {
|
|
15614
|
+
"k": "number"
|
|
15615
|
+
},
|
|
15616
|
+
"optional": true
|
|
15617
|
+
}
|
|
15618
|
+
]
|
|
15619
|
+
}
|
|
15620
|
+
},
|
|
13919
15621
|
"providers.walmart": {
|
|
13920
15622
|
"defs": {},
|
|
13921
15623
|
"functions": {
|
|
@@ -13964,6 +15666,212 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
13964
15666
|
]
|
|
13965
15667
|
}
|
|
13966
15668
|
},
|
|
15669
|
+
"providers.waterfurnace": {
|
|
15670
|
+
"defs": {
|
|
15671
|
+
"WaterfurnaceFuelSource": {
|
|
15672
|
+
"k": "union",
|
|
15673
|
+
"of": [
|
|
15674
|
+
{
|
|
15675
|
+
"k": "literal",
|
|
15676
|
+
"v": "gas"
|
|
15677
|
+
},
|
|
15678
|
+
{
|
|
15679
|
+
"k": "literal",
|
|
15680
|
+
"v": "propane"
|
|
15681
|
+
},
|
|
15682
|
+
{
|
|
15683
|
+
"k": "literal",
|
|
15684
|
+
"v": "heatpump"
|
|
15685
|
+
},
|
|
15686
|
+
{
|
|
15687
|
+
"k": "literal",
|
|
15688
|
+
"v": "resistance"
|
|
15689
|
+
},
|
|
15690
|
+
{
|
|
15691
|
+
"k": "literal",
|
|
15692
|
+
"v": "oil"
|
|
15693
|
+
}
|
|
15694
|
+
]
|
|
15695
|
+
},
|
|
15696
|
+
"WaterfurnaceSecondaryFuelSource": {
|
|
15697
|
+
"k": "union",
|
|
15698
|
+
"of": [
|
|
15699
|
+
{
|
|
15700
|
+
"k": "literal",
|
|
15701
|
+
"v": "gas"
|
|
15702
|
+
},
|
|
15703
|
+
{
|
|
15704
|
+
"k": "literal",
|
|
15705
|
+
"v": "propane"
|
|
15706
|
+
},
|
|
15707
|
+
{
|
|
15708
|
+
"k": "literal",
|
|
15709
|
+
"v": "resistance"
|
|
15710
|
+
},
|
|
15711
|
+
{
|
|
15712
|
+
"k": "literal",
|
|
15713
|
+
"v": "oil"
|
|
15714
|
+
},
|
|
15715
|
+
{
|
|
15716
|
+
"k": "literal",
|
|
15717
|
+
"v": "none"
|
|
15718
|
+
}
|
|
15719
|
+
]
|
|
15720
|
+
}
|
|
15721
|
+
},
|
|
15722
|
+
"functions": {
|
|
15723
|
+
"lookupHomeDetails": [
|
|
15724
|
+
{
|
|
15725
|
+
"name": "input",
|
|
15726
|
+
"schema": {
|
|
15727
|
+
"k": "object",
|
|
15728
|
+
"props": [
|
|
15729
|
+
{
|
|
15730
|
+
"name": "address",
|
|
15731
|
+
"schema": {
|
|
15732
|
+
"k": "string"
|
|
15733
|
+
},
|
|
15734
|
+
"optional": false
|
|
15735
|
+
},
|
|
15736
|
+
{
|
|
15737
|
+
"name": "city",
|
|
15738
|
+
"schema": {
|
|
15739
|
+
"k": "string"
|
|
15740
|
+
},
|
|
15741
|
+
"optional": true
|
|
15742
|
+
},
|
|
15743
|
+
{
|
|
15744
|
+
"name": "state",
|
|
15745
|
+
"schema": {
|
|
15746
|
+
"k": "string"
|
|
15747
|
+
},
|
|
15748
|
+
"optional": true
|
|
15749
|
+
},
|
|
15750
|
+
{
|
|
15751
|
+
"name": "zipCode",
|
|
15752
|
+
"schema": {
|
|
15753
|
+
"k": "string"
|
|
15754
|
+
},
|
|
15755
|
+
"optional": false
|
|
15756
|
+
}
|
|
15757
|
+
]
|
|
15758
|
+
},
|
|
15759
|
+
"optional": false
|
|
15760
|
+
}
|
|
15761
|
+
],
|
|
15762
|
+
"estimateGeothermalSavings": [
|
|
15763
|
+
{
|
|
15764
|
+
"name": "input",
|
|
15765
|
+
"schema": {
|
|
15766
|
+
"k": "object",
|
|
15767
|
+
"props": [
|
|
15768
|
+
{
|
|
15769
|
+
"name": "zipCode",
|
|
15770
|
+
"schema": {
|
|
15771
|
+
"k": "string"
|
|
15772
|
+
},
|
|
15773
|
+
"optional": false
|
|
15774
|
+
},
|
|
15775
|
+
{
|
|
15776
|
+
"name": "state",
|
|
15777
|
+
"schema": {
|
|
15778
|
+
"k": "string"
|
|
15779
|
+
},
|
|
15780
|
+
"optional": false
|
|
15781
|
+
},
|
|
15782
|
+
{
|
|
15783
|
+
"name": "address",
|
|
15784
|
+
"schema": {
|
|
15785
|
+
"k": "string"
|
|
15786
|
+
},
|
|
15787
|
+
"optional": true
|
|
15788
|
+
},
|
|
15789
|
+
{
|
|
15790
|
+
"name": "city",
|
|
15791
|
+
"schema": {
|
|
15792
|
+
"k": "string"
|
|
15793
|
+
},
|
|
15794
|
+
"optional": true
|
|
15795
|
+
},
|
|
15796
|
+
{
|
|
15797
|
+
"name": "fuelSource",
|
|
15798
|
+
"schema": {
|
|
15799
|
+
"k": "ref",
|
|
15800
|
+
"name": "WaterfurnaceFuelSource"
|
|
15801
|
+
},
|
|
15802
|
+
"optional": false
|
|
15803
|
+
},
|
|
15804
|
+
{
|
|
15805
|
+
"name": "secondaryFuelSource",
|
|
15806
|
+
"schema": {
|
|
15807
|
+
"k": "ref",
|
|
15808
|
+
"name": "WaterfurnaceSecondaryFuelSource"
|
|
15809
|
+
},
|
|
15810
|
+
"optional": true
|
|
15811
|
+
},
|
|
15812
|
+
{
|
|
15813
|
+
"name": "homeAgeYears",
|
|
15814
|
+
"schema": {
|
|
15815
|
+
"k": "number"
|
|
15816
|
+
},
|
|
15817
|
+
"optional": true
|
|
15818
|
+
},
|
|
15819
|
+
{
|
|
15820
|
+
"name": "livingSqft",
|
|
15821
|
+
"schema": {
|
|
15822
|
+
"k": "number"
|
|
15823
|
+
},
|
|
15824
|
+
"optional": true
|
|
15825
|
+
},
|
|
15826
|
+
{
|
|
15827
|
+
"name": "basementSqft",
|
|
15828
|
+
"schema": {
|
|
15829
|
+
"k": "number"
|
|
15830
|
+
},
|
|
15831
|
+
"optional": true
|
|
15832
|
+
},
|
|
15833
|
+
{
|
|
15834
|
+
"name": "numResidents",
|
|
15835
|
+
"schema": {
|
|
15836
|
+
"k": "number"
|
|
15837
|
+
},
|
|
15838
|
+
"optional": true
|
|
15839
|
+
},
|
|
15840
|
+
{
|
|
15841
|
+
"name": "winterSetpointF",
|
|
15842
|
+
"schema": {
|
|
15843
|
+
"k": "number"
|
|
15844
|
+
},
|
|
15845
|
+
"optional": true
|
|
15846
|
+
},
|
|
15847
|
+
{
|
|
15848
|
+
"name": "summerSetpointF",
|
|
15849
|
+
"schema": {
|
|
15850
|
+
"k": "number"
|
|
15851
|
+
},
|
|
15852
|
+
"optional": true
|
|
15853
|
+
},
|
|
15854
|
+
{
|
|
15855
|
+
"name": "lat",
|
|
15856
|
+
"schema": {
|
|
15857
|
+
"k": "number"
|
|
15858
|
+
},
|
|
15859
|
+
"optional": true
|
|
15860
|
+
},
|
|
15861
|
+
{
|
|
15862
|
+
"name": "lng",
|
|
15863
|
+
"schema": {
|
|
15864
|
+
"k": "number"
|
|
15865
|
+
},
|
|
15866
|
+
"optional": true
|
|
15867
|
+
}
|
|
15868
|
+
]
|
|
15869
|
+
},
|
|
15870
|
+
"optional": false
|
|
15871
|
+
}
|
|
15872
|
+
]
|
|
15873
|
+
}
|
|
15874
|
+
},
|
|
13967
15875
|
"providers.wellfound": {
|
|
13968
15876
|
"defs": {},
|
|
13969
15877
|
"functions": {
|
|
@@ -14005,6 +15913,21 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
14005
15913
|
]
|
|
14006
15914
|
}
|
|
14007
15915
|
},
|
|
15916
|
+
"providers.xpresswellnessurgentcare": {
|
|
15917
|
+
"defs": {},
|
|
15918
|
+
"functions": {
|
|
15919
|
+
"listFacilities": [],
|
|
15920
|
+
"checkWaitTime": [
|
|
15921
|
+
{
|
|
15922
|
+
"name": "facilityId",
|
|
15923
|
+
"schema": {
|
|
15924
|
+
"k": "string"
|
|
15925
|
+
},
|
|
15926
|
+
"optional": false
|
|
15927
|
+
}
|
|
15928
|
+
]
|
|
15929
|
+
}
|
|
15930
|
+
},
|
|
14008
15931
|
"providers.yourarborhome": {
|
|
14009
15932
|
"defs": {
|
|
14010
15933
|
"SearchHomesFilters": {
|