@bowmark/web 1.19.0 → 1.20.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: 91a69720e3caaa44f20031f9902b213daadc2093c895452fe8b71d88e0c2380c
9
- // 918 checked, 20 unchecked.
8
+ // Manifest version: f9bdccf83883a14360d78c1b4f364bcb1ed422bd4bc56bd1b722b7a00105291c
9
+ // 960 checked, 20 unchecked.
10
10
  export const VALIDATORS = {
11
- "version": "91a69720e3caaa44f20031f9902b213daadc2093c895452fe8b71d88e0c2380c",
11
+ "version": "f9bdccf83883a14360d78c1b4f364bcb1ed422bd4bc56bd1b722b7a00105291c",
12
12
  "units": {
13
13
  "bundles": {
14
14
  "defs": {},
@@ -2223,6 +2223,12 @@ export const VALIDATORS = {
2223
2223
  ]
2224
2224
  }
2225
2225
  },
2226
+ "script_execution": {
2227
+ "defs": {},
2228
+ "functions": {
2229
+ "guide": []
2230
+ }
2231
+ },
2226
2232
  "search": {
2227
2233
  "defs": {
2228
2234
  "CallOptions": {
@@ -3491,6 +3497,30 @@ export const VALIDATORS = {
3491
3497
  ]
3492
3498
  }
3493
3499
  },
3500
+ "providers.ai_engineer": {
3501
+ "defs": {},
3502
+ "functions": {
3503
+ "listSpeakers": [],
3504
+ "getSpeaker": [
3505
+ {
3506
+ "name": "args",
3507
+ "schema": {
3508
+ "k": "object",
3509
+ "props": [
3510
+ {
3511
+ "name": "speakerHandle",
3512
+ "schema": {
3513
+ "k": "string"
3514
+ },
3515
+ "optional": false
3516
+ }
3517
+ ]
3518
+ },
3519
+ "optional": false
3520
+ }
3521
+ ]
3522
+ }
3523
+ },
3494
3524
  "providers.aiper": {
3495
3525
  "defs": {
3496
3526
  "AiperPoolAnswerInput": {
@@ -4426,6 +4456,21 @@ export const VALIDATORS = {
4426
4456
  ]
4427
4457
  }
4428
4458
  },
4459
+ "providers.astoundgroup": {
4460
+ "defs": {},
4461
+ "functions": {
4462
+ "listPages": [],
4463
+ "getContactForm": [
4464
+ {
4465
+ "name": "url",
4466
+ "schema": {
4467
+ "k": "string"
4468
+ },
4469
+ "optional": true
4470
+ }
4471
+ ]
4472
+ }
4473
+ },
4429
4474
  "providers.atlasoceanvoyages": {
4430
4475
  "defs": {},
4431
4476
  "functions": {
@@ -4634,6 +4679,20 @@ export const VALIDATORS = {
4634
4679
  "listProperties": []
4635
4680
  }
4636
4681
  },
4682
+ "providers.avalonmalibu_com": {
4683
+ "defs": {},
4684
+ "functions": {
4685
+ "getInsuranceForm": [
4686
+ {
4687
+ "name": "url",
4688
+ "schema": {
4689
+ "k": "string"
4690
+ },
4691
+ "optional": true
4692
+ }
4693
+ ]
4694
+ }
4695
+ },
4637
4696
  "providers.avantstay": {
4638
4697
  "defs": {},
4639
4698
  "functions": {
@@ -5797,6 +5856,21 @@ export const VALIDATORS = {
5797
5856
  ]
5798
5857
  }
5799
5858
  },
5859
+ "providers.bionicpo": {
5860
+ "defs": {},
5861
+ "functions": {
5862
+ "listInquiryServices": [],
5863
+ "getInquiryServiceDetails": [
5864
+ {
5865
+ "name": "serviceName",
5866
+ "schema": {
5867
+ "k": "string"
5868
+ },
5869
+ "optional": false
5870
+ }
5871
+ ]
5872
+ }
5873
+ },
5800
5874
  "providers.bishops": {
5801
5875
  "defs": {},
5802
5876
  "functions": {
@@ -6407,6 +6481,13 @@ export const VALIDATORS = {
6407
6481
  ]
6408
6482
  }
6409
6483
  },
6484
+ "providers.builder_strucsure_com": {
6485
+ "defs": {},
6486
+ "functions": {
6487
+ "listRegistrationStates": [],
6488
+ "getNewConstructionRegistrationFields": []
6489
+ }
6490
+ },
6410
6491
  "providers.bulletproof": {
6411
6492
  "defs": {},
6412
6493
  "functions": {
@@ -9093,6 +9174,35 @@ export const VALIDATORS = {
9093
9174
  "listDocPages": []
9094
9175
  }
9095
9176
  },
9177
+ "providers.compass_living": {
9178
+ "defs": {},
9179
+ "functions": {
9180
+ "listCommunities": [
9181
+ {
9182
+ "name": "limit",
9183
+ "schema": {
9184
+ "k": "number"
9185
+ },
9186
+ "optional": true
9187
+ }
9188
+ ]
9189
+ }
9190
+ },
9191
+ "providers.completehomewarranty_com": {
9192
+ "defs": {},
9193
+ "functions": {
9194
+ "listPlans": [],
9195
+ "getPlan": [
9196
+ {
9197
+ "name": "name",
9198
+ "schema": {
9199
+ "k": "string"
9200
+ },
9201
+ "optional": false
9202
+ }
9203
+ ]
9204
+ }
9205
+ },
9096
9206
  "providers.consultnet": {
9097
9207
  "defs": {
9098
9208
  "ConsultnetJobSearchQuery": {
@@ -9135,6 +9245,20 @@ export const VALIDATORS = {
9135
9245
  ]
9136
9246
  }
9137
9247
  },
9248
+ "providers.costco": {
9249
+ "defs": {},
9250
+ "functions": {
9251
+ "search": [
9252
+ {
9253
+ "name": "query",
9254
+ "schema": {
9255
+ "k": "string"
9256
+ },
9257
+ "optional": false
9258
+ }
9259
+ ]
9260
+ }
9261
+ },
9138
9262
  "providers.couponfollow": {
9139
9263
  "defs": {},
9140
9264
  "functions": {
@@ -12780,6 +12904,93 @@ export const VALIDATORS = {
12780
12904
  ]
12781
12905
  }
12782
12906
  },
12907
+ "providers.gobrightwing": {
12908
+ "defs": {
12909
+ "GetJobDetailsArgs": {
12910
+ "k": "object",
12911
+ "props": [
12912
+ {
12913
+ "name": "jobId",
12914
+ "schema": {
12915
+ "k": "string"
12916
+ },
12917
+ "optional": false
12918
+ }
12919
+ ]
12920
+ },
12921
+ "SearchJobsArgs": {
12922
+ "k": "object",
12923
+ "props": [
12924
+ {
12925
+ "name": "keyword",
12926
+ "schema": {
12927
+ "k": "string"
12928
+ },
12929
+ "optional": true
12930
+ },
12931
+ {
12932
+ "name": "location",
12933
+ "schema": {
12934
+ "k": "string"
12935
+ },
12936
+ "optional": true
12937
+ },
12938
+ {
12939
+ "name": "workType",
12940
+ "schema": {
12941
+ "k": "string"
12942
+ },
12943
+ "optional": true
12944
+ }
12945
+ ]
12946
+ }
12947
+ },
12948
+ "functions": {
12949
+ "searchJobs": [
12950
+ {
12951
+ "name": "args",
12952
+ "schema": {
12953
+ "k": "ref",
12954
+ "name": "SearchJobsArgs"
12955
+ },
12956
+ "optional": false
12957
+ }
12958
+ ],
12959
+ "getJobDetails": [
12960
+ {
12961
+ "name": "args",
12962
+ "schema": {
12963
+ "k": "ref",
12964
+ "name": "GetJobDetailsArgs"
12965
+ },
12966
+ "optional": false
12967
+ }
12968
+ ]
12969
+ }
12970
+ },
12971
+ "providers.golf_com": {
12972
+ "defs": {},
12973
+ "functions": {
12974
+ "findCourses": [
12975
+ {
12976
+ "name": "query",
12977
+ "schema": {
12978
+ "k": "string"
12979
+ },
12980
+ "optional": false
12981
+ }
12982
+ ],
12983
+ "getCourse": [
12984
+ {
12985
+ "name": "id",
12986
+ "schema": {
12987
+ "k": "string"
12988
+ },
12989
+ "optional": false
12990
+ }
12991
+ ]
12992
+ }
12993
+ },
12783
12994
  "providers.goloadup": {
12784
12995
  "defs": {
12785
12996
  "GoloadupQuoteItem": {
@@ -12988,6 +13199,43 @@ export const VALIDATORS = {
12988
13199
  ]
12989
13200
  }
12990
13201
  },
13202
+ "providers.gostoreit": {
13203
+ "defs": {
13204
+ "GetFacilityUnitsArgs": {
13205
+ "k": "object",
13206
+ "props": [
13207
+ {
13208
+ "name": "facilityUrl",
13209
+ "schema": {
13210
+ "k": "string"
13211
+ },
13212
+ "optional": false
13213
+ }
13214
+ ]
13215
+ }
13216
+ },
13217
+ "functions": {
13218
+ "findFacilities": [
13219
+ {
13220
+ "name": "query",
13221
+ "schema": {
13222
+ "k": "string"
13223
+ },
13224
+ "optional": false
13225
+ }
13226
+ ],
13227
+ "getFacilityUnits": [
13228
+ {
13229
+ "name": "args",
13230
+ "schema": {
13231
+ "k": "ref",
13232
+ "name": "GetFacilityUnitsArgs"
13233
+ },
13234
+ "optional": false
13235
+ }
13236
+ ]
13237
+ }
13238
+ },
12991
13239
  "providers.gotchacovered": {
12992
13240
  "defs": {
12993
13241
  "GotchaCoveredQuizAnswers": {
@@ -13173,46 +13421,112 @@ export const VALIDATORS = {
13173
13421
  ]
13174
13422
  }
13175
13423
  },
13176
- "providers.hamptonwaterwine": {
13177
- "defs": {},
13424
+ "providers.greatlakesbrewing": {
13425
+ "defs": {
13426
+ "PriceGreatlakesbrewingEGiftCardArgs": {
13427
+ "k": "object",
13428
+ "props": [
13429
+ {
13430
+ "name": "amount",
13431
+ "schema": {
13432
+ "k": "number"
13433
+ },
13434
+ "optional": false
13435
+ },
13436
+ {
13437
+ "name": "sleeve",
13438
+ "schema": {
13439
+ "k": "boolean"
13440
+ },
13441
+ "optional": true
13442
+ }
13443
+ ]
13444
+ }
13445
+ },
13178
13446
  "functions": {
13179
- "findNearbyRetailers": [
13447
+ "getEGiftCardOptions": [],
13448
+ "priceEGiftCard": [
13180
13449
  {
13181
- "name": "zip",
13450
+ "name": "args",
13182
13451
  "schema": {
13183
- "k": "string"
13452
+ "k": "ref",
13453
+ "name": "PriceGreatlakesbrewingEGiftCardArgs"
13184
13454
  },
13185
13455
  "optional": false
13186
- },
13187
- {
13188
- "name": "radiusMiles",
13189
- "schema": {
13190
- "k": "number"
13191
- },
13192
- "optional": true
13193
13456
  }
13194
13457
  ]
13195
13458
  }
13196
13459
  },
13197
- "providers.handypro": {
13460
+ "providers.greatlakesdentaltech": {
13198
13461
  "defs": {},
13199
13462
  "functions": {
13200
- "checkServiceArea": [
13463
+ "search": [
13201
13464
  {
13202
- "name": "zipcode",
13465
+ "name": "query",
13203
13466
  "schema": {
13204
13467
  "k": "string"
13205
13468
  },
13206
13469
  "optional": false
13207
- }
13208
- ],
13209
- "searchServiceCategories": [
13470
+ },
13210
13471
  {
13211
- "name": "zipcode",
13472
+ "name": "limit",
13212
13473
  "schema": {
13213
- "k": "string"
13474
+ "k": "number"
13214
13475
  },
13215
- "optional": false
13476
+ "optional": true
13477
+ }
13478
+ ],
13479
+ "getProduct": [
13480
+ {
13481
+ "name": "url",
13482
+ "schema": {
13483
+ "k": "string"
13484
+ },
13485
+ "optional": false
13486
+ }
13487
+ ]
13488
+ }
13489
+ },
13490
+ "providers.hamptonwaterwine": {
13491
+ "defs": {},
13492
+ "functions": {
13493
+ "findNearbyRetailers": [
13494
+ {
13495
+ "name": "zip",
13496
+ "schema": {
13497
+ "k": "string"
13498
+ },
13499
+ "optional": false
13500
+ },
13501
+ {
13502
+ "name": "radiusMiles",
13503
+ "schema": {
13504
+ "k": "number"
13505
+ },
13506
+ "optional": true
13507
+ }
13508
+ ]
13509
+ }
13510
+ },
13511
+ "providers.handypro": {
13512
+ "defs": {},
13513
+ "functions": {
13514
+ "checkServiceArea": [
13515
+ {
13516
+ "name": "zipcode",
13517
+ "schema": {
13518
+ "k": "string"
13519
+ },
13520
+ "optional": false
13521
+ }
13522
+ ],
13523
+ "searchServiceCategories": [
13524
+ {
13525
+ "name": "zipcode",
13526
+ "schema": {
13527
+ "k": "string"
13528
+ },
13529
+ "optional": false
13216
13530
  },
13217
13531
  {
13218
13532
  "name": "query",
@@ -16652,6 +16966,20 @@ export const VALIDATORS = {
16652
16966
  ]
16653
16967
  }
16654
16968
  },
16969
+ "providers.kwworldwide": {
16970
+ "defs": {},
16971
+ "functions": {
16972
+ "findContactForm": [
16973
+ {
16974
+ "name": "pageUrl",
16975
+ "schema": {
16976
+ "k": "string"
16977
+ },
16978
+ "optional": true
16979
+ }
16980
+ ]
16981
+ }
16982
+ },
16655
16983
  "providers.labcorp": {
16656
16984
  "defs": {},
16657
16985
  "functions": {
@@ -18774,6 +19102,82 @@ export const VALIDATORS = {
18774
19102
  ]
18775
19103
  }
18776
19104
  },
19105
+ "providers.my_auroramedicalspa_com": {
19106
+ "defs": {
19107
+ "AuroraLocationSearchFilters": {
19108
+ "k": "object",
19109
+ "props": [
19110
+ {
19111
+ "name": "state",
19112
+ "schema": {
19113
+ "k": "string"
19114
+ },
19115
+ "optional": true
19116
+ },
19117
+ {
19118
+ "name": "city",
19119
+ "schema": {
19120
+ "k": "string"
19121
+ },
19122
+ "optional": true
19123
+ }
19124
+ ]
19125
+ }
19126
+ },
19127
+ "functions": {
19128
+ "listLocations": [
19129
+ {
19130
+ "name": "filters",
19131
+ "schema": {
19132
+ "k": "ref",
19133
+ "name": "AuroraLocationSearchFilters"
19134
+ },
19135
+ "optional": true
19136
+ }
19137
+ ],
19138
+ "getServiceCategories": [
19139
+ {
19140
+ "name": "locationId",
19141
+ "schema": {
19142
+ "k": "number"
19143
+ },
19144
+ "optional": false
19145
+ }
19146
+ ],
19147
+ "getServices": [
19148
+ {
19149
+ "name": "locationId",
19150
+ "schema": {
19151
+ "k": "number"
19152
+ },
19153
+ "optional": false
19154
+ },
19155
+ {
19156
+ "name": "categoryId",
19157
+ "schema": {
19158
+ "k": "number"
19159
+ },
19160
+ "optional": false
19161
+ }
19162
+ ],
19163
+ "getProviders": [
19164
+ {
19165
+ "name": "locationId",
19166
+ "schema": {
19167
+ "k": "number"
19168
+ },
19169
+ "optional": false
19170
+ },
19171
+ {
19172
+ "name": "serviceId",
19173
+ "schema": {
19174
+ "k": "number"
19175
+ },
19176
+ "optional": false
19177
+ }
19178
+ ]
19179
+ }
19180
+ },
18777
19181
  "providers.myollie": {
18778
19182
  "defs": {},
18779
19183
  "functions": {
@@ -19531,6 +19935,76 @@ export const VALIDATORS = {
19531
19935
  ]
19532
19936
  }
19533
19937
  },
19938
+ "providers.pacificlifestylehomes": {
19939
+ "defs": {
19940
+ "PacificLifestyleHomesSearchArgs": {
19941
+ "k": "object",
19942
+ "props": [
19943
+ {
19944
+ "name": "city",
19945
+ "schema": {
19946
+ "k": "union",
19947
+ "of": [
19948
+ {
19949
+ "k": "literal",
19950
+ "v": "Camas"
19951
+ },
19952
+ {
19953
+ "k": "literal",
19954
+ "v": "Ridgefield"
19955
+ },
19956
+ {
19957
+ "k": "literal",
19958
+ "v": "Vancouver"
19959
+ }
19960
+ ]
19961
+ },
19962
+ "optional": true
19963
+ },
19964
+ {
19965
+ "name": "minBedrooms",
19966
+ "schema": {
19967
+ "k": "number"
19968
+ },
19969
+ "optional": true
19970
+ },
19971
+ {
19972
+ "name": "minBathrooms",
19973
+ "schema": {
19974
+ "k": "number"
19975
+ },
19976
+ "optional": true
19977
+ },
19978
+ {
19979
+ "name": "minPrice",
19980
+ "schema": {
19981
+ "k": "number"
19982
+ },
19983
+ "optional": true
19984
+ },
19985
+ {
19986
+ "name": "maxPrice",
19987
+ "schema": {
19988
+ "k": "number"
19989
+ },
19990
+ "optional": true
19991
+ }
19992
+ ]
19993
+ }
19994
+ },
19995
+ "functions": {
19996
+ "searchAvailableHomes": [
19997
+ {
19998
+ "name": "args",
19999
+ "schema": {
20000
+ "k": "ref",
20001
+ "name": "PacificLifestyleHomesSearchArgs"
20002
+ },
20003
+ "optional": true
20004
+ }
20005
+ ]
20006
+ }
20007
+ },
19534
20008
  "providers.paypal": {
19535
20009
  "defs": {
19536
20010
  "PaypalConversionKind": {
@@ -20203,6 +20677,29 @@ export const VALIDATORS = {
20203
20677
  ]
20204
20678
  }
20205
20679
  },
20680
+ "providers.polytex": {
20681
+ "defs": {},
20682
+ "functions": {
20683
+ "searchProducts": [
20684
+ {
20685
+ "name": "query",
20686
+ "schema": {
20687
+ "k": "string"
20688
+ },
20689
+ "optional": false
20690
+ }
20691
+ ],
20692
+ "getProduct": [
20693
+ {
20694
+ "name": "url",
20695
+ "schema": {
20696
+ "k": "string"
20697
+ },
20698
+ "optional": false
20699
+ }
20700
+ ]
20701
+ }
20702
+ },
20206
20703
  "providers.poshmark": {
20207
20704
  "defs": {},
20208
20705
  "functions": {
@@ -26025,6 +26522,98 @@ export const VALIDATORS = {
26025
26522
  ]
26026
26523
  }
26027
26524
  },
26525
+ "providers.tagtrans_net": {
26526
+ "defs": {
26527
+ "CreateTagtransShipmentRateEmailArgs": {
26528
+ "k": "object",
26529
+ "props": [
26530
+ {
26531
+ "name": "name",
26532
+ "schema": {
26533
+ "k": "string"
26534
+ },
26535
+ "optional": false
26536
+ },
26537
+ {
26538
+ "name": "phone",
26539
+ "schema": {
26540
+ "k": "string"
26541
+ },
26542
+ "optional": false
26543
+ },
26544
+ {
26545
+ "name": "email",
26546
+ "schema": {
26547
+ "k": "string"
26548
+ },
26549
+ "optional": false
26550
+ },
26551
+ {
26552
+ "name": "service",
26553
+ "schema": {
26554
+ "k": "string"
26555
+ },
26556
+ "optional": false
26557
+ },
26558
+ {
26559
+ "name": "company",
26560
+ "schema": {
26561
+ "k": "string"
26562
+ },
26563
+ "optional": true
26564
+ },
26565
+ {
26566
+ "name": "shipFrom",
26567
+ "schema": {
26568
+ "k": "string"
26569
+ },
26570
+ "optional": true
26571
+ },
26572
+ {
26573
+ "name": "shipTo",
26574
+ "schema": {
26575
+ "k": "string"
26576
+ },
26577
+ "optional": true
26578
+ },
26579
+ {
26580
+ "name": "desiredShippingDate",
26581
+ "schema": {
26582
+ "k": "string"
26583
+ },
26584
+ "optional": true
26585
+ },
26586
+ {
26587
+ "name": "desiredDeliveryDate",
26588
+ "schema": {
26589
+ "k": "string"
26590
+ },
26591
+ "optional": true
26592
+ },
26593
+ {
26594
+ "name": "details",
26595
+ "schema": {
26596
+ "k": "string"
26597
+ },
26598
+ "optional": true
26599
+ }
26600
+ ]
26601
+ }
26602
+ },
26603
+ "functions": {
26604
+ "getShipmentRateForm": [],
26605
+ "createShipmentRateEmail": [
26606
+ {
26607
+ "name": "args",
26608
+ "schema": {
26609
+ "k": "ref",
26610
+ "name": "CreateTagtransShipmentRateEmailArgs"
26611
+ },
26612
+ "optional": false
26613
+ }
26614
+ ]
26615
+ }
26616
+ },
26028
26617
  "providers.tamarackidaho": {
26029
26618
  "defs": {
26030
26619
  "tamarackidahoSearchArgs": {
@@ -27449,6 +28038,28 @@ export const VALIDATORS = {
27449
28038
  ]
27450
28039
  }
27451
28040
  },
28041
+ "providers.tryalma_com": {
28042
+ "defs": {},
28043
+ "functions": {
28044
+ "search": [
28045
+ {
28046
+ "name": "query",
28047
+ "schema": {
28048
+ "k": "string"
28049
+ },
28050
+ "optional": false
28051
+ }
28052
+ ],
28053
+ "listPages": []
28054
+ }
28055
+ },
28056
+ "providers.tweethunter": {
28057
+ "defs": {},
28058
+ "functions": {
28059
+ "listFeatures": [],
28060
+ "listFeatureCategories": []
28061
+ }
28062
+ },
27452
28063
  "providers.twiddy": {
27453
28064
  "defs": {},
27454
28065
  "functions": {
@@ -27609,6 +28220,68 @@ export const VALIDATORS = {
27609
28220
  ]
27610
28221
  }
27611
28222
  },
28223
+ "providers.upkeepstl_com": {
28224
+ "defs": {},
28225
+ "functions": {
28226
+ "getPlanBuilder": [],
28227
+ "estimatePlanCost": [
28228
+ {
28229
+ "name": "args",
28230
+ "schema": {
28231
+ "k": "object",
28232
+ "props": [
28233
+ {
28234
+ "name": "planId",
28235
+ "schema": {
28236
+ "k": "string"
28237
+ },
28238
+ "optional": false
28239
+ },
28240
+ {
28241
+ "name": "homeTypeId",
28242
+ "schema": {
28243
+ "k": "string"
28244
+ },
28245
+ "optional": false
28246
+ },
28247
+ {
28248
+ "name": "warrantyYears",
28249
+ "schema": {
28250
+ "k": "number"
28251
+ },
28252
+ "optional": false
28253
+ },
28254
+ {
28255
+ "name": "upgradeId",
28256
+ "schema": {
28257
+ "k": "string"
28258
+ },
28259
+ "optional": true
28260
+ },
28261
+ {
28262
+ "name": "addOnIds",
28263
+ "schema": {
28264
+ "k": "array",
28265
+ "of": {
28266
+ "k": "string"
28267
+ }
28268
+ },
28269
+ "optional": true
28270
+ },
28271
+ {
28272
+ "name": "applianceQuantity",
28273
+ "schema": {
28274
+ "k": "number"
28275
+ },
28276
+ "optional": true
28277
+ }
28278
+ ]
28279
+ },
28280
+ "optional": false
28281
+ }
28282
+ ]
28283
+ }
28284
+ },
27612
28285
  "providers.ups": {
27613
28286
  "defs": {},
27614
28287
  "functions": {
@@ -28479,6 +29152,21 @@ export const VALIDATORS = {
28479
29152
  ]
28480
29153
  }
28481
29154
  },
29155
+ "providers.wearehirschfeld": {
29156
+ "defs": {},
29157
+ "functions": {
29158
+ "listPages": [],
29159
+ "getContactForm": [
29160
+ {
29161
+ "name": "url",
29162
+ "schema": {
29163
+ "k": "string"
29164
+ },
29165
+ "optional": true
29166
+ }
29167
+ ]
29168
+ }
29169
+ },
28482
29170
  "providers.wellfound": {
28483
29171
  "defs": {},
28484
29172
  "functions": {