@bowmark/web 1.19.0 → 1.21.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: 8f74962f532da5df8d2905deb36fe43233b84c4f09f37cb4c76b92a153333d03
9
+ // 966 checked, 20 unchecked.
10
10
  export const VALIDATORS = {
11
- "version": "91a69720e3caaa44f20031f9902b213daadc2093c895452fe8b71d88e0c2380c",
11
+ "version": "8f74962f532da5df8d2905deb36fe43233b84c4f09f37cb4c76b92a153333d03",
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",
@@ -13497,6 +13811,21 @@ export const VALIDATORS = {
13497
13811
  ]
13498
13812
  }
13499
13813
  },
13814
+ "providers.havenenergy": {
13815
+ "defs": {},
13816
+ "functions": {
13817
+ "getPropertyDetails": [
13818
+ {
13819
+ "name": "address",
13820
+ "schema": {
13821
+ "k": "string"
13822
+ },
13823
+ "optional": false
13824
+ }
13825
+ ],
13826
+ "getPricingPrograms": []
13827
+ }
13828
+ },
13500
13829
  "providers.haydenhomes": {
13501
13830
  "defs": {
13502
13831
  "HaydenhomesSearchFilters": {
@@ -15709,6 +16038,85 @@ export const VALIDATORS = {
15709
16038
  ]
15710
16039
  }
15711
16040
  },
16041
+ "providers.iyc": {
16042
+ "defs": {
16043
+ "IycCharterSearchFilters": {
16044
+ "k": "object",
16045
+ "props": [
16046
+ {
16047
+ "name": "destination",
16048
+ "schema": {
16049
+ "k": "string"
16050
+ },
16051
+ "optional": true
16052
+ },
16053
+ {
16054
+ "name": "guestsMin",
16055
+ "schema": {
16056
+ "k": "number"
16057
+ },
16058
+ "optional": true
16059
+ },
16060
+ {
16061
+ "name": "lengthFeetMin",
16062
+ "schema": {
16063
+ "k": "number"
16064
+ },
16065
+ "optional": true
16066
+ },
16067
+ {
16068
+ "name": "lengthFeetMax",
16069
+ "schema": {
16070
+ "k": "number"
16071
+ },
16072
+ "optional": true
16073
+ },
16074
+ {
16075
+ "name": "budgetMaxUsd",
16076
+ "schema": {
16077
+ "k": "number"
16078
+ },
16079
+ "optional": true
16080
+ },
16081
+ {
16082
+ "name": "sort",
16083
+ "schema": {
16084
+ "k": "string"
16085
+ },
16086
+ "optional": true
16087
+ },
16088
+ {
16089
+ "name": "page",
16090
+ "schema": {
16091
+ "k": "number"
16092
+ },
16093
+ "optional": true
16094
+ }
16095
+ ]
16096
+ }
16097
+ },
16098
+ "functions": {
16099
+ "searchCharterYachts": [
16100
+ {
16101
+ "name": "filters",
16102
+ "schema": {
16103
+ "k": "ref",
16104
+ "name": "IycCharterSearchFilters"
16105
+ },
16106
+ "optional": true
16107
+ }
16108
+ ],
16109
+ "checkCharterAvailability": [
16110
+ {
16111
+ "name": "yachtId",
16112
+ "schema": {
16113
+ "k": "string"
16114
+ },
16115
+ "optional": false
16116
+ }
16117
+ ]
16118
+ }
16119
+ },
15712
16120
  "providers.jasmine_dilucci": {
15713
16121
  "defs": {},
15714
16122
  "functions": {
@@ -16652,6 +17060,20 @@ export const VALIDATORS = {
16652
17060
  ]
16653
17061
  }
16654
17062
  },
17063
+ "providers.kwworldwide": {
17064
+ "defs": {},
17065
+ "functions": {
17066
+ "findContactForm": [
17067
+ {
17068
+ "name": "pageUrl",
17069
+ "schema": {
17070
+ "k": "string"
17071
+ },
17072
+ "optional": true
17073
+ }
17074
+ ]
17075
+ }
17076
+ },
16655
17077
  "providers.labcorp": {
16656
17078
  "defs": {},
16657
17079
  "functions": {
@@ -18774,6 +19196,82 @@ export const VALIDATORS = {
18774
19196
  ]
18775
19197
  }
18776
19198
  },
19199
+ "providers.my_auroramedicalspa_com": {
19200
+ "defs": {
19201
+ "AuroraLocationSearchFilters": {
19202
+ "k": "object",
19203
+ "props": [
19204
+ {
19205
+ "name": "state",
19206
+ "schema": {
19207
+ "k": "string"
19208
+ },
19209
+ "optional": true
19210
+ },
19211
+ {
19212
+ "name": "city",
19213
+ "schema": {
19214
+ "k": "string"
19215
+ },
19216
+ "optional": true
19217
+ }
19218
+ ]
19219
+ }
19220
+ },
19221
+ "functions": {
19222
+ "listLocations": [
19223
+ {
19224
+ "name": "filters",
19225
+ "schema": {
19226
+ "k": "ref",
19227
+ "name": "AuroraLocationSearchFilters"
19228
+ },
19229
+ "optional": true
19230
+ }
19231
+ ],
19232
+ "getServiceCategories": [
19233
+ {
19234
+ "name": "locationId",
19235
+ "schema": {
19236
+ "k": "number"
19237
+ },
19238
+ "optional": false
19239
+ }
19240
+ ],
19241
+ "getServices": [
19242
+ {
19243
+ "name": "locationId",
19244
+ "schema": {
19245
+ "k": "number"
19246
+ },
19247
+ "optional": false
19248
+ },
19249
+ {
19250
+ "name": "categoryId",
19251
+ "schema": {
19252
+ "k": "number"
19253
+ },
19254
+ "optional": false
19255
+ }
19256
+ ],
19257
+ "getProviders": [
19258
+ {
19259
+ "name": "locationId",
19260
+ "schema": {
19261
+ "k": "number"
19262
+ },
19263
+ "optional": false
19264
+ },
19265
+ {
19266
+ "name": "serviceId",
19267
+ "schema": {
19268
+ "k": "number"
19269
+ },
19270
+ "optional": false
19271
+ }
19272
+ ]
19273
+ }
19274
+ },
18777
19275
  "providers.myollie": {
18778
19276
  "defs": {},
18779
19277
  "functions": {
@@ -19531,6 +20029,76 @@ export const VALIDATORS = {
19531
20029
  ]
19532
20030
  }
19533
20031
  },
20032
+ "providers.pacificlifestylehomes": {
20033
+ "defs": {
20034
+ "PacificLifestyleHomesSearchArgs": {
20035
+ "k": "object",
20036
+ "props": [
20037
+ {
20038
+ "name": "city",
20039
+ "schema": {
20040
+ "k": "union",
20041
+ "of": [
20042
+ {
20043
+ "k": "literal",
20044
+ "v": "Camas"
20045
+ },
20046
+ {
20047
+ "k": "literal",
20048
+ "v": "Ridgefield"
20049
+ },
20050
+ {
20051
+ "k": "literal",
20052
+ "v": "Vancouver"
20053
+ }
20054
+ ]
20055
+ },
20056
+ "optional": true
20057
+ },
20058
+ {
20059
+ "name": "minBedrooms",
20060
+ "schema": {
20061
+ "k": "number"
20062
+ },
20063
+ "optional": true
20064
+ },
20065
+ {
20066
+ "name": "minBathrooms",
20067
+ "schema": {
20068
+ "k": "number"
20069
+ },
20070
+ "optional": true
20071
+ },
20072
+ {
20073
+ "name": "minPrice",
20074
+ "schema": {
20075
+ "k": "number"
20076
+ },
20077
+ "optional": true
20078
+ },
20079
+ {
20080
+ "name": "maxPrice",
20081
+ "schema": {
20082
+ "k": "number"
20083
+ },
20084
+ "optional": true
20085
+ }
20086
+ ]
20087
+ }
20088
+ },
20089
+ "functions": {
20090
+ "searchAvailableHomes": [
20091
+ {
20092
+ "name": "args",
20093
+ "schema": {
20094
+ "k": "ref",
20095
+ "name": "PacificLifestyleHomesSearchArgs"
20096
+ },
20097
+ "optional": true
20098
+ }
20099
+ ]
20100
+ }
20101
+ },
19534
20102
  "providers.paypal": {
19535
20103
  "defs": {
19536
20104
  "PaypalConversionKind": {
@@ -20194,45 +20762,174 @@ export const VALIDATORS = {
20194
20762
  ],
20195
20763
  "getMarket": [
20196
20764
  {
20197
- "name": "slug",
20765
+ "name": "slug",
20766
+ "schema": {
20767
+ "k": "string"
20768
+ },
20769
+ "optional": false
20770
+ }
20771
+ ]
20772
+ }
20773
+ },
20774
+ "providers.polytex": {
20775
+ "defs": {},
20776
+ "functions": {
20777
+ "searchProducts": [
20778
+ {
20779
+ "name": "query",
20780
+ "schema": {
20781
+ "k": "string"
20782
+ },
20783
+ "optional": false
20784
+ }
20785
+ ],
20786
+ "getProduct": [
20787
+ {
20788
+ "name": "url",
20789
+ "schema": {
20790
+ "k": "string"
20791
+ },
20792
+ "optional": false
20793
+ }
20794
+ ]
20795
+ }
20796
+ },
20797
+ "providers.poshmark": {
20798
+ "defs": {},
20799
+ "functions": {
20800
+ "getBulkUploadTemplateGuide": [],
20801
+ "getZipFileGuide": []
20802
+ }
20803
+ },
20804
+ "providers.positivegrid": {
20805
+ "defs": {
20806
+ "positivegridFindRetailersArgs": {
20807
+ "k": "object",
20808
+ "props": [
20809
+ {
20810
+ "name": "near",
20811
+ "schema": {
20812
+ "k": "string"
20813
+ },
20814
+ "optional": false
20815
+ },
20816
+ {
20817
+ "name": "radiusMiles",
20818
+ "schema": {
20819
+ "k": "number"
20820
+ },
20821
+ "optional": true
20822
+ },
20823
+ {
20824
+ "name": "limit",
20825
+ "schema": {
20826
+ "k": "number"
20827
+ },
20828
+ "optional": true
20829
+ }
20830
+ ]
20831
+ }
20832
+ },
20833
+ "functions": {
20834
+ "findRetailers": [
20835
+ {
20836
+ "name": "arg",
20198
20837
  "schema": {
20199
- "k": "string"
20838
+ "k": "ref",
20839
+ "name": "positivegridFindRetailersArgs"
20200
20840
  },
20201
20841
  "optional": false
20202
20842
  }
20203
20843
  ]
20204
20844
  }
20205
20845
  },
20206
- "providers.poshmark": {
20207
- "defs": {},
20208
- "functions": {
20209
- "getBulkUploadTemplateGuide": [],
20210
- "getZipFileGuide": []
20211
- }
20212
- },
20213
- "providers.positivegrid": {
20846
+ "providers.postiz": {
20214
20847
  "defs": {
20215
- "positivegridFindRetailersArgs": {
20848
+ "CreatePostArgs": {
20216
20849
  "k": "object",
20217
20850
  "props": [
20218
20851
  {
20219
- "name": "near",
20852
+ "name": "integrationId",
20220
20853
  "schema": {
20221
20854
  "k": "string"
20222
20855
  },
20223
20856
  "optional": false
20224
20857
  },
20225
20858
  {
20226
- "name": "radiusMiles",
20859
+ "name": "content",
20227
20860
  "schema": {
20228
- "k": "number"
20861
+ "k": "string"
20862
+ },
20863
+ "optional": false
20864
+ },
20865
+ {
20866
+ "name": "type",
20867
+ "schema": {
20868
+ "k": "union",
20869
+ "of": [
20870
+ {
20871
+ "k": "literal",
20872
+ "v": "draft"
20873
+ },
20874
+ {
20875
+ "k": "literal",
20876
+ "v": "schedule"
20877
+ },
20878
+ {
20879
+ "k": "literal",
20880
+ "v": "now"
20881
+ }
20882
+ ]
20229
20883
  },
20230
20884
  "optional": true
20231
20885
  },
20232
20886
  {
20233
- "name": "limit",
20887
+ "name": "date",
20234
20888
  "schema": {
20235
- "k": "number"
20889
+ "k": "string"
20890
+ },
20891
+ "optional": true
20892
+ },
20893
+ {
20894
+ "name": "settings",
20895
+ "schema": {
20896
+ "k": "record",
20897
+ "value": {
20898
+ "k": "any"
20899
+ }
20900
+ },
20901
+ "optional": true
20902
+ },
20903
+ {
20904
+ "name": "shortLink",
20905
+ "schema": {
20906
+ "k": "boolean"
20907
+ },
20908
+ "optional": true
20909
+ }
20910
+ ]
20911
+ },
20912
+ "ListPostsArgs": {
20913
+ "k": "object",
20914
+ "props": [
20915
+ {
20916
+ "name": "startDate",
20917
+ "schema": {
20918
+ "k": "string"
20919
+ },
20920
+ "optional": false
20921
+ },
20922
+ {
20923
+ "name": "endDate",
20924
+ "schema": {
20925
+ "k": "string"
20926
+ },
20927
+ "optional": false
20928
+ },
20929
+ {
20930
+ "name": "customer",
20931
+ "schema": {
20932
+ "k": "string"
20236
20933
  },
20237
20934
  "optional": true
20238
20935
  }
@@ -20240,12 +20937,22 @@ export const VALIDATORS = {
20240
20937
  }
20241
20938
  },
20242
20939
  "functions": {
20243
- "findRetailers": [
20940
+ "listPosts": [
20244
20941
  {
20245
- "name": "arg",
20942
+ "name": "args",
20246
20943
  "schema": {
20247
20944
  "k": "ref",
20248
- "name": "positivegridFindRetailersArgs"
20945
+ "name": "ListPostsArgs"
20946
+ },
20947
+ "optional": false
20948
+ }
20949
+ ],
20950
+ "createPost": [
20951
+ {
20952
+ "name": "args",
20953
+ "schema": {
20954
+ "k": "ref",
20955
+ "name": "CreatePostArgs"
20249
20956
  },
20250
20957
  "optional": false
20251
20958
  }
@@ -26025,6 +26732,98 @@ export const VALIDATORS = {
26025
26732
  ]
26026
26733
  }
26027
26734
  },
26735
+ "providers.tagtrans_net": {
26736
+ "defs": {
26737
+ "CreateTagtransShipmentRateEmailArgs": {
26738
+ "k": "object",
26739
+ "props": [
26740
+ {
26741
+ "name": "name",
26742
+ "schema": {
26743
+ "k": "string"
26744
+ },
26745
+ "optional": false
26746
+ },
26747
+ {
26748
+ "name": "phone",
26749
+ "schema": {
26750
+ "k": "string"
26751
+ },
26752
+ "optional": false
26753
+ },
26754
+ {
26755
+ "name": "email",
26756
+ "schema": {
26757
+ "k": "string"
26758
+ },
26759
+ "optional": false
26760
+ },
26761
+ {
26762
+ "name": "service",
26763
+ "schema": {
26764
+ "k": "string"
26765
+ },
26766
+ "optional": false
26767
+ },
26768
+ {
26769
+ "name": "company",
26770
+ "schema": {
26771
+ "k": "string"
26772
+ },
26773
+ "optional": true
26774
+ },
26775
+ {
26776
+ "name": "shipFrom",
26777
+ "schema": {
26778
+ "k": "string"
26779
+ },
26780
+ "optional": true
26781
+ },
26782
+ {
26783
+ "name": "shipTo",
26784
+ "schema": {
26785
+ "k": "string"
26786
+ },
26787
+ "optional": true
26788
+ },
26789
+ {
26790
+ "name": "desiredShippingDate",
26791
+ "schema": {
26792
+ "k": "string"
26793
+ },
26794
+ "optional": true
26795
+ },
26796
+ {
26797
+ "name": "desiredDeliveryDate",
26798
+ "schema": {
26799
+ "k": "string"
26800
+ },
26801
+ "optional": true
26802
+ },
26803
+ {
26804
+ "name": "details",
26805
+ "schema": {
26806
+ "k": "string"
26807
+ },
26808
+ "optional": true
26809
+ }
26810
+ ]
26811
+ }
26812
+ },
26813
+ "functions": {
26814
+ "getShipmentRateForm": [],
26815
+ "createShipmentRateEmail": [
26816
+ {
26817
+ "name": "args",
26818
+ "schema": {
26819
+ "k": "ref",
26820
+ "name": "CreateTagtransShipmentRateEmailArgs"
26821
+ },
26822
+ "optional": false
26823
+ }
26824
+ ]
26825
+ }
26826
+ },
26028
26827
  "providers.tamarackidaho": {
26029
26828
  "defs": {
26030
26829
  "tamarackidahoSearchArgs": {
@@ -27449,6 +28248,28 @@ export const VALIDATORS = {
27449
28248
  ]
27450
28249
  }
27451
28250
  },
28251
+ "providers.tryalma_com": {
28252
+ "defs": {},
28253
+ "functions": {
28254
+ "search": [
28255
+ {
28256
+ "name": "query",
28257
+ "schema": {
28258
+ "k": "string"
28259
+ },
28260
+ "optional": false
28261
+ }
28262
+ ],
28263
+ "listPages": []
28264
+ }
28265
+ },
28266
+ "providers.tweethunter": {
28267
+ "defs": {},
28268
+ "functions": {
28269
+ "listFeatures": [],
28270
+ "listFeatureCategories": []
28271
+ }
28272
+ },
27452
28273
  "providers.twiddy": {
27453
28274
  "defs": {},
27454
28275
  "functions": {
@@ -27609,6 +28430,68 @@ export const VALIDATORS = {
27609
28430
  ]
27610
28431
  }
27611
28432
  },
28433
+ "providers.upkeepstl_com": {
28434
+ "defs": {},
28435
+ "functions": {
28436
+ "getPlanBuilder": [],
28437
+ "estimatePlanCost": [
28438
+ {
28439
+ "name": "args",
28440
+ "schema": {
28441
+ "k": "object",
28442
+ "props": [
28443
+ {
28444
+ "name": "planId",
28445
+ "schema": {
28446
+ "k": "string"
28447
+ },
28448
+ "optional": false
28449
+ },
28450
+ {
28451
+ "name": "homeTypeId",
28452
+ "schema": {
28453
+ "k": "string"
28454
+ },
28455
+ "optional": false
28456
+ },
28457
+ {
28458
+ "name": "warrantyYears",
28459
+ "schema": {
28460
+ "k": "number"
28461
+ },
28462
+ "optional": false
28463
+ },
28464
+ {
28465
+ "name": "upgradeId",
28466
+ "schema": {
28467
+ "k": "string"
28468
+ },
28469
+ "optional": true
28470
+ },
28471
+ {
28472
+ "name": "addOnIds",
28473
+ "schema": {
28474
+ "k": "array",
28475
+ "of": {
28476
+ "k": "string"
28477
+ }
28478
+ },
28479
+ "optional": true
28480
+ },
28481
+ {
28482
+ "name": "applianceQuantity",
28483
+ "schema": {
28484
+ "k": "number"
28485
+ },
28486
+ "optional": true
28487
+ }
28488
+ ]
28489
+ },
28490
+ "optional": false
28491
+ }
28492
+ ]
28493
+ }
28494
+ },
27612
28495
  "providers.ups": {
27613
28496
  "defs": {},
27614
28497
  "functions": {
@@ -28479,6 +29362,21 @@ export const VALIDATORS = {
28479
29362
  ]
28480
29363
  }
28481
29364
  },
29365
+ "providers.wearehirschfeld": {
29366
+ "defs": {},
29367
+ "functions": {
29368
+ "listPages": [],
29369
+ "getContactForm": [
29370
+ {
29371
+ "name": "url",
29372
+ "schema": {
29373
+ "k": "string"
29374
+ },
29375
+ "optional": true
29376
+ }
29377
+ ]
29378
+ }
29379
+ },
28482
29380
  "providers.wellfound": {
28483
29381
  "defs": {},
28484
29382
  "functions": {