@bowmark/web 1.5.0 → 1.6.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.
@@ -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: 75ed32aa210bc375ea259fb61276ab65363d6b123ba60e63283bdfa36a58a3d5
9
- // 288 checked, 20 unchecked.
8
+ // Manifest version: 5426792a92faf41fd663aa77ef068ec2f38bcc28d33426a6a565458c7a3b4c42
9
+ // 306 checked, 20 unchecked.
10
10
 
11
11
  import type { ValidatorTable } from "../validate.js";
12
12
 
13
13
  export const VALIDATORS: ValidatorTable = {
14
- "version": "75ed32aa210bc375ea259fb61276ab65363d6b123ba60e63283bdfa36a58a3d5",
14
+ "version": "5426792a92faf41fd663aa77ef068ec2f38bcc28d33426a6a565458c7a3b4c42",
15
15
  "units": {
16
16
  "cars": {
17
17
  "defs": {
@@ -1997,6 +1997,38 @@ export const VALIDATORS: ValidatorTable = {
1997
1997
  "listModels": []
1998
1998
  }
1999
1999
  },
2000
+ "providers.bykoket": {
2001
+ "defs": {},
2002
+ "functions": {
2003
+ "searchProducts": [
2004
+ {
2005
+ "name": "query",
2006
+ "schema": {
2007
+ "k": "string"
2008
+ },
2009
+ "optional": false
2010
+ }
2011
+ ],
2012
+ "getProduct": [
2013
+ {
2014
+ "name": "idOrUrl",
2015
+ "schema": {
2016
+ "k": "string"
2017
+ },
2018
+ "optional": false
2019
+ }
2020
+ ],
2021
+ "addToCart": [
2022
+ {
2023
+ "name": "idOrUrl",
2024
+ "schema": {
2025
+ "k": "string"
2026
+ },
2027
+ "optional": false
2028
+ }
2029
+ ]
2030
+ }
2031
+ },
2000
2032
  "providers.cancer": {
2001
2033
  "defs": {},
2002
2034
  "functions": {
@@ -3576,6 +3608,29 @@ export const VALIDATORS: ValidatorTable = {
3576
3608
  ]
3577
3609
  }
3578
3610
  },
3611
+ "providers.firstdibs": {
3612
+ "defs": {},
3613
+ "functions": {
3614
+ "search": [
3615
+ {
3616
+ "name": "query",
3617
+ "schema": {
3618
+ "k": "string"
3619
+ },
3620
+ "optional": false
3621
+ }
3622
+ ],
3623
+ "getListing": [
3624
+ {
3625
+ "name": "url",
3626
+ "schema": {
3627
+ "k": "string"
3628
+ },
3629
+ "optional": false
3630
+ }
3631
+ ]
3632
+ }
3633
+ },
3579
3634
  "providers.flightradar24": {
3580
3635
  "defs": {},
3581
3636
  "functions": {
@@ -4309,6 +4364,146 @@ export const VALIDATORS: ValidatorTable = {
4309
4364
  ]
4310
4365
  }
4311
4366
  },
4367
+ "providers.hauslabs": {
4368
+ "defs": {},
4369
+ "functions": {
4370
+ "listHauslabsProducts": [
4371
+ {
4372
+ "name": "opts",
4373
+ "schema": {
4374
+ "k": "object",
4375
+ "props": [
4376
+ {
4377
+ "name": "limit",
4378
+ "schema": {
4379
+ "k": "number"
4380
+ },
4381
+ "optional": true
4382
+ },
4383
+ {
4384
+ "name": "productType",
4385
+ "schema": {
4386
+ "k": "string"
4387
+ },
4388
+ "optional": true
4389
+ }
4390
+ ]
4391
+ },
4392
+ "optional": true
4393
+ }
4394
+ ],
4395
+ "getHauslabsProduct": [
4396
+ {
4397
+ "name": "handle",
4398
+ "schema": {
4399
+ "k": "string"
4400
+ },
4401
+ "optional": false
4402
+ }
4403
+ ],
4404
+ "runFoundationShadeFinder": [
4405
+ {
4406
+ "name": "input",
4407
+ "schema": {
4408
+ "k": "object",
4409
+ "props": [
4410
+ {
4411
+ "name": "family",
4412
+ "schema": {
4413
+ "k": "union",
4414
+ "of": [
4415
+ {
4416
+ "k": "literal",
4417
+ "v": "Deep"
4418
+ },
4419
+ {
4420
+ "k": "literal",
4421
+ "v": "Medium Deep"
4422
+ },
4423
+ {
4424
+ "k": "literal",
4425
+ "v": "Medium"
4426
+ },
4427
+ {
4428
+ "k": "literal",
4429
+ "v": "Light Medium"
4430
+ },
4431
+ {
4432
+ "k": "literal",
4433
+ "v": "Light"
4434
+ },
4435
+ {
4436
+ "k": "literal",
4437
+ "v": "Fair"
4438
+ }
4439
+ ]
4440
+ },
4441
+ "optional": false
4442
+ },
4443
+ {
4444
+ "name": "depth",
4445
+ "schema": {
4446
+ "k": "union",
4447
+ "of": [
4448
+ {
4449
+ "k": "literal",
4450
+ "v": "deeper"
4451
+ },
4452
+ {
4453
+ "k": "literal",
4454
+ "v": "medium"
4455
+ },
4456
+ {
4457
+ "k": "literal",
4458
+ "v": "lighter"
4459
+ }
4460
+ ]
4461
+ },
4462
+ "optional": false
4463
+ },
4464
+ {
4465
+ "name": "undertone",
4466
+ "schema": {
4467
+ "k": "union",
4468
+ "of": [
4469
+ {
4470
+ "k": "literal",
4471
+ "v": "warm"
4472
+ },
4473
+ {
4474
+ "k": "literal",
4475
+ "v": "cool"
4476
+ },
4477
+ {
4478
+ "k": "literal",
4479
+ "v": "neutral"
4480
+ },
4481
+ {
4482
+ "k": "literal",
4483
+ "v": "rosy"
4484
+ },
4485
+ {
4486
+ "k": "literal",
4487
+ "v": "golden"
4488
+ }
4489
+ ]
4490
+ },
4491
+ "optional": false
4492
+ },
4493
+ {
4494
+ "name": "hasAddOne",
4495
+ "schema": {
4496
+ "k": "boolean"
4497
+ },
4498
+ "optional": true
4499
+ }
4500
+ ]
4501
+ },
4502
+ "optional": false
4503
+ }
4504
+ ]
4505
+ }
4506
+ },
4312
4507
  "providers.healthcare_gov": {
4313
4508
  "defs": {
4314
4509
  "healthcare_govEnrollmentQuery": {
@@ -6344,6 +6539,24 @@ export const VALIDATORS: ValidatorTable = {
6344
6539
  "optional": false
6345
6540
  }
6346
6541
  ],
6542
+ "getProductAttributes": [
6543
+ {
6544
+ "name": "query",
6545
+ "schema": {
6546
+ "k": "object",
6547
+ "props": [
6548
+ {
6549
+ "name": "productId",
6550
+ "schema": {
6551
+ "k": "string"
6552
+ },
6553
+ "optional": false
6554
+ }
6555
+ ]
6556
+ },
6557
+ "optional": false
6558
+ }
6559
+ ],
6347
6560
  "getSimilarProducts": [
6348
6561
  {
6349
6562
  "name": "query",
@@ -6371,6 +6584,52 @@ export const VALIDATORS: ValidatorTable = {
6371
6584
  ]
6372
6585
  }
6373
6586
  },
6587
+ "providers.maidenhome": {
6588
+ "defs": {},
6589
+ "functions": {
6590
+ "searchConfigurations": [
6591
+ {
6592
+ "name": "query",
6593
+ "schema": {
6594
+ "k": "string"
6595
+ },
6596
+ "optional": true
6597
+ }
6598
+ ],
6599
+ "getProduct": [
6600
+ {
6601
+ "name": "handle",
6602
+ "schema": {
6603
+ "k": "string"
6604
+ },
6605
+ "optional": false
6606
+ }
6607
+ ],
6608
+ "resolveVariant": [
6609
+ {
6610
+ "name": "productQuery",
6611
+ "schema": {
6612
+ "k": "string"
6613
+ },
6614
+ "optional": false
6615
+ },
6616
+ {
6617
+ "name": "size",
6618
+ "schema": {
6619
+ "k": "string"
6620
+ },
6621
+ "optional": false
6622
+ },
6623
+ {
6624
+ "name": "woodFinish",
6625
+ "schema": {
6626
+ "k": "string"
6627
+ },
6628
+ "optional": false
6629
+ }
6630
+ ]
6631
+ }
6632
+ },
6374
6633
  "providers.mailchimp": {
6375
6634
  "defs": {},
6376
6635
  "functions": {
@@ -7495,6 +7754,27 @@ export const VALIDATORS: ValidatorTable = {
7495
7754
  },
7496
7755
  "providers.paypal": {
7497
7756
  "defs": {
7757
+ "PaypalConversionKind": {
7758
+ "k": "union",
7759
+ "of": [
7760
+ {
7761
+ "k": "literal",
7762
+ "v": "goodsOrServices"
7763
+ },
7764
+ {
7765
+ "k": "literal",
7766
+ "v": "personal"
7767
+ },
7768
+ {
7769
+ "k": "literal",
7770
+ "v": "payouts"
7771
+ },
7772
+ {
7773
+ "k": "literal",
7774
+ "v": "other"
7775
+ }
7776
+ ]
7777
+ },
7498
7778
  "PaypalEstimateFeeArgs": {
7499
7779
  "k": "object",
7500
7780
  "props": [
@@ -7546,6 +7826,34 @@ export const VALIDATORS: ValidatorTable = {
7546
7826
  }
7547
7827
  ]
7548
7828
  },
7829
+ "PaypalGetCurrencyConversionQuoteArgs": {
7830
+ "k": "object",
7831
+ "props": [
7832
+ {
7833
+ "name": "kind",
7834
+ "schema": {
7835
+ "k": "ref",
7836
+ "name": "PaypalConversionKind"
7837
+ },
7838
+ "optional": true
7839
+ },
7840
+ {
7841
+ "name": "audience",
7842
+ "schema": {
7843
+ "k": "literal",
7844
+ "v": "consumer"
7845
+ },
7846
+ "optional": true
7847
+ },
7848
+ {
7849
+ "name": "country",
7850
+ "schema": {
7851
+ "k": "string"
7852
+ },
7853
+ "optional": true
7854
+ }
7855
+ ]
7856
+ },
7549
7857
  "PaypalGetFeesArgs": {
7550
7858
  "k": "object",
7551
7859
  "props": [
@@ -7587,6 +7895,16 @@ export const VALIDATORS: ValidatorTable = {
7587
7895
  },
7588
7896
  "optional": false
7589
7897
  }
7898
+ ],
7899
+ "getCurrencyConversionQuote": [
7900
+ {
7901
+ "name": "args",
7902
+ "schema": {
7903
+ "k": "ref",
7904
+ "name": "PaypalGetCurrencyConversionQuoteArgs"
7905
+ },
7906
+ "optional": false
7907
+ }
7590
7908
  ]
7591
7909
  }
7592
7910
  },
@@ -8014,6 +8332,59 @@ export const VALIDATORS: ValidatorTable = {
8014
8332
  ]
8015
8333
  }
8016
8334
  },
8335
+ "providers.premierbuildings": {
8336
+ "defs": {},
8337
+ "functions": {
8338
+ "listBuildingStyles": [],
8339
+ "priceBuilding": [
8340
+ {
8341
+ "name": "styleKey",
8342
+ "schema": {
8343
+ "k": "string"
8344
+ },
8345
+ "optional": false
8346
+ },
8347
+ {
8348
+ "name": "sizeKey",
8349
+ "schema": {
8350
+ "k": "string"
8351
+ },
8352
+ "optional": false
8353
+ },
8354
+ {
8355
+ "name": "sidingKey",
8356
+ "schema": {
8357
+ "k": "union",
8358
+ "of": [
8359
+ {
8360
+ "k": "string"
8361
+ },
8362
+ {
8363
+ "k": "undefined"
8364
+ }
8365
+ ]
8366
+ },
8367
+ "optional": false
8368
+ },
8369
+ {
8370
+ "name": "zip",
8371
+ "schema": {
8372
+ "k": "string"
8373
+ },
8374
+ "optional": false
8375
+ }
8376
+ ],
8377
+ "findDealers": [
8378
+ {
8379
+ "name": "state",
8380
+ "schema": {
8381
+ "k": "string"
8382
+ },
8383
+ "optional": false
8384
+ }
8385
+ ]
8386
+ }
8387
+ },
8017
8388
  "providers.progressive": {
8018
8389
  "defs": {
8019
8390
  "ProgressiveAgentProduct": {
@@ -10925,6 +11296,20 @@ export const VALIDATORS: ValidatorTable = {
10925
11296
  ]
10926
11297
  }
10927
11298
  },
11299
+ "providers.seegarsfence": {
11300
+ "defs": {},
11301
+ "functions": {
11302
+ "checkServiceArea": [
11303
+ {
11304
+ "name": "args",
11305
+ "schema": {
11306
+ "k": "any"
11307
+ },
11308
+ "optional": false
11309
+ }
11310
+ ]
11311
+ }
11312
+ },
10928
11313
  "providers.selectblinds": {
10929
11314
  "defs": {},
10930
11315
  "functions": {
@@ -11878,6 +12263,29 @@ export const VALIDATORS: ValidatorTable = {
11878
12263
  ]
11879
12264
  }
11880
12265
  },
12266
+ "providers.target": {
12267
+ "defs": {},
12268
+ "functions": {
12269
+ "findStore": [
12270
+ {
12271
+ "name": "args",
12272
+ "schema": {
12273
+ "k": "object",
12274
+ "props": [
12275
+ {
12276
+ "name": "query",
12277
+ "schema": {
12278
+ "k": "string"
12279
+ },
12280
+ "optional": false
12281
+ }
12282
+ ]
12283
+ },
12284
+ "optional": false
12285
+ }
12286
+ ]
12287
+ }
12288
+ },
11881
12289
  "providers.teladoc": {
11882
12290
  "defs": {},
11883
12291
  "functions": {
@@ -12411,6 +12819,20 @@ export const VALIDATORS: ValidatorTable = {
12411
12819
  ]
12412
12820
  }
12413
12821
  },
12822
+ "providers.topviewtix": {
12823
+ "defs": {},
12824
+ "functions": {
12825
+ "getPackageDetails": [
12826
+ {
12827
+ "name": "args",
12828
+ "schema": {
12829
+ "k": "any"
12830
+ },
12831
+ "optional": false
12832
+ }
12833
+ ]
12834
+ }
12835
+ },
12414
12836
  "providers.trektravel": {
12415
12837
  "defs": {
12416
12838
  "TrekTravelSearchFilters": {
@@ -12776,24 +13198,6 @@ export const VALIDATORS: ValidatorTable = {
12776
13198
  },
12777
13199
  "optional": false
12778
13200
  }
12779
- ],
12780
- "getCompany": [
12781
- {
12782
- "name": "args",
12783
- "schema": {
12784
- "k": "object",
12785
- "props": [
12786
- {
12787
- "name": "slug",
12788
- "schema": {
12789
- "k": "string"
12790
- },
12791
- "optional": false
12792
- }
12793
- ]
12794
- },
12795
- "optional": false
12796
- }
12797
13201
  ]
12798
13202
  }
12799
13203
  }