@bowmark/web 1.8.0 → 1.10.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/README.md +14 -0
- package/package.json +1 -1
- package/src/generated/library.d.ts +2157 -24
- package/src/generated/validators.ts +2069 -93
|
@@ -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: cad629ad449ffa7b6e12b0299082209643912c130193213d154764eeb434951f
|
|
9
|
+
// 439 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": "cad629ad449ffa7b6e12b0299082209643912c130193213d154764eeb434951f",
|
|
15
15
|
"units": {
|
|
16
16
|
"cars": {
|
|
17
17
|
"defs": {
|
|
@@ -1123,6 +1123,120 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
1123
1123
|
]
|
|
1124
1124
|
}
|
|
1125
1125
|
},
|
|
1126
|
+
"search": {
|
|
1127
|
+
"defs": {
|
|
1128
|
+
"CallOptions": {
|
|
1129
|
+
"k": "object",
|
|
1130
|
+
"props": [
|
|
1131
|
+
{
|
|
1132
|
+
"name": "timeoutMs",
|
|
1133
|
+
"schema": {
|
|
1134
|
+
"k": "number"
|
|
1135
|
+
},
|
|
1136
|
+
"optional": true
|
|
1137
|
+
}
|
|
1138
|
+
]
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
"functions": {
|
|
1142
|
+
"web": [
|
|
1143
|
+
{
|
|
1144
|
+
"name": "query",
|
|
1145
|
+
"schema": {
|
|
1146
|
+
"k": "union",
|
|
1147
|
+
"of": [
|
|
1148
|
+
{
|
|
1149
|
+
"k": "string"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
"k": "object",
|
|
1153
|
+
"props": [
|
|
1154
|
+
{
|
|
1155
|
+
"name": "query",
|
|
1156
|
+
"schema": {
|
|
1157
|
+
"k": "string"
|
|
1158
|
+
},
|
|
1159
|
+
"optional": false
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
"name": "limit",
|
|
1163
|
+
"schema": {
|
|
1164
|
+
"k": "number"
|
|
1165
|
+
},
|
|
1166
|
+
"optional": true
|
|
1167
|
+
}
|
|
1168
|
+
]
|
|
1169
|
+
}
|
|
1170
|
+
]
|
|
1171
|
+
},
|
|
1172
|
+
"optional": false
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"name": "limit",
|
|
1176
|
+
"schema": {
|
|
1177
|
+
"k": "number"
|
|
1178
|
+
},
|
|
1179
|
+
"optional": true
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"name": "options",
|
|
1183
|
+
"schema": {
|
|
1184
|
+
"k": "ref",
|
|
1185
|
+
"name": "CallOptions"
|
|
1186
|
+
},
|
|
1187
|
+
"optional": true
|
|
1188
|
+
}
|
|
1189
|
+
],
|
|
1190
|
+
"news": [
|
|
1191
|
+
{
|
|
1192
|
+
"name": "query",
|
|
1193
|
+
"schema": {
|
|
1194
|
+
"k": "union",
|
|
1195
|
+
"of": [
|
|
1196
|
+
{
|
|
1197
|
+
"k": "string"
|
|
1198
|
+
},
|
|
1199
|
+
{
|
|
1200
|
+
"k": "object",
|
|
1201
|
+
"props": [
|
|
1202
|
+
{
|
|
1203
|
+
"name": "query",
|
|
1204
|
+
"schema": {
|
|
1205
|
+
"k": "string"
|
|
1206
|
+
},
|
|
1207
|
+
"optional": false
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
"name": "limit",
|
|
1211
|
+
"schema": {
|
|
1212
|
+
"k": "number"
|
|
1213
|
+
},
|
|
1214
|
+
"optional": true
|
|
1215
|
+
}
|
|
1216
|
+
]
|
|
1217
|
+
}
|
|
1218
|
+
]
|
|
1219
|
+
},
|
|
1220
|
+
"optional": false
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"name": "limit",
|
|
1224
|
+
"schema": {
|
|
1225
|
+
"k": "number"
|
|
1226
|
+
},
|
|
1227
|
+
"optional": true
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"name": "options",
|
|
1231
|
+
"schema": {
|
|
1232
|
+
"k": "ref",
|
|
1233
|
+
"name": "CallOptions"
|
|
1234
|
+
},
|
|
1235
|
+
"optional": true
|
|
1236
|
+
}
|
|
1237
|
+
]
|
|
1238
|
+
}
|
|
1239
|
+
},
|
|
1126
1240
|
"sheds": {
|
|
1127
1241
|
"defs": {
|
|
1128
1242
|
"CallOptions": {
|
|
@@ -1756,6 +1870,110 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
1756
1870
|
]
|
|
1757
1871
|
}
|
|
1758
1872
|
},
|
|
1873
|
+
"providers.asppoolco": {
|
|
1874
|
+
"defs": {},
|
|
1875
|
+
"functions": {
|
|
1876
|
+
"findLocationByZip": [
|
|
1877
|
+
{
|
|
1878
|
+
"name": "zip",
|
|
1879
|
+
"schema": {
|
|
1880
|
+
"k": "string"
|
|
1881
|
+
},
|
|
1882
|
+
"optional": false
|
|
1883
|
+
}
|
|
1884
|
+
],
|
|
1885
|
+
"listLocations": [
|
|
1886
|
+
{
|
|
1887
|
+
"name": "state",
|
|
1888
|
+
"schema": {
|
|
1889
|
+
"k": "string"
|
|
1890
|
+
},
|
|
1891
|
+
"optional": true
|
|
1892
|
+
}
|
|
1893
|
+
]
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
"providers.atlasoceanvoyages": {
|
|
1897
|
+
"defs": {},
|
|
1898
|
+
"functions": {
|
|
1899
|
+
"searchVoyages": [
|
|
1900
|
+
{
|
|
1901
|
+
"name": "args",
|
|
1902
|
+
"schema": {
|
|
1903
|
+
"k": "object",
|
|
1904
|
+
"props": [
|
|
1905
|
+
{
|
|
1906
|
+
"name": "destination",
|
|
1907
|
+
"schema": {
|
|
1908
|
+
"k": "string"
|
|
1909
|
+
},
|
|
1910
|
+
"optional": true
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"name": "ship",
|
|
1914
|
+
"schema": {
|
|
1915
|
+
"k": "string"
|
|
1916
|
+
},
|
|
1917
|
+
"optional": true
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"name": "minDurationNights",
|
|
1921
|
+
"schema": {
|
|
1922
|
+
"k": "number"
|
|
1923
|
+
},
|
|
1924
|
+
"optional": true
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"name": "maxDurationNights",
|
|
1928
|
+
"schema": {
|
|
1929
|
+
"k": "number"
|
|
1930
|
+
},
|
|
1931
|
+
"optional": true
|
|
1932
|
+
},
|
|
1933
|
+
{
|
|
1934
|
+
"name": "departAfter",
|
|
1935
|
+
"schema": {
|
|
1936
|
+
"k": "string"
|
|
1937
|
+
},
|
|
1938
|
+
"optional": true
|
|
1939
|
+
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "departBefore",
|
|
1942
|
+
"schema": {
|
|
1943
|
+
"k": "string"
|
|
1944
|
+
},
|
|
1945
|
+
"optional": true
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"name": "query",
|
|
1949
|
+
"schema": {
|
|
1950
|
+
"k": "string"
|
|
1951
|
+
},
|
|
1952
|
+
"optional": true
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"name": "limit",
|
|
1956
|
+
"schema": {
|
|
1957
|
+
"k": "number"
|
|
1958
|
+
},
|
|
1959
|
+
"optional": true
|
|
1960
|
+
}
|
|
1961
|
+
]
|
|
1962
|
+
},
|
|
1963
|
+
"optional": true
|
|
1964
|
+
}
|
|
1965
|
+
],
|
|
1966
|
+
"getVoyage": [
|
|
1967
|
+
{
|
|
1968
|
+
"name": "slug",
|
|
1969
|
+
"schema": {
|
|
1970
|
+
"k": "string"
|
|
1971
|
+
},
|
|
1972
|
+
"optional": false
|
|
1973
|
+
}
|
|
1974
|
+
]
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1759
1977
|
"providers.atlasseniorliving": {
|
|
1760
1978
|
"defs": {
|
|
1761
1979
|
"AtlasCareType": {
|
|
@@ -2119,6 +2337,61 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
2119
2337
|
]
|
|
2120
2338
|
}
|
|
2121
2339
|
},
|
|
2340
|
+
"providers.bing": {
|
|
2341
|
+
"defs": {},
|
|
2342
|
+
"functions": {
|
|
2343
|
+
"searchWeb": [
|
|
2344
|
+
{
|
|
2345
|
+
"name": "args",
|
|
2346
|
+
"schema": {
|
|
2347
|
+
"k": "object",
|
|
2348
|
+
"props": [
|
|
2349
|
+
{
|
|
2350
|
+
"name": "query",
|
|
2351
|
+
"schema": {
|
|
2352
|
+
"k": "string"
|
|
2353
|
+
},
|
|
2354
|
+
"optional": false
|
|
2355
|
+
},
|
|
2356
|
+
{
|
|
2357
|
+
"name": "limit",
|
|
2358
|
+
"schema": {
|
|
2359
|
+
"k": "number"
|
|
2360
|
+
},
|
|
2361
|
+
"optional": true
|
|
2362
|
+
}
|
|
2363
|
+
]
|
|
2364
|
+
},
|
|
2365
|
+
"optional": false
|
|
2366
|
+
}
|
|
2367
|
+
],
|
|
2368
|
+
"searchNews": [
|
|
2369
|
+
{
|
|
2370
|
+
"name": "args",
|
|
2371
|
+
"schema": {
|
|
2372
|
+
"k": "object",
|
|
2373
|
+
"props": [
|
|
2374
|
+
{
|
|
2375
|
+
"name": "query",
|
|
2376
|
+
"schema": {
|
|
2377
|
+
"k": "string"
|
|
2378
|
+
},
|
|
2379
|
+
"optional": false
|
|
2380
|
+
},
|
|
2381
|
+
{
|
|
2382
|
+
"name": "limit",
|
|
2383
|
+
"schema": {
|
|
2384
|
+
"k": "number"
|
|
2385
|
+
},
|
|
2386
|
+
"optional": true
|
|
2387
|
+
}
|
|
2388
|
+
]
|
|
2389
|
+
},
|
|
2390
|
+
"optional": false
|
|
2391
|
+
}
|
|
2392
|
+
]
|
|
2393
|
+
}
|
|
2394
|
+
},
|
|
2122
2395
|
"providers.blenderseyewear": {
|
|
2123
2396
|
"defs": {},
|
|
2124
2397
|
"functions": {
|
|
@@ -2405,7 +2678,71 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
2405
2678
|
]
|
|
2406
2679
|
}
|
|
2407
2680
|
},
|
|
2408
|
-
"providers.
|
|
2681
|
+
"providers.brixton": {
|
|
2682
|
+
"defs": {},
|
|
2683
|
+
"functions": {
|
|
2684
|
+
"listBrixtonProducts": [
|
|
2685
|
+
{
|
|
2686
|
+
"name": "opts",
|
|
2687
|
+
"schema": {
|
|
2688
|
+
"k": "object",
|
|
2689
|
+
"props": [
|
|
2690
|
+
{
|
|
2691
|
+
"name": "limit",
|
|
2692
|
+
"schema": {
|
|
2693
|
+
"k": "number"
|
|
2694
|
+
},
|
|
2695
|
+
"optional": true
|
|
2696
|
+
}
|
|
2697
|
+
]
|
|
2698
|
+
},
|
|
2699
|
+
"optional": true
|
|
2700
|
+
}
|
|
2701
|
+
],
|
|
2702
|
+
"getBrixtonProduct": [
|
|
2703
|
+
{
|
|
2704
|
+
"name": "handle",
|
|
2705
|
+
"schema": {
|
|
2706
|
+
"k": "string"
|
|
2707
|
+
},
|
|
2708
|
+
"optional": false
|
|
2709
|
+
}
|
|
2710
|
+
],
|
|
2711
|
+
"getBrixtonCheckoutLink": [
|
|
2712
|
+
{
|
|
2713
|
+
"name": "handle",
|
|
2714
|
+
"schema": {
|
|
2715
|
+
"k": "string"
|
|
2716
|
+
},
|
|
2717
|
+
"optional": false
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"name": "variantTitleOrOptions",
|
|
2721
|
+
"schema": {
|
|
2722
|
+
"k": "string"
|
|
2723
|
+
},
|
|
2724
|
+
"optional": false
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"name": "opts",
|
|
2728
|
+
"schema": {
|
|
2729
|
+
"k": "object",
|
|
2730
|
+
"props": [
|
|
2731
|
+
{
|
|
2732
|
+
"name": "quantity",
|
|
2733
|
+
"schema": {
|
|
2734
|
+
"k": "number"
|
|
2735
|
+
},
|
|
2736
|
+
"optional": true
|
|
2737
|
+
}
|
|
2738
|
+
]
|
|
2739
|
+
},
|
|
2740
|
+
"optional": true
|
|
2741
|
+
}
|
|
2742
|
+
]
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2745
|
+
"providers.bykoket": {
|
|
2409
2746
|
"defs": {},
|
|
2410
2747
|
"functions": {
|
|
2411
2748
|
"searchProducts": [
|
|
@@ -2774,6 +3111,66 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
2774
3111
|
]
|
|
2775
3112
|
}
|
|
2776
3113
|
},
|
|
3114
|
+
"providers.chantecaille": {
|
|
3115
|
+
"defs": {
|
|
3116
|
+
"FoundationSelections": {
|
|
3117
|
+
"k": "object",
|
|
3118
|
+
"props": [
|
|
3119
|
+
{
|
|
3120
|
+
"name": "undertone",
|
|
3121
|
+
"schema": {
|
|
3122
|
+
"k": "string"
|
|
3123
|
+
},
|
|
3124
|
+
"optional": false
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
"name": "skinTone",
|
|
3128
|
+
"schema": {
|
|
3129
|
+
"k": "string"
|
|
3130
|
+
},
|
|
3131
|
+
"optional": false
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"name": "skinLook",
|
|
3135
|
+
"schema": {
|
|
3136
|
+
"k": "string"
|
|
3137
|
+
},
|
|
3138
|
+
"optional": false
|
|
3139
|
+
},
|
|
3140
|
+
{
|
|
3141
|
+
"name": "benefits",
|
|
3142
|
+
"schema": {
|
|
3143
|
+
"k": "array",
|
|
3144
|
+
"of": {
|
|
3145
|
+
"k": "string"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
3148
|
+
"optional": false
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"name": "coverage",
|
|
3152
|
+
"schema": {
|
|
3153
|
+
"k": "string"
|
|
3154
|
+
},
|
|
3155
|
+
"optional": false
|
|
3156
|
+
}
|
|
3157
|
+
]
|
|
3158
|
+
}
|
|
3159
|
+
},
|
|
3160
|
+
"functions": {
|
|
3161
|
+
"getFoundationQuizTaxonomy": [],
|
|
3162
|
+
"matchFoundation": [
|
|
3163
|
+
{
|
|
3164
|
+
"name": "selections",
|
|
3165
|
+
"schema": {
|
|
3166
|
+
"k": "ref",
|
|
3167
|
+
"name": "FoundationSelections"
|
|
3168
|
+
},
|
|
3169
|
+
"optional": false
|
|
3170
|
+
}
|
|
3171
|
+
]
|
|
3172
|
+
}
|
|
3173
|
+
},
|
|
2777
3174
|
"providers.cheapflights": {
|
|
2778
3175
|
"defs": {
|
|
2779
3176
|
"KayakCarQuery": {
|
|
@@ -3407,6 +3804,39 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
3407
3804
|
]
|
|
3408
3805
|
}
|
|
3409
3806
|
},
|
|
3807
|
+
"providers.davidsonhomes": {
|
|
3808
|
+
"defs": {},
|
|
3809
|
+
"functions": {
|
|
3810
|
+
"listRegions": [],
|
|
3811
|
+
"getRegion": [
|
|
3812
|
+
{
|
|
3813
|
+
"name": "path",
|
|
3814
|
+
"schema": {
|
|
3815
|
+
"k": "string"
|
|
3816
|
+
},
|
|
3817
|
+
"optional": false
|
|
3818
|
+
}
|
|
3819
|
+
],
|
|
3820
|
+
"getCommunity": [
|
|
3821
|
+
{
|
|
3822
|
+
"name": "path",
|
|
3823
|
+
"schema": {
|
|
3824
|
+
"k": "string"
|
|
3825
|
+
},
|
|
3826
|
+
"optional": false
|
|
3827
|
+
}
|
|
3828
|
+
],
|
|
3829
|
+
"getHome": [
|
|
3830
|
+
{
|
|
3831
|
+
"name": "path",
|
|
3832
|
+
"schema": {
|
|
3833
|
+
"k": "string"
|
|
3834
|
+
},
|
|
3835
|
+
"optional": false
|
|
3836
|
+
}
|
|
3837
|
+
]
|
|
3838
|
+
}
|
|
3839
|
+
},
|
|
3410
3840
|
"providers.decked": {
|
|
3411
3841
|
"defs": {
|
|
3412
3842
|
"DeckedCabSideOption": {
|
|
@@ -4021,6 +4451,42 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
4021
4451
|
]
|
|
4022
4452
|
}
|
|
4023
4453
|
},
|
|
4454
|
+
"providers.evolutionofsmooth": {
|
|
4455
|
+
"defs": {},
|
|
4456
|
+
"functions": {
|
|
4457
|
+
"startShadeQuiz": [],
|
|
4458
|
+
"answerShadeQuizQuestion": [
|
|
4459
|
+
{
|
|
4460
|
+
"name": "quizResponseId",
|
|
4461
|
+
"schema": {
|
|
4462
|
+
"k": "string"
|
|
4463
|
+
},
|
|
4464
|
+
"optional": false
|
|
4465
|
+
},
|
|
4466
|
+
{
|
|
4467
|
+
"name": "questionPageId",
|
|
4468
|
+
"schema": {
|
|
4469
|
+
"k": "string"
|
|
4470
|
+
},
|
|
4471
|
+
"optional": false
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"name": "questionId",
|
|
4475
|
+
"schema": {
|
|
4476
|
+
"k": "string"
|
|
4477
|
+
},
|
|
4478
|
+
"optional": false
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"name": "optionId",
|
|
4482
|
+
"schema": {
|
|
4483
|
+
"k": "string"
|
|
4484
|
+
},
|
|
4485
|
+
"optional": false
|
|
4486
|
+
}
|
|
4487
|
+
]
|
|
4488
|
+
}
|
|
4489
|
+
},
|
|
4024
4490
|
"providers.extraspace": {
|
|
4025
4491
|
"defs": {
|
|
4026
4492
|
"ExtraspaceSearchOptions": {
|
|
@@ -4148,6 +4614,21 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
4148
4614
|
]
|
|
4149
4615
|
}
|
|
4150
4616
|
},
|
|
4617
|
+
"providers.fivestarbathsolutions": {
|
|
4618
|
+
"defs": {},
|
|
4619
|
+
"functions": {
|
|
4620
|
+
"listLocations": [],
|
|
4621
|
+
"getAvailableSlots": [
|
|
4622
|
+
{
|
|
4623
|
+
"name": "args",
|
|
4624
|
+
"schema": {
|
|
4625
|
+
"k": "any"
|
|
4626
|
+
},
|
|
4627
|
+
"optional": false
|
|
4628
|
+
}
|
|
4629
|
+
]
|
|
4630
|
+
}
|
|
4631
|
+
},
|
|
4151
4632
|
"providers.flightradar24": {
|
|
4152
4633
|
"defs": {},
|
|
4153
4634
|
"functions": {
|
|
@@ -4212,6 +4693,61 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
4212
4693
|
]
|
|
4213
4694
|
}
|
|
4214
4695
|
},
|
|
4696
|
+
"providers.fourseasonsyachts": {
|
|
4697
|
+
"defs": {},
|
|
4698
|
+
"functions": {
|
|
4699
|
+
"searchVoyages": [
|
|
4700
|
+
{
|
|
4701
|
+
"name": "filters",
|
|
4702
|
+
"schema": {
|
|
4703
|
+
"k": "object",
|
|
4704
|
+
"props": [
|
|
4705
|
+
{
|
|
4706
|
+
"name": "region",
|
|
4707
|
+
"schema": {
|
|
4708
|
+
"k": "string"
|
|
4709
|
+
},
|
|
4710
|
+
"optional": true
|
|
4711
|
+
},
|
|
4712
|
+
{
|
|
4713
|
+
"name": "vessel",
|
|
4714
|
+
"schema": {
|
|
4715
|
+
"k": "string"
|
|
4716
|
+
},
|
|
4717
|
+
"optional": true
|
|
4718
|
+
},
|
|
4719
|
+
{
|
|
4720
|
+
"name": "keyword",
|
|
4721
|
+
"schema": {
|
|
4722
|
+
"k": "string"
|
|
4723
|
+
},
|
|
4724
|
+
"optional": true
|
|
4725
|
+
}
|
|
4726
|
+
]
|
|
4727
|
+
},
|
|
4728
|
+
"optional": true
|
|
4729
|
+
}
|
|
4730
|
+
],
|
|
4731
|
+
"getVoyage": [
|
|
4732
|
+
{
|
|
4733
|
+
"name": "voyageCodeOrSlug",
|
|
4734
|
+
"schema": {
|
|
4735
|
+
"k": "string"
|
|
4736
|
+
},
|
|
4737
|
+
"optional": false
|
|
4738
|
+
}
|
|
4739
|
+
],
|
|
4740
|
+
"getVoyageSailing": [
|
|
4741
|
+
{
|
|
4742
|
+
"name": "voyageCode",
|
|
4743
|
+
"schema": {
|
|
4744
|
+
"k": "string"
|
|
4745
|
+
},
|
|
4746
|
+
"optional": false
|
|
4747
|
+
}
|
|
4748
|
+
]
|
|
4749
|
+
}
|
|
4750
|
+
},
|
|
4215
4751
|
"providers.framebridge": {
|
|
4216
4752
|
"defs": {},
|
|
4217
4753
|
"functions": {
|
|
@@ -5054,6 +5590,20 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
5054
5590
|
]
|
|
5055
5591
|
}
|
|
5056
5592
|
},
|
|
5593
|
+
"providers.hansons": {
|
|
5594
|
+
"defs": {},
|
|
5595
|
+
"functions": {
|
|
5596
|
+
"checkAvailability": [
|
|
5597
|
+
{
|
|
5598
|
+
"name": "args",
|
|
5599
|
+
"schema": {
|
|
5600
|
+
"k": "any"
|
|
5601
|
+
},
|
|
5602
|
+
"optional": false
|
|
5603
|
+
}
|
|
5604
|
+
]
|
|
5605
|
+
}
|
|
5606
|
+
},
|
|
5057
5607
|
"providers.harmar": {
|
|
5058
5608
|
"defs": {},
|
|
5059
5609
|
"functions": {
|
|
@@ -5313,41 +5863,125 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
5313
5863
|
]
|
|
5314
5864
|
}
|
|
5315
5865
|
},
|
|
5316
|
-
"providers.
|
|
5866
|
+
"providers.haydenhomes": {
|
|
5317
5867
|
"defs": {
|
|
5318
|
-
"
|
|
5868
|
+
"HaydenhomesSearchFilters": {
|
|
5319
5869
|
"k": "object",
|
|
5320
5870
|
"props": [
|
|
5321
5871
|
{
|
|
5322
|
-
"name": "
|
|
5872
|
+
"name": "state",
|
|
5323
5873
|
"schema": {
|
|
5324
5874
|
"k": "string"
|
|
5325
5875
|
},
|
|
5326
|
-
"optional":
|
|
5876
|
+
"optional": true
|
|
5327
5877
|
},
|
|
5328
5878
|
{
|
|
5329
|
-
"name": "
|
|
5879
|
+
"name": "city",
|
|
5330
5880
|
"schema": {
|
|
5331
5881
|
"k": "string"
|
|
5332
5882
|
},
|
|
5333
5883
|
"optional": true
|
|
5334
5884
|
},
|
|
5335
5885
|
{
|
|
5336
|
-
"name": "
|
|
5886
|
+
"name": "community",
|
|
5337
5887
|
"schema": {
|
|
5338
5888
|
"k": "string"
|
|
5339
5889
|
},
|
|
5340
5890
|
"optional": true
|
|
5341
5891
|
},
|
|
5342
5892
|
{
|
|
5343
|
-
"name": "
|
|
5893
|
+
"name": "minBeds",
|
|
5344
5894
|
"schema": {
|
|
5345
|
-
"k": "
|
|
5895
|
+
"k": "number"
|
|
5346
5896
|
},
|
|
5347
5897
|
"optional": true
|
|
5348
|
-
}
|
|
5349
|
-
|
|
5350
|
-
|
|
5898
|
+
},
|
|
5899
|
+
{
|
|
5900
|
+
"name": "minBaths",
|
|
5901
|
+
"schema": {
|
|
5902
|
+
"k": "number"
|
|
5903
|
+
},
|
|
5904
|
+
"optional": true
|
|
5905
|
+
},
|
|
5906
|
+
{
|
|
5907
|
+
"name": "minSqft",
|
|
5908
|
+
"schema": {
|
|
5909
|
+
"k": "number"
|
|
5910
|
+
},
|
|
5911
|
+
"optional": true
|
|
5912
|
+
},
|
|
5913
|
+
{
|
|
5914
|
+
"name": "minPrice",
|
|
5915
|
+
"schema": {
|
|
5916
|
+
"k": "number"
|
|
5917
|
+
},
|
|
5918
|
+
"optional": true
|
|
5919
|
+
},
|
|
5920
|
+
{
|
|
5921
|
+
"name": "maxPrice",
|
|
5922
|
+
"schema": {
|
|
5923
|
+
"k": "number"
|
|
5924
|
+
},
|
|
5925
|
+
"optional": true
|
|
5926
|
+
},
|
|
5927
|
+
{
|
|
5928
|
+
"name": "availableOnly",
|
|
5929
|
+
"schema": {
|
|
5930
|
+
"k": "boolean"
|
|
5931
|
+
},
|
|
5932
|
+
"optional": true
|
|
5933
|
+
}
|
|
5934
|
+
]
|
|
5935
|
+
}
|
|
5936
|
+
},
|
|
5937
|
+
"functions": {
|
|
5938
|
+
"searchQuickMoveIns": [
|
|
5939
|
+
{
|
|
5940
|
+
"name": "filters",
|
|
5941
|
+
"schema": {
|
|
5942
|
+
"k": "ref",
|
|
5943
|
+
"name": "HaydenhomesSearchFilters"
|
|
5944
|
+
},
|
|
5945
|
+
"optional": true
|
|
5946
|
+
}
|
|
5947
|
+
]
|
|
5948
|
+
}
|
|
5949
|
+
},
|
|
5950
|
+
"providers.healthcare_gov": {
|
|
5951
|
+
"defs": {
|
|
5952
|
+
"healthcare_govEnrollmentQuery": {
|
|
5953
|
+
"k": "object",
|
|
5954
|
+
"props": [
|
|
5955
|
+
{
|
|
5956
|
+
"name": "zip",
|
|
5957
|
+
"schema": {
|
|
5958
|
+
"k": "string"
|
|
5959
|
+
},
|
|
5960
|
+
"optional": false
|
|
5961
|
+
},
|
|
5962
|
+
{
|
|
5963
|
+
"name": "lifeEventOn",
|
|
5964
|
+
"schema": {
|
|
5965
|
+
"k": "string"
|
|
5966
|
+
},
|
|
5967
|
+
"optional": true
|
|
5968
|
+
},
|
|
5969
|
+
{
|
|
5970
|
+
"name": "lifeEventCategory",
|
|
5971
|
+
"schema": {
|
|
5972
|
+
"k": "string"
|
|
5973
|
+
},
|
|
5974
|
+
"optional": true
|
|
5975
|
+
},
|
|
5976
|
+
{
|
|
5977
|
+
"name": "asOf",
|
|
5978
|
+
"schema": {
|
|
5979
|
+
"k": "string"
|
|
5980
|
+
},
|
|
5981
|
+
"optional": true
|
|
5982
|
+
}
|
|
5983
|
+
]
|
|
5984
|
+
}
|
|
5351
5985
|
},
|
|
5352
5986
|
"functions": {
|
|
5353
5987
|
"searchPlans": null,
|
|
@@ -5525,6 +6159,92 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
5525
6159
|
]
|
|
5526
6160
|
}
|
|
5527
6161
|
},
|
|
6162
|
+
"providers.holidaybuilders": {
|
|
6163
|
+
"defs": {
|
|
6164
|
+
"HolidaybuildersSearchFilters": {
|
|
6165
|
+
"k": "object",
|
|
6166
|
+
"props": [
|
|
6167
|
+
{
|
|
6168
|
+
"name": "location",
|
|
6169
|
+
"schema": {
|
|
6170
|
+
"k": "string"
|
|
6171
|
+
},
|
|
6172
|
+
"optional": true
|
|
6173
|
+
},
|
|
6174
|
+
{
|
|
6175
|
+
"name": "collection",
|
|
6176
|
+
"schema": {
|
|
6177
|
+
"k": "string"
|
|
6178
|
+
},
|
|
6179
|
+
"optional": true
|
|
6180
|
+
},
|
|
6181
|
+
{
|
|
6182
|
+
"name": "minBeds",
|
|
6183
|
+
"schema": {
|
|
6184
|
+
"k": "number"
|
|
6185
|
+
},
|
|
6186
|
+
"optional": true
|
|
6187
|
+
},
|
|
6188
|
+
{
|
|
6189
|
+
"name": "minBaths",
|
|
6190
|
+
"schema": {
|
|
6191
|
+
"k": "number"
|
|
6192
|
+
},
|
|
6193
|
+
"optional": true
|
|
6194
|
+
},
|
|
6195
|
+
{
|
|
6196
|
+
"name": "minSqft",
|
|
6197
|
+
"schema": {
|
|
6198
|
+
"k": "number"
|
|
6199
|
+
},
|
|
6200
|
+
"optional": true
|
|
6201
|
+
},
|
|
6202
|
+
{
|
|
6203
|
+
"name": "minPrice",
|
|
6204
|
+
"schema": {
|
|
6205
|
+
"k": "number"
|
|
6206
|
+
},
|
|
6207
|
+
"optional": true
|
|
6208
|
+
},
|
|
6209
|
+
{
|
|
6210
|
+
"name": "maxPrice",
|
|
6211
|
+
"schema": {
|
|
6212
|
+
"k": "number"
|
|
6213
|
+
},
|
|
6214
|
+
"optional": true
|
|
6215
|
+
},
|
|
6216
|
+
{
|
|
6217
|
+
"name": "moveInReadyOnly",
|
|
6218
|
+
"schema": {
|
|
6219
|
+
"k": "boolean"
|
|
6220
|
+
},
|
|
6221
|
+
"optional": true
|
|
6222
|
+
}
|
|
6223
|
+
]
|
|
6224
|
+
}
|
|
6225
|
+
},
|
|
6226
|
+
"functions": {
|
|
6227
|
+
"searchAvailableHomes": [
|
|
6228
|
+
{
|
|
6229
|
+
"name": "filters",
|
|
6230
|
+
"schema": {
|
|
6231
|
+
"k": "ref",
|
|
6232
|
+
"name": "HolidaybuildersSearchFilters"
|
|
6233
|
+
},
|
|
6234
|
+
"optional": true
|
|
6235
|
+
}
|
|
6236
|
+
],
|
|
6237
|
+
"getHomeDetail": [
|
|
6238
|
+
{
|
|
6239
|
+
"name": "url",
|
|
6240
|
+
"schema": {
|
|
6241
|
+
"k": "string"
|
|
6242
|
+
},
|
|
6243
|
+
"optional": false
|
|
6244
|
+
}
|
|
6245
|
+
]
|
|
6246
|
+
}
|
|
6247
|
+
},
|
|
5528
6248
|
"providers.hunter": {
|
|
5529
6249
|
"defs": {},
|
|
5530
6250
|
"functions": {
|
|
@@ -6824,6 +7544,27 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
6824
7544
|
]
|
|
6825
7545
|
}
|
|
6826
7546
|
},
|
|
7547
|
+
"providers.joycefactorydirect": {
|
|
7548
|
+
"defs": {},
|
|
7549
|
+
"functions": {
|
|
7550
|
+
"getWindowCalculatorOptions": [],
|
|
7551
|
+
"getBathCalculatorOptions": []
|
|
7552
|
+
}
|
|
7553
|
+
},
|
|
7554
|
+
"providers.justinwine": {
|
|
7555
|
+
"defs": {},
|
|
7556
|
+
"functions": {
|
|
7557
|
+
"listClubTiers": [
|
|
7558
|
+
{
|
|
7559
|
+
"name": "category",
|
|
7560
|
+
"schema": {
|
|
7561
|
+
"k": "string"
|
|
7562
|
+
},
|
|
7563
|
+
"optional": true
|
|
7564
|
+
}
|
|
7565
|
+
]
|
|
7566
|
+
}
|
|
7567
|
+
},
|
|
6827
7568
|
"providers.kayak": {
|
|
6828
7569
|
"defs": {
|
|
6829
7570
|
"KayakCarQuery": {
|
|
@@ -7147,6 +7888,20 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
7147
7888
|
]
|
|
7148
7889
|
}
|
|
7149
7890
|
},
|
|
7891
|
+
"providers.kingsdown": {
|
|
7892
|
+
"defs": {},
|
|
7893
|
+
"functions": {
|
|
7894
|
+
"getBedMatchResult": [
|
|
7895
|
+
{
|
|
7896
|
+
"name": "profile",
|
|
7897
|
+
"schema": {
|
|
7898
|
+
"k": "any"
|
|
7899
|
+
},
|
|
7900
|
+
"optional": false
|
|
7901
|
+
}
|
|
7902
|
+
]
|
|
7903
|
+
}
|
|
7904
|
+
},
|
|
7150
7905
|
"providers.kitchentuneup": {
|
|
7151
7906
|
"defs": {},
|
|
7152
7907
|
"functions": {
|
|
@@ -7248,49 +8003,138 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
7248
8003
|
]
|
|
7249
8004
|
}
|
|
7250
8005
|
},
|
|
7251
|
-
"providers.
|
|
8006
|
+
"providers.kuiu": {
|
|
7252
8007
|
"defs": {},
|
|
7253
8008
|
"functions": {
|
|
7254
|
-
"
|
|
8009
|
+
"listKuiuProducts": [
|
|
7255
8010
|
{
|
|
7256
|
-
"name": "
|
|
8011
|
+
"name": "opts",
|
|
7257
8012
|
"schema": {
|
|
7258
|
-
"k": "
|
|
8013
|
+
"k": "object",
|
|
8014
|
+
"props": [
|
|
8015
|
+
{
|
|
8016
|
+
"name": "limit",
|
|
8017
|
+
"schema": {
|
|
8018
|
+
"k": "number"
|
|
8019
|
+
},
|
|
8020
|
+
"optional": true
|
|
8021
|
+
}
|
|
8022
|
+
]
|
|
7259
8023
|
},
|
|
7260
|
-
"optional":
|
|
8024
|
+
"optional": true
|
|
7261
8025
|
}
|
|
7262
8026
|
],
|
|
7263
|
-
"
|
|
8027
|
+
"getKuiuProduct": [
|
|
7264
8028
|
{
|
|
7265
|
-
"name": "
|
|
8029
|
+
"name": "handle",
|
|
7266
8030
|
"schema": {
|
|
7267
8031
|
"k": "string"
|
|
7268
8032
|
},
|
|
7269
8033
|
"optional": false
|
|
7270
8034
|
}
|
|
7271
|
-
]
|
|
7272
|
-
|
|
7273
|
-
|
|
7274
|
-
|
|
7275
|
-
|
|
7276
|
-
|
|
7277
|
-
|
|
7278
|
-
|
|
7279
|
-
|
|
7280
|
-
|
|
7281
|
-
|
|
7282
|
-
|
|
7283
|
-
|
|
7284
|
-
|
|
8035
|
+
],
|
|
8036
|
+
"findKuiuSize": [
|
|
8037
|
+
{
|
|
8038
|
+
"name": "measurements",
|
|
8039
|
+
"schema": {
|
|
8040
|
+
"k": "object",
|
|
8041
|
+
"props": [
|
|
8042
|
+
{
|
|
8043
|
+
"name": "chest",
|
|
8044
|
+
"schema": {
|
|
8045
|
+
"k": "number"
|
|
8046
|
+
},
|
|
8047
|
+
"optional": false
|
|
8048
|
+
},
|
|
8049
|
+
{
|
|
8050
|
+
"name": "waist",
|
|
8051
|
+
"schema": {
|
|
8052
|
+
"k": "number"
|
|
8053
|
+
},
|
|
8054
|
+
"optional": false
|
|
8055
|
+
}
|
|
8056
|
+
]
|
|
7285
8057
|
},
|
|
7286
|
-
|
|
7287
|
-
|
|
7288
|
-
|
|
7289
|
-
|
|
7290
|
-
|
|
7291
|
-
|
|
8058
|
+
"optional": false
|
|
8059
|
+
}
|
|
8060
|
+
],
|
|
8061
|
+
"getKuiuCheckoutLink": [
|
|
8062
|
+
{
|
|
8063
|
+
"name": "handle",
|
|
8064
|
+
"schema": {
|
|
8065
|
+
"k": "string"
|
|
7292
8066
|
},
|
|
7293
|
-
|
|
8067
|
+
"optional": false
|
|
8068
|
+
},
|
|
8069
|
+
{
|
|
8070
|
+
"name": "variantTitleOrOptions",
|
|
8071
|
+
"schema": {
|
|
8072
|
+
"k": "string"
|
|
8073
|
+
},
|
|
8074
|
+
"optional": false
|
|
8075
|
+
},
|
|
8076
|
+
{
|
|
8077
|
+
"name": "opts",
|
|
8078
|
+
"schema": {
|
|
8079
|
+
"k": "object",
|
|
8080
|
+
"props": [
|
|
8081
|
+
{
|
|
8082
|
+
"name": "quantity",
|
|
8083
|
+
"schema": {
|
|
8084
|
+
"k": "number"
|
|
8085
|
+
},
|
|
8086
|
+
"optional": true
|
|
8087
|
+
}
|
|
8088
|
+
]
|
|
8089
|
+
},
|
|
8090
|
+
"optional": true
|
|
8091
|
+
}
|
|
8092
|
+
]
|
|
8093
|
+
}
|
|
8094
|
+
},
|
|
8095
|
+
"providers.labcorp": {
|
|
8096
|
+
"defs": {},
|
|
8097
|
+
"functions": {
|
|
8098
|
+
"search": [
|
|
8099
|
+
{
|
|
8100
|
+
"name": "query",
|
|
8101
|
+
"schema": {
|
|
8102
|
+
"k": "string"
|
|
8103
|
+
},
|
|
8104
|
+
"optional": false
|
|
8105
|
+
}
|
|
8106
|
+
],
|
|
8107
|
+
"getTest": [
|
|
8108
|
+
{
|
|
8109
|
+
"name": "sku",
|
|
8110
|
+
"schema": {
|
|
8111
|
+
"k": "string"
|
|
8112
|
+
},
|
|
8113
|
+
"optional": false
|
|
8114
|
+
}
|
|
8115
|
+
]
|
|
8116
|
+
}
|
|
8117
|
+
},
|
|
8118
|
+
"providers.linkedin": {
|
|
8119
|
+
"defs": {
|
|
8120
|
+
"LinkedinJobSearchQuery": {
|
|
8121
|
+
"k": "object",
|
|
8122
|
+
"props": [
|
|
8123
|
+
{
|
|
8124
|
+
"name": "keywords",
|
|
8125
|
+
"schema": {
|
|
8126
|
+
"k": "string"
|
|
8127
|
+
},
|
|
8128
|
+
"optional": true
|
|
8129
|
+
},
|
|
8130
|
+
{
|
|
8131
|
+
"name": "location",
|
|
8132
|
+
"schema": {
|
|
8133
|
+
"k": "string"
|
|
8134
|
+
},
|
|
8135
|
+
"optional": true
|
|
8136
|
+
},
|
|
8137
|
+
{
|
|
7294
8138
|
"name": "geoId",
|
|
7295
8139
|
"schema": {
|
|
7296
8140
|
"k": "string"
|
|
@@ -7546,6 +8390,44 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
7546
8390
|
]
|
|
7547
8391
|
}
|
|
7548
8392
|
},
|
|
8393
|
+
"providers.lovelybride": {
|
|
8394
|
+
"defs": {},
|
|
8395
|
+
"functions": {
|
|
8396
|
+
"listStores": [],
|
|
8397
|
+
"getStoreAppointmentTypes": [
|
|
8398
|
+
{
|
|
8399
|
+
"name": "storeSlug",
|
|
8400
|
+
"schema": {
|
|
8401
|
+
"k": "string"
|
|
8402
|
+
},
|
|
8403
|
+
"optional": false
|
|
8404
|
+
}
|
|
8405
|
+
],
|
|
8406
|
+
"getAvailableSlots": [
|
|
8407
|
+
{
|
|
8408
|
+
"name": "storeSlug",
|
|
8409
|
+
"schema": {
|
|
8410
|
+
"k": "string"
|
|
8411
|
+
},
|
|
8412
|
+
"optional": false
|
|
8413
|
+
},
|
|
8414
|
+
{
|
|
8415
|
+
"name": "appointmentTypeId",
|
|
8416
|
+
"schema": {
|
|
8417
|
+
"k": "number"
|
|
8418
|
+
},
|
|
8419
|
+
"optional": false
|
|
8420
|
+
},
|
|
8421
|
+
{
|
|
8422
|
+
"name": "date",
|
|
8423
|
+
"schema": {
|
|
8424
|
+
"k": "string"
|
|
8425
|
+
},
|
|
8426
|
+
"optional": false
|
|
8427
|
+
}
|
|
8428
|
+
]
|
|
8429
|
+
}
|
|
8430
|
+
},
|
|
7549
8431
|
"providers.lufthansa": {
|
|
7550
8432
|
"defs": {},
|
|
7551
8433
|
"functions": {
|
|
@@ -7619,6 +8501,13 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
7619
8501
|
"k": "number"
|
|
7620
8502
|
},
|
|
7621
8503
|
"optional": true
|
|
8504
|
+
},
|
|
8505
|
+
{
|
|
8506
|
+
"name": "offset",
|
|
8507
|
+
"schema": {
|
|
8508
|
+
"k": "number"
|
|
8509
|
+
},
|
|
8510
|
+
"optional": true
|
|
7622
8511
|
}
|
|
7623
8512
|
]
|
|
7624
8513
|
},
|
|
@@ -7799,6 +8688,109 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
7799
8688
|
"findStores": null
|
|
7800
8689
|
}
|
|
7801
8690
|
},
|
|
8691
|
+
"providers.medicalguardian": {
|
|
8692
|
+
"defs": {
|
|
8693
|
+
"MedicalguardianActivityLevel": {
|
|
8694
|
+
"k": "union",
|
|
8695
|
+
"of": [
|
|
8696
|
+
{
|
|
8697
|
+
"k": "literal",
|
|
8698
|
+
"v": "Low"
|
|
8699
|
+
},
|
|
8700
|
+
{
|
|
8701
|
+
"k": "literal",
|
|
8702
|
+
"v": "Medium"
|
|
8703
|
+
},
|
|
8704
|
+
{
|
|
8705
|
+
"k": "literal",
|
|
8706
|
+
"v": "High"
|
|
8707
|
+
}
|
|
8708
|
+
]
|
|
8709
|
+
},
|
|
8710
|
+
"MedicalguardianFallRiskAnswers": {
|
|
8711
|
+
"k": "object",
|
|
8712
|
+
"props": [
|
|
8713
|
+
{
|
|
8714
|
+
"name": "hearingImpaired",
|
|
8715
|
+
"schema": {
|
|
8716
|
+
"k": "boolean"
|
|
8717
|
+
},
|
|
8718
|
+
"optional": false
|
|
8719
|
+
},
|
|
8720
|
+
{
|
|
8721
|
+
"name": "chronicHealthCondition",
|
|
8722
|
+
"schema": {
|
|
8723
|
+
"k": "boolean"
|
|
8724
|
+
},
|
|
8725
|
+
"optional": false
|
|
8726
|
+
},
|
|
8727
|
+
{
|
|
8728
|
+
"name": "limitedMobility",
|
|
8729
|
+
"schema": {
|
|
8730
|
+
"k": "boolean"
|
|
8731
|
+
},
|
|
8732
|
+
"optional": false
|
|
8733
|
+
},
|
|
8734
|
+
{
|
|
8735
|
+
"name": "activityLevel",
|
|
8736
|
+
"schema": {
|
|
8737
|
+
"k": "ref",
|
|
8738
|
+
"name": "MedicalguardianActivityLevel"
|
|
8739
|
+
},
|
|
8740
|
+
"optional": false
|
|
8741
|
+
},
|
|
8742
|
+
{
|
|
8743
|
+
"name": "takesDailyMedications",
|
|
8744
|
+
"schema": {
|
|
8745
|
+
"k": "boolean"
|
|
8746
|
+
},
|
|
8747
|
+
"optional": false
|
|
8748
|
+
},
|
|
8749
|
+
{
|
|
8750
|
+
"name": "travelsAnnually",
|
|
8751
|
+
"schema": {
|
|
8752
|
+
"k": "boolean"
|
|
8753
|
+
},
|
|
8754
|
+
"optional": false
|
|
8755
|
+
},
|
|
8756
|
+
{
|
|
8757
|
+
"name": "homeHasStairs",
|
|
8758
|
+
"schema": {
|
|
8759
|
+
"k": "boolean"
|
|
8760
|
+
},
|
|
8761
|
+
"optional": false
|
|
8762
|
+
},
|
|
8763
|
+
{
|
|
8764
|
+
"name": "drivesDaily",
|
|
8765
|
+
"schema": {
|
|
8766
|
+
"k": "boolean"
|
|
8767
|
+
},
|
|
8768
|
+
"optional": false
|
|
8769
|
+
},
|
|
8770
|
+
{
|
|
8771
|
+
"name": "previouslyFallen",
|
|
8772
|
+
"schema": {
|
|
8773
|
+
"k": "boolean"
|
|
8774
|
+
},
|
|
8775
|
+
"optional": false
|
|
8776
|
+
}
|
|
8777
|
+
]
|
|
8778
|
+
}
|
|
8779
|
+
},
|
|
8780
|
+
"functions": {
|
|
8781
|
+
"getRiskAssessmentQuestions": [],
|
|
8782
|
+
"assessFallRisk": [
|
|
8783
|
+
{
|
|
8784
|
+
"name": "answers",
|
|
8785
|
+
"schema": {
|
|
8786
|
+
"k": "ref",
|
|
8787
|
+
"name": "MedicalguardianFallRiskAnswers"
|
|
8788
|
+
},
|
|
8789
|
+
"optional": false
|
|
8790
|
+
}
|
|
8791
|
+
]
|
|
8792
|
+
}
|
|
8793
|
+
},
|
|
7802
8794
|
"providers.medicare": {
|
|
7803
8795
|
"defs": {
|
|
7804
8796
|
"medicareClinicianQuery": {
|
|
@@ -8645,6 +9637,70 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
8645
9637
|
]
|
|
8646
9638
|
}
|
|
8647
9639
|
},
|
|
9640
|
+
"providers.mossyoak": {
|
|
9641
|
+
"defs": {},
|
|
9642
|
+
"functions": {
|
|
9643
|
+
"listMossyoakProducts": [
|
|
9644
|
+
{
|
|
9645
|
+
"name": "opts",
|
|
9646
|
+
"schema": {
|
|
9647
|
+
"k": "object",
|
|
9648
|
+
"props": [
|
|
9649
|
+
{
|
|
9650
|
+
"name": "limit",
|
|
9651
|
+
"schema": {
|
|
9652
|
+
"k": "number"
|
|
9653
|
+
},
|
|
9654
|
+
"optional": true
|
|
9655
|
+
}
|
|
9656
|
+
]
|
|
9657
|
+
},
|
|
9658
|
+
"optional": true
|
|
9659
|
+
}
|
|
9660
|
+
],
|
|
9661
|
+
"getMossyoakProduct": [
|
|
9662
|
+
{
|
|
9663
|
+
"name": "handle",
|
|
9664
|
+
"schema": {
|
|
9665
|
+
"k": "string"
|
|
9666
|
+
},
|
|
9667
|
+
"optional": false
|
|
9668
|
+
}
|
|
9669
|
+
],
|
|
9670
|
+
"getMossyoakCheckoutLink": [
|
|
9671
|
+
{
|
|
9672
|
+
"name": "handle",
|
|
9673
|
+
"schema": {
|
|
9674
|
+
"k": "string"
|
|
9675
|
+
},
|
|
9676
|
+
"optional": false
|
|
9677
|
+
},
|
|
9678
|
+
{
|
|
9679
|
+
"name": "variantTitleOrOptions",
|
|
9680
|
+
"schema": {
|
|
9681
|
+
"k": "string"
|
|
9682
|
+
},
|
|
9683
|
+
"optional": false
|
|
9684
|
+
},
|
|
9685
|
+
{
|
|
9686
|
+
"name": "opts",
|
|
9687
|
+
"schema": {
|
|
9688
|
+
"k": "object",
|
|
9689
|
+
"props": [
|
|
9690
|
+
{
|
|
9691
|
+
"name": "quantity",
|
|
9692
|
+
"schema": {
|
|
9693
|
+
"k": "number"
|
|
9694
|
+
},
|
|
9695
|
+
"optional": true
|
|
9696
|
+
}
|
|
9697
|
+
]
|
|
9698
|
+
},
|
|
9699
|
+
"optional": true
|
|
9700
|
+
}
|
|
9701
|
+
]
|
|
9702
|
+
}
|
|
9703
|
+
},
|
|
8648
9704
|
"providers.naic": {
|
|
8649
9705
|
"defs": {
|
|
8650
9706
|
"naicCompanyQuery": {
|
|
@@ -8877,11 +9933,33 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
8877
9933
|
]
|
|
8878
9934
|
}
|
|
8879
9935
|
},
|
|
8880
|
-
"providers.
|
|
8881
|
-
"defs": {
|
|
8882
|
-
|
|
8883
|
-
|
|
8884
|
-
|
|
9936
|
+
"providers.outdoorresearch": {
|
|
9937
|
+
"defs": {},
|
|
9938
|
+
"functions": {
|
|
9939
|
+
"getWarrantyPolicy": [],
|
|
9940
|
+
"checkClaimEligibility": [
|
|
9941
|
+
{
|
|
9942
|
+
"name": "orderNumber",
|
|
9943
|
+
"schema": {
|
|
9944
|
+
"k": "string"
|
|
9945
|
+
},
|
|
9946
|
+
"optional": false
|
|
9947
|
+
},
|
|
9948
|
+
{
|
|
9949
|
+
"name": "email",
|
|
9950
|
+
"schema": {
|
|
9951
|
+
"k": "string"
|
|
9952
|
+
},
|
|
9953
|
+
"optional": false
|
|
9954
|
+
}
|
|
9955
|
+
]
|
|
9956
|
+
}
|
|
9957
|
+
},
|
|
9958
|
+
"providers.paypal": {
|
|
9959
|
+
"defs": {
|
|
9960
|
+
"PaypalConversionKind": {
|
|
9961
|
+
"k": "union",
|
|
9962
|
+
"of": [
|
|
8885
9963
|
{
|
|
8886
9964
|
"k": "literal",
|
|
8887
9965
|
"v": "goodsOrServices"
|
|
@@ -12156,6 +13234,256 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
12156
13234
|
]
|
|
12157
13235
|
}
|
|
12158
13236
|
},
|
|
13237
|
+
"providers.reliancepartners": {
|
|
13238
|
+
"defs": {},
|
|
13239
|
+
"functions": {
|
|
13240
|
+
"getApplicationSchema": [],
|
|
13241
|
+
"assembleApplication": [
|
|
13242
|
+
{
|
|
13243
|
+
"name": "args",
|
|
13244
|
+
"schema": {
|
|
13245
|
+
"k": "any"
|
|
13246
|
+
},
|
|
13247
|
+
"optional": false
|
|
13248
|
+
}
|
|
13249
|
+
]
|
|
13250
|
+
}
|
|
13251
|
+
},
|
|
13252
|
+
"providers.revisionskincare": {
|
|
13253
|
+
"defs": {
|
|
13254
|
+
"RevisionQuestionType": {
|
|
13255
|
+
"k": "union",
|
|
13256
|
+
"of": [
|
|
13257
|
+
{
|
|
13258
|
+
"k": "literal",
|
|
13259
|
+
"v": "single-select"
|
|
13260
|
+
},
|
|
13261
|
+
{
|
|
13262
|
+
"k": "literal",
|
|
13263
|
+
"v": "multi-select"
|
|
13264
|
+
}
|
|
13265
|
+
]
|
|
13266
|
+
},
|
|
13267
|
+
"RevisionQuizAnswer": {
|
|
13268
|
+
"k": "object",
|
|
13269
|
+
"props": [
|
|
13270
|
+
{
|
|
13271
|
+
"name": "questionId",
|
|
13272
|
+
"schema": {
|
|
13273
|
+
"k": "string"
|
|
13274
|
+
},
|
|
13275
|
+
"optional": false
|
|
13276
|
+
},
|
|
13277
|
+
{
|
|
13278
|
+
"name": "type",
|
|
13279
|
+
"schema": {
|
|
13280
|
+
"k": "ref",
|
|
13281
|
+
"name": "RevisionQuestionType"
|
|
13282
|
+
},
|
|
13283
|
+
"optional": false
|
|
13284
|
+
},
|
|
13285
|
+
{
|
|
13286
|
+
"name": "answer",
|
|
13287
|
+
"schema": {
|
|
13288
|
+
"k": "union",
|
|
13289
|
+
"of": [
|
|
13290
|
+
{
|
|
13291
|
+
"k": "string"
|
|
13292
|
+
},
|
|
13293
|
+
{
|
|
13294
|
+
"k": "array",
|
|
13295
|
+
"of": {
|
|
13296
|
+
"k": "string"
|
|
13297
|
+
}
|
|
13298
|
+
}
|
|
13299
|
+
]
|
|
13300
|
+
},
|
|
13301
|
+
"optional": false
|
|
13302
|
+
}
|
|
13303
|
+
]
|
|
13304
|
+
}
|
|
13305
|
+
},
|
|
13306
|
+
"functions": {
|
|
13307
|
+
"getSkincareQuizQuestions": [],
|
|
13308
|
+
"takeSkincareQuiz": [
|
|
13309
|
+
{
|
|
13310
|
+
"name": "arg",
|
|
13311
|
+
"schema": {
|
|
13312
|
+
"k": "object",
|
|
13313
|
+
"props": [
|
|
13314
|
+
{
|
|
13315
|
+
"name": "answers",
|
|
13316
|
+
"schema": {
|
|
13317
|
+
"k": "array",
|
|
13318
|
+
"of": {
|
|
13319
|
+
"k": "ref",
|
|
13320
|
+
"name": "RevisionQuizAnswer"
|
|
13321
|
+
}
|
|
13322
|
+
},
|
|
13323
|
+
"optional": false
|
|
13324
|
+
}
|
|
13325
|
+
]
|
|
13326
|
+
},
|
|
13327
|
+
"optional": false
|
|
13328
|
+
}
|
|
13329
|
+
]
|
|
13330
|
+
}
|
|
13331
|
+
},
|
|
13332
|
+
"providers.rishitea": {
|
|
13333
|
+
"defs": {
|
|
13334
|
+
"TeaFinderAnswerInput": {
|
|
13335
|
+
"k": "object",
|
|
13336
|
+
"props": [
|
|
13337
|
+
{
|
|
13338
|
+
"name": "questionId",
|
|
13339
|
+
"schema": {
|
|
13340
|
+
"k": "string"
|
|
13341
|
+
},
|
|
13342
|
+
"optional": false
|
|
13343
|
+
},
|
|
13344
|
+
{
|
|
13345
|
+
"name": "answer",
|
|
13346
|
+
"schema": {
|
|
13347
|
+
"k": "union",
|
|
13348
|
+
"of": [
|
|
13349
|
+
{
|
|
13350
|
+
"k": "string"
|
|
13351
|
+
},
|
|
13352
|
+
{
|
|
13353
|
+
"k": "array",
|
|
13354
|
+
"of": {
|
|
13355
|
+
"k": "string"
|
|
13356
|
+
}
|
|
13357
|
+
}
|
|
13358
|
+
]
|
|
13359
|
+
},
|
|
13360
|
+
"optional": false
|
|
13361
|
+
}
|
|
13362
|
+
]
|
|
13363
|
+
},
|
|
13364
|
+
"TeaFinderQuestion": {
|
|
13365
|
+
"k": "object",
|
|
13366
|
+
"props": [
|
|
13367
|
+
{
|
|
13368
|
+
"name": "id",
|
|
13369
|
+
"schema": {
|
|
13370
|
+
"k": "string"
|
|
13371
|
+
},
|
|
13372
|
+
"optional": false
|
|
13373
|
+
},
|
|
13374
|
+
{
|
|
13375
|
+
"name": "profileQuestionId",
|
|
13376
|
+
"schema": {
|
|
13377
|
+
"k": "string"
|
|
13378
|
+
},
|
|
13379
|
+
"optional": false
|
|
13380
|
+
},
|
|
13381
|
+
{
|
|
13382
|
+
"name": "text",
|
|
13383
|
+
"schema": {
|
|
13384
|
+
"k": "string"
|
|
13385
|
+
},
|
|
13386
|
+
"optional": false
|
|
13387
|
+
},
|
|
13388
|
+
{
|
|
13389
|
+
"name": "selectionType",
|
|
13390
|
+
"schema": {
|
|
13391
|
+
"k": "union",
|
|
13392
|
+
"of": [
|
|
13393
|
+
{
|
|
13394
|
+
"k": "literal",
|
|
13395
|
+
"v": "single"
|
|
13396
|
+
},
|
|
13397
|
+
{
|
|
13398
|
+
"k": "literal",
|
|
13399
|
+
"v": "multi"
|
|
13400
|
+
}
|
|
13401
|
+
]
|
|
13402
|
+
},
|
|
13403
|
+
"optional": false
|
|
13404
|
+
},
|
|
13405
|
+
{
|
|
13406
|
+
"name": "options",
|
|
13407
|
+
"schema": {
|
|
13408
|
+
"k": "array",
|
|
13409
|
+
"of": {
|
|
13410
|
+
"k": "string"
|
|
13411
|
+
}
|
|
13412
|
+
},
|
|
13413
|
+
"optional": false
|
|
13414
|
+
},
|
|
13415
|
+
{
|
|
13416
|
+
"name": "minSelections",
|
|
13417
|
+
"schema": {
|
|
13418
|
+
"k": "number"
|
|
13419
|
+
},
|
|
13420
|
+
"optional": true
|
|
13421
|
+
},
|
|
13422
|
+
{
|
|
13423
|
+
"name": "maxSelections",
|
|
13424
|
+
"schema": {
|
|
13425
|
+
"k": "number"
|
|
13426
|
+
},
|
|
13427
|
+
"optional": true
|
|
13428
|
+
}
|
|
13429
|
+
]
|
|
13430
|
+
},
|
|
13431
|
+
"TeaFinderQuiz": {
|
|
13432
|
+
"k": "object",
|
|
13433
|
+
"props": [
|
|
13434
|
+
{
|
|
13435
|
+
"name": "quizId",
|
|
13436
|
+
"schema": {
|
|
13437
|
+
"k": "string"
|
|
13438
|
+
},
|
|
13439
|
+
"optional": false
|
|
13440
|
+
},
|
|
13441
|
+
{
|
|
13442
|
+
"name": "channelQuizId",
|
|
13443
|
+
"schema": {
|
|
13444
|
+
"k": "string"
|
|
13445
|
+
},
|
|
13446
|
+
"optional": false
|
|
13447
|
+
},
|
|
13448
|
+
{
|
|
13449
|
+
"name": "questions",
|
|
13450
|
+
"schema": {
|
|
13451
|
+
"k": "array",
|
|
13452
|
+
"of": {
|
|
13453
|
+
"k": "ref",
|
|
13454
|
+
"name": "TeaFinderQuestion"
|
|
13455
|
+
}
|
|
13456
|
+
},
|
|
13457
|
+
"optional": false
|
|
13458
|
+
}
|
|
13459
|
+
]
|
|
13460
|
+
}
|
|
13461
|
+
},
|
|
13462
|
+
"functions": {
|
|
13463
|
+
"getTeaFinderQuiz": [],
|
|
13464
|
+
"matchTeaFinderQuiz": [
|
|
13465
|
+
{
|
|
13466
|
+
"name": "quiz",
|
|
13467
|
+
"schema": {
|
|
13468
|
+
"k": "ref",
|
|
13469
|
+
"name": "TeaFinderQuiz"
|
|
13470
|
+
},
|
|
13471
|
+
"optional": false
|
|
13472
|
+
},
|
|
13473
|
+
{
|
|
13474
|
+
"name": "answers",
|
|
13475
|
+
"schema": {
|
|
13476
|
+
"k": "array",
|
|
13477
|
+
"of": {
|
|
13478
|
+
"k": "ref",
|
|
13479
|
+
"name": "TeaFinderAnswerInput"
|
|
13480
|
+
}
|
|
13481
|
+
},
|
|
13482
|
+
"optional": false
|
|
13483
|
+
}
|
|
13484
|
+
]
|
|
13485
|
+
}
|
|
13486
|
+
},
|
|
12159
13487
|
"providers.ritani": {
|
|
12160
13488
|
"defs": {
|
|
12161
13489
|
"RitaniSelections": {
|
|
@@ -12382,28 +13710,123 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
12382
13710
|
]
|
|
12383
13711
|
}
|
|
12384
13712
|
},
|
|
12385
|
-
"providers.
|
|
12386
|
-
"defs": {
|
|
12387
|
-
|
|
12388
|
-
|
|
12389
|
-
|
|
12390
|
-
|
|
12391
|
-
|
|
12392
|
-
"
|
|
12393
|
-
|
|
12394
|
-
|
|
12395
|
-
|
|
12396
|
-
|
|
12397
|
-
|
|
12398
|
-
|
|
12399
|
-
|
|
12400
|
-
|
|
12401
|
-
|
|
12402
|
-
|
|
12403
|
-
|
|
12404
|
-
|
|
12405
|
-
|
|
12406
|
-
|
|
13713
|
+
"providers.saatva": {
|
|
13714
|
+
"defs": {
|
|
13715
|
+
"MattressQuizAnswers": {
|
|
13716
|
+
"k": "object",
|
|
13717
|
+
"props": [
|
|
13718
|
+
{
|
|
13719
|
+
"name": "sleepPosition",
|
|
13720
|
+
"schema": {
|
|
13721
|
+
"k": "union",
|
|
13722
|
+
"of": [
|
|
13723
|
+
{
|
|
13724
|
+
"k": "literal",
|
|
13725
|
+
"v": "side"
|
|
13726
|
+
},
|
|
13727
|
+
{
|
|
13728
|
+
"k": "literal",
|
|
13729
|
+
"v": "back"
|
|
13730
|
+
},
|
|
13731
|
+
{
|
|
13732
|
+
"k": "literal",
|
|
13733
|
+
"v": "stomach"
|
|
13734
|
+
}
|
|
13735
|
+
]
|
|
13736
|
+
},
|
|
13737
|
+
"optional": false
|
|
13738
|
+
},
|
|
13739
|
+
{
|
|
13740
|
+
"name": "feel",
|
|
13741
|
+
"schema": {
|
|
13742
|
+
"k": "union",
|
|
13743
|
+
"of": [
|
|
13744
|
+
{
|
|
13745
|
+
"k": "literal",
|
|
13746
|
+
"v": "soft"
|
|
13747
|
+
},
|
|
13748
|
+
{
|
|
13749
|
+
"k": "literal",
|
|
13750
|
+
"v": "medium"
|
|
13751
|
+
},
|
|
13752
|
+
{
|
|
13753
|
+
"k": "literal",
|
|
13754
|
+
"v": "firm"
|
|
13755
|
+
}
|
|
13756
|
+
]
|
|
13757
|
+
},
|
|
13758
|
+
"optional": false
|
|
13759
|
+
},
|
|
13760
|
+
{
|
|
13761
|
+
"name": "sharesBed",
|
|
13762
|
+
"schema": {
|
|
13763
|
+
"k": "boolean"
|
|
13764
|
+
},
|
|
13765
|
+
"optional": true
|
|
13766
|
+
}
|
|
13767
|
+
]
|
|
13768
|
+
}
|
|
13769
|
+
},
|
|
13770
|
+
"functions": {
|
|
13771
|
+
"listMattresses": [],
|
|
13772
|
+
"recommendMattress": [
|
|
13773
|
+
{
|
|
13774
|
+
"name": "answers",
|
|
13775
|
+
"schema": {
|
|
13776
|
+
"k": "ref",
|
|
13777
|
+
"name": "MattressQuizAnswers"
|
|
13778
|
+
},
|
|
13779
|
+
"optional": false
|
|
13780
|
+
}
|
|
13781
|
+
]
|
|
13782
|
+
}
|
|
13783
|
+
},
|
|
13784
|
+
"providers.saltandstone": {
|
|
13785
|
+
"defs": {},
|
|
13786
|
+
"functions": {
|
|
13787
|
+
"listScentFamilies": [],
|
|
13788
|
+
"matchScent": [
|
|
13789
|
+
{
|
|
13790
|
+
"name": "preferences",
|
|
13791
|
+
"schema": {
|
|
13792
|
+
"k": "string"
|
|
13793
|
+
},
|
|
13794
|
+
"optional": false
|
|
13795
|
+
}
|
|
13796
|
+
],
|
|
13797
|
+
"getScentProducts": [
|
|
13798
|
+
{
|
|
13799
|
+
"name": "familyName",
|
|
13800
|
+
"schema": {
|
|
13801
|
+
"k": "string"
|
|
13802
|
+
},
|
|
13803
|
+
"optional": false
|
|
13804
|
+
}
|
|
13805
|
+
]
|
|
13806
|
+
}
|
|
13807
|
+
},
|
|
13808
|
+
"providers.samsclub": {
|
|
13809
|
+
"defs": {},
|
|
13810
|
+
"functions": {
|
|
13811
|
+
"search": [
|
|
13812
|
+
{
|
|
13813
|
+
"name": "query",
|
|
13814
|
+
"schema": {
|
|
13815
|
+
"k": "string"
|
|
13816
|
+
},
|
|
13817
|
+
"optional": false
|
|
13818
|
+
}
|
|
13819
|
+
],
|
|
13820
|
+
"getInstantSavings": [
|
|
13821
|
+
{
|
|
13822
|
+
"name": "page",
|
|
13823
|
+
"schema": {
|
|
13824
|
+
"k": "number"
|
|
13825
|
+
},
|
|
13826
|
+
"optional": true
|
|
13827
|
+
}
|
|
13828
|
+
],
|
|
13829
|
+
"browseCategory": [
|
|
12407
13830
|
{
|
|
12408
13831
|
"name": "categoryId",
|
|
12409
13832
|
"schema": {
|
|
@@ -12484,6 +13907,28 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
12484
13907
|
"getMembershipPlans": []
|
|
12485
13908
|
}
|
|
12486
13909
|
},
|
|
13910
|
+
"providers.seakeeper": {
|
|
13911
|
+
"defs": {},
|
|
13912
|
+
"functions": {
|
|
13913
|
+
"listAllDealers": [],
|
|
13914
|
+
"findNearestDealers": [
|
|
13915
|
+
{
|
|
13916
|
+
"name": "zip",
|
|
13917
|
+
"schema": {
|
|
13918
|
+
"k": "string"
|
|
13919
|
+
},
|
|
13920
|
+
"optional": false
|
|
13921
|
+
},
|
|
13922
|
+
{
|
|
13923
|
+
"name": "limit",
|
|
13924
|
+
"schema": {
|
|
13925
|
+
"k": "number"
|
|
13926
|
+
},
|
|
13927
|
+
"optional": true
|
|
13928
|
+
}
|
|
13929
|
+
]
|
|
13930
|
+
}
|
|
13931
|
+
},
|
|
12487
13932
|
"providers.sears": {
|
|
12488
13933
|
"defs": {
|
|
12489
13934
|
"SearsSearchQuery": {
|
|
@@ -12702,6 +14147,29 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
12702
14147
|
]
|
|
12703
14148
|
}
|
|
12704
14149
|
},
|
|
14150
|
+
"providers.smartsign": {
|
|
14151
|
+
"defs": {},
|
|
14152
|
+
"functions": {
|
|
14153
|
+
"search": [
|
|
14154
|
+
{
|
|
14155
|
+
"name": "query",
|
|
14156
|
+
"schema": {
|
|
14157
|
+
"k": "string"
|
|
14158
|
+
},
|
|
14159
|
+
"optional": false
|
|
14160
|
+
}
|
|
14161
|
+
],
|
|
14162
|
+
"getTemplate": [
|
|
14163
|
+
{
|
|
14164
|
+
"name": "sku",
|
|
14165
|
+
"schema": {
|
|
14166
|
+
"k": "string"
|
|
14167
|
+
},
|
|
14168
|
+
"optional": false
|
|
14169
|
+
}
|
|
14170
|
+
]
|
|
14171
|
+
}
|
|
14172
|
+
},
|
|
12705
14173
|
"providers.soundcloud": {
|
|
12706
14174
|
"defs": {
|
|
12707
14175
|
"ScPlaylist": {
|
|
@@ -13681,6 +15149,87 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
13681
15149
|
"getInsurancePricing": []
|
|
13682
15150
|
}
|
|
13683
15151
|
},
|
|
15152
|
+
"providers.teneohg": {
|
|
15153
|
+
"defs": {},
|
|
15154
|
+
"functions": {
|
|
15155
|
+
"searchMemberHotels": [
|
|
15156
|
+
{
|
|
15157
|
+
"name": "args",
|
|
15158
|
+
"schema": {
|
|
15159
|
+
"k": "object",
|
|
15160
|
+
"props": [
|
|
15161
|
+
{
|
|
15162
|
+
"name": "state",
|
|
15163
|
+
"schema": {
|
|
15164
|
+
"k": "string"
|
|
15165
|
+
},
|
|
15166
|
+
"optional": true
|
|
15167
|
+
},
|
|
15168
|
+
{
|
|
15169
|
+
"name": "country",
|
|
15170
|
+
"schema": {
|
|
15171
|
+
"k": "string"
|
|
15172
|
+
},
|
|
15173
|
+
"optional": true
|
|
15174
|
+
},
|
|
15175
|
+
{
|
|
15176
|
+
"name": "collection",
|
|
15177
|
+
"schema": {
|
|
15178
|
+
"k": "string"
|
|
15179
|
+
},
|
|
15180
|
+
"optional": true
|
|
15181
|
+
},
|
|
15182
|
+
{
|
|
15183
|
+
"name": "minMeetingSpaceSqFt",
|
|
15184
|
+
"schema": {
|
|
15185
|
+
"k": "number"
|
|
15186
|
+
},
|
|
15187
|
+
"optional": true
|
|
15188
|
+
},
|
|
15189
|
+
{
|
|
15190
|
+
"name": "minSleepingRooms",
|
|
15191
|
+
"schema": {
|
|
15192
|
+
"k": "number"
|
|
15193
|
+
},
|
|
15194
|
+
"optional": true
|
|
15195
|
+
},
|
|
15196
|
+
{
|
|
15197
|
+
"name": "query",
|
|
15198
|
+
"schema": {
|
|
15199
|
+
"k": "string"
|
|
15200
|
+
},
|
|
15201
|
+
"optional": true
|
|
15202
|
+
},
|
|
15203
|
+
{
|
|
15204
|
+
"name": "limit",
|
|
15205
|
+
"schema": {
|
|
15206
|
+
"k": "number"
|
|
15207
|
+
},
|
|
15208
|
+
"optional": true
|
|
15209
|
+
},
|
|
15210
|
+
{
|
|
15211
|
+
"name": "maxPagesToScan",
|
|
15212
|
+
"schema": {
|
|
15213
|
+
"k": "number"
|
|
15214
|
+
},
|
|
15215
|
+
"optional": true
|
|
15216
|
+
}
|
|
15217
|
+
]
|
|
15218
|
+
},
|
|
15219
|
+
"optional": true
|
|
15220
|
+
}
|
|
15221
|
+
],
|
|
15222
|
+
"getMemberHotel": [
|
|
15223
|
+
{
|
|
15224
|
+
"name": "slug",
|
|
15225
|
+
"schema": {
|
|
15226
|
+
"k": "string"
|
|
15227
|
+
},
|
|
15228
|
+
"optional": false
|
|
15229
|
+
}
|
|
15230
|
+
]
|
|
15231
|
+
}
|
|
15232
|
+
},
|
|
13684
15233
|
"providers.therabody": {
|
|
13685
15234
|
"defs": {},
|
|
13686
15235
|
"functions": {
|
|
@@ -14125,53 +15674,126 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
14125
15674
|
]
|
|
14126
15675
|
}
|
|
14127
15676
|
},
|
|
14128
|
-
"providers.
|
|
15677
|
+
"providers.tilsonhomes": {
|
|
14129
15678
|
"defs": {},
|
|
14130
15679
|
"functions": {
|
|
14131
|
-
"
|
|
15680
|
+
"listPlans": [
|
|
14132
15681
|
{
|
|
14133
|
-
"name": "
|
|
15682
|
+
"name": "activeOnly",
|
|
14134
15683
|
"schema": {
|
|
14135
|
-
"k": "
|
|
15684
|
+
"k": "boolean"
|
|
15685
|
+
},
|
|
15686
|
+
"optional": true
|
|
15687
|
+
}
|
|
15688
|
+
],
|
|
15689
|
+
"getElevationDetails": [
|
|
15690
|
+
{
|
|
15691
|
+
"name": "elevationId",
|
|
15692
|
+
"schema": {
|
|
15693
|
+
"k": "union",
|
|
15694
|
+
"of": [
|
|
15695
|
+
{
|
|
15696
|
+
"k": "number"
|
|
15697
|
+
},
|
|
15698
|
+
{
|
|
15699
|
+
"k": "string"
|
|
15700
|
+
}
|
|
15701
|
+
]
|
|
14136
15702
|
},
|
|
14137
15703
|
"optional": false
|
|
14138
15704
|
}
|
|
14139
15705
|
]
|
|
14140
15706
|
}
|
|
14141
15707
|
},
|
|
14142
|
-
"providers.
|
|
15708
|
+
"providers.titlenine": {
|
|
14143
15709
|
"defs": {
|
|
14144
|
-
"
|
|
15710
|
+
"TitlenineBraMeasurements": {
|
|
14145
15711
|
"k": "object",
|
|
14146
15712
|
"props": [
|
|
14147
15713
|
{
|
|
14148
|
-
"name": "
|
|
14149
|
-
"schema": {
|
|
14150
|
-
"k": "string"
|
|
14151
|
-
},
|
|
14152
|
-
"optional": true
|
|
14153
|
-
},
|
|
14154
|
-
{
|
|
14155
|
-
"name": "destination",
|
|
15714
|
+
"name": "chestInches",
|
|
14156
15715
|
"schema": {
|
|
14157
|
-
"k": "
|
|
15716
|
+
"k": "number"
|
|
14158
15717
|
},
|
|
14159
|
-
"optional":
|
|
15718
|
+
"optional": false
|
|
14160
15719
|
},
|
|
14161
15720
|
{
|
|
14162
|
-
"name": "
|
|
15721
|
+
"name": "bustInches",
|
|
14163
15722
|
"schema": {
|
|
14164
|
-
"k": "
|
|
15723
|
+
"k": "number"
|
|
14165
15724
|
},
|
|
14166
|
-
"optional":
|
|
15725
|
+
"optional": false
|
|
14167
15726
|
},
|
|
14168
15727
|
{
|
|
14169
|
-
"name": "
|
|
15728
|
+
"name": "belowBustInches",
|
|
14170
15729
|
"schema": {
|
|
14171
|
-
"k": "
|
|
15730
|
+
"k": "number"
|
|
14172
15731
|
},
|
|
14173
|
-
"optional":
|
|
14174
|
-
}
|
|
15732
|
+
"optional": false
|
|
15733
|
+
}
|
|
15734
|
+
]
|
|
15735
|
+
}
|
|
15736
|
+
},
|
|
15737
|
+
"functions": {
|
|
15738
|
+
"calculateBraSize": [
|
|
15739
|
+
{
|
|
15740
|
+
"name": "input",
|
|
15741
|
+
"schema": {
|
|
15742
|
+
"k": "ref",
|
|
15743
|
+
"name": "TitlenineBraMeasurements"
|
|
15744
|
+
},
|
|
15745
|
+
"optional": false
|
|
15746
|
+
}
|
|
15747
|
+
]
|
|
15748
|
+
}
|
|
15749
|
+
},
|
|
15750
|
+
"providers.topviewtix": {
|
|
15751
|
+
"defs": {},
|
|
15752
|
+
"functions": {
|
|
15753
|
+
"getPackageDetails": [
|
|
15754
|
+
{
|
|
15755
|
+
"name": "args",
|
|
15756
|
+
"schema": {
|
|
15757
|
+
"k": "any"
|
|
15758
|
+
},
|
|
15759
|
+
"optional": false
|
|
15760
|
+
}
|
|
15761
|
+
]
|
|
15762
|
+
}
|
|
15763
|
+
},
|
|
15764
|
+
"providers.trektravel": {
|
|
15765
|
+
"defs": {
|
|
15766
|
+
"TrekTravelSearchFilters": {
|
|
15767
|
+
"k": "object",
|
|
15768
|
+
"props": [
|
|
15769
|
+
{
|
|
15770
|
+
"name": "query",
|
|
15771
|
+
"schema": {
|
|
15772
|
+
"k": "string"
|
|
15773
|
+
},
|
|
15774
|
+
"optional": true
|
|
15775
|
+
},
|
|
15776
|
+
{
|
|
15777
|
+
"name": "destination",
|
|
15778
|
+
"schema": {
|
|
15779
|
+
"k": "string"
|
|
15780
|
+
},
|
|
15781
|
+
"optional": true
|
|
15782
|
+
},
|
|
15783
|
+
{
|
|
15784
|
+
"name": "activity",
|
|
15785
|
+
"schema": {
|
|
15786
|
+
"k": "string"
|
|
15787
|
+
},
|
|
15788
|
+
"optional": true
|
|
15789
|
+
},
|
|
15790
|
+
{
|
|
15791
|
+
"name": "activityLevel",
|
|
15792
|
+
"schema": {
|
|
15793
|
+
"k": "string"
|
|
15794
|
+
},
|
|
15795
|
+
"optional": true
|
|
15796
|
+
},
|
|
14175
15797
|
{
|
|
14176
15798
|
"name": "hotelLevel",
|
|
14177
15799
|
"schema": {
|
|
@@ -14751,6 +16373,48 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
14751
16373
|
]
|
|
14752
16374
|
}
|
|
14753
16375
|
},
|
|
16376
|
+
"providers.walkerhughes": {
|
|
16377
|
+
"defs": {},
|
|
16378
|
+
"functions": {
|
|
16379
|
+
"listQuoteProducts": [
|
|
16380
|
+
{
|
|
16381
|
+
"name": "department",
|
|
16382
|
+
"schema": {
|
|
16383
|
+
"k": "union",
|
|
16384
|
+
"of": [
|
|
16385
|
+
{
|
|
16386
|
+
"k": "literal",
|
|
16387
|
+
"v": "Personal"
|
|
16388
|
+
},
|
|
16389
|
+
{
|
|
16390
|
+
"k": "literal",
|
|
16391
|
+
"v": "Business"
|
|
16392
|
+
}
|
|
16393
|
+
]
|
|
16394
|
+
},
|
|
16395
|
+
"optional": true
|
|
16396
|
+
}
|
|
16397
|
+
],
|
|
16398
|
+
"listOffices": [
|
|
16399
|
+
{
|
|
16400
|
+
"name": "state",
|
|
16401
|
+
"schema": {
|
|
16402
|
+
"k": "string"
|
|
16403
|
+
},
|
|
16404
|
+
"optional": true
|
|
16405
|
+
}
|
|
16406
|
+
],
|
|
16407
|
+
"findNearestOffice": [
|
|
16408
|
+
{
|
|
16409
|
+
"name": "query",
|
|
16410
|
+
"schema": {
|
|
16411
|
+
"k": "string"
|
|
16412
|
+
},
|
|
16413
|
+
"optional": false
|
|
16414
|
+
}
|
|
16415
|
+
]
|
|
16416
|
+
}
|
|
16417
|
+
},
|
|
14754
16418
|
"providers.walmart": {
|
|
14755
16419
|
"defs": {},
|
|
14756
16420
|
"functions": {
|
|
@@ -14799,6 +16463,212 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
14799
16463
|
]
|
|
14800
16464
|
}
|
|
14801
16465
|
},
|
|
16466
|
+
"providers.waterfurnace": {
|
|
16467
|
+
"defs": {
|
|
16468
|
+
"WaterfurnaceFuelSource": {
|
|
16469
|
+
"k": "union",
|
|
16470
|
+
"of": [
|
|
16471
|
+
{
|
|
16472
|
+
"k": "literal",
|
|
16473
|
+
"v": "gas"
|
|
16474
|
+
},
|
|
16475
|
+
{
|
|
16476
|
+
"k": "literal",
|
|
16477
|
+
"v": "propane"
|
|
16478
|
+
},
|
|
16479
|
+
{
|
|
16480
|
+
"k": "literal",
|
|
16481
|
+
"v": "heatpump"
|
|
16482
|
+
},
|
|
16483
|
+
{
|
|
16484
|
+
"k": "literal",
|
|
16485
|
+
"v": "resistance"
|
|
16486
|
+
},
|
|
16487
|
+
{
|
|
16488
|
+
"k": "literal",
|
|
16489
|
+
"v": "oil"
|
|
16490
|
+
}
|
|
16491
|
+
]
|
|
16492
|
+
},
|
|
16493
|
+
"WaterfurnaceSecondaryFuelSource": {
|
|
16494
|
+
"k": "union",
|
|
16495
|
+
"of": [
|
|
16496
|
+
{
|
|
16497
|
+
"k": "literal",
|
|
16498
|
+
"v": "gas"
|
|
16499
|
+
},
|
|
16500
|
+
{
|
|
16501
|
+
"k": "literal",
|
|
16502
|
+
"v": "propane"
|
|
16503
|
+
},
|
|
16504
|
+
{
|
|
16505
|
+
"k": "literal",
|
|
16506
|
+
"v": "resistance"
|
|
16507
|
+
},
|
|
16508
|
+
{
|
|
16509
|
+
"k": "literal",
|
|
16510
|
+
"v": "oil"
|
|
16511
|
+
},
|
|
16512
|
+
{
|
|
16513
|
+
"k": "literal",
|
|
16514
|
+
"v": "none"
|
|
16515
|
+
}
|
|
16516
|
+
]
|
|
16517
|
+
}
|
|
16518
|
+
},
|
|
16519
|
+
"functions": {
|
|
16520
|
+
"lookupHomeDetails": [
|
|
16521
|
+
{
|
|
16522
|
+
"name": "input",
|
|
16523
|
+
"schema": {
|
|
16524
|
+
"k": "object",
|
|
16525
|
+
"props": [
|
|
16526
|
+
{
|
|
16527
|
+
"name": "address",
|
|
16528
|
+
"schema": {
|
|
16529
|
+
"k": "string"
|
|
16530
|
+
},
|
|
16531
|
+
"optional": false
|
|
16532
|
+
},
|
|
16533
|
+
{
|
|
16534
|
+
"name": "city",
|
|
16535
|
+
"schema": {
|
|
16536
|
+
"k": "string"
|
|
16537
|
+
},
|
|
16538
|
+
"optional": true
|
|
16539
|
+
},
|
|
16540
|
+
{
|
|
16541
|
+
"name": "state",
|
|
16542
|
+
"schema": {
|
|
16543
|
+
"k": "string"
|
|
16544
|
+
},
|
|
16545
|
+
"optional": true
|
|
16546
|
+
},
|
|
16547
|
+
{
|
|
16548
|
+
"name": "zipCode",
|
|
16549
|
+
"schema": {
|
|
16550
|
+
"k": "string"
|
|
16551
|
+
},
|
|
16552
|
+
"optional": false
|
|
16553
|
+
}
|
|
16554
|
+
]
|
|
16555
|
+
},
|
|
16556
|
+
"optional": false
|
|
16557
|
+
}
|
|
16558
|
+
],
|
|
16559
|
+
"estimateGeothermalSavings": [
|
|
16560
|
+
{
|
|
16561
|
+
"name": "input",
|
|
16562
|
+
"schema": {
|
|
16563
|
+
"k": "object",
|
|
16564
|
+
"props": [
|
|
16565
|
+
{
|
|
16566
|
+
"name": "zipCode",
|
|
16567
|
+
"schema": {
|
|
16568
|
+
"k": "string"
|
|
16569
|
+
},
|
|
16570
|
+
"optional": false
|
|
16571
|
+
},
|
|
16572
|
+
{
|
|
16573
|
+
"name": "state",
|
|
16574
|
+
"schema": {
|
|
16575
|
+
"k": "string"
|
|
16576
|
+
},
|
|
16577
|
+
"optional": false
|
|
16578
|
+
},
|
|
16579
|
+
{
|
|
16580
|
+
"name": "address",
|
|
16581
|
+
"schema": {
|
|
16582
|
+
"k": "string"
|
|
16583
|
+
},
|
|
16584
|
+
"optional": true
|
|
16585
|
+
},
|
|
16586
|
+
{
|
|
16587
|
+
"name": "city",
|
|
16588
|
+
"schema": {
|
|
16589
|
+
"k": "string"
|
|
16590
|
+
},
|
|
16591
|
+
"optional": true
|
|
16592
|
+
},
|
|
16593
|
+
{
|
|
16594
|
+
"name": "fuelSource",
|
|
16595
|
+
"schema": {
|
|
16596
|
+
"k": "ref",
|
|
16597
|
+
"name": "WaterfurnaceFuelSource"
|
|
16598
|
+
},
|
|
16599
|
+
"optional": false
|
|
16600
|
+
},
|
|
16601
|
+
{
|
|
16602
|
+
"name": "secondaryFuelSource",
|
|
16603
|
+
"schema": {
|
|
16604
|
+
"k": "ref",
|
|
16605
|
+
"name": "WaterfurnaceSecondaryFuelSource"
|
|
16606
|
+
},
|
|
16607
|
+
"optional": true
|
|
16608
|
+
},
|
|
16609
|
+
{
|
|
16610
|
+
"name": "homeAgeYears",
|
|
16611
|
+
"schema": {
|
|
16612
|
+
"k": "number"
|
|
16613
|
+
},
|
|
16614
|
+
"optional": true
|
|
16615
|
+
},
|
|
16616
|
+
{
|
|
16617
|
+
"name": "livingSqft",
|
|
16618
|
+
"schema": {
|
|
16619
|
+
"k": "number"
|
|
16620
|
+
},
|
|
16621
|
+
"optional": true
|
|
16622
|
+
},
|
|
16623
|
+
{
|
|
16624
|
+
"name": "basementSqft",
|
|
16625
|
+
"schema": {
|
|
16626
|
+
"k": "number"
|
|
16627
|
+
},
|
|
16628
|
+
"optional": true
|
|
16629
|
+
},
|
|
16630
|
+
{
|
|
16631
|
+
"name": "numResidents",
|
|
16632
|
+
"schema": {
|
|
16633
|
+
"k": "number"
|
|
16634
|
+
},
|
|
16635
|
+
"optional": true
|
|
16636
|
+
},
|
|
16637
|
+
{
|
|
16638
|
+
"name": "winterSetpointF",
|
|
16639
|
+
"schema": {
|
|
16640
|
+
"k": "number"
|
|
16641
|
+
},
|
|
16642
|
+
"optional": true
|
|
16643
|
+
},
|
|
16644
|
+
{
|
|
16645
|
+
"name": "summerSetpointF",
|
|
16646
|
+
"schema": {
|
|
16647
|
+
"k": "number"
|
|
16648
|
+
},
|
|
16649
|
+
"optional": true
|
|
16650
|
+
},
|
|
16651
|
+
{
|
|
16652
|
+
"name": "lat",
|
|
16653
|
+
"schema": {
|
|
16654
|
+
"k": "number"
|
|
16655
|
+
},
|
|
16656
|
+
"optional": true
|
|
16657
|
+
},
|
|
16658
|
+
{
|
|
16659
|
+
"name": "lng",
|
|
16660
|
+
"schema": {
|
|
16661
|
+
"k": "number"
|
|
16662
|
+
},
|
|
16663
|
+
"optional": true
|
|
16664
|
+
}
|
|
16665
|
+
]
|
|
16666
|
+
},
|
|
16667
|
+
"optional": false
|
|
16668
|
+
}
|
|
16669
|
+
]
|
|
16670
|
+
}
|
|
16671
|
+
},
|
|
14802
16672
|
"providers.wellfound": {
|
|
14803
16673
|
"defs": {},
|
|
14804
16674
|
"functions": {
|
|
@@ -14855,6 +16725,38 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
14855
16725
|
]
|
|
14856
16726
|
}
|
|
14857
16727
|
},
|
|
16728
|
+
"providers.yorkwallcoverings": {
|
|
16729
|
+
"defs": {},
|
|
16730
|
+
"functions": {
|
|
16731
|
+
"search": [
|
|
16732
|
+
{
|
|
16733
|
+
"name": "query",
|
|
16734
|
+
"schema": {
|
|
16735
|
+
"k": "string"
|
|
16736
|
+
},
|
|
16737
|
+
"optional": false
|
|
16738
|
+
}
|
|
16739
|
+
],
|
|
16740
|
+
"getProduct": [
|
|
16741
|
+
{
|
|
16742
|
+
"name": "url",
|
|
16743
|
+
"schema": {
|
|
16744
|
+
"k": "string"
|
|
16745
|
+
},
|
|
16746
|
+
"optional": false
|
|
16747
|
+
}
|
|
16748
|
+
],
|
|
16749
|
+
"addToCart": [
|
|
16750
|
+
{
|
|
16751
|
+
"name": "url",
|
|
16752
|
+
"schema": {
|
|
16753
|
+
"k": "string"
|
|
16754
|
+
},
|
|
16755
|
+
"optional": false
|
|
16756
|
+
}
|
|
16757
|
+
]
|
|
16758
|
+
}
|
|
16759
|
+
},
|
|
14858
16760
|
"providers.yourarborhome": {
|
|
14859
16761
|
"defs": {
|
|
14860
16762
|
"SearchHomesFilters": {
|
|
@@ -14933,6 +16835,80 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
14933
16835
|
}
|
|
14934
16836
|
]
|
|
14935
16837
|
}
|
|
16838
|
+
},
|
|
16839
|
+
"providers.zennioptical": {
|
|
16840
|
+
"defs": {
|
|
16841
|
+
"ZenniRx": {
|
|
16842
|
+
"k": "object",
|
|
16843
|
+
"props": [
|
|
16844
|
+
{
|
|
16845
|
+
"name": "odSph",
|
|
16846
|
+
"schema": {
|
|
16847
|
+
"k": "number"
|
|
16848
|
+
},
|
|
16849
|
+
"optional": false
|
|
16850
|
+
},
|
|
16851
|
+
{
|
|
16852
|
+
"name": "osSph",
|
|
16853
|
+
"schema": {
|
|
16854
|
+
"k": "number"
|
|
16855
|
+
},
|
|
16856
|
+
"optional": false
|
|
16857
|
+
},
|
|
16858
|
+
{
|
|
16859
|
+
"name": "pd",
|
|
16860
|
+
"schema": {
|
|
16861
|
+
"k": "number"
|
|
16862
|
+
},
|
|
16863
|
+
"optional": false
|
|
16864
|
+
},
|
|
16865
|
+
{
|
|
16866
|
+
"name": "birthYear",
|
|
16867
|
+
"schema": {
|
|
16868
|
+
"k": "number"
|
|
16869
|
+
},
|
|
16870
|
+
"optional": false
|
|
16871
|
+
}
|
|
16872
|
+
]
|
|
16873
|
+
}
|
|
16874
|
+
},
|
|
16875
|
+
"functions": {
|
|
16876
|
+
"getFrame": [
|
|
16877
|
+
{
|
|
16878
|
+
"name": "skuId",
|
|
16879
|
+
"schema": {
|
|
16880
|
+
"k": "string"
|
|
16881
|
+
},
|
|
16882
|
+
"optional": false
|
|
16883
|
+
}
|
|
16884
|
+
],
|
|
16885
|
+
"checkStock": [
|
|
16886
|
+
{
|
|
16887
|
+
"name": "skuId",
|
|
16888
|
+
"schema": {
|
|
16889
|
+
"k": "string"
|
|
16890
|
+
},
|
|
16891
|
+
"optional": false
|
|
16892
|
+
}
|
|
16893
|
+
],
|
|
16894
|
+
"priceLensConfig": [
|
|
16895
|
+
{
|
|
16896
|
+
"name": "skuId",
|
|
16897
|
+
"schema": {
|
|
16898
|
+
"k": "string"
|
|
16899
|
+
},
|
|
16900
|
+
"optional": false
|
|
16901
|
+
},
|
|
16902
|
+
{
|
|
16903
|
+
"name": "rx",
|
|
16904
|
+
"schema": {
|
|
16905
|
+
"k": "ref",
|
|
16906
|
+
"name": "ZenniRx"
|
|
16907
|
+
},
|
|
16908
|
+
"optional": false
|
|
16909
|
+
}
|
|
16910
|
+
]
|
|
16911
|
+
}
|
|
14936
16912
|
}
|
|
14937
16913
|
}
|
|
14938
16914
|
};
|