@bowmark/web 1.8.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 +1202 -6
- package/src/generated/validators.ts +1138 -65
|
@@ -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": {
|
|
@@ -2405,6 +2486,70 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
2405
2486
|
]
|
|
2406
2487
|
}
|
|
2407
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
|
+
},
|
|
2408
2553
|
"providers.bykoket": {
|
|
2409
2554
|
"defs": {},
|
|
2410
2555
|
"functions": {
|
|
@@ -2774,6 +2919,66 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
2774
2919
|
]
|
|
2775
2920
|
}
|
|
2776
2921
|
},
|
|
2922
|
+
"providers.chantecaille": {
|
|
2923
|
+
"defs": {
|
|
2924
|
+
"FoundationSelections": {
|
|
2925
|
+
"k": "object",
|
|
2926
|
+
"props": [
|
|
2927
|
+
{
|
|
2928
|
+
"name": "undertone",
|
|
2929
|
+
"schema": {
|
|
2930
|
+
"k": "string"
|
|
2931
|
+
},
|
|
2932
|
+
"optional": false
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"name": "skinTone",
|
|
2936
|
+
"schema": {
|
|
2937
|
+
"k": "string"
|
|
2938
|
+
},
|
|
2939
|
+
"optional": false
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"name": "skinLook",
|
|
2943
|
+
"schema": {
|
|
2944
|
+
"k": "string"
|
|
2945
|
+
},
|
|
2946
|
+
"optional": false
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
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
|
+
},
|
|
2777
2982
|
"providers.cheapflights": {
|
|
2778
2983
|
"defs": {
|
|
2779
2984
|
"KayakCarQuery": {
|
|
@@ -3407,6 +3612,39 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
3407
3612
|
]
|
|
3408
3613
|
}
|
|
3409
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
|
+
},
|
|
3410
3648
|
"providers.decked": {
|
|
3411
3649
|
"defs": {
|
|
3412
3650
|
"DeckedCabSideOption": {
|
|
@@ -4021,6 +4259,42 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
4021
4259
|
]
|
|
4022
4260
|
}
|
|
4023
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
|
+
},
|
|
4024
4298
|
"providers.extraspace": {
|
|
4025
4299
|
"defs": {
|
|
4026
4300
|
"ExtraspaceSearchOptions": {
|
|
@@ -4212,25 +4486,80 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
4212
4486
|
]
|
|
4213
4487
|
}
|
|
4214
4488
|
},
|
|
4215
|
-
"providers.
|
|
4489
|
+
"providers.fourseasonsyachts": {
|
|
4216
4490
|
"defs": {},
|
|
4217
4491
|
"functions": {
|
|
4218
|
-
"
|
|
4219
|
-
{
|
|
4220
|
-
"name": "query",
|
|
4221
|
-
"schema": {
|
|
4222
|
-
"k": "string"
|
|
4223
|
-
},
|
|
4224
|
-
"optional": true
|
|
4225
|
-
}
|
|
4226
|
-
],
|
|
4227
|
-
"getConfigurator": [
|
|
4492
|
+
"searchVoyages": [
|
|
4228
4493
|
{
|
|
4229
|
-
"name": "
|
|
4494
|
+
"name": "filters",
|
|
4230
4495
|
"schema": {
|
|
4231
|
-
"k": "
|
|
4232
|
-
|
|
4233
|
-
|
|
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
|
+
},
|
|
4544
|
+
"providers.framebridge": {
|
|
4545
|
+
"defs": {},
|
|
4546
|
+
"functions": {
|
|
4547
|
+
"listFrameStyles": [
|
|
4548
|
+
{
|
|
4549
|
+
"name": "query",
|
|
4550
|
+
"schema": {
|
|
4551
|
+
"k": "string"
|
|
4552
|
+
},
|
|
4553
|
+
"optional": true
|
|
4554
|
+
}
|
|
4555
|
+
],
|
|
4556
|
+
"getConfigurator": [
|
|
4557
|
+
{
|
|
4558
|
+
"name": "productId",
|
|
4559
|
+
"schema": {
|
|
4560
|
+
"k": "string"
|
|
4561
|
+
},
|
|
4562
|
+
"optional": false
|
|
4234
4563
|
}
|
|
4235
4564
|
],
|
|
4236
4565
|
"priceConfiguration": [
|
|
@@ -5054,6 +5383,20 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
5054
5383
|
]
|
|
5055
5384
|
}
|
|
5056
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
|
+
},
|
|
5057
5400
|
"providers.harmar": {
|
|
5058
5401
|
"defs": {},
|
|
5059
5402
|
"functions": {
|
|
@@ -5313,6 +5656,90 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
5313
5656
|
]
|
|
5314
5657
|
}
|
|
5315
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
|
+
},
|
|
5316
5743
|
"providers.healthcare_gov": {
|
|
5317
5744
|
"defs": {
|
|
5318
5745
|
"healthcare_govEnrollmentQuery": {
|
|
@@ -6824,6 +7251,27 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
6824
7251
|
]
|
|
6825
7252
|
}
|
|
6826
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
|
+
},
|
|
6827
7275
|
"providers.kayak": {
|
|
6828
7276
|
"defs": {
|
|
6829
7277
|
"KayakCarQuery": {
|
|
@@ -7147,6 +7595,20 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
7147
7595
|
]
|
|
7148
7596
|
}
|
|
7149
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
|
+
},
|
|
7150
7612
|
"providers.kitchentuneup": {
|
|
7151
7613
|
"defs": {},
|
|
7152
7614
|
"functions": {
|
|
@@ -7546,6 +8008,44 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
7546
8008
|
]
|
|
7547
8009
|
}
|
|
7548
8010
|
},
|
|
8011
|
+
"providers.lovelybride": {
|
|
8012
|
+
"defs": {},
|
|
8013
|
+
"functions": {
|
|
8014
|
+
"listStores": [],
|
|
8015
|
+
"getStoreAppointmentTypes": [
|
|
8016
|
+
{
|
|
8017
|
+
"name": "storeSlug",
|
|
8018
|
+
"schema": {
|
|
8019
|
+
"k": "string"
|
|
8020
|
+
},
|
|
8021
|
+
"optional": false
|
|
8022
|
+
}
|
|
8023
|
+
],
|
|
8024
|
+
"getAvailableSlots": [
|
|
8025
|
+
{
|
|
8026
|
+
"name": "storeSlug",
|
|
8027
|
+
"schema": {
|
|
8028
|
+
"k": "string"
|
|
8029
|
+
},
|
|
8030
|
+
"optional": false
|
|
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
|
+
},
|
|
7549
8049
|
"providers.lufthansa": {
|
|
7550
8050
|
"defs": {},
|
|
7551
8051
|
"functions": {
|
|
@@ -7619,6 +8119,13 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
7619
8119
|
"k": "number"
|
|
7620
8120
|
},
|
|
7621
8121
|
"optional": true
|
|
8122
|
+
},
|
|
8123
|
+
{
|
|
8124
|
+
"name": "offset",
|
|
8125
|
+
"schema": {
|
|
8126
|
+
"k": "number"
|
|
8127
|
+
},
|
|
8128
|
+
"optional": true
|
|
7622
8129
|
}
|
|
7623
8130
|
]
|
|
7624
8131
|
},
|
|
@@ -8645,48 +9152,112 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
8645
9152
|
]
|
|
8646
9153
|
}
|
|
8647
9154
|
},
|
|
8648
|
-
"providers.
|
|
8649
|
-
"defs": {
|
|
8650
|
-
"naicCompanyQuery": {
|
|
8651
|
-
"k": "object",
|
|
8652
|
-
"props": [
|
|
8653
|
-
{
|
|
8654
|
-
"name": "name",
|
|
8655
|
-
"schema": {
|
|
8656
|
-
"k": "string"
|
|
8657
|
-
},
|
|
8658
|
-
"optional": true
|
|
8659
|
-
},
|
|
8660
|
-
{
|
|
8661
|
-
"name": "homeState",
|
|
8662
|
-
"schema": {
|
|
8663
|
-
"k": "string"
|
|
8664
|
-
},
|
|
8665
|
-
"optional": true
|
|
8666
|
-
}
|
|
8667
|
-
]
|
|
8668
|
-
},
|
|
8669
|
-
"naicStateDepartmentQuery": {
|
|
8670
|
-
"k": "object",
|
|
8671
|
-
"props": [
|
|
8672
|
-
{
|
|
8673
|
-
"name": "jurisdiction",
|
|
8674
|
-
"schema": {
|
|
8675
|
-
"k": "string"
|
|
8676
|
-
},
|
|
8677
|
-
"optional": true
|
|
8678
|
-
}
|
|
8679
|
-
]
|
|
8680
|
-
}
|
|
8681
|
-
},
|
|
9155
|
+
"providers.mossyoak": {
|
|
9156
|
+
"defs": {},
|
|
8682
9157
|
"functions": {
|
|
8683
|
-
"
|
|
9158
|
+
"listMossyoakProducts": [
|
|
8684
9159
|
{
|
|
8685
|
-
"name": "
|
|
9160
|
+
"name": "opts",
|
|
8686
9161
|
"schema": {
|
|
8687
|
-
"k": "
|
|
8688
|
-
"
|
|
8689
|
-
|
|
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
|
+
},
|
|
9219
|
+
"providers.naic": {
|
|
9220
|
+
"defs": {
|
|
9221
|
+
"naicCompanyQuery": {
|
|
9222
|
+
"k": "object",
|
|
9223
|
+
"props": [
|
|
9224
|
+
{
|
|
9225
|
+
"name": "name",
|
|
9226
|
+
"schema": {
|
|
9227
|
+
"k": "string"
|
|
9228
|
+
},
|
|
9229
|
+
"optional": true
|
|
9230
|
+
},
|
|
9231
|
+
{
|
|
9232
|
+
"name": "homeState",
|
|
9233
|
+
"schema": {
|
|
9234
|
+
"k": "string"
|
|
9235
|
+
},
|
|
9236
|
+
"optional": true
|
|
9237
|
+
}
|
|
9238
|
+
]
|
|
9239
|
+
},
|
|
9240
|
+
"naicStateDepartmentQuery": {
|
|
9241
|
+
"k": "object",
|
|
9242
|
+
"props": [
|
|
9243
|
+
{
|
|
9244
|
+
"name": "jurisdiction",
|
|
9245
|
+
"schema": {
|
|
9246
|
+
"k": "string"
|
|
9247
|
+
},
|
|
9248
|
+
"optional": true
|
|
9249
|
+
}
|
|
9250
|
+
]
|
|
9251
|
+
}
|
|
9252
|
+
},
|
|
9253
|
+
"functions": {
|
|
9254
|
+
"searchCompanies": [
|
|
9255
|
+
{
|
|
9256
|
+
"name": "query",
|
|
9257
|
+
"schema": {
|
|
9258
|
+
"k": "ref",
|
|
9259
|
+
"name": "naicCompanyQuery"
|
|
9260
|
+
},
|
|
8690
9261
|
"optional": false
|
|
8691
9262
|
},
|
|
8692
9263
|
{
|
|
@@ -8877,6 +9448,28 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
8877
9448
|
]
|
|
8878
9449
|
}
|
|
8879
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
|
+
},
|
|
8880
9473
|
"providers.paypal": {
|
|
8881
9474
|
"defs": {
|
|
8882
9475
|
"PaypalConversionKind": {
|
|
@@ -12156,6 +12749,161 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
12156
12749
|
]
|
|
12157
12750
|
}
|
|
12158
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
|
+
},
|
|
12159
12907
|
"providers.ritani": {
|
|
12160
12908
|
"defs": {
|
|
12161
12909
|
"RitaniSelections": {
|
|
@@ -12382,27 +13130,51 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
12382
13130
|
]
|
|
12383
13131
|
}
|
|
12384
13132
|
},
|
|
12385
|
-
"providers.
|
|
13133
|
+
"providers.saltandstone": {
|
|
12386
13134
|
"defs": {},
|
|
12387
13135
|
"functions": {
|
|
12388
|
-
"
|
|
13136
|
+
"listScentFamilies": [],
|
|
13137
|
+
"matchScent": [
|
|
12389
13138
|
{
|
|
12390
|
-
"name": "
|
|
13139
|
+
"name": "preferences",
|
|
12391
13140
|
"schema": {
|
|
12392
13141
|
"k": "string"
|
|
12393
13142
|
},
|
|
12394
13143
|
"optional": false
|
|
12395
13144
|
}
|
|
12396
13145
|
],
|
|
12397
|
-
"
|
|
13146
|
+
"getScentProducts": [
|
|
12398
13147
|
{
|
|
12399
|
-
"name": "
|
|
13148
|
+
"name": "familyName",
|
|
12400
13149
|
"schema": {
|
|
12401
|
-
"k": "
|
|
13150
|
+
"k": "string"
|
|
12402
13151
|
},
|
|
12403
|
-
"optional":
|
|
13152
|
+
"optional": false
|
|
12404
13153
|
}
|
|
12405
|
-
]
|
|
13154
|
+
]
|
|
13155
|
+
}
|
|
13156
|
+
},
|
|
13157
|
+
"providers.samsclub": {
|
|
13158
|
+
"defs": {},
|
|
13159
|
+
"functions": {
|
|
13160
|
+
"search": [
|
|
13161
|
+
{
|
|
13162
|
+
"name": "query",
|
|
13163
|
+
"schema": {
|
|
13164
|
+
"k": "string"
|
|
13165
|
+
},
|
|
13166
|
+
"optional": false
|
|
13167
|
+
}
|
|
13168
|
+
],
|
|
13169
|
+
"getInstantSavings": [
|
|
13170
|
+
{
|
|
13171
|
+
"name": "page",
|
|
13172
|
+
"schema": {
|
|
13173
|
+
"k": "number"
|
|
13174
|
+
},
|
|
13175
|
+
"optional": true
|
|
13176
|
+
}
|
|
13177
|
+
],
|
|
12406
13178
|
"browseCategory": [
|
|
12407
13179
|
{
|
|
12408
13180
|
"name": "categoryId",
|
|
@@ -12484,6 +13256,28 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
12484
13256
|
"getMembershipPlans": []
|
|
12485
13257
|
}
|
|
12486
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
|
+
},
|
|
12487
13281
|
"providers.sears": {
|
|
12488
13282
|
"defs": {
|
|
12489
13283
|
"SearsSearchQuery": {
|
|
@@ -14125,6 +14919,79 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
14125
14919
|
]
|
|
14126
14920
|
}
|
|
14127
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
|
+
},
|
|
14128
14995
|
"providers.topviewtix": {
|
|
14129
14996
|
"defs": {},
|
|
14130
14997
|
"functions": {
|
|
@@ -14799,6 +15666,212 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
14799
15666
|
]
|
|
14800
15667
|
}
|
|
14801
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
|
+
},
|
|
14802
15875
|
"providers.wellfound": {
|
|
14803
15876
|
"defs": {},
|
|
14804
15877
|
"functions": {
|