@bowmark/web 1.12.1 → 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 +608 -33
- package/src/generated/validators.ts +474 -4
|
@@ -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: 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
16
|
"bundles": {
|
|
17
17
|
"defs": {},
|
|
@@ -265,6 +265,65 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
265
265
|
]
|
|
266
266
|
}
|
|
267
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
|
+
},
|
|
268
327
|
"developer_api_key_signup": {
|
|
269
328
|
"defs": {
|
|
270
329
|
"CallOptions": {
|
|
@@ -1216,6 +1275,83 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
1216
1275
|
]
|
|
1217
1276
|
}
|
|
1218
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
|
+
},
|
|
1219
1355
|
"mcp_registry": {
|
|
1220
1356
|
"defs": {
|
|
1221
1357
|
"CallOptions": {
|
|
@@ -1872,6 +2008,29 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
1872
2008
|
]
|
|
1873
2009
|
}
|
|
1874
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
|
+
},
|
|
1875
2034
|
"school_shopping_basket": {
|
|
1876
2035
|
"defs": {},
|
|
1877
2036
|
"functions": {
|
|
@@ -3152,6 +3311,29 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
3152
3311
|
]
|
|
3153
3312
|
}
|
|
3154
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
|
+
},
|
|
3155
3337
|
"providers.archipelago": {
|
|
3156
3338
|
"defs": {},
|
|
3157
3339
|
"functions": {
|
|
@@ -5993,9 +6175,18 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
5993
6175
|
"optional": false
|
|
5994
6176
|
}
|
|
5995
6177
|
],
|
|
6178
|
+
"listFitters": [
|
|
6179
|
+
{
|
|
6180
|
+
"name": "storeName",
|
|
6181
|
+
"schema": {
|
|
6182
|
+
"k": "string"
|
|
6183
|
+
},
|
|
6184
|
+
"optional": true
|
|
6185
|
+
}
|
|
6186
|
+
],
|
|
5996
6187
|
"checkAvailability": [
|
|
5997
6188
|
{
|
|
5998
|
-
"name": "
|
|
6189
|
+
"name": "fitterId",
|
|
5999
6190
|
"schema": {
|
|
6000
6191
|
"k": "string"
|
|
6001
6192
|
},
|
|
@@ -6014,6 +6205,20 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
6014
6205
|
"k": "string"
|
|
6015
6206
|
},
|
|
6016
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
|
|
6017
6222
|
}
|
|
6018
6223
|
]
|
|
6019
6224
|
}
|
|
@@ -6848,6 +7053,41 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
6848
7053
|
]
|
|
6849
7054
|
}
|
|
6850
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
|
+
},
|
|
6851
7091
|
"providers.ebay": {
|
|
6852
7092
|
"defs": {},
|
|
6853
7093
|
"functions": {
|
|
@@ -8213,6 +8453,61 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
8213
8453
|
]
|
|
8214
8454
|
}
|
|
8215
8455
|
},
|
|
8456
|
+
"providers.goloadup": {
|
|
8457
|
+
"defs": {
|
|
8458
|
+
"GoloadupQuoteItem": {
|
|
8459
|
+
"k": "object",
|
|
8460
|
+
"props": [
|
|
8461
|
+
{
|
|
8462
|
+
"name": "itemId",
|
|
8463
|
+
"schema": {
|
|
8464
|
+
"k": "string"
|
|
8465
|
+
},
|
|
8466
|
+
"optional": false
|
|
8467
|
+
},
|
|
8468
|
+
{
|
|
8469
|
+
"name": "quantity",
|
|
8470
|
+
"schema": {
|
|
8471
|
+
"k": "number"
|
|
8472
|
+
},
|
|
8473
|
+
"optional": false
|
|
8474
|
+
}
|
|
8475
|
+
]
|
|
8476
|
+
}
|
|
8477
|
+
},
|
|
8478
|
+
"functions": {
|
|
8479
|
+
"getPricingCatalog": [],
|
|
8480
|
+
"getQuote": [
|
|
8481
|
+
{
|
|
8482
|
+
"name": "zip",
|
|
8483
|
+
"schema": {
|
|
8484
|
+
"k": "string"
|
|
8485
|
+
},
|
|
8486
|
+
"optional": false
|
|
8487
|
+
},
|
|
8488
|
+
{
|
|
8489
|
+
"name": "items",
|
|
8490
|
+
"schema": {
|
|
8491
|
+
"k": "array",
|
|
8492
|
+
"of": {
|
|
8493
|
+
"k": "ref",
|
|
8494
|
+
"name": "GoloadupQuoteItem"
|
|
8495
|
+
}
|
|
8496
|
+
},
|
|
8497
|
+
"optional": false
|
|
8498
|
+
}
|
|
8499
|
+
],
|
|
8500
|
+
"checkServiceAvailability": [
|
|
8501
|
+
{
|
|
8502
|
+
"name": "zip",
|
|
8503
|
+
"schema": {
|
|
8504
|
+
"k": "string"
|
|
8505
|
+
},
|
|
8506
|
+
"optional": false
|
|
8507
|
+
}
|
|
8508
|
+
]
|
|
8509
|
+
}
|
|
8510
|
+
},
|
|
8216
8511
|
"providers.goodway": {
|
|
8217
8512
|
"defs": {},
|
|
8218
8513
|
"functions": {
|
|
@@ -9470,6 +9765,64 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
9470
9765
|
]
|
|
9471
9766
|
}
|
|
9472
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
|
+
},
|
|
9473
9826
|
"providers.instagram": {
|
|
9474
9827
|
"defs": {},
|
|
9475
9828
|
"functions": {
|
|
@@ -11305,6 +11658,43 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
11305
11658
|
]
|
|
11306
11659
|
}
|
|
11307
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
|
+
},
|
|
11308
11698
|
"providers.kingsdown": {
|
|
11309
11699
|
"defs": {},
|
|
11310
11700
|
"functions": {
|
|
@@ -13435,6 +13825,20 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
13435
13825
|
]
|
|
13436
13826
|
}
|
|
13437
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
|
+
},
|
|
13438
13842
|
"providers.naic": {
|
|
13439
13843
|
"defs": {
|
|
13440
13844
|
"naicCompanyQuery": {
|
|
@@ -13663,6 +14067,13 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
13663
14067
|
]
|
|
13664
14068
|
}
|
|
13665
14069
|
},
|
|
14070
|
+
"providers.nutrafol": {
|
|
14071
|
+
"defs": {},
|
|
14072
|
+
"functions": {
|
|
14073
|
+
"assessHairWellness": [],
|
|
14074
|
+
"getQuizOverview": []
|
|
14075
|
+
}
|
|
14076
|
+
},
|
|
13666
14077
|
"providers.nvisioncenters": {
|
|
13667
14078
|
"defs": {
|
|
13668
14079
|
"NvisioncentersAgeBracket": {
|
|
@@ -13880,6 +14291,35 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
13880
14291
|
]
|
|
13881
14292
|
}
|
|
13882
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
|
+
},
|
|
13883
14323
|
"providers.otto": {
|
|
13884
14324
|
"defs": {
|
|
13885
14325
|
"ottoSearchQuery": {
|
|
@@ -20987,6 +21427,36 @@ export const VALIDATORS: ValidatorTable = {
|
|
|
20987
21427
|
]
|
|
20988
21428
|
}
|
|
20989
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
|
+
},
|
|
20990
21460
|
"providers.topviewtix": {
|
|
20991
21461
|
"defs": {},
|
|
20992
21462
|
"functions": {
|