@bowmark/web 1.6.0 → 1.7.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,13 +5,13 @@
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: 5426792a92faf41fd663aa77ef068ec2f38bcc28d33426a6a565458c7a3b4c42
9
- // 306 checked, 20 unchecked.
8
+ // Manifest version: a400421498212bf60bfaab4808ff698bd8edb4febae1ba86fda5cb9ebc232c1b
9
+ // 338 checked, 20 unchecked.
10
10
 
11
11
  import type { ValidatorTable } from "../validate.js";
12
12
 
13
13
  export const VALIDATORS: ValidatorTable = {
14
- "version": "5426792a92faf41fd663aa77ef068ec2f38bcc28d33426a6a565458c7a3b4c42",
14
+ "version": "a400421498212bf60bfaab4808ff698bd8edb4febae1ba86fda5cb9ebc232c1b",
15
15
  "units": {
16
16
  "cars": {
17
17
  "defs": {
@@ -1123,6 +1123,109 @@ export const VALIDATORS: ValidatorTable = {
1123
1123
  ]
1124
1124
  }
1125
1125
  },
1126
+ "sheds": {
1127
+ "defs": {
1128
+ "CallOptions": {
1129
+ "k": "object",
1130
+ "props": [
1131
+ {
1132
+ "name": "timeoutMs",
1133
+ "schema": {
1134
+ "k": "number"
1135
+ },
1136
+ "optional": true
1137
+ }
1138
+ ]
1139
+ },
1140
+ "ShedQuoteRequest": {
1141
+ "k": "object",
1142
+ "props": [
1143
+ {
1144
+ "name": "widthFt",
1145
+ "schema": {
1146
+ "k": "number"
1147
+ },
1148
+ "optional": false
1149
+ },
1150
+ {
1151
+ "name": "lengthFt",
1152
+ "schema": {
1153
+ "k": "number"
1154
+ },
1155
+ "optional": false
1156
+ },
1157
+ {
1158
+ "name": "zip",
1159
+ "schema": {
1160
+ "k": "string"
1161
+ },
1162
+ "optional": false
1163
+ },
1164
+ {
1165
+ "name": "style",
1166
+ "schema": {
1167
+ "k": "string"
1168
+ },
1169
+ "optional": true
1170
+ },
1171
+ {
1172
+ "name": "siding",
1173
+ "schema": {
1174
+ "k": "string"
1175
+ },
1176
+ "optional": true
1177
+ }
1178
+ ]
1179
+ }
1180
+ },
1181
+ "functions": {
1182
+ "quote": [
1183
+ {
1184
+ "name": "request",
1185
+ "schema": {
1186
+ "k": "ref",
1187
+ "name": "ShedQuoteRequest"
1188
+ },
1189
+ "optional": false
1190
+ },
1191
+ {
1192
+ "name": "options",
1193
+ "schema": {
1194
+ "k": "ref",
1195
+ "name": "CallOptions"
1196
+ },
1197
+ "optional": true
1198
+ }
1199
+ ],
1200
+ "listStyles": [
1201
+ {
1202
+ "name": "options",
1203
+ "schema": {
1204
+ "k": "ref",
1205
+ "name": "CallOptions"
1206
+ },
1207
+ "optional": true
1208
+ }
1209
+ ],
1210
+ "findDealers": [
1211
+ {
1212
+ "name": "state",
1213
+ "schema": {
1214
+ "k": "string"
1215
+ },
1216
+ "optional": false
1217
+ },
1218
+ {
1219
+ "name": "options",
1220
+ "schema": {
1221
+ "k": "ref",
1222
+ "name": "CallOptions"
1223
+ },
1224
+ "optional": true
1225
+ }
1226
+ ]
1227
+ }
1228
+ },
1126
1229
  "providers.aa": {
1127
1230
  "defs": {
1128
1231
  "aaBaggageAllowanceArgs": {
@@ -1443,6 +1546,101 @@ export const VALIDATORS: ValidatorTable = {
1443
1546
  ]
1444
1547
  }
1445
1548
  },
1549
+ "providers.aiper": {
1550
+ "defs": {
1551
+ "AiperPoolAnswerInput": {
1552
+ "k": "object",
1553
+ "props": [
1554
+ {
1555
+ "name": "question",
1556
+ "schema": {
1557
+ "k": "string"
1558
+ },
1559
+ "optional": false
1560
+ },
1561
+ {
1562
+ "name": "choice",
1563
+ "schema": {
1564
+ "k": "union",
1565
+ "of": [
1566
+ {
1567
+ "k": "string"
1568
+ },
1569
+ {
1570
+ "k": "array",
1571
+ "of": {
1572
+ "k": "string"
1573
+ }
1574
+ }
1575
+ ]
1576
+ },
1577
+ "optional": false
1578
+ }
1579
+ ]
1580
+ }
1581
+ },
1582
+ "functions": {
1583
+ "listPoolChooserQuestions": [],
1584
+ "recommendPoolCleaner": [
1585
+ {
1586
+ "name": "answers",
1587
+ "schema": {
1588
+ "k": "array",
1589
+ "of": {
1590
+ "k": "ref",
1591
+ "name": "AiperPoolAnswerInput"
1592
+ }
1593
+ },
1594
+ "optional": false
1595
+ }
1596
+ ]
1597
+ }
1598
+ },
1599
+ "providers.ajmadison": {
1600
+ "defs": {
1601
+ "AjmadisonSearchArgs": {
1602
+ "k": "object",
1603
+ "props": [
1604
+ {
1605
+ "name": "category",
1606
+ "schema": {
1607
+ "k": "string"
1608
+ },
1609
+ "optional": false
1610
+ },
1611
+ {
1612
+ "name": "filters",
1613
+ "schema": {
1614
+ "k": "record",
1615
+ "value": {
1616
+ "k": "string"
1617
+ }
1618
+ },
1619
+ "optional": true
1620
+ },
1621
+ {
1622
+ "name": "limit",
1623
+ "schema": {
1624
+ "k": "number"
1625
+ },
1626
+ "optional": true
1627
+ }
1628
+ ]
1629
+ }
1630
+ },
1631
+ "functions": {
1632
+ "search": [
1633
+ {
1634
+ "name": "args",
1635
+ "schema": {
1636
+ "k": "ref",
1637
+ "name": "AjmadisonSearchArgs"
1638
+ },
1639
+ "optional": false
1640
+ }
1641
+ ]
1642
+ }
1643
+ },
1446
1644
  "providers.ashleyfurniture": {
1447
1645
  "defs": {
1448
1646
  "AshleyFurnitureFindStoreArgs": {
@@ -1558,6 +1756,76 @@ export const VALIDATORS: ValidatorTable = {
1558
1756
  ]
1559
1757
  }
1560
1758
  },
1759
+ "providers.atlasseniorliving": {
1760
+ "defs": {
1761
+ "AtlasCareType": {
1762
+ "k": "union",
1763
+ "of": [
1764
+ {
1765
+ "k": "literal",
1766
+ "v": "assisted_living"
1767
+ },
1768
+ {
1769
+ "k": "literal",
1770
+ "v": "independent_living"
1771
+ },
1772
+ {
1773
+ "k": "literal",
1774
+ "v": "memory_care"
1775
+ },
1776
+ {
1777
+ "k": "literal",
1778
+ "v": "respite_care"
1779
+ }
1780
+ ]
1781
+ }
1782
+ },
1783
+ "functions": {
1784
+ "searchCommunities": [
1785
+ {
1786
+ "name": "arg",
1787
+ "schema": {
1788
+ "k": "object",
1789
+ "props": [
1790
+ {
1791
+ "name": "location",
1792
+ "schema": {
1793
+ "k": "string"
1794
+ },
1795
+ "optional": false
1796
+ },
1797
+ {
1798
+ "name": "careTypes",
1799
+ "schema": {
1800
+ "k": "array",
1801
+ "of": {
1802
+ "k": "ref",
1803
+ "name": "AtlasCareType"
1804
+ }
1805
+ },
1806
+ "optional": true
1807
+ },
1808
+ {
1809
+ "name": "radiusMiles",
1810
+ "schema": {
1811
+ "k": "number"
1812
+ },
1813
+ "optional": true
1814
+ },
1815
+ {
1816
+ "name": "maxResults",
1817
+ "schema": {
1818
+ "k": "number"
1819
+ },
1820
+ "optional": true
1821
+ }
1822
+ ]
1823
+ },
1824
+ "optional": false
1825
+ }
1826
+ ]
1827
+ }
1828
+ },
1561
1829
  "providers.avis": {
1562
1830
  "defs": {},
1563
1831
  "functions": {
@@ -2776,20 +3044,59 @@ export const VALIDATORS: ValidatorTable = {
2776
3044
  ]
2777
3045
  }
2778
3046
  },
2779
- "providers.classpass": {
2780
- "defs": {
2781
- "ClasspassScheduleOptions": {
2782
- "k": "object",
2783
- "props": [
2784
- {
2785
- "name": "date",
2786
- "schema": {
2787
- "k": "string"
2788
- },
2789
- "optional": true
3047
+ "providers.classichome": {
3048
+ "defs": {},
3049
+ "functions": {
3050
+ "searchProducts": [
3051
+ {
3052
+ "name": "query",
3053
+ "schema": {
3054
+ "k": "string"
2790
3055
  },
2791
- {
2792
- "name": "days",
3056
+ "optional": true
3057
+ }
3058
+ ],
3059
+ "getProduct": [
3060
+ {
3061
+ "name": "handle",
3062
+ "schema": {
3063
+ "k": "string"
3064
+ },
3065
+ "optional": false
3066
+ }
3067
+ ],
3068
+ "addToCart": [
3069
+ {
3070
+ "name": "handle",
3071
+ "schema": {
3072
+ "k": "string"
3073
+ },
3074
+ "optional": false
3075
+ },
3076
+ {
3077
+ "name": "optionValue",
3078
+ "schema": {
3079
+ "k": "string"
3080
+ },
3081
+ "optional": false
3082
+ }
3083
+ ]
3084
+ }
3085
+ },
3086
+ "providers.classpass": {
3087
+ "defs": {
3088
+ "ClasspassScheduleOptions": {
3089
+ "k": "object",
3090
+ "props": [
3091
+ {
3092
+ "name": "date",
3093
+ "schema": {
3094
+ "k": "string"
3095
+ },
3096
+ "optional": true
3097
+ },
3098
+ {
3099
+ "name": "days",
2793
3100
  "schema": {
2794
3101
  "k": "number"
2795
3102
  },
@@ -3455,6 +3762,30 @@ export const VALIDATORS: ValidatorTable = {
3455
3762
  ]
3456
3763
  }
3457
3764
  },
3765
+ "providers.embroker": {
3766
+ "defs": {},
3767
+ "functions": {
3768
+ "listCoverageLines": [],
3769
+ "getQuoteEntryPoint": [
3770
+ {
3771
+ "name": "args",
3772
+ "schema": {
3773
+ "k": "object",
3774
+ "props": [
3775
+ {
3776
+ "name": "product",
3777
+ "schema": {
3778
+ "k": "string"
3779
+ },
3780
+ "optional": false
3781
+ }
3782
+ ]
3783
+ },
3784
+ "optional": false
3785
+ }
3786
+ ]
3787
+ }
3788
+ },
3458
3789
  "providers.erieinsurance": {
3459
3790
  "defs": {
3460
3791
  "ErieAgentQuery": {
@@ -4323,6 +4654,78 @@ export const VALIDATORS: ValidatorTable = {
4323
4654
  ]
4324
4655
  }
4325
4656
  },
4657
+ "providers.gotchacovered": {
4658
+ "defs": {
4659
+ "GotchaCoveredQuizAnswers": {
4660
+ "k": "object",
4661
+ "props": [
4662
+ {
4663
+ "name": "colorScheme",
4664
+ "schema": {
4665
+ "k": "string"
4666
+ },
4667
+ "optional": false
4668
+ },
4669
+ {
4670
+ "name": "pattern",
4671
+ "schema": {
4672
+ "k": "string"
4673
+ },
4674
+ "optional": false
4675
+ },
4676
+ {
4677
+ "name": "imageChoice",
4678
+ "schema": {
4679
+ "k": "union",
4680
+ "of": [
4681
+ {
4682
+ "k": "number"
4683
+ },
4684
+ {
4685
+ "k": "string"
4686
+ }
4687
+ ]
4688
+ },
4689
+ "optional": false
4690
+ },
4691
+ {
4692
+ "name": "destination",
4693
+ "schema": {
4694
+ "k": "string"
4695
+ },
4696
+ "optional": false
4697
+ },
4698
+ {
4699
+ "name": "material",
4700
+ "schema": {
4701
+ "k": "string"
4702
+ },
4703
+ "optional": false
4704
+ },
4705
+ {
4706
+ "name": "item",
4707
+ "schema": {
4708
+ "k": "string"
4709
+ },
4710
+ "optional": false
4711
+ }
4712
+ ]
4713
+ }
4714
+ },
4715
+ "functions": {
4716
+ "getDesignStyleQuizQuestions": [],
4717
+ "takeDesignStyleQuiz": [
4718
+ {
4719
+ "name": "answers",
4720
+ "schema": {
4721
+ "k": "ref",
4722
+ "name": "GotchaCoveredQuizAnswers"
4723
+ },
4724
+ "optional": false
4725
+ }
4726
+ ]
4727
+ }
4728
+ },
4326
4729
  "providers.grainger": {
4327
4730
  "defs": {},
4328
4731
  "functions": {
@@ -4364,6 +4767,155 @@ export const VALIDATORS: ValidatorTable = {
4364
4767
  ]
4365
4768
  }
4366
4769
  },
4770
+ "providers.handypro": {
4771
+ "defs": {},
4772
+ "functions": {
4773
+ "checkServiceArea": [
4774
+ {
4775
+ "name": "zipcode",
4776
+ "schema": {
4777
+ "k": "string"
4778
+ },
4779
+ "optional": false
4780
+ }
4781
+ ],
4782
+ "searchServiceCategories": [
4783
+ {
4784
+ "name": "zipcode",
4785
+ "schema": {
4786
+ "k": "string"
4787
+ },
4788
+ "optional": false
4789
+ },
4790
+ {
4791
+ "name": "query",
4792
+ "schema": {
4793
+ "k": "string"
4794
+ },
4795
+ "optional": true
4796
+ }
4797
+ ]
4798
+ }
4799
+ },
4800
+ "providers.harmar": {
4801
+ "defs": {},
4802
+ "functions": {
4803
+ "searchVehicleModels": [
4804
+ {
4805
+ "name": "arg",
4806
+ "schema": {
4807
+ "k": "object",
4808
+ "props": [
4809
+ {
4810
+ "name": "year",
4811
+ "schema": {
4812
+ "k": "string"
4813
+ },
4814
+ "optional": false
4815
+ }
4816
+ ]
4817
+ },
4818
+ "optional": false
4819
+ }
4820
+ ],
4821
+ "searchChairModels": [
4822
+ {
4823
+ "name": "arg",
4824
+ "schema": {
4825
+ "k": "object",
4826
+ "props": [
4827
+ {
4828
+ "name": "make",
4829
+ "schema": {
4830
+ "k": "string"
4831
+ },
4832
+ "optional": false
4833
+ }
4834
+ ]
4835
+ },
4836
+ "optional": false
4837
+ }
4838
+ ],
4839
+ "getCompatibleLifts": [
4840
+ {
4841
+ "name": "arg",
4842
+ "schema": {
4843
+ "k": "object",
4844
+ "props": [
4845
+ {
4846
+ "name": "year",
4847
+ "schema": {
4848
+ "k": "string"
4849
+ },
4850
+ "optional": false
4851
+ },
4852
+ {
4853
+ "name": "vehicleId",
4854
+ "schema": {
4855
+ "k": "string"
4856
+ },
4857
+ "optional": false
4858
+ },
4859
+ {
4860
+ "name": "chairId",
4861
+ "schema": {
4862
+ "k": "string"
4863
+ },
4864
+ "optional": false
4865
+ }
4866
+ ]
4867
+ },
4868
+ "optional": false
4869
+ }
4870
+ ],
4871
+ "findCompatibleLifts": [
4872
+ {
4873
+ "name": "arg",
4874
+ "schema": {
4875
+ "k": "object",
4876
+ "props": [
4877
+ {
4878
+ "name": "year",
4879
+ "schema": {
4880
+ "k": "string"
4881
+ },
4882
+ "optional": false
4883
+ },
4884
+ {
4885
+ "name": "vehicleMake",
4886
+ "schema": {
4887
+ "k": "string"
4888
+ },
4889
+ "optional": false
4890
+ },
4891
+ {
4892
+ "name": "vehicleModel",
4893
+ "schema": {
4894
+ "k": "string"
4895
+ },
4896
+ "optional": false
4897
+ },
4898
+ {
4899
+ "name": "chairMake",
4900
+ "schema": {
4901
+ "k": "string"
4902
+ },
4903
+ "optional": false
4904
+ },
4905
+ {
4906
+ "name": "chairModel",
4907
+ "schema": {
4908
+ "k": "string"
4909
+ },
4910
+ "optional": false
4911
+ }
4912
+ ]
4913
+ },
4914
+ "optional": false
4915
+ }
4916
+ ]
4917
+ }
4918
+ },
4367
4919
  "providers.hauslabs": {
4368
4920
  "defs": {},
4369
4921
  "functions": {
@@ -4652,18 +5204,64 @@ export const VALIDATORS: ValidatorTable = {
4652
5204
  "k": "string"
4653
5205
  },
4654
5206
  "optional": false
4655
- }
4656
- ]
4657
- }
4658
- },
4659
- "providers.hilton": {
4660
- "defs": {},
4661
- "functions": {
4662
- "search": [
5207
+ }
5208
+ ]
5209
+ }
5210
+ },
5211
+ "providers.hilton": {
5212
+ "defs": {},
5213
+ "functions": {
5214
+ "search": [
5215
+ {
5216
+ "name": "args",
5217
+ "schema": {
5218
+ "k": "any"
5219
+ },
5220
+ "optional": false
5221
+ }
5222
+ ]
5223
+ }
5224
+ },
5225
+ "providers.hobie": {
5226
+ "defs": {},
5227
+ "functions": {
5228
+ "listModels": [],
5229
+ "listModelColors": [
5230
+ {
5231
+ "name": "slug",
5232
+ "schema": {
5233
+ "k": "string"
5234
+ },
5235
+ "optional": false
5236
+ }
5237
+ ],
5238
+ "checkLocalAvailability": [
5239
+ {
5240
+ "name": "slug",
5241
+ "schema": {
5242
+ "k": "string"
5243
+ },
5244
+ "optional": false
5245
+ },
5246
+ {
5247
+ "name": "color",
5248
+ "schema": {
5249
+ "k": "union",
5250
+ "of": [
5251
+ {
5252
+ "k": "string"
5253
+ },
5254
+ {
5255
+ "k": "undefined"
5256
+ }
5257
+ ]
5258
+ },
5259
+ "optional": false
5260
+ },
4663
5261
  {
4664
- "name": "args",
5262
+ "name": "zip",
4665
5263
  "schema": {
4666
- "k": "any"
5264
+ "k": "string"
4667
5265
  },
4668
5266
  "optional": false
4669
5267
  }
@@ -5801,6 +6399,76 @@ export const VALIDATORS: ValidatorTable = {
5801
6399
  ]
5802
6400
  }
5803
6401
  },
6402
+ "providers.islllc": {
6403
+ "defs": {
6404
+ "IsllcCareType": {
6405
+ "k": "union",
6406
+ "of": [
6407
+ {
6408
+ "k": "literal",
6409
+ "v": "assisted_living"
6410
+ },
6411
+ {
6412
+ "k": "literal",
6413
+ "v": "independent_living"
6414
+ },
6415
+ {
6416
+ "k": "literal",
6417
+ "v": "memory_care"
6418
+ },
6419
+ {
6420
+ "k": "literal",
6421
+ "v": "respite_care"
6422
+ }
6423
+ ]
6424
+ }
6425
+ },
6426
+ "functions": {
6427
+ "searchCommunities": [
6428
+ {
6429
+ "name": "arg",
6430
+ "schema": {
6431
+ "k": "object",
6432
+ "props": [
6433
+ {
6434
+ "name": "location",
6435
+ "schema": {
6436
+ "k": "string"
6437
+ },
6438
+ "optional": false
6439
+ },
6440
+ {
6441
+ "name": "careTypes",
6442
+ "schema": {
6443
+ "k": "array",
6444
+ "of": {
6445
+ "k": "ref",
6446
+ "name": "IsllcCareType"
6447
+ }
6448
+ },
6449
+ "optional": true
6450
+ },
6451
+ {
6452
+ "name": "radiusMiles",
6453
+ "schema": {
6454
+ "k": "number"
6455
+ },
6456
+ "optional": true
6457
+ },
6458
+ {
6459
+ "name": "maxResults",
6460
+ "schema": {
6461
+ "k": "number"
6462
+ },
6463
+ "optional": true
6464
+ }
6465
+ ]
6466
+ },
6467
+ "optional": false
6468
+ }
6469
+ ]
6470
+ }
6471
+ },
5804
6472
  "providers.joybird": {
5805
6473
  "defs": {},
5806
6474
  "functions": {
@@ -6158,6 +6826,107 @@ export const VALIDATORS: ValidatorTable = {
6158
6826
  ]
6159
6827
  }
6160
6828
  },
6829
+ "providers.kitchentuneup": {
6830
+ "defs": {},
6831
+ "functions": {
6832
+ "listCabinetStyles": [],
6833
+ "visualizeKitchen": [
6834
+ {
6835
+ "name": "args",
6836
+ "schema": {
6837
+ "k": "object",
6838
+ "props": [
6839
+ {
6840
+ "name": "photoBase64",
6841
+ "schema": {
6842
+ "k": "string"
6843
+ },
6844
+ "optional": false
6845
+ },
6846
+ {
6847
+ "name": "photoFileName",
6848
+ "schema": {
6849
+ "k": "string"
6850
+ },
6851
+ "optional": true
6852
+ },
6853
+ {
6854
+ "name": "featureDefinitionIds",
6855
+ "schema": {
6856
+ "k": "array",
6857
+ "of": {
6858
+ "k": "number"
6859
+ }
6860
+ },
6861
+ "optional": false
6862
+ }
6863
+ ]
6864
+ },
6865
+ "optional": false
6866
+ }
6867
+ ]
6868
+ }
6869
+ },
6870
+ "providers.kompan": {
6871
+ "defs": {
6872
+ "KompanRegion": {
6873
+ "k": "union",
6874
+ "of": [
6875
+ {
6876
+ "k": "literal",
6877
+ "v": "region_america"
6878
+ },
6879
+ {
6880
+ "k": "literal",
6881
+ "v": "region_europe_middleeast"
6882
+ },
6883
+ {
6884
+ "k": "literal",
6885
+ "v": "region_asia_newzealand"
6886
+ },
6887
+ {
6888
+ "k": "literal",
6889
+ "v": "region_australia"
6890
+ }
6891
+ ]
6892
+ }
6893
+ },
6894
+ "functions": {
6895
+ "searchProduct": [
6896
+ {
6897
+ "name": "productNo",
6898
+ "schema": {
6899
+ "k": "string"
6900
+ },
6901
+ "optional": false
6902
+ },
6903
+ {
6904
+ "name": "region",
6905
+ "schema": {
6906
+ "k": "ref",
6907
+ "name": "KompanRegion"
6908
+ },
6909
+ "optional": true
6910
+ }
6911
+ ],
6912
+ "getSparePartsDocuments": [
6913
+ {
6914
+ "name": "variantId",
6915
+ "schema": {
6916
+ "k": "string"
6917
+ },
6918
+ "optional": false
6919
+ },
6920
+ {
6921
+ "name": "purchaseDate",
6922
+ "schema": {
6923
+ "k": "string"
6924
+ },
6925
+ "optional": false
6926
+ }
6927
+ ]
6928
+ }
6929
+ },
6161
6930
  "providers.labcorp": {
6162
6931
  "defs": {},
6163
6932
  "functions": {
@@ -6442,6 +7211,20 @@ export const VALIDATORS: ValidatorTable = {
6442
7211
  ]
6443
7212
  }
6444
7213
  },
7214
+ "providers.louvershop": {
7215
+ "defs": {},
7216
+ "functions": {
7217
+ "findLocalDealer": [
7218
+ {
7219
+ "name": "args",
7220
+ "schema": {
7221
+ "k": "any"
7222
+ },
7223
+ "optional": false
7224
+ }
7225
+ ]
7226
+ }
7227
+ },
6445
7228
  "providers.lufthansa": {
6446
7229
  "defs": {},
6447
7230
  "functions": {
@@ -6539,6 +7322,27 @@ export const VALIDATORS: ValidatorTable = {
6539
7322
  "optional": false
6540
7323
  }
6541
7324
  ],
7325
+ "getProducts": [
7326
+ {
7327
+ "name": "query",
7328
+ "schema": {
7329
+ "k": "object",
7330
+ "props": [
7331
+ {
7332
+ "name": "productIds",
7333
+ "schema": {
7334
+ "k": "array",
7335
+ "of": {
7336
+ "k": "string"
7337
+ }
7338
+ },
7339
+ "optional": false
7340
+ }
7341
+ ]
7342
+ },
7343
+ "optional": false
7344
+ }
7345
+ ],
6542
7346
  "getProductAttributes": [
6543
7347
  {
6544
7348
  "name": "query",
@@ -13200,6 +14004,85 @@ export const VALIDATORS: ValidatorTable = {
13200
14004
  }
13201
14005
  ]
13202
14006
  }
14007
+ },
14008
+ "providers.yourarborhome": {
14009
+ "defs": {
14010
+ "SearchHomesFilters": {
14011
+ "k": "object",
14012
+ "props": [
14013
+ {
14014
+ "name": "city",
14015
+ "schema": {
14016
+ "k": "string"
14017
+ },
14018
+ "optional": true
14019
+ },
14020
+ {
14021
+ "name": "minPrice",
14022
+ "schema": {
14023
+ "k": "number"
14024
+ },
14025
+ "optional": true
14026
+ },
14027
+ {
14028
+ "name": "maxPrice",
14029
+ "schema": {
14030
+ "k": "number"
14031
+ },
14032
+ "optional": true
14033
+ },
14034
+ {
14035
+ "name": "minBeds",
14036
+ "schema": {
14037
+ "k": "number"
14038
+ },
14039
+ "optional": true
14040
+ },
14041
+ {
14042
+ "name": "minBaths",
14043
+ "schema": {
14044
+ "k": "number"
14045
+ },
14046
+ "optional": true
14047
+ },
14048
+ {
14049
+ "name": "minSqft",
14050
+ "schema": {
14051
+ "k": "number"
14052
+ },
14053
+ "optional": true
14054
+ },
14055
+ {
14056
+ "name": "status",
14057
+ "schema": {
14058
+ "k": "string"
14059
+ },
14060
+ "optional": true
14061
+ }
14062
+ ]
14063
+ }
14064
+ },
14065
+ "functions": {
14066
+ "searchHomes": [
14067
+ {
14068
+ "name": "filters",
14069
+ "schema": {
14070
+ "k": "ref",
14071
+ "name": "SearchHomesFilters"
14072
+ },
14073
+ "optional": true
14074
+ }
14075
+ ],
14076
+ "getHome": [
14077
+ {
14078
+ "name": "uniqueName",
14079
+ "schema": {
14080
+ "k": "string"
14081
+ },
14082
+ "optional": false
14083
+ }
14084
+ ]
14085
+ }
13203
14086
  }
13204
14087
  }
13205
14088
  };