@bowmark/web 1.12.0 → 1.12.2
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 +895 -55
- package/src/generated/validators.ts +821 -41
|
@@ -5,14 +5,40 @@
|
|
|
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: 4367aae3846695ff98e8537819e01ea3e2b841043d73690123b839fb07c2a19a
|
|
9
|
+
// 675 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": "4367aae3846695ff98e8537819e01ea3e2b841043d73690123b839fb07c2a19a",
|
|
15
15
|
"units": {
|
|
16
|
+
"bundles": {
|
|
17
|
+
"defs": {},
|
|
18
|
+
"functions": {
|
|
19
|
+
"checkAvailability": [
|
|
20
|
+
{
|
|
21
|
+
"name": "items",
|
|
22
|
+
"schema": {
|
|
23
|
+
"k": "array",
|
|
24
|
+
"of": {
|
|
25
|
+
"k": "object",
|
|
26
|
+
"props": [
|
|
27
|
+
{
|
|
28
|
+
"name": "url",
|
|
29
|
+
"schema": {
|
|
30
|
+
"k": "string"
|
|
31
|
+
},
|
|
32
|
+
"optional": false
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"optional": false
|
|
38
|
+
}
|
|
39
|
+
]
|
|
40
|
+
}
|
|
41
|
+
},
|
|
16
42
|
"cable_railing_quote": {
|
|
17
43
|
"defs": {
|
|
18
44
|
"CallOptions": {
|
|
@@ -239,6 +265,65 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
239
265
|
]
|
|
240
266
|
}
|
|
241
267
|
},
|
|
268
|
+
"delivery": {
|
|
269
|
+
"defs": {
|
|
270
|
+
"CallOptions": {
|
|
271
|
+
"k": "object",
|
|
272
|
+
"props": [
|
|
273
|
+
{
|
|
274
|
+
"name": "timeoutMs",
|
|
275
|
+
"schema": {
|
|
276
|
+
"k": "number"
|
|
277
|
+
},
|
|
278
|
+
"optional": true
|
|
279
|
+
}
|
|
280
|
+
]
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
"functions": {
|
|
284
|
+
"compareDeliveryFees": [
|
|
285
|
+
{
|
|
286
|
+
"name": "query",
|
|
287
|
+
"schema": {
|
|
288
|
+
"k": "union",
|
|
289
|
+
"of": [
|
|
290
|
+
{
|
|
291
|
+
"k": "string"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"k": "object",
|
|
295
|
+
"props": [
|
|
296
|
+
{
|
|
297
|
+
"name": "query",
|
|
298
|
+
"schema": {
|
|
299
|
+
"k": "string"
|
|
300
|
+
},
|
|
301
|
+
"optional": false
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "limit",
|
|
305
|
+
"schema": {
|
|
306
|
+
"k": "number"
|
|
307
|
+
},
|
|
308
|
+
"optional": true
|
|
309
|
+
}
|
|
310
|
+
]
|
|
311
|
+
}
|
|
312
|
+
]
|
|
313
|
+
},
|
|
314
|
+
"optional": false
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "options",
|
|
318
|
+
"schema": {
|
|
319
|
+
"k": "ref",
|
|
320
|
+
"name": "CallOptions"
|
|
321
|
+
},
|
|
322
|
+
"optional": true
|
|
323
|
+
}
|
|
324
|
+
]
|
|
325
|
+
}
|
|
326
|
+
},
|
|
242
327
|
"developer_api_key_signup": {
|
|
243
328
|
"defs": {
|
|
244
329
|
"CallOptions": {
|
|
@@ -1190,6 +1275,83 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
1190
1275
|
]
|
|
1191
1276
|
}
|
|
1192
1277
|
},
|
|
1278
|
+
"db_gui": {
|
|
1279
|
+
"defs": {
|
|
1280
|
+
"DbGuiBrowseOptions": {
|
|
1281
|
+
"k": "object",
|
|
1282
|
+
"props": [
|
|
1283
|
+
{
|
|
1284
|
+
"name": "maxTables",
|
|
1285
|
+
"schema": {
|
|
1286
|
+
"k": "number"
|
|
1287
|
+
},
|
|
1288
|
+
"optional": true
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"name": "maxRowsPerTable",
|
|
1292
|
+
"schema": {
|
|
1293
|
+
"k": "number"
|
|
1294
|
+
},
|
|
1295
|
+
"optional": true
|
|
1296
|
+
}
|
|
1297
|
+
]
|
|
1298
|
+
}
|
|
1299
|
+
},
|
|
1300
|
+
"functions": {
|
|
1301
|
+
"browse": [
|
|
1302
|
+
{
|
|
1303
|
+
"name": "html",
|
|
1304
|
+
"schema": {
|
|
1305
|
+
"k": "string"
|
|
1306
|
+
},
|
|
1307
|
+
"optional": false
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
"name": "options",
|
|
1311
|
+
"schema": {
|
|
1312
|
+
"k": "ref",
|
|
1313
|
+
"name": "DbGuiBrowseOptions"
|
|
1314
|
+
},
|
|
1315
|
+
"optional": true
|
|
1316
|
+
}
|
|
1317
|
+
]
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1320
|
+
"local_html_preview": {
|
|
1321
|
+
"defs": {
|
|
1322
|
+
"PreviewOptions": {
|
|
1323
|
+
"k": "object",
|
|
1324
|
+
"props": [
|
|
1325
|
+
{
|
|
1326
|
+
"name": "maxChars",
|
|
1327
|
+
"schema": {
|
|
1328
|
+
"k": "number"
|
|
1329
|
+
},
|
|
1330
|
+
"optional": true
|
|
1331
|
+
}
|
|
1332
|
+
]
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
"functions": {
|
|
1336
|
+
"render": [
|
|
1337
|
+
{
|
|
1338
|
+
"name": "html",
|
|
1339
|
+
"schema": {
|
|
1340
|
+
"k": "string"
|
|
1341
|
+
},
|
|
1342
|
+
"optional": false
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "options",
|
|
1346
|
+
"schema": {
|
|
1347
|
+
"k": "ref",
|
|
1348
|
+
"name": "PreviewOptions"
|
|
1349
|
+
},
|
|
1350
|
+
"optional": true
|
|
1351
|
+
}
|
|
1352
|
+
]
|
|
1353
|
+
}
|
|
1354
|
+
},
|
|
1193
1355
|
"mcp_registry": {
|
|
1194
1356
|
"defs": {
|
|
1195
1357
|
"CallOptions": {
|
|
@@ -1846,6 +2008,55 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
1846
2008
|
]
|
|
1847
2009
|
}
|
|
1848
2010
|
},
|
|
2011
|
+
"retail": {
|
|
2012
|
+
"defs": {},
|
|
2013
|
+
"functions": {
|
|
2014
|
+
"search": [
|
|
2015
|
+
{
|
|
2016
|
+
"name": "args",
|
|
2017
|
+
"schema": {
|
|
2018
|
+
"k": "object",
|
|
2019
|
+
"props": [
|
|
2020
|
+
{
|
|
2021
|
+
"name": "query",
|
|
2022
|
+
"schema": {
|
|
2023
|
+
"k": "string"
|
|
2024
|
+
},
|
|
2025
|
+
"optional": false
|
|
2026
|
+
}
|
|
2027
|
+
]
|
|
2028
|
+
},
|
|
2029
|
+
"optional": false
|
|
2030
|
+
}
|
|
2031
|
+
]
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
"school_shopping_basket": {
|
|
2035
|
+
"defs": {},
|
|
2036
|
+
"functions": {
|
|
2037
|
+
"priceList": [
|
|
2038
|
+
{
|
|
2039
|
+
"name": "args",
|
|
2040
|
+
"schema": {
|
|
2041
|
+
"k": "object",
|
|
2042
|
+
"props": [
|
|
2043
|
+
{
|
|
2044
|
+
"name": "items",
|
|
2045
|
+
"schema": {
|
|
2046
|
+
"k": "array",
|
|
2047
|
+
"of": {
|
|
2048
|
+
"k": "string"
|
|
2049
|
+
}
|
|
2050
|
+
},
|
|
2051
|
+
"optional": false
|
|
2052
|
+
}
|
|
2053
|
+
]
|
|
2054
|
+
},
|
|
2055
|
+
"optional": false
|
|
2056
|
+
}
|
|
2057
|
+
]
|
|
2058
|
+
}
|
|
2059
|
+
},
|
|
1849
2060
|
"search": {
|
|
1850
2061
|
"defs": {
|
|
1851
2062
|
"CallOptions": {
|
|
@@ -2409,6 +2620,45 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
2409
2620
|
]
|
|
2410
2621
|
}
|
|
2411
2622
|
},
|
|
2623
|
+
"providers.aauto": {
|
|
2624
|
+
"defs": {},
|
|
2625
|
+
"functions": {
|
|
2626
|
+
"search": [
|
|
2627
|
+
{
|
|
2628
|
+
"name": "query",
|
|
2629
|
+
"schema": {
|
|
2630
|
+
"k": "string"
|
|
2631
|
+
},
|
|
2632
|
+
"optional": false
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"name": "opts",
|
|
2636
|
+
"schema": {
|
|
2637
|
+
"k": "object",
|
|
2638
|
+
"props": [
|
|
2639
|
+
{
|
|
2640
|
+
"name": "limit",
|
|
2641
|
+
"schema": {
|
|
2642
|
+
"k": "number"
|
|
2643
|
+
},
|
|
2644
|
+
"optional": true
|
|
2645
|
+
}
|
|
2646
|
+
]
|
|
2647
|
+
},
|
|
2648
|
+
"optional": true
|
|
2649
|
+
}
|
|
2650
|
+
],
|
|
2651
|
+
"getProduct": [
|
|
2652
|
+
{
|
|
2653
|
+
"name": "url",
|
|
2654
|
+
"schema": {
|
|
2655
|
+
"k": "string"
|
|
2656
|
+
},
|
|
2657
|
+
"optional": false
|
|
2658
|
+
}
|
|
2659
|
+
]
|
|
2660
|
+
}
|
|
2661
|
+
},
|
|
2412
2662
|
"providers.abercrombie": {
|
|
2413
2663
|
"defs": {
|
|
2414
2664
|
"abercrombieProductQuery": {
|
|
@@ -2759,6 +3009,142 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
2759
3009
|
]
|
|
2760
3010
|
}
|
|
2761
3011
|
},
|
|
3012
|
+
"providers.allied": {
|
|
3013
|
+
"defs": {
|
|
3014
|
+
"AlliedPackingCalculatorInput": {
|
|
3015
|
+
"k": "object",
|
|
3016
|
+
"props": [
|
|
3017
|
+
{
|
|
3018
|
+
"name": "yearsInHome",
|
|
3019
|
+
"schema": {
|
|
3020
|
+
"k": "union",
|
|
3021
|
+
"of": [
|
|
3022
|
+
{
|
|
3023
|
+
"k": "literal",
|
|
3024
|
+
"v": "lessThan5"
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"k": "literal",
|
|
3028
|
+
"v": "5to10"
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"k": "literal",
|
|
3032
|
+
"v": "over10"
|
|
3033
|
+
}
|
|
3034
|
+
]
|
|
3035
|
+
},
|
|
3036
|
+
"optional": true
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"name": "cabinetsClosets",
|
|
3040
|
+
"schema": {
|
|
3041
|
+
"k": "union",
|
|
3042
|
+
"of": [
|
|
3043
|
+
{
|
|
3044
|
+
"k": "literal",
|
|
3045
|
+
"v": "clutterFree"
|
|
3046
|
+
},
|
|
3047
|
+
{
|
|
3048
|
+
"k": "literal",
|
|
3049
|
+
"v": "packRat"
|
|
3050
|
+
}
|
|
3051
|
+
]
|
|
3052
|
+
},
|
|
3053
|
+
"optional": true
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"name": "kitchen",
|
|
3057
|
+
"schema": {
|
|
3058
|
+
"k": "boolean"
|
|
3059
|
+
},
|
|
3060
|
+
"optional": true
|
|
3061
|
+
},
|
|
3062
|
+
{
|
|
3063
|
+
"name": "pantry",
|
|
3064
|
+
"schema": {
|
|
3065
|
+
"k": "boolean"
|
|
3066
|
+
},
|
|
3067
|
+
"optional": true
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
"name": "diningRoom",
|
|
3071
|
+
"schema": {
|
|
3072
|
+
"k": "boolean"
|
|
3073
|
+
},
|
|
3074
|
+
"optional": true
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
"name": "livingRoom",
|
|
3078
|
+
"schema": {
|
|
3079
|
+
"k": "boolean"
|
|
3080
|
+
},
|
|
3081
|
+
"optional": true
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"name": "familyRoom",
|
|
3085
|
+
"schema": {
|
|
3086
|
+
"k": "boolean"
|
|
3087
|
+
},
|
|
3088
|
+
"optional": true
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"name": "homeOffice",
|
|
3092
|
+
"schema": {
|
|
3093
|
+
"k": "boolean"
|
|
3094
|
+
},
|
|
3095
|
+
"optional": true
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
"name": "bedrooms",
|
|
3099
|
+
"schema": {
|
|
3100
|
+
"k": "number"
|
|
3101
|
+
},
|
|
3102
|
+
"optional": true
|
|
3103
|
+
},
|
|
3104
|
+
{
|
|
3105
|
+
"name": "garageBays",
|
|
3106
|
+
"schema": {
|
|
3107
|
+
"k": "number"
|
|
3108
|
+
},
|
|
3109
|
+
"optional": true
|
|
3110
|
+
},
|
|
3111
|
+
{
|
|
3112
|
+
"name": "storedAttic",
|
|
3113
|
+
"schema": {
|
|
3114
|
+
"k": "boolean"
|
|
3115
|
+
},
|
|
3116
|
+
"optional": true
|
|
3117
|
+
},
|
|
3118
|
+
{
|
|
3119
|
+
"name": "storageFacility",
|
|
3120
|
+
"schema": {
|
|
3121
|
+
"k": "boolean"
|
|
3122
|
+
},
|
|
3123
|
+
"optional": true
|
|
3124
|
+
},
|
|
3125
|
+
{
|
|
3126
|
+
"name": "otherRooms",
|
|
3127
|
+
"schema": {
|
|
3128
|
+
"k": "number"
|
|
3129
|
+
},
|
|
3130
|
+
"optional": true
|
|
3131
|
+
}
|
|
3132
|
+
]
|
|
3133
|
+
}
|
|
3134
|
+
},
|
|
3135
|
+
"functions": {
|
|
3136
|
+
"estimatePackingSupplies": [
|
|
3137
|
+
{
|
|
3138
|
+
"name": "input",
|
|
3139
|
+
"schema": {
|
|
3140
|
+
"k": "ref",
|
|
3141
|
+
"name": "AlliedPackingCalculatorInput"
|
|
3142
|
+
},
|
|
3143
|
+
"optional": false
|
|
3144
|
+
}
|
|
3145
|
+
]
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
2762
3148
|
"providers.alphavantage": {
|
|
2763
3149
|
"defs": {},
|
|
2764
3150
|
"functions": {
|
|
@@ -2925,6 +3311,29 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
2925
3311
|
]
|
|
2926
3312
|
}
|
|
2927
3313
|
},
|
|
3314
|
+
"providers.aquaphoenixsci": {
|
|
3315
|
+
"defs": {},
|
|
3316
|
+
"functions": {
|
|
3317
|
+
"browseCategory": [
|
|
3318
|
+
{
|
|
3319
|
+
"name": "category",
|
|
3320
|
+
"schema": {
|
|
3321
|
+
"k": "string"
|
|
3322
|
+
},
|
|
3323
|
+
"optional": false
|
|
3324
|
+
}
|
|
3325
|
+
],
|
|
3326
|
+
"getProduct": [
|
|
3327
|
+
{
|
|
3328
|
+
"name": "path",
|
|
3329
|
+
"schema": {
|
|
3330
|
+
"k": "string"
|
|
3331
|
+
},
|
|
3332
|
+
"optional": false
|
|
3333
|
+
}
|
|
3334
|
+
]
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
2928
3337
|
"providers.archipelago": {
|
|
2929
3338
|
"defs": {},
|
|
2930
3339
|
"functions": {
|
|
@@ -4593,6 +5002,20 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
4593
5002
|
]
|
|
4594
5003
|
}
|
|
4595
5004
|
},
|
|
5005
|
+
"providers.camelcamelcamel": {
|
|
5006
|
+
"defs": {},
|
|
5007
|
+
"functions": {
|
|
5008
|
+
"getPriceHistory": [
|
|
5009
|
+
{
|
|
5010
|
+
"name": "asinOrUrl",
|
|
5011
|
+
"schema": {
|
|
5012
|
+
"k": "string"
|
|
5013
|
+
},
|
|
5014
|
+
"optional": false
|
|
5015
|
+
}
|
|
5016
|
+
]
|
|
5017
|
+
}
|
|
5018
|
+
},
|
|
4596
5019
|
"providers.cancer": {
|
|
4597
5020
|
"defs": {},
|
|
4598
5021
|
"functions": {
|
|
@@ -5752,9 +6175,18 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
5752
6175
|
"optional": false
|
|
5753
6176
|
}
|
|
5754
6177
|
],
|
|
6178
|
+
"listFitters": [
|
|
6179
|
+
{
|
|
6180
|
+
"name": "storeName",
|
|
6181
|
+
"schema": {
|
|
6182
|
+
"k": "string"
|
|
6183
|
+
},
|
|
6184
|
+
"optional": true
|
|
6185
|
+
}
|
|
6186
|
+
],
|
|
5755
6187
|
"checkAvailability": [
|
|
5756
6188
|
{
|
|
5757
|
-
"name": "
|
|
6189
|
+
"name": "fitterId",
|
|
5758
6190
|
"schema": {
|
|
5759
6191
|
"k": "string"
|
|
5760
6192
|
},
|
|
@@ -5773,6 +6205,20 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
5773
6205
|
"k": "string"
|
|
5774
6206
|
},
|
|
5775
6207
|
"optional": false
|
|
6208
|
+
},
|
|
6209
|
+
{
|
|
6210
|
+
"name": "durationMinutes",
|
|
6211
|
+
"schema": {
|
|
6212
|
+
"k": "number"
|
|
6213
|
+
},
|
|
6214
|
+
"optional": true
|
|
6215
|
+
},
|
|
6216
|
+
{
|
|
6217
|
+
"name": "fittingType",
|
|
6218
|
+
"schema": {
|
|
6219
|
+
"k": "string"
|
|
6220
|
+
},
|
|
6221
|
+
"optional": true
|
|
5776
6222
|
}
|
|
5777
6223
|
]
|
|
5778
6224
|
}
|
|
@@ -6607,6 +7053,41 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
6607
7053
|
]
|
|
6608
7054
|
}
|
|
6609
7055
|
},
|
|
7056
|
+
"providers.doordash": {
|
|
7057
|
+
"defs": {
|
|
7058
|
+
"DoordashSearchArgs": {
|
|
7059
|
+
"k": "object",
|
|
7060
|
+
"props": [
|
|
7061
|
+
{
|
|
7062
|
+
"name": "query",
|
|
7063
|
+
"schema": {
|
|
7064
|
+
"k": "string"
|
|
7065
|
+
},
|
|
7066
|
+
"optional": false
|
|
7067
|
+
},
|
|
7068
|
+
{
|
|
7069
|
+
"name": "limit",
|
|
7070
|
+
"schema": {
|
|
7071
|
+
"k": "number"
|
|
7072
|
+
},
|
|
7073
|
+
"optional": true
|
|
7074
|
+
}
|
|
7075
|
+
]
|
|
7076
|
+
}
|
|
7077
|
+
},
|
|
7078
|
+
"functions": {
|
|
7079
|
+
"search": [
|
|
7080
|
+
{
|
|
7081
|
+
"name": "args",
|
|
7082
|
+
"schema": {
|
|
7083
|
+
"k": "ref",
|
|
7084
|
+
"name": "DoordashSearchArgs"
|
|
7085
|
+
},
|
|
7086
|
+
"optional": false
|
|
7087
|
+
}
|
|
7088
|
+
]
|
|
7089
|
+
}
|
|
7090
|
+
},
|
|
6610
7091
|
"providers.ebay": {
|
|
6611
7092
|
"defs": {},
|
|
6612
7093
|
"functions": {
|
|
@@ -7891,81 +8372,160 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
7891
8372
|
"k": "object",
|
|
7892
8373
|
"props": [
|
|
7893
8374
|
{
|
|
7894
|
-
"name": "per_page",
|
|
8375
|
+
"name": "per_page",
|
|
8376
|
+
"schema": {
|
|
8377
|
+
"k": "number"
|
|
8378
|
+
},
|
|
8379
|
+
"optional": true
|
|
8380
|
+
},
|
|
8381
|
+
{
|
|
8382
|
+
"name": "page",
|
|
8383
|
+
"schema": {
|
|
8384
|
+
"k": "number"
|
|
8385
|
+
},
|
|
8386
|
+
"optional": true
|
|
8387
|
+
}
|
|
8388
|
+
]
|
|
8389
|
+
}
|
|
8390
|
+
},
|
|
8391
|
+
"functions": {
|
|
8392
|
+
"listCommits": [
|
|
8393
|
+
{
|
|
8394
|
+
"name": "owner",
|
|
8395
|
+
"schema": {
|
|
8396
|
+
"k": "string"
|
|
8397
|
+
},
|
|
8398
|
+
"optional": false
|
|
8399
|
+
},
|
|
8400
|
+
{
|
|
8401
|
+
"name": "repo",
|
|
8402
|
+
"schema": {
|
|
8403
|
+
"k": "string"
|
|
8404
|
+
},
|
|
8405
|
+
"optional": false
|
|
8406
|
+
},
|
|
8407
|
+
{
|
|
8408
|
+
"name": "options",
|
|
8409
|
+
"schema": {
|
|
8410
|
+
"k": "ref",
|
|
8411
|
+
"name": "GithubListCommitsOptions"
|
|
8412
|
+
},
|
|
8413
|
+
"optional": true
|
|
8414
|
+
}
|
|
8415
|
+
],
|
|
8416
|
+
"listReleases": [
|
|
8417
|
+
{
|
|
8418
|
+
"name": "owner",
|
|
8419
|
+
"schema": {
|
|
8420
|
+
"k": "string"
|
|
8421
|
+
},
|
|
8422
|
+
"optional": false
|
|
8423
|
+
},
|
|
8424
|
+
{
|
|
8425
|
+
"name": "repo",
|
|
8426
|
+
"schema": {
|
|
8427
|
+
"k": "string"
|
|
8428
|
+
},
|
|
8429
|
+
"optional": false
|
|
8430
|
+
},
|
|
8431
|
+
{
|
|
8432
|
+
"name": "options",
|
|
8433
|
+
"schema": {
|
|
8434
|
+
"k": "ref",
|
|
8435
|
+
"name": "GithubListReleasesOptions"
|
|
8436
|
+
},
|
|
8437
|
+
"optional": true
|
|
8438
|
+
}
|
|
8439
|
+
]
|
|
8440
|
+
}
|
|
8441
|
+
},
|
|
8442
|
+
"providers.glassesusa": {
|
|
8443
|
+
"defs": {},
|
|
8444
|
+
"functions": {
|
|
8445
|
+
"getProduct": [
|
|
8446
|
+
{
|
|
8447
|
+
"name": "url",
|
|
8448
|
+
"schema": {
|
|
8449
|
+
"k": "string"
|
|
8450
|
+
},
|
|
8451
|
+
"optional": false
|
|
8452
|
+
}
|
|
8453
|
+
]
|
|
8454
|
+
}
|
|
8455
|
+
},
|
|
8456
|
+
"providers.goloadup": {
|
|
8457
|
+
"defs": {
|
|
8458
|
+
"GoloadupQuoteItem": {
|
|
8459
|
+
"k": "object",
|
|
8460
|
+
"props": [
|
|
8461
|
+
{
|
|
8462
|
+
"name": "itemId",
|
|
7895
8463
|
"schema": {
|
|
7896
|
-
"k": "
|
|
8464
|
+
"k": "string"
|
|
7897
8465
|
},
|
|
7898
|
-
"optional":
|
|
8466
|
+
"optional": false
|
|
7899
8467
|
},
|
|
7900
8468
|
{
|
|
7901
|
-
"name": "
|
|
8469
|
+
"name": "quantity",
|
|
7902
8470
|
"schema": {
|
|
7903
8471
|
"k": "number"
|
|
7904
8472
|
},
|
|
7905
|
-
"optional":
|
|
8473
|
+
"optional": false
|
|
7906
8474
|
}
|
|
7907
8475
|
]
|
|
7908
8476
|
}
|
|
7909
8477
|
},
|
|
7910
8478
|
"functions": {
|
|
7911
|
-
"
|
|
8479
|
+
"getPricingCatalog": [],
|
|
8480
|
+
"getQuote": [
|
|
7912
8481
|
{
|
|
7913
|
-
"name": "
|
|
8482
|
+
"name": "zip",
|
|
7914
8483
|
"schema": {
|
|
7915
8484
|
"k": "string"
|
|
7916
8485
|
},
|
|
7917
8486
|
"optional": false
|
|
7918
8487
|
},
|
|
7919
8488
|
{
|
|
7920
|
-
"name": "
|
|
8489
|
+
"name": "items",
|
|
7921
8490
|
"schema": {
|
|
7922
|
-
"k": "
|
|
8491
|
+
"k": "array",
|
|
8492
|
+
"of": {
|
|
8493
|
+
"k": "ref",
|
|
8494
|
+
"name": "GoloadupQuoteItem"
|
|
8495
|
+
}
|
|
7923
8496
|
},
|
|
7924
8497
|
"optional": false
|
|
7925
|
-
},
|
|
7926
|
-
{
|
|
7927
|
-
"name": "options",
|
|
7928
|
-
"schema": {
|
|
7929
|
-
"k": "ref",
|
|
7930
|
-
"name": "GithubListCommitsOptions"
|
|
7931
|
-
},
|
|
7932
|
-
"optional": true
|
|
7933
8498
|
}
|
|
7934
8499
|
],
|
|
7935
|
-
"
|
|
7936
|
-
{
|
|
7937
|
-
"name": "owner",
|
|
7938
|
-
"schema": {
|
|
7939
|
-
"k": "string"
|
|
7940
|
-
},
|
|
7941
|
-
"optional": false
|
|
7942
|
-
},
|
|
8500
|
+
"checkServiceAvailability": [
|
|
7943
8501
|
{
|
|
7944
|
-
"name": "
|
|
8502
|
+
"name": "zip",
|
|
7945
8503
|
"schema": {
|
|
7946
8504
|
"k": "string"
|
|
7947
8505
|
},
|
|
7948
8506
|
"optional": false
|
|
7949
|
-
},
|
|
7950
|
-
{
|
|
7951
|
-
"name": "options",
|
|
7952
|
-
"schema": {
|
|
7953
|
-
"k": "ref",
|
|
7954
|
-
"name": "GithubListReleasesOptions"
|
|
7955
|
-
},
|
|
7956
|
-
"optional": true
|
|
7957
8507
|
}
|
|
7958
8508
|
]
|
|
7959
8509
|
}
|
|
7960
8510
|
},
|
|
7961
|
-
"providers.
|
|
8511
|
+
"providers.goodway": {
|
|
7962
8512
|
"defs": {},
|
|
7963
8513
|
"functions": {
|
|
8514
|
+
"searchProducts": [],
|
|
7964
8515
|
"getProduct": [
|
|
7965
8516
|
{
|
|
7966
|
-
"name": "
|
|
8517
|
+
"name": "arg0",
|
|
7967
8518
|
"schema": {
|
|
7968
|
-
"k": "
|
|
8519
|
+
"k": "object",
|
|
8520
|
+
"props": [
|
|
8521
|
+
{
|
|
8522
|
+
"name": "slug",
|
|
8523
|
+
"schema": {
|
|
8524
|
+
"k": "string"
|
|
8525
|
+
},
|
|
8526
|
+
"optional": false
|
|
8527
|
+
}
|
|
8528
|
+
]
|
|
7969
8529
|
},
|
|
7970
8530
|
"optional": false
|
|
7971
8531
|
}
|
|
@@ -8944,6 +9504,7 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
8944
9504
|
"defs": {},
|
|
8945
9505
|
"functions": {
|
|
8946
9506
|
"listModels": [],
|
|
9507
|
+
"listKayakModels": [],
|
|
8947
9508
|
"listModelColors": [
|
|
8948
9509
|
{
|
|
8949
9510
|
"name": "slug",
|
|
@@ -9204,6 +9765,64 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
9204
9765
|
]
|
|
9205
9766
|
}
|
|
9206
9767
|
},
|
|
9768
|
+
"providers.ihg": {
|
|
9769
|
+
"defs": {},
|
|
9770
|
+
"functions": {
|
|
9771
|
+
"search": [
|
|
9772
|
+
{
|
|
9773
|
+
"name": "args",
|
|
9774
|
+
"schema": {
|
|
9775
|
+
"k": "object",
|
|
9776
|
+
"props": [
|
|
9777
|
+
{
|
|
9778
|
+
"name": "destination",
|
|
9779
|
+
"schema": {
|
|
9780
|
+
"k": "string"
|
|
9781
|
+
},
|
|
9782
|
+
"optional": false
|
|
9783
|
+
},
|
|
9784
|
+
{
|
|
9785
|
+
"name": "checkIn",
|
|
9786
|
+
"schema": {
|
|
9787
|
+
"k": "string"
|
|
9788
|
+
},
|
|
9789
|
+
"optional": false
|
|
9790
|
+
},
|
|
9791
|
+
{
|
|
9792
|
+
"name": "checkOut",
|
|
9793
|
+
"schema": {
|
|
9794
|
+
"k": "string"
|
|
9795
|
+
},
|
|
9796
|
+
"optional": false
|
|
9797
|
+
},
|
|
9798
|
+
{
|
|
9799
|
+
"name": "adults",
|
|
9800
|
+
"schema": {
|
|
9801
|
+
"k": "number"
|
|
9802
|
+
},
|
|
9803
|
+
"optional": true
|
|
9804
|
+
},
|
|
9805
|
+
{
|
|
9806
|
+
"name": "rooms",
|
|
9807
|
+
"schema": {
|
|
9808
|
+
"k": "number"
|
|
9809
|
+
},
|
|
9810
|
+
"optional": true
|
|
9811
|
+
},
|
|
9812
|
+
{
|
|
9813
|
+
"name": "radius",
|
|
9814
|
+
"schema": {
|
|
9815
|
+
"k": "number"
|
|
9816
|
+
},
|
|
9817
|
+
"optional": true
|
|
9818
|
+
}
|
|
9819
|
+
]
|
|
9820
|
+
},
|
|
9821
|
+
"optional": false
|
|
9822
|
+
}
|
|
9823
|
+
]
|
|
9824
|
+
}
|
|
9825
|
+
},
|
|
9207
9826
|
"providers.instagram": {
|
|
9208
9827
|
"defs": {},
|
|
9209
9828
|
"functions": {
|
|
@@ -11039,6 +11658,43 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
11039
11658
|
]
|
|
11040
11659
|
}
|
|
11041
11660
|
},
|
|
11661
|
+
"providers.keepa": {
|
|
11662
|
+
"defs": {},
|
|
11663
|
+
"functions": {
|
|
11664
|
+
"getProduct": [
|
|
11665
|
+
{
|
|
11666
|
+
"name": "args",
|
|
11667
|
+
"schema": {
|
|
11668
|
+
"k": "object",
|
|
11669
|
+
"props": [
|
|
11670
|
+
{
|
|
11671
|
+
"name": "asin",
|
|
11672
|
+
"schema": {
|
|
11673
|
+
"k": "string"
|
|
11674
|
+
},
|
|
11675
|
+
"optional": false
|
|
11676
|
+
},
|
|
11677
|
+
{
|
|
11678
|
+
"name": "domain",
|
|
11679
|
+
"schema": {
|
|
11680
|
+
"k": "number"
|
|
11681
|
+
},
|
|
11682
|
+
"optional": true
|
|
11683
|
+
},
|
|
11684
|
+
{
|
|
11685
|
+
"name": "stats",
|
|
11686
|
+
"schema": {
|
|
11687
|
+
"k": "number"
|
|
11688
|
+
},
|
|
11689
|
+
"optional": true
|
|
11690
|
+
}
|
|
11691
|
+
]
|
|
11692
|
+
},
|
|
11693
|
+
"optional": false
|
|
11694
|
+
}
|
|
11695
|
+
]
|
|
11696
|
+
}
|
|
11697
|
+
},
|
|
11042
11698
|
"providers.kingsdown": {
|
|
11043
11699
|
"defs": {},
|
|
11044
11700
|
"functions": {
|
|
@@ -13169,6 +13825,20 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
13169
13825
|
]
|
|
13170
13826
|
}
|
|
13171
13827
|
},
|
|
13828
|
+
"providers.myollie": {
|
|
13829
|
+
"defs": {},
|
|
13830
|
+
"functions": {
|
|
13831
|
+
"getMealPlan": [
|
|
13832
|
+
{
|
|
13833
|
+
"name": "args",
|
|
13834
|
+
"schema": {
|
|
13835
|
+
"k": "any"
|
|
13836
|
+
},
|
|
13837
|
+
"optional": false
|
|
13838
|
+
}
|
|
13839
|
+
]
|
|
13840
|
+
}
|
|
13841
|
+
},
|
|
13172
13842
|
"providers.naic": {
|
|
13173
13843
|
"defs": {
|
|
13174
13844
|
"naicCompanyQuery": {
|
|
@@ -13397,6 +14067,13 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
13397
14067
|
]
|
|
13398
14068
|
}
|
|
13399
14069
|
},
|
|
14070
|
+
"providers.nutrafol": {
|
|
14071
|
+
"defs": {},
|
|
14072
|
+
"functions": {
|
|
14073
|
+
"assessHairWellness": [],
|
|
14074
|
+
"getQuizOverview": []
|
|
14075
|
+
}
|
|
14076
|
+
},
|
|
13400
14077
|
"providers.nvisioncenters": {
|
|
13401
14078
|
"defs": {
|
|
13402
14079
|
"NvisioncentersAgeBracket": {
|
|
@@ -13614,6 +14291,35 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
13614
14291
|
]
|
|
13615
14292
|
}
|
|
13616
14293
|
},
|
|
14294
|
+
"providers.othership": {
|
|
14295
|
+
"defs": {},
|
|
14296
|
+
"functions": {
|
|
14297
|
+
"getLocations": [],
|
|
14298
|
+
"getClassSchedule": [
|
|
14299
|
+
{
|
|
14300
|
+
"name": "locationId",
|
|
14301
|
+
"schema": {
|
|
14302
|
+
"k": "string"
|
|
14303
|
+
},
|
|
14304
|
+
"optional": false
|
|
14305
|
+
},
|
|
14306
|
+
{
|
|
14307
|
+
"name": "startDate",
|
|
14308
|
+
"schema": {
|
|
14309
|
+
"k": "string"
|
|
14310
|
+
},
|
|
14311
|
+
"optional": false
|
|
14312
|
+
},
|
|
14313
|
+
{
|
|
14314
|
+
"name": "endDate",
|
|
14315
|
+
"schema": {
|
|
14316
|
+
"k": "string"
|
|
14317
|
+
},
|
|
14318
|
+
"optional": false
|
|
14319
|
+
}
|
|
14320
|
+
]
|
|
14321
|
+
}
|
|
14322
|
+
},
|
|
13617
14323
|
"providers.otto": {
|
|
13618
14324
|
"defs": {
|
|
13619
14325
|
"ottoSearchQuery": {
|
|
@@ -20196,6 +20902,50 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
20196
20902
|
"k": "string"
|
|
20197
20903
|
},
|
|
20198
20904
|
"optional": false
|
|
20905
|
+
},
|
|
20906
|
+
{
|
|
20907
|
+
"name": "ageFirstLicensed",
|
|
20908
|
+
"schema": {
|
|
20909
|
+
"k": "number"
|
|
20910
|
+
},
|
|
20911
|
+
"optional": true
|
|
20912
|
+
},
|
|
20913
|
+
{
|
|
20914
|
+
"name": "violations",
|
|
20915
|
+
"schema": {
|
|
20916
|
+
"k": "object",
|
|
20917
|
+
"props": [
|
|
20918
|
+
{
|
|
20919
|
+
"name": "accidents",
|
|
20920
|
+
"schema": {
|
|
20921
|
+
"k": "number"
|
|
20922
|
+
},
|
|
20923
|
+
"optional": false
|
|
20924
|
+
},
|
|
20925
|
+
{
|
|
20926
|
+
"name": "claims",
|
|
20927
|
+
"schema": {
|
|
20928
|
+
"k": "number"
|
|
20929
|
+
},
|
|
20930
|
+
"optional": false
|
|
20931
|
+
},
|
|
20932
|
+
{
|
|
20933
|
+
"name": "tickets",
|
|
20934
|
+
"schema": {
|
|
20935
|
+
"k": "number"
|
|
20936
|
+
},
|
|
20937
|
+
"optional": false
|
|
20938
|
+
}
|
|
20939
|
+
]
|
|
20940
|
+
},
|
|
20941
|
+
"optional": true
|
|
20942
|
+
},
|
|
20943
|
+
{
|
|
20944
|
+
"name": "occupation",
|
|
20945
|
+
"schema": {
|
|
20946
|
+
"k": "string"
|
|
20947
|
+
},
|
|
20948
|
+
"optional": true
|
|
20199
20949
|
}
|
|
20200
20950
|
]
|
|
20201
20951
|
},
|
|
@@ -20677,6 +21427,36 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
20677
21427
|
]
|
|
20678
21428
|
}
|
|
20679
21429
|
},
|
|
21430
|
+
"providers.tmobile": {
|
|
21431
|
+
"defs": {},
|
|
21432
|
+
"functions": {
|
|
21433
|
+
"getUpgradeOffer": [
|
|
21434
|
+
{
|
|
21435
|
+
"name": "arg",
|
|
21436
|
+
"schema": {
|
|
21437
|
+
"k": "object",
|
|
21438
|
+
"props": [
|
|
21439
|
+
{
|
|
21440
|
+
"name": "devicePath",
|
|
21441
|
+
"schema": {
|
|
21442
|
+
"k": "string"
|
|
21443
|
+
},
|
|
21444
|
+
"optional": false
|
|
21445
|
+
},
|
|
21446
|
+
{
|
|
21447
|
+
"name": "tradeInModel",
|
|
21448
|
+
"schema": {
|
|
21449
|
+
"k": "string"
|
|
21450
|
+
},
|
|
21451
|
+
"optional": true
|
|
21452
|
+
}
|
|
21453
|
+
]
|
|
21454
|
+
},
|
|
21455
|
+
"optional": false
|
|
21456
|
+
}
|
|
21457
|
+
]
|
|
21458
|
+
}
|
|
21459
|
+
},
|
|
20680
21460
|
"providers.topviewtix": {
|
|
20681
21461
|
"defs": {},
|
|
20682
21462
|
"functions": {
|