@bowmark/web 1.16.1 → 1.17.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,10 +5,10 @@
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: ab1045c2b0a9094f69fd97b6a8be00087ae7b8871ef4e274bb3bb248203dbcea
9
- // 856 checked, 20 unchecked.
8
+ // Manifest version: c3b10cd54e186870ffdcb91995b4222605550dc2a437407330e776b47faaaf31
9
+ // 884 checked, 20 unchecked.
10
10
  export const VALIDATORS = {
11
- "version": "ab1045c2b0a9094f69fd97b6a8be00087ae7b8871ef4e274bb3bb248203dbcea",
11
+ "version": "c3b10cd54e186870ffdcb91995b4222605550dc2a437407330e776b47faaaf31",
12
12
  "units": {
13
13
  "bundles": {
14
14
  "defs": {},
@@ -2684,6 +2684,20 @@ export const VALIDATORS = {
2684
2684
  ]
2685
2685
  }
2686
2686
  },
2687
+ "web_form_fields": {
2688
+ "defs": {},
2689
+ "functions": {
2690
+ "getFields": [
2691
+ {
2692
+ "name": "url",
2693
+ "schema": {
2694
+ "k": "string"
2695
+ },
2696
+ "optional": false
2697
+ }
2698
+ ]
2699
+ }
2700
+ },
2687
2701
  "wireless": {
2688
2702
  "defs": {},
2689
2703
  "functions": {
@@ -5090,6 +5104,39 @@ export const VALIDATORS = {
5090
5104
  ]
5091
5105
  }
5092
5106
  },
5107
+ "providers.beaconfunding": {
5108
+ "defs": {
5109
+ "BeaconfundingLoanType": {
5110
+ "k": "union",
5111
+ "of": [
5112
+ {
5113
+ "k": "literal",
5114
+ "v": "equipmentFinancing"
5115
+ },
5116
+ {
5117
+ "k": "literal",
5118
+ "v": "preApproval"
5119
+ },
5120
+ {
5121
+ "k": "literal",
5122
+ "v": "cashForBusiness"
5123
+ }
5124
+ ]
5125
+ }
5126
+ },
5127
+ "functions": {
5128
+ "getApplicationFields": [
5129
+ {
5130
+ "name": "loanType",
5131
+ "schema": {
5132
+ "k": "ref",
5133
+ "name": "BeaconfundingLoanType"
5134
+ },
5135
+ "optional": false
5136
+ }
5137
+ ]
5138
+ }
5139
+ },
5093
5140
  "providers.beatthebomb": {
5094
5141
  "defs": {},
5095
5142
  "functions": {
@@ -5732,6 +5779,29 @@ export const VALIDATORS = {
5732
5779
  ]
5733
5780
  }
5734
5781
  },
5782
+ "providers.blueribbonhomewarranty_com": {
5783
+ "defs": {},
5784
+ "functions": {
5785
+ "search": [
5786
+ {
5787
+ "name": "query",
5788
+ "schema": {
5789
+ "k": "string"
5790
+ },
5791
+ "optional": false
5792
+ }
5793
+ ],
5794
+ "getPage": [
5795
+ {
5796
+ "name": "url",
5797
+ "schema": {
5798
+ "k": "string"
5799
+ },
5800
+ "optional": false
5801
+ }
5802
+ ]
5803
+ }
5804
+ },
5735
5805
  "providers.bluesignal": {
5736
5806
  "defs": {},
5737
5807
  "functions": {
@@ -7326,6 +7396,21 @@ export const VALIDATORS = {
7326
7396
  ]
7327
7397
  }
7328
7398
  },
7399
+ "providers.cascadiaseniorliving_com": {
7400
+ "defs": {},
7401
+ "functions": {
7402
+ "listSitePages": [],
7403
+ "getSitePage": [
7404
+ {
7405
+ "name": "pageRef",
7406
+ "schema": {
7407
+ "k": "string"
7408
+ },
7409
+ "optional": false
7410
+ }
7411
+ ]
7412
+ }
7413
+ },
7329
7414
  "providers.cbhhomes": {
7330
7415
  "defs": {
7331
7416
  "AssembleInquiryArgs": {
@@ -8544,6 +8629,90 @@ export const VALIDATORS = {
8544
8629
  ]
8545
8630
  }
8546
8631
  },
8632
+ "providers.clboyd": {
8633
+ "defs": {
8634
+ "CLBoydSearchArgs": {
8635
+ "k": "object",
8636
+ "props": [
8637
+ {
8638
+ "name": "category",
8639
+ "schema": {
8640
+ "k": "string"
8641
+ },
8642
+ "optional": false
8643
+ },
8644
+ {
8645
+ "name": "manufacturer",
8646
+ "schema": {
8647
+ "k": "string"
8648
+ },
8649
+ "optional": true
8650
+ },
8651
+ {
8652
+ "name": "minYear",
8653
+ "schema": {
8654
+ "k": "number"
8655
+ },
8656
+ "optional": true
8657
+ },
8658
+ {
8659
+ "name": "maxYear",
8660
+ "schema": {
8661
+ "k": "number"
8662
+ },
8663
+ "optional": true
8664
+ },
8665
+ {
8666
+ "name": "minPrice",
8667
+ "schema": {
8668
+ "k": "number"
8669
+ },
8670
+ "optional": true
8671
+ },
8672
+ {
8673
+ "name": "maxPrice",
8674
+ "schema": {
8675
+ "k": "number"
8676
+ },
8677
+ "optional": true
8678
+ },
8679
+ {
8680
+ "name": "minHours",
8681
+ "schema": {
8682
+ "k": "number"
8683
+ },
8684
+ "optional": true
8685
+ },
8686
+ {
8687
+ "name": "maxHours",
8688
+ "schema": {
8689
+ "k": "number"
8690
+ },
8691
+ "optional": true
8692
+ },
8693
+ {
8694
+ "name": "sort",
8695
+ "schema": {
8696
+ "k": "string"
8697
+ },
8698
+ "optional": true
8699
+ }
8700
+ ]
8701
+ }
8702
+ },
8703
+ "functions": {
8704
+ "searchUsedEquipment": [
8705
+ {
8706
+ "name": "args",
8707
+ "schema": {
8708
+ "k": "ref",
8709
+ "name": "CLBoydSearchArgs"
8710
+ },
8711
+ "optional": false
8712
+ }
8713
+ ]
8714
+ }
8715
+ },
8547
8716
  "providers.cleanairlawncare": {
8548
8717
  "defs": {},
8549
8718
  "functions": {
@@ -8715,6 +8884,13 @@ export const VALIDATORS = {
8715
8884
  ]
8716
8885
  }
8717
8886
  },
8887
+ "providers.credibly_com": {
8888
+ "defs": {},
8889
+ "functions": {
8890
+ "getApplicationForm": [],
8891
+ "getEligibilityRequirements": []
8892
+ }
8893
+ },
8718
8894
  "providers.cruiselakegeneva": {
8719
8895
  "defs": {},
8720
8896
  "functions": {
@@ -8868,6 +9044,72 @@ export const VALIDATORS = {
8868
9044
  ]
8869
9045
  }
8870
9046
  },
9047
+ "providers.dahlconsulting": {
9048
+ "defs": {
9049
+ "dahlconsultingSearchFilters": {
9050
+ "k": "object",
9051
+ "props": [
9052
+ {
9053
+ "name": "query",
9054
+ "schema": {
9055
+ "k": "string"
9056
+ },
9057
+ "optional": true
9058
+ },
9059
+ {
9060
+ "name": "location",
9061
+ "schema": {
9062
+ "k": "string"
9063
+ },
9064
+ "optional": true
9065
+ },
9066
+ {
9067
+ "name": "limit",
9068
+ "schema": {
9069
+ "k": "number"
9070
+ },
9071
+ "optional": true
9072
+ }
9073
+ ]
9074
+ }
9075
+ },
9076
+ "functions": {
9077
+ "searchJobs": [
9078
+ {
9079
+ "name": "filters",
9080
+ "schema": {
9081
+ "k": "ref",
9082
+ "name": "dahlconsultingSearchFilters"
9083
+ },
9084
+ "optional": true
9085
+ }
9086
+ ],
9087
+ "getJob": [
9088
+ {
9089
+ "name": "url",
9090
+ "schema": {
9091
+ "k": "string"
9092
+ },
9093
+ "optional": false
9094
+ }
9095
+ ]
9096
+ }
9097
+ },
9098
+ "providers.dansons": {
9099
+ "defs": {},
9100
+ "functions": {
9101
+ "listRegisterableProducts": [],
9102
+ "identifyProduct": [
9103
+ {
9104
+ "name": "query",
9105
+ "schema": {
9106
+ "k": "string"
9107
+ },
9108
+ "optional": false
9109
+ }
9110
+ ]
9111
+ }
9112
+ },
8871
9113
  "providers.davidsonhomes": {
8872
9114
  "defs": {},
8873
9115
  "functions": {
@@ -9132,6 +9374,201 @@ export const VALIDATORS = {
9132
9374
  ]
9133
9375
  }
9134
9376
  },
9377
+ "providers.deltadentalma": {
9378
+ "defs": {
9379
+ "deltadentalmaSearchFilters": {
9380
+ "k": "object",
9381
+ "props": [
9382
+ {
9383
+ "name": "zip",
9384
+ "schema": {
9385
+ "k": "string"
9386
+ },
9387
+ "optional": false
9388
+ },
9389
+ {
9390
+ "name": "radiusMiles",
9391
+ "schema": {
9392
+ "k": "number"
9393
+ },
9394
+ "optional": true
9395
+ },
9396
+ {
9397
+ "name": "network",
9398
+ "schema": {
9399
+ "k": "string"
9400
+ },
9401
+ "optional": true
9402
+ },
9403
+ {
9404
+ "name": "specialty",
9405
+ "schema": {
9406
+ "k": "string"
9407
+ },
9408
+ "optional": true
9409
+ },
9410
+ {
9411
+ "name": "language",
9412
+ "schema": {
9413
+ "k": "string"
9414
+ },
9415
+ "optional": true
9416
+ },
9417
+ {
9418
+ "name": "gender",
9419
+ "schema": {
9420
+ "k": "union",
9421
+ "of": [
9422
+ {
9423
+ "k": "literal",
9424
+ "v": "F"
9425
+ },
9426
+ {
9427
+ "k": "literal",
9428
+ "v": "M"
9429
+ }
9430
+ ]
9431
+ },
9432
+ "optional": true
9433
+ },
9434
+ {
9435
+ "name": "limit",
9436
+ "schema": {
9437
+ "k": "number"
9438
+ },
9439
+ "optional": true
9440
+ }
9441
+ ]
9442
+ }
9443
+ },
9444
+ "functions": {
9445
+ "search": [
9446
+ {
9447
+ "name": "filters",
9448
+ "schema": {
9449
+ "k": "ref",
9450
+ "name": "deltadentalmaSearchFilters"
9451
+ },
9452
+ "optional": false
9453
+ }
9454
+ ],
9455
+ "lastUpdated": []
9456
+ }
9457
+ },
9458
+ "providers.dentalplans": {
9459
+ "defs": {},
9460
+ "functions": {
9461
+ "search": [
9462
+ {
9463
+ "name": "zip",
9464
+ "schema": {
9465
+ "k": "string"
9466
+ },
9467
+ "optional": false
9468
+ }
9469
+ ],
9470
+ "getPlan": [
9471
+ {
9472
+ "name": "url",
9473
+ "schema": {
9474
+ "k": "string"
9475
+ },
9476
+ "optional": false
9477
+ }
9478
+ ]
9479
+ }
9480
+ },
9481
+ "providers.detailxperts": {
9482
+ "defs": {},
9483
+ "functions": {
9484
+ "checkServiceArea": [
9485
+ {
9486
+ "name": "args",
9487
+ "schema": {
9488
+ "k": "object",
9489
+ "props": [
9490
+ {
9491
+ "name": "address1",
9492
+ "schema": {
9493
+ "k": "string"
9494
+ },
9495
+ "optional": false
9496
+ },
9497
+ {
9498
+ "name": "address2",
9499
+ "schema": {
9500
+ "k": "string"
9501
+ },
9502
+ "optional": true
9503
+ },
9504
+ {
9505
+ "name": "city",
9506
+ "schema": {
9507
+ "k": "string"
9508
+ },
9509
+ "optional": false
9510
+ },
9511
+ {
9512
+ "name": "state",
9513
+ "schema": {
9514
+ "k": "string"
9515
+ },
9516
+ "optional": false
9517
+ },
9518
+ {
9519
+ "name": "zip",
9520
+ "schema": {
9521
+ "k": "string"
9522
+ },
9523
+ "optional": false
9524
+ }
9525
+ ]
9526
+ },
9527
+ "optional": false
9528
+ }
9529
+ ],
9530
+ "listVehicleTypes": [],
9531
+ "getQuote": [
9532
+ {
9533
+ "name": "args",
9534
+ "schema": {
9535
+ "k": "object",
9536
+ "props": [
9537
+ {
9538
+ "name": "vehiclePosition",
9539
+ "schema": {
9540
+ "k": "number"
9541
+ },
9542
+ "optional": false
9543
+ },
9544
+ {
9545
+ "name": "dirtLevel",
9546
+ "schema": {
9547
+ "k": "number"
9548
+ },
9549
+ "optional": false
9550
+ },
9551
+ {
9552
+ "name": "hairLevel",
9553
+ "schema": {
9554
+ "k": "number"
9555
+ },
9556
+ "optional": false
9557
+ },
9558
+ {
9559
+ "name": "dirtInteriorLevel",
9560
+ "schema": {
9561
+ "k": "number"
9562
+ },
9563
+ "optional": false
9564
+ }
9565
+ ]
9566
+ },
9567
+ "optional": false
9568
+ }
9569
+ ]
9570
+ }
9571
+ },
9135
9572
  "providers.developersopenai": {
9136
9573
  "defs": {},
9137
9574
  "functions": {
@@ -10425,6 +10862,64 @@ export const VALIDATORS = {
10425
10862
  ]
10426
10863
  }
10427
10864
  },
10865
+ "providers.firstamericahomes": {
10866
+ "defs": {
10867
+ "FirstamericahomesSearchFilters": {
10868
+ "k": "object",
10869
+ "props": [
10870
+ {
10871
+ "name": "city",
10872
+ "schema": {
10873
+ "k": "string"
10874
+ },
10875
+ "optional": true
10876
+ },
10877
+ {
10878
+ "name": "state",
10879
+ "schema": {
10880
+ "k": "string"
10881
+ },
10882
+ "optional": true
10883
+ },
10884
+ {
10885
+ "name": "minPrice",
10886
+ "schema": {
10887
+ "k": "number"
10888
+ },
10889
+ "optional": true
10890
+ },
10891
+ {
10892
+ "name": "maxPrice",
10893
+ "schema": {
10894
+ "k": "number"
10895
+ },
10896
+ "optional": true
10897
+ }
10898
+ ]
10899
+ }
10900
+ },
10901
+ "functions": {
10902
+ "searchCommunities": [
10903
+ {
10904
+ "name": "filters",
10905
+ "schema": {
10906
+ "k": "ref",
10907
+ "name": "FirstamericahomesSearchFilters"
10908
+ },
10909
+ "optional": true
10910
+ }
10911
+ ],
10912
+ "getCommunity": [
10913
+ {
10914
+ "name": "url",
10915
+ "schema": {
10916
+ "k": "string"
10917
+ },
10918
+ "optional": false
10919
+ }
10920
+ ]
10921
+ }
10922
+ },
10428
10923
  "providers.firstdibs": {
10429
10924
  "defs": {},
10430
10925
  "functions": {
@@ -12480,6 +12975,125 @@ export const VALIDATORS = {
12480
12975
  ]
12481
12976
  }
12482
12977
  },
12978
+ "providers.highlandhomes": {
12979
+ "defs": {
12980
+ "HighlandHomesSearchFilter": {
12981
+ "k": "object",
12982
+ "props": [
12983
+ {
12984
+ "name": "city",
12985
+ "schema": {
12986
+ "k": "string"
12987
+ },
12988
+ "optional": true
12989
+ },
12990
+ {
12991
+ "name": "bedsMin",
12992
+ "schema": {
12993
+ "k": "number"
12994
+ },
12995
+ "optional": true
12996
+ },
12997
+ {
12998
+ "name": "bathsMin",
12999
+ "schema": {
13000
+ "k": "number"
13001
+ },
13002
+ "optional": true
13003
+ },
13004
+ {
13005
+ "name": "priceMin",
13006
+ "schema": {
13007
+ "k": "number"
13008
+ },
13009
+ "optional": true
13010
+ },
13011
+ {
13012
+ "name": "priceMax",
13013
+ "schema": {
13014
+ "k": "number"
13015
+ },
13016
+ "optional": true
13017
+ },
13018
+ {
13019
+ "name": "sqftMin",
13020
+ "schema": {
13021
+ "k": "number"
13022
+ },
13023
+ "optional": true
13024
+ },
13025
+ {
13026
+ "name": "sqftMax",
13027
+ "schema": {
13028
+ "k": "number"
13029
+ },
13030
+ "optional": true
13031
+ },
13032
+ {
13033
+ "name": "garageSpacesMin",
13034
+ "schema": {
13035
+ "k": "number"
13036
+ },
13037
+ "optional": true
13038
+ },
13039
+ {
13040
+ "name": "status",
13041
+ "schema": {
13042
+ "k": "string"
13043
+ },
13044
+ "optional": true
13045
+ },
13046
+ {
13047
+ "name": "hasDen",
13048
+ "schema": {
13049
+ "k": "boolean"
13050
+ },
13051
+ "optional": true
13052
+ },
13053
+ {
13054
+ "name": "hasLoft",
13055
+ "schema": {
13056
+ "k": "boolean"
13057
+ },
13058
+ "optional": true
13059
+ },
13060
+ {
13061
+ "name": "hasInLawSuite",
13062
+ "schema": {
13063
+ "k": "boolean"
13064
+ },
13065
+ "optional": true
13066
+ },
13067
+ {
13068
+ "name": "hasOwnersRetreat",
13069
+ "schema": {
13070
+ "k": "boolean"
13071
+ },
13072
+ "optional": true
13073
+ },
13074
+ {
13075
+ "name": "isOver55",
13076
+ "schema": {
13077
+ "k": "boolean"
13078
+ },
13079
+ "optional": true
13080
+ }
13081
+ ]
13082
+ }
13083
+ },
13084
+ "functions": {
13085
+ "search": [
13086
+ {
13087
+ "name": "filter",
13088
+ "schema": {
13089
+ "k": "ref",
13090
+ "name": "HighlandHomesSearchFilter"
13091
+ },
13092
+ "optional": true
13093
+ }
13094
+ ]
13095
+ }
13096
+ },
12483
13097
  "providers.hilton": {
12484
13098
  "defs": {},
12485
13099
  "functions": {
@@ -14947,6 +15561,34 @@ export const VALIDATORS = {
14947
15561
  ]
14948
15562
  }
14949
15563
  },
15564
+ "providers.kbb": {
15565
+ "defs": {},
15566
+ "functions": {
15567
+ "getTrimPricing": [
15568
+ {
15569
+ "name": "make",
15570
+ "schema": {
15571
+ "k": "string"
15572
+ },
15573
+ "optional": false
15574
+ },
15575
+ {
15576
+ "name": "model",
15577
+ "schema": {
15578
+ "k": "string"
15579
+ },
15580
+ "optional": false
15581
+ },
15582
+ {
15583
+ "name": "year",
15584
+ "schema": {
15585
+ "k": "number"
15586
+ },
15587
+ "optional": true
15588
+ }
15589
+ ]
15590
+ }
15591
+ },
14950
15592
  "providers.keepa": {
14951
15593
  "defs": {},
14952
15594
  "functions": {
@@ -16874,6 +17516,21 @@ export const VALIDATORS = {
16874
17516
  "getActivePromotion": []
16875
17517
  }
16876
17518
  },
17519
+ "providers.modernize_com": {
17520
+ "defs": {},
17521
+ "functions": {
17522
+ "listProjectTypes": [],
17523
+ "getQuoteFlow": [
17524
+ {
17525
+ "name": "projectType",
17526
+ "schema": {
17527
+ "k": "string"
17528
+ },
17529
+ "optional": false
17530
+ }
17531
+ ]
17532
+ }
17533
+ },
16877
17534
  "providers.modularclosets": {
16878
17535
  "defs": {},
16879
17536
  "functions": {
@@ -21568,6 +22225,45 @@ export const VALIDATORS = {
21568
22225
  ]
21569
22226
  }
21570
22227
  },
22228
+ "providers.puls_com": {
22229
+ "defs": {},
22230
+ "functions": {
22231
+ "listApplianceCategories": [],
22232
+ "getRepairQuote": [
22233
+ {
22234
+ "name": "args",
22235
+ "schema": {
22236
+ "k": "object",
22237
+ "props": [
22238
+ {
22239
+ "name": "device",
22240
+ "schema": {
22241
+ "k": "union",
22242
+ "of": [
22243
+ {
22244
+ "k": "string"
22245
+ },
22246
+ {
22247
+ "k": "number"
22248
+ }
22249
+ ]
22250
+ },
22251
+ "optional": false
22252
+ },
22253
+ {
22254
+ "name": "zipCode",
22255
+ "schema": {
22256
+ "k": "string"
22257
+ },
22258
+ "optional": false
22259
+ }
22260
+ ]
22261
+ },
22262
+ "optional": false
22263
+ }
22264
+ ]
22265
+ }
22266
+ },
21571
22267
  "providers.reddit": {
21572
22268
  "defs": {},
21573
22269
  "functions": {