@bowmark/web 1.20.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: f9bdccf83883a14360d78c1b4f364bcb1ed422bd4bc56bd1b722b7a00105291c
9
- // 960 checked, 20 unchecked.
8
+ // Manifest version: 629f1aeb04463086ca99af95377a310bbd807733f6a06b36d16890fbc8e3314d
9
+ // 990 checked, 20 unchecked.
10
10
  export const VALIDATORS = {
11
- "version": "f9bdccf83883a14360d78c1b4f364bcb1ed422bd4bc56bd1b722b7a00105291c",
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
  },
@@ -9399,6 +9762,27 @@ export const VALIDATORS = {
9399
9762
  ]
9400
9763
  }
9401
9764
  },
9765
+ "providers.currency_exchange": {
9766
+ "defs": {},
9767
+ "functions": {
9768
+ "getRate": [
9769
+ {
9770
+ "name": "from",
9771
+ "schema": {
9772
+ "k": "string"
9773
+ },
9774
+ "optional": false
9775
+ },
9776
+ {
9777
+ "name": "to",
9778
+ "schema": {
9779
+ "k": "string"
9780
+ },
9781
+ "optional": false
9782
+ }
9783
+ ]
9784
+ }
9785
+ },
9402
9786
  "providers.cyberpowerpc": {
9403
9787
  "defs": {},
9404
9788
  "functions": {
@@ -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": {
@@ -13811,6 +14372,44 @@ export const VALIDATORS = {
13811
14372
  ]
13812
14373
  }
13813
14374
  },
14375
+ "providers.havenenergy": {
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
+ },
14390
+ "functions": {
14391
+ "getPropertyDetails": [
14392
+ {
14393
+ "name": "address",
14394
+ "schema": {
14395
+ "k": "string"
14396
+ },
14397
+ "optional": false
14398
+ }
14399
+ ],
14400
+ "getPricingPrograms": [],
14401
+ "listPricingPrograms": [
14402
+ {
14403
+ "name": "arg0",
14404
+ "schema": {
14405
+ "k": "ref",
14406
+ "name": "HavenListPricingProgramsArgs"
14407
+ },
14408
+ "optional": false
14409
+ }
14410
+ ]
14411
+ }
14412
+ },
13814
14413
  "providers.haydenhomes": {
13815
14414
  "defs": {
13816
14415
  "HaydenhomesSearchFilters": {
@@ -13895,6 +14494,34 @@ export const VALIDATORS = {
13895
14494
  ]
13896
14495
  }
13897
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
+ },
13898
14525
  "providers.healthcare_gov": {
13899
14526
  "defs": {
13900
14527
  "healthcare_govEnrollmentQuery": {
@@ -16023,6 +16650,85 @@ export const VALIDATORS = {
16023
16650
  ]
16024
16651
  }
16025
16652
  },
16653
+ "providers.iyc": {
16654
+ "defs": {
16655
+ "IycCharterSearchFilters": {
16656
+ "k": "object",
16657
+ "props": [
16658
+ {
16659
+ "name": "destination",
16660
+ "schema": {
16661
+ "k": "string"
16662
+ },
16663
+ "optional": true
16664
+ },
16665
+ {
16666
+ "name": "guestsMin",
16667
+ "schema": {
16668
+ "k": "number"
16669
+ },
16670
+ "optional": true
16671
+ },
16672
+ {
16673
+ "name": "lengthFeetMin",
16674
+ "schema": {
16675
+ "k": "number"
16676
+ },
16677
+ "optional": true
16678
+ },
16679
+ {
16680
+ "name": "lengthFeetMax",
16681
+ "schema": {
16682
+ "k": "number"
16683
+ },
16684
+ "optional": true
16685
+ },
16686
+ {
16687
+ "name": "budgetMaxUsd",
16688
+ "schema": {
16689
+ "k": "number"
16690
+ },
16691
+ "optional": true
16692
+ },
16693
+ {
16694
+ "name": "sort",
16695
+ "schema": {
16696
+ "k": "string"
16697
+ },
16698
+ "optional": true
16699
+ },
16700
+ {
16701
+ "name": "page",
16702
+ "schema": {
16703
+ "k": "number"
16704
+ },
16705
+ "optional": true
16706
+ }
16707
+ ]
16708
+ }
16709
+ },
16710
+ "functions": {
16711
+ "searchCharterYachts": [
16712
+ {
16713
+ "name": "filters",
16714
+ "schema": {
16715
+ "k": "ref",
16716
+ "name": "IycCharterSearchFilters"
16717
+ },
16718
+ "optional": true
16719
+ }
16720
+ ],
16721
+ "checkCharterAvailability": [
16722
+ {
16723
+ "name": "yachtId",
16724
+ "schema": {
16725
+ "k": "string"
16726
+ },
16727
+ "optional": false
16728
+ }
16729
+ ]
16730
+ }
16731
+ },
16026
16732
  "providers.jasmine_dilucci": {
16027
16733
  "defs": {},
16028
16734
  "functions": {
@@ -20749,6 +21455,122 @@ export const VALIDATORS = {
20749
21455
  ]
20750
21456
  }
20751
21457
  },
21458
+ "providers.postiz": {
21459
+ "defs": {
21460
+ "CreatePostArgs": {
21461
+ "k": "object",
21462
+ "props": [
21463
+ {
21464
+ "name": "integrationId",
21465
+ "schema": {
21466
+ "k": "string"
21467
+ },
21468
+ "optional": false
21469
+ },
21470
+ {
21471
+ "name": "content",
21472
+ "schema": {
21473
+ "k": "string"
21474
+ },
21475
+ "optional": false
21476
+ },
21477
+ {
21478
+ "name": "type",
21479
+ "schema": {
21480
+ "k": "union",
21481
+ "of": [
21482
+ {
21483
+ "k": "literal",
21484
+ "v": "draft"
21485
+ },
21486
+ {
21487
+ "k": "literal",
21488
+ "v": "schedule"
21489
+ },
21490
+ {
21491
+ "k": "literal",
21492
+ "v": "now"
21493
+ }
21494
+ ]
21495
+ },
21496
+ "optional": true
21497
+ },
21498
+ {
21499
+ "name": "date",
21500
+ "schema": {
21501
+ "k": "string"
21502
+ },
21503
+ "optional": true
21504
+ },
21505
+ {
21506
+ "name": "settings",
21507
+ "schema": {
21508
+ "k": "record",
21509
+ "value": {
21510
+ "k": "any"
21511
+ }
21512
+ },
21513
+ "optional": true
21514
+ },
21515
+ {
21516
+ "name": "shortLink",
21517
+ "schema": {
21518
+ "k": "boolean"
21519
+ },
21520
+ "optional": true
21521
+ }
21522
+ ]
21523
+ },
21524
+ "ListPostsArgs": {
21525
+ "k": "object",
21526
+ "props": [
21527
+ {
21528
+ "name": "startDate",
21529
+ "schema": {
21530
+ "k": "string"
21531
+ },
21532
+ "optional": false
21533
+ },
21534
+ {
21535
+ "name": "endDate",
21536
+ "schema": {
21537
+ "k": "string"
21538
+ },
21539
+ "optional": false
21540
+ },
21541
+ {
21542
+ "name": "customer",
21543
+ "schema": {
21544
+ "k": "string"
21545
+ },
21546
+ "optional": true
21547
+ }
21548
+ ]
21549
+ }
21550
+ },
21551
+ "functions": {
21552
+ "listPosts": [
21553
+ {
21554
+ "name": "args",
21555
+ "schema": {
21556
+ "k": "ref",
21557
+ "name": "ListPostsArgs"
21558
+ },
21559
+ "optional": false
21560
+ }
21561
+ ],
21562
+ "createPost": [
21563
+ {
21564
+ "name": "args",
21565
+ "schema": {
21566
+ "k": "ref",
21567
+ "name": "CreatePostArgs"
21568
+ },
21569
+ "optional": false
21570
+ }
21571
+ ]
21572
+ }
21573
+ },
20752
21574
  "providers.premierbuildings": {
20753
21575
  "defs": {},
20754
21576
  "functions": {
@@ -25292,6 +26114,55 @@ export const VALIDATORS = {
25292
26114
  ]
25293
26115
  }
25294
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
+ },
25295
26166
  "providers.sitmeanssit": {
25296
26167
  "defs": {},
25297
26168
  "functions": {