@bowmark/web 1.21.0 → 1.22.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,11 +5,169 @@
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: 8f74962f532da5df8d2905deb36fe43233b84c4f09f37cb4c76b92a153333d03
9
- // 966 checked, 20 unchecked.
8
+ // Manifest version: 629f1aeb04463086ca99af95377a310bbd807733f6a06b36d16890fbc8e3314d
9
+ // 990 checked, 20 unchecked.
10
10
  export const VALIDATORS = {
11
- "version": "8f74962f532da5df8d2905deb36fe43233b84c4f09f37cb4c76b92a153333d03",
11
+ "version": "629f1aeb04463086ca99af95377a310bbd807733f6a06b36d16890fbc8e3314d",
12
12
  "units": {
13
+ "booking_links": {
14
+ "defs": {
15
+ "CallOptions": {
16
+ "k": "object",
17
+ "props": [
18
+ {
19
+ "name": "timeoutMs",
20
+ "schema": {
21
+ "k": "number"
22
+ },
23
+ "optional": true
24
+ }
25
+ ]
26
+ },
27
+ "FindBookingLinksInput": {
28
+ "k": "object",
29
+ "props": [
30
+ {
31
+ "name": "name",
32
+ "schema": {
33
+ "k": "string"
34
+ },
35
+ "optional": false
36
+ },
37
+ {
38
+ "name": "company",
39
+ "schema": {
40
+ "k": "string"
41
+ },
42
+ "optional": true
43
+ },
44
+ {
45
+ "name": "domain",
46
+ "schema": {
47
+ "k": "string"
48
+ },
49
+ "optional": true
50
+ },
51
+ {
52
+ "name": "github",
53
+ "schema": {
54
+ "k": "string"
55
+ },
56
+ "optional": true
57
+ },
58
+ {
59
+ "name": "urls",
60
+ "schema": {
61
+ "k": "array",
62
+ "of": {
63
+ "k": "string"
64
+ }
65
+ },
66
+ "optional": true
67
+ }
68
+ ]
69
+ },
70
+ "FindBookingLinksOptions": {
71
+ "k": "object",
72
+ "props": [
73
+ {
74
+ "name": "archive",
75
+ "schema": {
76
+ "k": "boolean"
77
+ },
78
+ "optional": true
79
+ },
80
+ {
81
+ "name": "search",
82
+ "schema": {
83
+ "k": "boolean"
84
+ },
85
+ "optional": true
86
+ },
87
+ {
88
+ "name": "timeoutMs",
89
+ "schema": {
90
+ "k": "number"
91
+ },
92
+ "optional": true
93
+ }
94
+ ]
95
+ },
96
+ "ReadBookingPageOptions": {
97
+ "k": "object",
98
+ "props": [
99
+ {
100
+ "name": "event",
101
+ "schema": {
102
+ "k": "string"
103
+ },
104
+ "optional": true
105
+ },
106
+ {
107
+ "name": "timeoutMs",
108
+ "schema": {
109
+ "k": "number"
110
+ },
111
+ "optional": true
112
+ }
113
+ ]
114
+ }
115
+ },
116
+ "functions": {
117
+ "find": [
118
+ {
119
+ "name": "person",
120
+ "schema": {
121
+ "k": "ref",
122
+ "name": "FindBookingLinksInput"
123
+ },
124
+ "optional": false
125
+ },
126
+ {
127
+ "name": "options",
128
+ "schema": {
129
+ "k": "ref",
130
+ "name": "FindBookingLinksOptions"
131
+ },
132
+ "optional": true
133
+ }
134
+ ],
135
+ "scanPage": [
136
+ {
137
+ "name": "url",
138
+ "schema": {
139
+ "k": "string"
140
+ },
141
+ "optional": false
142
+ },
143
+ {
144
+ "name": "options",
145
+ "schema": {
146
+ "k": "ref",
147
+ "name": "CallOptions"
148
+ },
149
+ "optional": true
150
+ }
151
+ ],
152
+ "read": [
153
+ {
154
+ "name": "url",
155
+ "schema": {
156
+ "k": "string"
157
+ },
158
+ "optional": false
159
+ },
160
+ {
161
+ "name": "options",
162
+ "schema": {
163
+ "k": "ref",
164
+ "name": "ReadBookingPageOptions"
165
+ },
166
+ "optional": true
167
+ }
168
+ ]
169
+ }
170
+ },
13
171
  "bundles": {
14
172
  "defs": {},
15
173
  "functions": {
@@ -250,6 +408,48 @@ export const VALIDATORS = {
250
408
  ]
251
409
  }
252
410
  },
411
+ "currency_exchange": {
412
+ "defs": {
413
+ "CallOptions": {
414
+ "k": "object",
415
+ "props": [
416
+ {
417
+ "name": "timeoutMs",
418
+ "schema": {
419
+ "k": "number"
420
+ },
421
+ "optional": true
422
+ }
423
+ ]
424
+ }
425
+ },
426
+ "functions": {
427
+ "getRate": [
428
+ {
429
+ "name": "from",
430
+ "schema": {
431
+ "k": "string"
432
+ },
433
+ "optional": false
434
+ },
435
+ {
436
+ "name": "to",
437
+ "schema": {
438
+ "k": "string"
439
+ },
440
+ "optional": false
441
+ },
442
+ {
443
+ "name": "options",
444
+ "schema": {
445
+ "k": "ref",
446
+ "name": "CallOptions"
447
+ },
448
+ "optional": true
449
+ }
450
+ ]
451
+ }
452
+ },
253
453
  "custom_sofa_configurator": {
254
454
  "defs": {},
255
455
  "functions": {
@@ -4282,8 +4482,81 @@ export const VALIDATORS = {
4282
4482
  }
4283
4483
  },
4284
4484
  "providers.archive_org": {
4285
- "defs": {},
4485
+ "defs": {
4486
+ "archive_orgSnapshotOptions": {
4487
+ "k": "object",
4488
+ "props": [
4489
+ {
4490
+ "name": "scope",
4491
+ "schema": {
4492
+ "k": "union",
4493
+ "of": [
4494
+ {
4495
+ "k": "literal",
4496
+ "v": "exact"
4497
+ },
4498
+ {
4499
+ "k": "literal",
4500
+ "v": "prefix"
4501
+ }
4502
+ ]
4503
+ },
4504
+ "optional": true
4505
+ },
4506
+ {
4507
+ "name": "limit",
4508
+ "schema": {
4509
+ "k": "number"
4510
+ },
4511
+ "optional": true
4512
+ },
4513
+ {
4514
+ "name": "pathContains",
4515
+ "schema": {
4516
+ "k": "array",
4517
+ "of": {
4518
+ "k": "string"
4519
+ }
4520
+ },
4521
+ "optional": true
4522
+ }
4523
+ ]
4524
+ }
4525
+ },
4286
4526
  "functions": {
4527
+ "listSnapshots": [
4528
+ {
4529
+ "name": "site",
4530
+ "schema": {
4531
+ "k": "string"
4532
+ },
4533
+ "optional": false
4534
+ },
4535
+ {
4536
+ "name": "opts",
4537
+ "schema": {
4538
+ "k": "ref",
4539
+ "name": "archive_orgSnapshotOptions"
4540
+ },
4541
+ "optional": true
4542
+ }
4543
+ ],
4544
+ "getSnapshot": [
4545
+ {
4546
+ "name": "url",
4547
+ "schema": {
4548
+ "k": "string"
4549
+ },
4550
+ "optional": false
4551
+ },
4552
+ {
4553
+ "name": "timestamp",
4554
+ "schema": {
4555
+ "k": "string"
4556
+ },
4557
+ "optional": false
4558
+ }
4559
+ ],
4287
4560
  "checkAvailability": [
4288
4561
  {
4289
4562
  "name": "site",
@@ -6769,6 +7042,18 @@ export const VALIDATORS = {
6769
7042
  "optional": true
6770
7043
  }
6771
7044
  ]
7045
+ },
7046
+ "CalComBookingFormOptions": {
7047
+ "k": "object",
7048
+ "props": [
7049
+ {
7050
+ "name": "event",
7051
+ "schema": {
7052
+ "k": "string"
7053
+ },
7054
+ "optional": true
7055
+ }
7056
+ ]
6772
7057
  }
6773
7058
  },
6774
7059
  "functions": {
@@ -6797,6 +7082,39 @@ export const VALIDATORS = {
6797
7082
  },
6798
7083
  "optional": true
6799
7084
  }
7085
+ ],
7086
+ "getBookingForm": [
7087
+ {
7088
+ "name": "url",
7089
+ "schema": {
7090
+ "k": "string"
7091
+ },
7092
+ "optional": false
7093
+ },
7094
+ {
7095
+ "name": "opts",
7096
+ "schema": {
7097
+ "k": "ref",
7098
+ "name": "CalComBookingFormOptions"
7099
+ },
7100
+ "optional": true
7101
+ }
7102
+ ],
7103
+ "findProfiles": [
7104
+ {
7105
+ "name": "name",
7106
+ "schema": {
7107
+ "k": "string"
7108
+ },
7109
+ "optional": false
7110
+ },
7111
+ {
7112
+ "name": "company",
7113
+ "schema": {
7114
+ "k": "string"
7115
+ },
7116
+ "optional": true
7117
+ }
6800
7118
  ]
6801
7119
  }
6802
7120
  },
@@ -6820,6 +7138,18 @@ export const VALIDATORS = {
6820
7138
  "optional": true
6821
7139
  }
6822
7140
  ]
7141
+ },
7142
+ "CalendlyBookingFormOptions": {
7143
+ "k": "object",
7144
+ "props": [
7145
+ {
7146
+ "name": "event",
7147
+ "schema": {
7148
+ "k": "string"
7149
+ },
7150
+ "optional": true
7151
+ }
7152
+ ]
6823
7153
  }
6824
7154
  },
6825
7155
  "functions": {
@@ -6848,6 +7178,39 @@ export const VALIDATORS = {
6848
7178
  },
6849
7179
  "optional": true
6850
7180
  }
7181
+ ],
7182
+ "getBookingForm": [
7183
+ {
7184
+ "name": "url",
7185
+ "schema": {
7186
+ "k": "string"
7187
+ },
7188
+ "optional": false
7189
+ },
7190
+ {
7191
+ "name": "opts",
7192
+ "schema": {
7193
+ "k": "ref",
7194
+ "name": "CalendlyBookingFormOptions"
7195
+ },
7196
+ "optional": true
7197
+ }
7198
+ ],
7199
+ "findProfiles": [
7200
+ {
7201
+ "name": "name",
7202
+ "schema": {
7203
+ "k": "string"
7204
+ },
7205
+ "optional": false
7206
+ },
7207
+ {
7208
+ "name": "company",
7209
+ "schema": {
7210
+ "k": "string"
7211
+ },
7212
+ "optional": true
7213
+ }
6851
7214
  ]
6852
7215
  }
6853
7216
  },
@@ -9387,12 +9750,33 @@ export const VALIDATORS = {
9387
9750
  }
9388
9751
  },
9389
9752
  "functions": {
9390
- "listEvents": [
9753
+ "listEvents": [
9754
+ {
9755
+ "name": "query",
9756
+ "schema": {
9757
+ "k": "ref",
9758
+ "name": "CuriocityListEventsQuery"
9759
+ },
9760
+ "optional": false
9761
+ }
9762
+ ]
9763
+ }
9764
+ },
9765
+ "providers.currency_exchange": {
9766
+ "defs": {},
9767
+ "functions": {
9768
+ "getRate": [
9391
9769
  {
9392
- "name": "query",
9770
+ "name": "from",
9393
9771
  "schema": {
9394
- "k": "ref",
9395
- "name": "CuriocityListEventsQuery"
9772
+ "k": "string"
9773
+ },
9774
+ "optional": false
9775
+ },
9776
+ {
9777
+ "name": "to",
9778
+ "schema": {
9779
+ "k": "string"
9396
9780
  },
9397
9781
  "optional": false
9398
9782
  }
@@ -9763,6 +10147,34 @@ export const VALIDATORS = {
9763
10147
  ]
9764
10148
  }
9765
10149
  },
10150
+ "providers.dell": {
10151
+ "defs": {
10152
+ "SearchForumThreadsArgs": {
10153
+ "k": "object",
10154
+ "props": [
10155
+ {
10156
+ "name": "query",
10157
+ "schema": {
10158
+ "k": "string"
10159
+ },
10160
+ "optional": false
10161
+ }
10162
+ ]
10163
+ }
10164
+ },
10165
+ "functions": {
10166
+ "searchForumThreads": [
10167
+ {
10168
+ "name": "args",
10169
+ "schema": {
10170
+ "k": "ref",
10171
+ "name": "SearchForumThreadsArgs"
10172
+ },
10173
+ "optional": false
10174
+ }
10175
+ ]
10176
+ }
10177
+ },
9766
10178
  "providers.deltadentalma": {
9767
10179
  "defs": {
9768
10180
  "deltadentalmaSearchFilters": {
@@ -12864,6 +13276,15 @@ export const VALIDATORS = {
12864
13276
  },
12865
13277
  "optional": true
12866
13278
  }
13279
+ ],
13280
+ "getProfileReadme": [
13281
+ {
13282
+ "name": "handle",
13283
+ "schema": {
13284
+ "k": "string"
13285
+ },
13286
+ "optional": false
13287
+ }
12867
13288
  ]
12868
13289
  }
12869
13290
  },
@@ -13199,6 +13620,146 @@ export const VALIDATORS = {
13199
13620
  ]
13200
13621
  }
13201
13622
  },
13623
+ "providers.google_maps": {
13624
+ "defs": {
13625
+ "GeocodeAddressArgs": {
13626
+ "k": "object",
13627
+ "props": [
13628
+ {
13629
+ "name": "address",
13630
+ "schema": {
13631
+ "k": "string"
13632
+ },
13633
+ "optional": false
13634
+ }
13635
+ ]
13636
+ },
13637
+ "GetPlaceArgs": {
13638
+ "k": "object",
13639
+ "props": [
13640
+ {
13641
+ "name": "query",
13642
+ "schema": {
13643
+ "k": "string"
13644
+ },
13645
+ "optional": false
13646
+ }
13647
+ ]
13648
+ },
13649
+ "ListReviewsArgs": {
13650
+ "k": "object",
13651
+ "props": [
13652
+ {
13653
+ "name": "query",
13654
+ "schema": {
13655
+ "k": "string"
13656
+ },
13657
+ "optional": false
13658
+ }
13659
+ ]
13660
+ },
13661
+ "SearchPlacesArgs": {
13662
+ "k": "object",
13663
+ "props": [
13664
+ {
13665
+ "name": "query",
13666
+ "schema": {
13667
+ "k": "string"
13668
+ },
13669
+ "optional": false
13670
+ }
13671
+ ]
13672
+ },
13673
+ "SuggestPlacesArgs": {
13674
+ "k": "object",
13675
+ "props": [
13676
+ {
13677
+ "name": "query",
13678
+ "schema": {
13679
+ "k": "string"
13680
+ },
13681
+ "optional": false
13682
+ }
13683
+ ]
13684
+ }
13685
+ },
13686
+ "functions": {
13687
+ "suggestPlaces": [
13688
+ {
13689
+ "name": "args",
13690
+ "schema": {
13691
+ "k": "ref",
13692
+ "name": "SuggestPlacesArgs"
13693
+ },
13694
+ "optional": false
13695
+ }
13696
+ ],
13697
+ "searchPlaces": [
13698
+ {
13699
+ "name": "args",
13700
+ "schema": {
13701
+ "k": "ref",
13702
+ "name": "SearchPlacesArgs"
13703
+ },
13704
+ "optional": false
13705
+ }
13706
+ ],
13707
+ "geocodeAddress": [
13708
+ {
13709
+ "name": "args",
13710
+ "schema": {
13711
+ "k": "ref",
13712
+ "name": "GeocodeAddressArgs"
13713
+ },
13714
+ "optional": false
13715
+ }
13716
+ ],
13717
+ "getPlace": [
13718
+ {
13719
+ "name": "args",
13720
+ "schema": {
13721
+ "k": "ref",
13722
+ "name": "GetPlaceArgs"
13723
+ },
13724
+ "optional": false
13725
+ }
13726
+ ],
13727
+ "listReviews": [
13728
+ {
13729
+ "name": "args",
13730
+ "schema": {
13731
+ "k": "ref",
13732
+ "name": "ListReviewsArgs"
13733
+ },
13734
+ "optional": false
13735
+ }
13736
+ ]
13737
+ }
13738
+ },
13739
+ "providers.google_news": {
13740
+ "defs": {},
13741
+ "functions": {
13742
+ "searchNews": [
13743
+ {
13744
+ "name": "query",
13745
+ "schema": {
13746
+ "k": "string"
13747
+ },
13748
+ "optional": false
13749
+ }
13750
+ ],
13751
+ "topStories": [],
13752
+ "listTopicHeadlines": [
13753
+ {
13754
+ "name": "section",
13755
+ "schema": {
13756
+ "k": "string"
13757
+ },
13758
+ "optional": false
13759
+ }
13760
+ ]
13761
+ }
13762
+ },
13202
13763
  "providers.gostoreit": {
13203
13764
  "defs": {
13204
13765
  "GetFacilityUnitsArgs": {
@@ -13812,7 +14373,20 @@ export const VALIDATORS = {
13812
14373
  }
13813
14374
  },
13814
14375
  "providers.havenenergy": {
13815
- "defs": {},
14376
+ "defs": {
14377
+ "HavenListPricingProgramsArgs": {
14378
+ "k": "object",
14379
+ "props": [
14380
+ {
14381
+ "name": "address",
14382
+ "schema": {
14383
+ "k": "string"
14384
+ },
14385
+ "optional": false
14386
+ }
14387
+ ]
14388
+ }
14389
+ },
13816
14390
  "functions": {
13817
14391
  "getPropertyDetails": [
13818
14392
  {
@@ -13823,7 +14397,17 @@ export const VALIDATORS = {
13823
14397
  "optional": false
13824
14398
  }
13825
14399
  ],
13826
- "getPricingPrograms": []
14400
+ "getPricingPrograms": [],
14401
+ "listPricingPrograms": [
14402
+ {
14403
+ "name": "arg0",
14404
+ "schema": {
14405
+ "k": "ref",
14406
+ "name": "HavenListPricingProgramsArgs"
14407
+ },
14408
+ "optional": false
14409
+ }
14410
+ ]
13827
14411
  }
13828
14412
  },
13829
14413
  "providers.haydenhomes": {
@@ -13910,6 +14494,34 @@ export const VALIDATORS = {
13910
14494
  ]
13911
14495
  }
13912
14496
  },
14497
+ "providers.hccts": {
14498
+ "defs": {
14499
+ "CheckApplicationAvailabilityArgs": {
14500
+ "k": "object",
14501
+ "props": [
14502
+ {
14503
+ "name": "refresh",
14504
+ "schema": {
14505
+ "k": "boolean"
14506
+ },
14507
+ "optional": true
14508
+ }
14509
+ ]
14510
+ }
14511
+ },
14512
+ "functions": {
14513
+ "checkApplicationAvailability": [
14514
+ {
14515
+ "name": "args",
14516
+ "schema": {
14517
+ "k": "ref",
14518
+ "name": "CheckApplicationAvailabilityArgs"
14519
+ },
14520
+ "optional": false
14521
+ }
14522
+ ]
14523
+ }
14524
+ },
13913
14525
  "providers.healthcare_gov": {
13914
14526
  "defs": {
13915
14527
  "healthcare_govEnrollmentQuery": {
@@ -25502,6 +26114,55 @@ export const VALIDATORS = {
25502
26114
  ]
25503
26115
  }
25504
26116
  },
26117
+ "providers.serper": {
26118
+ "defs": {
26119
+ "SerperSearchOptions": {
26120
+ "k": "object",
26121
+ "props": [
26122
+ {
26123
+ "name": "num",
26124
+ "schema": {
26125
+ "k": "number"
26126
+ },
26127
+ "optional": true
26128
+ },
26129
+ {
26130
+ "name": "gl",
26131
+ "schema": {
26132
+ "k": "string"
26133
+ },
26134
+ "optional": true
26135
+ },
26136
+ {
26137
+ "name": "hl",
26138
+ "schema": {
26139
+ "k": "string"
26140
+ },
26141
+ "optional": true
26142
+ }
26143
+ ]
26144
+ }
26145
+ },
26146
+ "functions": {
26147
+ "searchGoogle": [
26148
+ {
26149
+ "name": "query",
26150
+ "schema": {
26151
+ "k": "string"
26152
+ },
26153
+ "optional": false
26154
+ },
26155
+ {
26156
+ "name": "opts",
26157
+ "schema": {
26158
+ "k": "ref",
26159
+ "name": "SerperSearchOptions"
26160
+ },
26161
+ "optional": true
26162
+ }
26163
+ ]
26164
+ }
26165
+ },
25505
26166
  "providers.sitmeanssit": {
25506
26167
  "defs": {},
25507
26168
  "functions": {