@bowmark/web 1.16.0 → 1.17.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.
- package/dist/generated/library.d.ts +1239 -65
- package/dist/generated/validators.js +1072 -45
- package/package.json +1 -1
|
@@ -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:
|
|
9
|
-
//
|
|
8
|
+
// Manifest version: c3b10cd54e186870ffdcb91995b4222605550dc2a437407330e776b47faaaf31
|
|
9
|
+
// 884 checked, 20 unchecked.
|
|
10
10
|
export const VALIDATORS = {
|
|
11
|
-
"version": "
|
|
11
|
+
"version": "c3b10cd54e186870ffdcb91995b4222605550dc2a437407330e776b47faaaf31",
|
|
12
12
|
"units": {
|
|
13
13
|
"bundles": {
|
|
14
14
|
"defs": {},
|
|
@@ -1971,6 +1971,20 @@ export const VALIDATORS = {
|
|
|
1971
1971
|
]
|
|
1972
1972
|
}
|
|
1973
1973
|
},
|
|
1974
|
+
"prospect_screening": {
|
|
1975
|
+
"defs": {},
|
|
1976
|
+
"functions": {
|
|
1977
|
+
"screenCompany": [
|
|
1978
|
+
{
|
|
1979
|
+
"name": "domain",
|
|
1980
|
+
"schema": {
|
|
1981
|
+
"k": "string"
|
|
1982
|
+
},
|
|
1983
|
+
"optional": false
|
|
1984
|
+
}
|
|
1985
|
+
]
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1974
1988
|
"read": {
|
|
1975
1989
|
"defs": {
|
|
1976
1990
|
"ReadFormat": {
|
|
@@ -2670,6 +2684,20 @@ export const VALIDATORS = {
|
|
|
2670
2684
|
]
|
|
2671
2685
|
}
|
|
2672
2686
|
},
|
|
2687
|
+
"web_form_fields": {
|
|
2688
|
+
"defs": {},
|
|
2689
|
+
"functions": {
|
|
2690
|
+
"getFields": [
|
|
2691
|
+
{
|
|
2692
|
+
"name": "url",
|
|
2693
|
+
"schema": {
|
|
2694
|
+
"k": "string"
|
|
2695
|
+
},
|
|
2696
|
+
"optional": false
|
|
2697
|
+
}
|
|
2698
|
+
]
|
|
2699
|
+
}
|
|
2700
|
+
},
|
|
2673
2701
|
"wireless": {
|
|
2674
2702
|
"defs": {},
|
|
2675
2703
|
"functions": {
|
|
@@ -4078,9 +4106,31 @@ export const VALIDATORS = {
|
|
|
4078
4106
|
]
|
|
4079
4107
|
}
|
|
4080
4108
|
},
|
|
4109
|
+
"providers.archive_org": {
|
|
4110
|
+
"defs": {},
|
|
4111
|
+
"functions": {
|
|
4112
|
+
"checkAvailability": [
|
|
4113
|
+
{
|
|
4114
|
+
"name": "site",
|
|
4115
|
+
"schema": {
|
|
4116
|
+
"k": "string"
|
|
4117
|
+
},
|
|
4118
|
+
"optional": false
|
|
4119
|
+
},
|
|
4120
|
+
{
|
|
4121
|
+
"name": "timestamp",
|
|
4122
|
+
"schema": {
|
|
4123
|
+
"k": "string"
|
|
4124
|
+
},
|
|
4125
|
+
"optional": true
|
|
4126
|
+
}
|
|
4127
|
+
]
|
|
4128
|
+
}
|
|
4129
|
+
},
|
|
4081
4130
|
"providers.artpix3d": {
|
|
4082
4131
|
"defs": {},
|
|
4083
4132
|
"functions": {
|
|
4133
|
+
"listPhotoCrystalShapes": [],
|
|
4084
4134
|
"listShapes": [],
|
|
4085
4135
|
"getSizePricing": [
|
|
4086
4136
|
{
|
|
@@ -5054,6 +5104,39 @@ export const VALIDATORS = {
|
|
|
5054
5104
|
]
|
|
5055
5105
|
}
|
|
5056
5106
|
},
|
|
5107
|
+
"providers.beaconfunding": {
|
|
5108
|
+
"defs": {
|
|
5109
|
+
"BeaconfundingLoanType": {
|
|
5110
|
+
"k": "union",
|
|
5111
|
+
"of": [
|
|
5112
|
+
{
|
|
5113
|
+
"k": "literal",
|
|
5114
|
+
"v": "equipmentFinancing"
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
"k": "literal",
|
|
5118
|
+
"v": "preApproval"
|
|
5119
|
+
},
|
|
5120
|
+
{
|
|
5121
|
+
"k": "literal",
|
|
5122
|
+
"v": "cashForBusiness"
|
|
5123
|
+
}
|
|
5124
|
+
]
|
|
5125
|
+
}
|
|
5126
|
+
},
|
|
5127
|
+
"functions": {
|
|
5128
|
+
"getApplicationFields": [
|
|
5129
|
+
{
|
|
5130
|
+
"name": "loanType",
|
|
5131
|
+
"schema": {
|
|
5132
|
+
"k": "ref",
|
|
5133
|
+
"name": "BeaconfundingLoanType"
|
|
5134
|
+
},
|
|
5135
|
+
"optional": false
|
|
5136
|
+
}
|
|
5137
|
+
]
|
|
5138
|
+
}
|
|
5139
|
+
},
|
|
5057
5140
|
"providers.beatthebomb": {
|
|
5058
5141
|
"defs": {},
|
|
5059
5142
|
"functions": {
|
|
@@ -5696,6 +5779,29 @@ export const VALIDATORS = {
|
|
|
5696
5779
|
]
|
|
5697
5780
|
}
|
|
5698
5781
|
},
|
|
5782
|
+
"providers.blueribbonhomewarranty_com": {
|
|
5783
|
+
"defs": {},
|
|
5784
|
+
"functions": {
|
|
5785
|
+
"search": [
|
|
5786
|
+
{
|
|
5787
|
+
"name": "query",
|
|
5788
|
+
"schema": {
|
|
5789
|
+
"k": "string"
|
|
5790
|
+
},
|
|
5791
|
+
"optional": false
|
|
5792
|
+
}
|
|
5793
|
+
],
|
|
5794
|
+
"getPage": [
|
|
5795
|
+
{
|
|
5796
|
+
"name": "url",
|
|
5797
|
+
"schema": {
|
|
5798
|
+
"k": "string"
|
|
5799
|
+
},
|
|
5800
|
+
"optional": false
|
|
5801
|
+
}
|
|
5802
|
+
]
|
|
5803
|
+
}
|
|
5804
|
+
},
|
|
5699
5805
|
"providers.bluesignal": {
|
|
5700
5806
|
"defs": {},
|
|
5701
5807
|
"functions": {
|
|
@@ -7290,6 +7396,21 @@ export const VALIDATORS = {
|
|
|
7290
7396
|
]
|
|
7291
7397
|
}
|
|
7292
7398
|
},
|
|
7399
|
+
"providers.cascadiaseniorliving_com": {
|
|
7400
|
+
"defs": {},
|
|
7401
|
+
"functions": {
|
|
7402
|
+
"listSitePages": [],
|
|
7403
|
+
"getSitePage": [
|
|
7404
|
+
{
|
|
7405
|
+
"name": "pageRef",
|
|
7406
|
+
"schema": {
|
|
7407
|
+
"k": "string"
|
|
7408
|
+
},
|
|
7409
|
+
"optional": false
|
|
7410
|
+
}
|
|
7411
|
+
]
|
|
7412
|
+
}
|
|
7413
|
+
},
|
|
7293
7414
|
"providers.cbhhomes": {
|
|
7294
7415
|
"defs": {
|
|
7295
7416
|
"AssembleInquiryArgs": {
|
|
@@ -8169,6 +8290,87 @@ export const VALIDATORS = {
|
|
|
8169
8290
|
]
|
|
8170
8291
|
}
|
|
8171
8292
|
},
|
|
8293
|
+
"providers.christianbrothersauto": {
|
|
8294
|
+
"defs": {
|
|
8295
|
+
"CheckAppointmentAvailabilityArgs": {
|
|
8296
|
+
"k": "object",
|
|
8297
|
+
"props": [
|
|
8298
|
+
{
|
|
8299
|
+
"name": "shop",
|
|
8300
|
+
"schema": {
|
|
8301
|
+
"k": "string"
|
|
8302
|
+
},
|
|
8303
|
+
"optional": false
|
|
8304
|
+
},
|
|
8305
|
+
{
|
|
8306
|
+
"name": "service",
|
|
8307
|
+
"schema": {
|
|
8308
|
+
"k": "string"
|
|
8309
|
+
},
|
|
8310
|
+
"optional": false
|
|
8311
|
+
},
|
|
8312
|
+
{
|
|
8313
|
+
"name": "appointmentType",
|
|
8314
|
+
"schema": {
|
|
8315
|
+
"k": "union",
|
|
8316
|
+
"of": [
|
|
8317
|
+
{
|
|
8318
|
+
"k": "literal",
|
|
8319
|
+
"v": "dropoff"
|
|
8320
|
+
},
|
|
8321
|
+
{
|
|
8322
|
+
"k": "literal",
|
|
8323
|
+
"v": "ahdo"
|
|
8324
|
+
}
|
|
8325
|
+
]
|
|
8326
|
+
},
|
|
8327
|
+
"optional": true
|
|
8328
|
+
},
|
|
8329
|
+
{
|
|
8330
|
+
"name": "days",
|
|
8331
|
+
"schema": {
|
|
8332
|
+
"k": "number"
|
|
8333
|
+
},
|
|
8334
|
+
"optional": true
|
|
8335
|
+
}
|
|
8336
|
+
]
|
|
8337
|
+
},
|
|
8338
|
+
"GetShopDetailsArgs": {
|
|
8339
|
+
"k": "object",
|
|
8340
|
+
"props": [
|
|
8341
|
+
{
|
|
8342
|
+
"name": "shop",
|
|
8343
|
+
"schema": {
|
|
8344
|
+
"k": "string"
|
|
8345
|
+
},
|
|
8346
|
+
"optional": false
|
|
8347
|
+
}
|
|
8348
|
+
]
|
|
8349
|
+
}
|
|
8350
|
+
},
|
|
8351
|
+
"functions": {
|
|
8352
|
+
"getShopDetails": [
|
|
8353
|
+
{
|
|
8354
|
+
"name": "args",
|
|
8355
|
+
"schema": {
|
|
8356
|
+
"k": "ref",
|
|
8357
|
+
"name": "GetShopDetailsArgs"
|
|
8358
|
+
},
|
|
8359
|
+
"optional": false
|
|
8360
|
+
}
|
|
8361
|
+
],
|
|
8362
|
+
"checkAppointmentAvailability": [
|
|
8363
|
+
{
|
|
8364
|
+
"name": "args",
|
|
8365
|
+
"schema": {
|
|
8366
|
+
"k": "ref",
|
|
8367
|
+
"name": "CheckAppointmentAvailabilityArgs"
|
|
8368
|
+
},
|
|
8369
|
+
"optional": false
|
|
8370
|
+
}
|
|
8371
|
+
]
|
|
8372
|
+
}
|
|
8373
|
+
},
|
|
8172
8374
|
"providers.classichome": {
|
|
8173
8375
|
"defs": {},
|
|
8174
8376
|
"functions": {
|
|
@@ -8208,6 +8410,45 @@ export const VALIDATORS = {
|
|
|
8208
8410
|
]
|
|
8209
8411
|
}
|
|
8210
8412
|
},
|
|
8413
|
+
"providers.classicrockfab": {
|
|
8414
|
+
"defs": {},
|
|
8415
|
+
"functions": {
|
|
8416
|
+
"listAppointmentTypes": [
|
|
8417
|
+
{
|
|
8418
|
+
"name": "locationQuery",
|
|
8419
|
+
"schema": {
|
|
8420
|
+
"k": "string"
|
|
8421
|
+
},
|
|
8422
|
+
"optional": true
|
|
8423
|
+
}
|
|
8424
|
+
],
|
|
8425
|
+
"checkAvailability": [
|
|
8426
|
+
{
|
|
8427
|
+
"name": "arg",
|
|
8428
|
+
"schema": {
|
|
8429
|
+
"k": "object",
|
|
8430
|
+
"props": [
|
|
8431
|
+
{
|
|
8432
|
+
"name": "appointmentTypeId",
|
|
8433
|
+
"schema": {
|
|
8434
|
+
"k": "number"
|
|
8435
|
+
},
|
|
8436
|
+
"optional": false
|
|
8437
|
+
},
|
|
8438
|
+
{
|
|
8439
|
+
"name": "days",
|
|
8440
|
+
"schema": {
|
|
8441
|
+
"k": "number"
|
|
8442
|
+
},
|
|
8443
|
+
"optional": true
|
|
8444
|
+
}
|
|
8445
|
+
]
|
|
8446
|
+
},
|
|
8447
|
+
"optional": false
|
|
8448
|
+
}
|
|
8449
|
+
]
|
|
8450
|
+
}
|
|
8451
|
+
},
|
|
8211
8452
|
"providers.classpass": {
|
|
8212
8453
|
"defs": {
|
|
8213
8454
|
"ClasspassScheduleOptions": {
|
|
@@ -8388,45 +8629,129 @@ export const VALIDATORS = {
|
|
|
8388
8629
|
]
|
|
8389
8630
|
}
|
|
8390
8631
|
},
|
|
8391
|
-
"providers.
|
|
8392
|
-
"defs": {
|
|
8393
|
-
|
|
8394
|
-
|
|
8395
|
-
|
|
8396
|
-
|
|
8397
|
-
|
|
8398
|
-
"
|
|
8632
|
+
"providers.clboyd": {
|
|
8633
|
+
"defs": {
|
|
8634
|
+
"CLBoydSearchArgs": {
|
|
8635
|
+
"k": "object",
|
|
8636
|
+
"props": [
|
|
8637
|
+
{
|
|
8638
|
+
"name": "category",
|
|
8639
|
+
"schema": {
|
|
8640
|
+
"k": "string"
|
|
8641
|
+
},
|
|
8642
|
+
"optional": false
|
|
8399
8643
|
},
|
|
8400
|
-
|
|
8401
|
-
|
|
8402
|
-
|
|
8403
|
-
|
|
8404
|
-
|
|
8405
|
-
|
|
8406
|
-
"schema": {
|
|
8407
|
-
"k": "any"
|
|
8644
|
+
{
|
|
8645
|
+
"name": "manufacturer",
|
|
8646
|
+
"schema": {
|
|
8647
|
+
"k": "string"
|
|
8648
|
+
},
|
|
8649
|
+
"optional": true
|
|
8408
8650
|
},
|
|
8409
|
-
|
|
8410
|
-
|
|
8411
|
-
|
|
8412
|
-
|
|
8413
|
-
|
|
8414
|
-
|
|
8415
|
-
"defs": {},
|
|
8416
|
-
"functions": {
|
|
8417
|
-
"comparePlans": [],
|
|
8418
|
-
"compareTeamsPlans": [],
|
|
8419
|
-
"searchDomainAvailability": [
|
|
8420
|
-
{
|
|
8421
|
-
"name": "domain",
|
|
8422
|
-
"schema": {
|
|
8423
|
-
"k": "string"
|
|
8651
|
+
{
|
|
8652
|
+
"name": "minYear",
|
|
8653
|
+
"schema": {
|
|
8654
|
+
"k": "number"
|
|
8655
|
+
},
|
|
8656
|
+
"optional": true
|
|
8424
8657
|
},
|
|
8425
|
-
|
|
8426
|
-
|
|
8427
|
-
|
|
8428
|
-
|
|
8429
|
-
|
|
8658
|
+
{
|
|
8659
|
+
"name": "maxYear",
|
|
8660
|
+
"schema": {
|
|
8661
|
+
"k": "number"
|
|
8662
|
+
},
|
|
8663
|
+
"optional": true
|
|
8664
|
+
},
|
|
8665
|
+
{
|
|
8666
|
+
"name": "minPrice",
|
|
8667
|
+
"schema": {
|
|
8668
|
+
"k": "number"
|
|
8669
|
+
},
|
|
8670
|
+
"optional": true
|
|
8671
|
+
},
|
|
8672
|
+
{
|
|
8673
|
+
"name": "maxPrice",
|
|
8674
|
+
"schema": {
|
|
8675
|
+
"k": "number"
|
|
8676
|
+
},
|
|
8677
|
+
"optional": true
|
|
8678
|
+
},
|
|
8679
|
+
{
|
|
8680
|
+
"name": "minHours",
|
|
8681
|
+
"schema": {
|
|
8682
|
+
"k": "number"
|
|
8683
|
+
},
|
|
8684
|
+
"optional": true
|
|
8685
|
+
},
|
|
8686
|
+
{
|
|
8687
|
+
"name": "maxHours",
|
|
8688
|
+
"schema": {
|
|
8689
|
+
"k": "number"
|
|
8690
|
+
},
|
|
8691
|
+
"optional": true
|
|
8692
|
+
},
|
|
8693
|
+
{
|
|
8694
|
+
"name": "sort",
|
|
8695
|
+
"schema": {
|
|
8696
|
+
"k": "string"
|
|
8697
|
+
},
|
|
8698
|
+
"optional": true
|
|
8699
|
+
}
|
|
8700
|
+
]
|
|
8701
|
+
}
|
|
8702
|
+
},
|
|
8703
|
+
"functions": {
|
|
8704
|
+
"searchUsedEquipment": [
|
|
8705
|
+
{
|
|
8706
|
+
"name": "args",
|
|
8707
|
+
"schema": {
|
|
8708
|
+
"k": "ref",
|
|
8709
|
+
"name": "CLBoydSearchArgs"
|
|
8710
|
+
},
|
|
8711
|
+
"optional": false
|
|
8712
|
+
}
|
|
8713
|
+
]
|
|
8714
|
+
}
|
|
8715
|
+
},
|
|
8716
|
+
"providers.cleanairlawncare": {
|
|
8717
|
+
"defs": {},
|
|
8718
|
+
"functions": {
|
|
8719
|
+
"checkServiceArea": [
|
|
8720
|
+
{
|
|
8721
|
+
"name": "args",
|
|
8722
|
+
"schema": {
|
|
8723
|
+
"k": "any"
|
|
8724
|
+
},
|
|
8725
|
+
"optional": false
|
|
8726
|
+
}
|
|
8727
|
+
],
|
|
8728
|
+
"getAvailableSlots": [
|
|
8729
|
+
{
|
|
8730
|
+
"name": "args",
|
|
8731
|
+
"schema": {
|
|
8732
|
+
"k": "any"
|
|
8733
|
+
},
|
|
8734
|
+
"optional": false
|
|
8735
|
+
}
|
|
8736
|
+
]
|
|
8737
|
+
}
|
|
8738
|
+
},
|
|
8739
|
+
"providers.cloudflare": {
|
|
8740
|
+
"defs": {},
|
|
8741
|
+
"functions": {
|
|
8742
|
+
"comparePlans": [],
|
|
8743
|
+
"compareTeamsPlans": [],
|
|
8744
|
+
"searchDomainAvailability": [
|
|
8745
|
+
{
|
|
8746
|
+
"name": "domain",
|
|
8747
|
+
"schema": {
|
|
8748
|
+
"k": "string"
|
|
8749
|
+
},
|
|
8750
|
+
"optional": false
|
|
8751
|
+
}
|
|
8752
|
+
]
|
|
8753
|
+
}
|
|
8754
|
+
},
|
|
8430
8755
|
"providers.clubchampion": {
|
|
8431
8756
|
"defs": {},
|
|
8432
8757
|
"functions": {
|
|
@@ -8559,6 +8884,13 @@ export const VALIDATORS = {
|
|
|
8559
8884
|
]
|
|
8560
8885
|
}
|
|
8561
8886
|
},
|
|
8887
|
+
"providers.credibly_com": {
|
|
8888
|
+
"defs": {},
|
|
8889
|
+
"functions": {
|
|
8890
|
+
"getApplicationForm": [],
|
|
8891
|
+
"getEligibilityRequirements": []
|
|
8892
|
+
}
|
|
8893
|
+
},
|
|
8562
8894
|
"providers.cruiselakegeneva": {
|
|
8563
8895
|
"defs": {},
|
|
8564
8896
|
"functions": {
|
|
@@ -8712,6 +9044,72 @@ export const VALIDATORS = {
|
|
|
8712
9044
|
]
|
|
8713
9045
|
}
|
|
8714
9046
|
},
|
|
9047
|
+
"providers.dahlconsulting": {
|
|
9048
|
+
"defs": {
|
|
9049
|
+
"dahlconsultingSearchFilters": {
|
|
9050
|
+
"k": "object",
|
|
9051
|
+
"props": [
|
|
9052
|
+
{
|
|
9053
|
+
"name": "query",
|
|
9054
|
+
"schema": {
|
|
9055
|
+
"k": "string"
|
|
9056
|
+
},
|
|
9057
|
+
"optional": true
|
|
9058
|
+
},
|
|
9059
|
+
{
|
|
9060
|
+
"name": "location",
|
|
9061
|
+
"schema": {
|
|
9062
|
+
"k": "string"
|
|
9063
|
+
},
|
|
9064
|
+
"optional": true
|
|
9065
|
+
},
|
|
9066
|
+
{
|
|
9067
|
+
"name": "limit",
|
|
9068
|
+
"schema": {
|
|
9069
|
+
"k": "number"
|
|
9070
|
+
},
|
|
9071
|
+
"optional": true
|
|
9072
|
+
}
|
|
9073
|
+
]
|
|
9074
|
+
}
|
|
9075
|
+
},
|
|
9076
|
+
"functions": {
|
|
9077
|
+
"searchJobs": [
|
|
9078
|
+
{
|
|
9079
|
+
"name": "filters",
|
|
9080
|
+
"schema": {
|
|
9081
|
+
"k": "ref",
|
|
9082
|
+
"name": "dahlconsultingSearchFilters"
|
|
9083
|
+
},
|
|
9084
|
+
"optional": true
|
|
9085
|
+
}
|
|
9086
|
+
],
|
|
9087
|
+
"getJob": [
|
|
9088
|
+
{
|
|
9089
|
+
"name": "url",
|
|
9090
|
+
"schema": {
|
|
9091
|
+
"k": "string"
|
|
9092
|
+
},
|
|
9093
|
+
"optional": false
|
|
9094
|
+
}
|
|
9095
|
+
]
|
|
9096
|
+
}
|
|
9097
|
+
},
|
|
9098
|
+
"providers.dansons": {
|
|
9099
|
+
"defs": {},
|
|
9100
|
+
"functions": {
|
|
9101
|
+
"listRegisterableProducts": [],
|
|
9102
|
+
"identifyProduct": [
|
|
9103
|
+
{
|
|
9104
|
+
"name": "query",
|
|
9105
|
+
"schema": {
|
|
9106
|
+
"k": "string"
|
|
9107
|
+
},
|
|
9108
|
+
"optional": false
|
|
9109
|
+
}
|
|
9110
|
+
]
|
|
9111
|
+
}
|
|
9112
|
+
},
|
|
8715
9113
|
"providers.davidsonhomes": {
|
|
8716
9114
|
"defs": {},
|
|
8717
9115
|
"functions": {
|
|
@@ -8976,6 +9374,201 @@ export const VALIDATORS = {
|
|
|
8976
9374
|
]
|
|
8977
9375
|
}
|
|
8978
9376
|
},
|
|
9377
|
+
"providers.deltadentalma": {
|
|
9378
|
+
"defs": {
|
|
9379
|
+
"deltadentalmaSearchFilters": {
|
|
9380
|
+
"k": "object",
|
|
9381
|
+
"props": [
|
|
9382
|
+
{
|
|
9383
|
+
"name": "zip",
|
|
9384
|
+
"schema": {
|
|
9385
|
+
"k": "string"
|
|
9386
|
+
},
|
|
9387
|
+
"optional": false
|
|
9388
|
+
},
|
|
9389
|
+
{
|
|
9390
|
+
"name": "radiusMiles",
|
|
9391
|
+
"schema": {
|
|
9392
|
+
"k": "number"
|
|
9393
|
+
},
|
|
9394
|
+
"optional": true
|
|
9395
|
+
},
|
|
9396
|
+
{
|
|
9397
|
+
"name": "network",
|
|
9398
|
+
"schema": {
|
|
9399
|
+
"k": "string"
|
|
9400
|
+
},
|
|
9401
|
+
"optional": true
|
|
9402
|
+
},
|
|
9403
|
+
{
|
|
9404
|
+
"name": "specialty",
|
|
9405
|
+
"schema": {
|
|
9406
|
+
"k": "string"
|
|
9407
|
+
},
|
|
9408
|
+
"optional": true
|
|
9409
|
+
},
|
|
9410
|
+
{
|
|
9411
|
+
"name": "language",
|
|
9412
|
+
"schema": {
|
|
9413
|
+
"k": "string"
|
|
9414
|
+
},
|
|
9415
|
+
"optional": true
|
|
9416
|
+
},
|
|
9417
|
+
{
|
|
9418
|
+
"name": "gender",
|
|
9419
|
+
"schema": {
|
|
9420
|
+
"k": "union",
|
|
9421
|
+
"of": [
|
|
9422
|
+
{
|
|
9423
|
+
"k": "literal",
|
|
9424
|
+
"v": "F"
|
|
9425
|
+
},
|
|
9426
|
+
{
|
|
9427
|
+
"k": "literal",
|
|
9428
|
+
"v": "M"
|
|
9429
|
+
}
|
|
9430
|
+
]
|
|
9431
|
+
},
|
|
9432
|
+
"optional": true
|
|
9433
|
+
},
|
|
9434
|
+
{
|
|
9435
|
+
"name": "limit",
|
|
9436
|
+
"schema": {
|
|
9437
|
+
"k": "number"
|
|
9438
|
+
},
|
|
9439
|
+
"optional": true
|
|
9440
|
+
}
|
|
9441
|
+
]
|
|
9442
|
+
}
|
|
9443
|
+
},
|
|
9444
|
+
"functions": {
|
|
9445
|
+
"search": [
|
|
9446
|
+
{
|
|
9447
|
+
"name": "filters",
|
|
9448
|
+
"schema": {
|
|
9449
|
+
"k": "ref",
|
|
9450
|
+
"name": "deltadentalmaSearchFilters"
|
|
9451
|
+
},
|
|
9452
|
+
"optional": false
|
|
9453
|
+
}
|
|
9454
|
+
],
|
|
9455
|
+
"lastUpdated": []
|
|
9456
|
+
}
|
|
9457
|
+
},
|
|
9458
|
+
"providers.dentalplans": {
|
|
9459
|
+
"defs": {},
|
|
9460
|
+
"functions": {
|
|
9461
|
+
"search": [
|
|
9462
|
+
{
|
|
9463
|
+
"name": "zip",
|
|
9464
|
+
"schema": {
|
|
9465
|
+
"k": "string"
|
|
9466
|
+
},
|
|
9467
|
+
"optional": false
|
|
9468
|
+
}
|
|
9469
|
+
],
|
|
9470
|
+
"getPlan": [
|
|
9471
|
+
{
|
|
9472
|
+
"name": "url",
|
|
9473
|
+
"schema": {
|
|
9474
|
+
"k": "string"
|
|
9475
|
+
},
|
|
9476
|
+
"optional": false
|
|
9477
|
+
}
|
|
9478
|
+
]
|
|
9479
|
+
}
|
|
9480
|
+
},
|
|
9481
|
+
"providers.detailxperts": {
|
|
9482
|
+
"defs": {},
|
|
9483
|
+
"functions": {
|
|
9484
|
+
"checkServiceArea": [
|
|
9485
|
+
{
|
|
9486
|
+
"name": "args",
|
|
9487
|
+
"schema": {
|
|
9488
|
+
"k": "object",
|
|
9489
|
+
"props": [
|
|
9490
|
+
{
|
|
9491
|
+
"name": "address1",
|
|
9492
|
+
"schema": {
|
|
9493
|
+
"k": "string"
|
|
9494
|
+
},
|
|
9495
|
+
"optional": false
|
|
9496
|
+
},
|
|
9497
|
+
{
|
|
9498
|
+
"name": "address2",
|
|
9499
|
+
"schema": {
|
|
9500
|
+
"k": "string"
|
|
9501
|
+
},
|
|
9502
|
+
"optional": true
|
|
9503
|
+
},
|
|
9504
|
+
{
|
|
9505
|
+
"name": "city",
|
|
9506
|
+
"schema": {
|
|
9507
|
+
"k": "string"
|
|
9508
|
+
},
|
|
9509
|
+
"optional": false
|
|
9510
|
+
},
|
|
9511
|
+
{
|
|
9512
|
+
"name": "state",
|
|
9513
|
+
"schema": {
|
|
9514
|
+
"k": "string"
|
|
9515
|
+
},
|
|
9516
|
+
"optional": false
|
|
9517
|
+
},
|
|
9518
|
+
{
|
|
9519
|
+
"name": "zip",
|
|
9520
|
+
"schema": {
|
|
9521
|
+
"k": "string"
|
|
9522
|
+
},
|
|
9523
|
+
"optional": false
|
|
9524
|
+
}
|
|
9525
|
+
]
|
|
9526
|
+
},
|
|
9527
|
+
"optional": false
|
|
9528
|
+
}
|
|
9529
|
+
],
|
|
9530
|
+
"listVehicleTypes": [],
|
|
9531
|
+
"getQuote": [
|
|
9532
|
+
{
|
|
9533
|
+
"name": "args",
|
|
9534
|
+
"schema": {
|
|
9535
|
+
"k": "object",
|
|
9536
|
+
"props": [
|
|
9537
|
+
{
|
|
9538
|
+
"name": "vehiclePosition",
|
|
9539
|
+
"schema": {
|
|
9540
|
+
"k": "number"
|
|
9541
|
+
},
|
|
9542
|
+
"optional": false
|
|
9543
|
+
},
|
|
9544
|
+
{
|
|
9545
|
+
"name": "dirtLevel",
|
|
9546
|
+
"schema": {
|
|
9547
|
+
"k": "number"
|
|
9548
|
+
},
|
|
9549
|
+
"optional": false
|
|
9550
|
+
},
|
|
9551
|
+
{
|
|
9552
|
+
"name": "hairLevel",
|
|
9553
|
+
"schema": {
|
|
9554
|
+
"k": "number"
|
|
9555
|
+
},
|
|
9556
|
+
"optional": false
|
|
9557
|
+
},
|
|
9558
|
+
{
|
|
9559
|
+
"name": "dirtInteriorLevel",
|
|
9560
|
+
"schema": {
|
|
9561
|
+
"k": "number"
|
|
9562
|
+
},
|
|
9563
|
+
"optional": false
|
|
9564
|
+
}
|
|
9565
|
+
]
|
|
9566
|
+
},
|
|
9567
|
+
"optional": false
|
|
9568
|
+
}
|
|
9569
|
+
]
|
|
9570
|
+
}
|
|
9571
|
+
},
|
|
8979
9572
|
"providers.developersopenai": {
|
|
8980
9573
|
"defs": {},
|
|
8981
9574
|
"functions": {
|
|
@@ -9431,6 +10024,50 @@ export const VALIDATORS = {
|
|
|
9431
10024
|
]
|
|
9432
10025
|
}
|
|
9433
10026
|
},
|
|
10027
|
+
"providers.donsappliances": {
|
|
10028
|
+
"defs": {
|
|
10029
|
+
"DonsAppliancesSearchArgs": {
|
|
10030
|
+
"k": "object",
|
|
10031
|
+
"props": [
|
|
10032
|
+
{
|
|
10033
|
+
"name": "category",
|
|
10034
|
+
"schema": {
|
|
10035
|
+
"k": "string"
|
|
10036
|
+
},
|
|
10037
|
+
"optional": false
|
|
10038
|
+
},
|
|
10039
|
+
{
|
|
10040
|
+
"name": "maxPrice",
|
|
10041
|
+
"schema": {
|
|
10042
|
+
"k": "number"
|
|
10043
|
+
},
|
|
10044
|
+
"optional": true
|
|
10045
|
+
}
|
|
10046
|
+
]
|
|
10047
|
+
}
|
|
10048
|
+
},
|
|
10049
|
+
"functions": {
|
|
10050
|
+
"search": [
|
|
10051
|
+
{
|
|
10052
|
+
"name": "args",
|
|
10053
|
+
"schema": {
|
|
10054
|
+
"k": "ref",
|
|
10055
|
+
"name": "DonsAppliancesSearchArgs"
|
|
10056
|
+
},
|
|
10057
|
+
"optional": false
|
|
10058
|
+
}
|
|
10059
|
+
],
|
|
10060
|
+
"getProduct": [
|
|
10061
|
+
{
|
|
10062
|
+
"name": "url",
|
|
10063
|
+
"schema": {
|
|
10064
|
+
"k": "string"
|
|
10065
|
+
},
|
|
10066
|
+
"optional": false
|
|
10067
|
+
}
|
|
10068
|
+
]
|
|
10069
|
+
}
|
|
10070
|
+
},
|
|
9434
10071
|
"providers.doordash": {
|
|
9435
10072
|
"defs": {
|
|
9436
10073
|
"DoordashSearchArgs": {
|
|
@@ -9689,6 +10326,54 @@ export const VALIDATORS = {
|
|
|
9689
10326
|
]
|
|
9690
10327
|
}
|
|
9691
10328
|
},
|
|
10329
|
+
"providers.epromos": {
|
|
10330
|
+
"defs": {},
|
|
10331
|
+
"functions": {
|
|
10332
|
+
"getProductConfiguration": [
|
|
10333
|
+
{
|
|
10334
|
+
"name": "url",
|
|
10335
|
+
"schema": {
|
|
10336
|
+
"k": "string"
|
|
10337
|
+
},
|
|
10338
|
+
"optional": false
|
|
10339
|
+
}
|
|
10340
|
+
],
|
|
10341
|
+
"quoteBulkPrice": [
|
|
10342
|
+
{
|
|
10343
|
+
"name": "args",
|
|
10344
|
+
"schema": {
|
|
10345
|
+
"k": "object",
|
|
10346
|
+
"props": [
|
|
10347
|
+
{
|
|
10348
|
+
"name": "productUrl",
|
|
10349
|
+
"schema": {
|
|
10350
|
+
"k": "string"
|
|
10351
|
+
},
|
|
10352
|
+
"optional": false
|
|
10353
|
+
},
|
|
10354
|
+
{
|
|
10355
|
+
"name": "quantity",
|
|
10356
|
+
"schema": {
|
|
10357
|
+
"k": "number"
|
|
10358
|
+
},
|
|
10359
|
+
"optional": false
|
|
10360
|
+
}
|
|
10361
|
+
]
|
|
10362
|
+
},
|
|
10363
|
+
"optional": false
|
|
10364
|
+
}
|
|
10365
|
+
],
|
|
10366
|
+
"listCategoryProducts": [
|
|
10367
|
+
{
|
|
10368
|
+
"name": "url",
|
|
10369
|
+
"schema": {
|
|
10370
|
+
"k": "string"
|
|
10371
|
+
},
|
|
10372
|
+
"optional": false
|
|
10373
|
+
}
|
|
10374
|
+
]
|
|
10375
|
+
}
|
|
10376
|
+
},
|
|
9692
10377
|
"providers.eq3": {
|
|
9693
10378
|
"defs": {},
|
|
9694
10379
|
"functions": {
|
|
@@ -10159,18 +10844,76 @@ export const VALIDATORS = {
|
|
|
10159
10844
|
"name": "args",
|
|
10160
10845
|
"schema": {
|
|
10161
10846
|
"k": "ref",
|
|
10162
|
-
"name": "FieldstonehomesSearchArgs"
|
|
10847
|
+
"name": "FieldstonehomesSearchArgs"
|
|
10848
|
+
},
|
|
10849
|
+
"optional": true
|
|
10850
|
+
}
|
|
10851
|
+
],
|
|
10852
|
+
"getAppointmentFormSchema": [],
|
|
10853
|
+
"prepareAppointment": [
|
|
10854
|
+
{
|
|
10855
|
+
"name": "args",
|
|
10856
|
+
"schema": {
|
|
10857
|
+
"k": "ref",
|
|
10858
|
+
"name": "FieldstonehomesPrepareAppointmentArgs"
|
|
10859
|
+
},
|
|
10860
|
+
"optional": false
|
|
10861
|
+
}
|
|
10862
|
+
]
|
|
10863
|
+
}
|
|
10864
|
+
},
|
|
10865
|
+
"providers.firstamericahomes": {
|
|
10866
|
+
"defs": {
|
|
10867
|
+
"FirstamericahomesSearchFilters": {
|
|
10868
|
+
"k": "object",
|
|
10869
|
+
"props": [
|
|
10870
|
+
{
|
|
10871
|
+
"name": "city",
|
|
10872
|
+
"schema": {
|
|
10873
|
+
"k": "string"
|
|
10874
|
+
},
|
|
10875
|
+
"optional": true
|
|
10876
|
+
},
|
|
10877
|
+
{
|
|
10878
|
+
"name": "state",
|
|
10879
|
+
"schema": {
|
|
10880
|
+
"k": "string"
|
|
10881
|
+
},
|
|
10882
|
+
"optional": true
|
|
10883
|
+
},
|
|
10884
|
+
{
|
|
10885
|
+
"name": "minPrice",
|
|
10886
|
+
"schema": {
|
|
10887
|
+
"k": "number"
|
|
10888
|
+
},
|
|
10889
|
+
"optional": true
|
|
10890
|
+
},
|
|
10891
|
+
{
|
|
10892
|
+
"name": "maxPrice",
|
|
10893
|
+
"schema": {
|
|
10894
|
+
"k": "number"
|
|
10895
|
+
},
|
|
10896
|
+
"optional": true
|
|
10897
|
+
}
|
|
10898
|
+
]
|
|
10899
|
+
}
|
|
10900
|
+
},
|
|
10901
|
+
"functions": {
|
|
10902
|
+
"searchCommunities": [
|
|
10903
|
+
{
|
|
10904
|
+
"name": "filters",
|
|
10905
|
+
"schema": {
|
|
10906
|
+
"k": "ref",
|
|
10907
|
+
"name": "FirstamericahomesSearchFilters"
|
|
10163
10908
|
},
|
|
10164
10909
|
"optional": true
|
|
10165
10910
|
}
|
|
10166
10911
|
],
|
|
10167
|
-
"
|
|
10168
|
-
"prepareAppointment": [
|
|
10912
|
+
"getCommunity": [
|
|
10169
10913
|
{
|
|
10170
|
-
"name": "
|
|
10914
|
+
"name": "url",
|
|
10171
10915
|
"schema": {
|
|
10172
|
-
"k": "
|
|
10173
|
-
"name": "FieldstonehomesPrepareAppointmentArgs"
|
|
10916
|
+
"k": "string"
|
|
10174
10917
|
},
|
|
10175
10918
|
"optional": false
|
|
10176
10919
|
}
|
|
@@ -10354,6 +11097,29 @@ export const VALIDATORS = {
|
|
|
10354
11097
|
]
|
|
10355
11098
|
}
|
|
10356
11099
|
},
|
|
11100
|
+
"providers.forms_hubspot_com": {
|
|
11101
|
+
"defs": {},
|
|
11102
|
+
"functions": {
|
|
11103
|
+
"findForms": [
|
|
11104
|
+
{
|
|
11105
|
+
"name": "site",
|
|
11106
|
+
"schema": {
|
|
11107
|
+
"k": "string"
|
|
11108
|
+
},
|
|
11109
|
+
"optional": false
|
|
11110
|
+
}
|
|
11111
|
+
],
|
|
11112
|
+
"getFormDefinition": [
|
|
11113
|
+
{
|
|
11114
|
+
"name": "formUrlOrIds",
|
|
11115
|
+
"schema": {
|
|
11116
|
+
"k": "string"
|
|
11117
|
+
},
|
|
11118
|
+
"optional": false
|
|
11119
|
+
}
|
|
11120
|
+
]
|
|
11121
|
+
}
|
|
11122
|
+
},
|
|
10357
11123
|
"providers.fourseasonsyachts": {
|
|
10358
11124
|
"defs": {},
|
|
10359
11125
|
"functions": {
|
|
@@ -12209,6 +12975,125 @@ export const VALIDATORS = {
|
|
|
12209
12975
|
]
|
|
12210
12976
|
}
|
|
12211
12977
|
},
|
|
12978
|
+
"providers.highlandhomes": {
|
|
12979
|
+
"defs": {
|
|
12980
|
+
"HighlandHomesSearchFilter": {
|
|
12981
|
+
"k": "object",
|
|
12982
|
+
"props": [
|
|
12983
|
+
{
|
|
12984
|
+
"name": "city",
|
|
12985
|
+
"schema": {
|
|
12986
|
+
"k": "string"
|
|
12987
|
+
},
|
|
12988
|
+
"optional": true
|
|
12989
|
+
},
|
|
12990
|
+
{
|
|
12991
|
+
"name": "bedsMin",
|
|
12992
|
+
"schema": {
|
|
12993
|
+
"k": "number"
|
|
12994
|
+
},
|
|
12995
|
+
"optional": true
|
|
12996
|
+
},
|
|
12997
|
+
{
|
|
12998
|
+
"name": "bathsMin",
|
|
12999
|
+
"schema": {
|
|
13000
|
+
"k": "number"
|
|
13001
|
+
},
|
|
13002
|
+
"optional": true
|
|
13003
|
+
},
|
|
13004
|
+
{
|
|
13005
|
+
"name": "priceMin",
|
|
13006
|
+
"schema": {
|
|
13007
|
+
"k": "number"
|
|
13008
|
+
},
|
|
13009
|
+
"optional": true
|
|
13010
|
+
},
|
|
13011
|
+
{
|
|
13012
|
+
"name": "priceMax",
|
|
13013
|
+
"schema": {
|
|
13014
|
+
"k": "number"
|
|
13015
|
+
},
|
|
13016
|
+
"optional": true
|
|
13017
|
+
},
|
|
13018
|
+
{
|
|
13019
|
+
"name": "sqftMin",
|
|
13020
|
+
"schema": {
|
|
13021
|
+
"k": "number"
|
|
13022
|
+
},
|
|
13023
|
+
"optional": true
|
|
13024
|
+
},
|
|
13025
|
+
{
|
|
13026
|
+
"name": "sqftMax",
|
|
13027
|
+
"schema": {
|
|
13028
|
+
"k": "number"
|
|
13029
|
+
},
|
|
13030
|
+
"optional": true
|
|
13031
|
+
},
|
|
13032
|
+
{
|
|
13033
|
+
"name": "garageSpacesMin",
|
|
13034
|
+
"schema": {
|
|
13035
|
+
"k": "number"
|
|
13036
|
+
},
|
|
13037
|
+
"optional": true
|
|
13038
|
+
},
|
|
13039
|
+
{
|
|
13040
|
+
"name": "status",
|
|
13041
|
+
"schema": {
|
|
13042
|
+
"k": "string"
|
|
13043
|
+
},
|
|
13044
|
+
"optional": true
|
|
13045
|
+
},
|
|
13046
|
+
{
|
|
13047
|
+
"name": "hasDen",
|
|
13048
|
+
"schema": {
|
|
13049
|
+
"k": "boolean"
|
|
13050
|
+
},
|
|
13051
|
+
"optional": true
|
|
13052
|
+
},
|
|
13053
|
+
{
|
|
13054
|
+
"name": "hasLoft",
|
|
13055
|
+
"schema": {
|
|
13056
|
+
"k": "boolean"
|
|
13057
|
+
},
|
|
13058
|
+
"optional": true
|
|
13059
|
+
},
|
|
13060
|
+
{
|
|
13061
|
+
"name": "hasInLawSuite",
|
|
13062
|
+
"schema": {
|
|
13063
|
+
"k": "boolean"
|
|
13064
|
+
},
|
|
13065
|
+
"optional": true
|
|
13066
|
+
},
|
|
13067
|
+
{
|
|
13068
|
+
"name": "hasOwnersRetreat",
|
|
13069
|
+
"schema": {
|
|
13070
|
+
"k": "boolean"
|
|
13071
|
+
},
|
|
13072
|
+
"optional": true
|
|
13073
|
+
},
|
|
13074
|
+
{
|
|
13075
|
+
"name": "isOver55",
|
|
13076
|
+
"schema": {
|
|
13077
|
+
"k": "boolean"
|
|
13078
|
+
},
|
|
13079
|
+
"optional": true
|
|
13080
|
+
}
|
|
13081
|
+
]
|
|
13082
|
+
}
|
|
13083
|
+
},
|
|
13084
|
+
"functions": {
|
|
13085
|
+
"search": [
|
|
13086
|
+
{
|
|
13087
|
+
"name": "filter",
|
|
13088
|
+
"schema": {
|
|
13089
|
+
"k": "ref",
|
|
13090
|
+
"name": "HighlandHomesSearchFilter"
|
|
13091
|
+
},
|
|
13092
|
+
"optional": true
|
|
13093
|
+
}
|
|
13094
|
+
]
|
|
13095
|
+
}
|
|
13096
|
+
},
|
|
12212
13097
|
"providers.hilton": {
|
|
12213
13098
|
"defs": {},
|
|
12214
13099
|
"functions": {
|
|
@@ -14676,6 +15561,34 @@ export const VALIDATORS = {
|
|
|
14676
15561
|
]
|
|
14677
15562
|
}
|
|
14678
15563
|
},
|
|
15564
|
+
"providers.kbb": {
|
|
15565
|
+
"defs": {},
|
|
15566
|
+
"functions": {
|
|
15567
|
+
"getTrimPricing": [
|
|
15568
|
+
{
|
|
15569
|
+
"name": "make",
|
|
15570
|
+
"schema": {
|
|
15571
|
+
"k": "string"
|
|
15572
|
+
},
|
|
15573
|
+
"optional": false
|
|
15574
|
+
},
|
|
15575
|
+
{
|
|
15576
|
+
"name": "model",
|
|
15577
|
+
"schema": {
|
|
15578
|
+
"k": "string"
|
|
15579
|
+
},
|
|
15580
|
+
"optional": false
|
|
15581
|
+
},
|
|
15582
|
+
{
|
|
15583
|
+
"name": "year",
|
|
15584
|
+
"schema": {
|
|
15585
|
+
"k": "number"
|
|
15586
|
+
},
|
|
15587
|
+
"optional": true
|
|
15588
|
+
}
|
|
15589
|
+
]
|
|
15590
|
+
}
|
|
15591
|
+
},
|
|
14679
15592
|
"providers.keepa": {
|
|
14680
15593
|
"defs": {},
|
|
14681
15594
|
"functions": {
|
|
@@ -16603,6 +17516,21 @@ export const VALIDATORS = {
|
|
|
16603
17516
|
"getActivePromotion": []
|
|
16604
17517
|
}
|
|
16605
17518
|
},
|
|
17519
|
+
"providers.modernize_com": {
|
|
17520
|
+
"defs": {},
|
|
17521
|
+
"functions": {
|
|
17522
|
+
"listProjectTypes": [],
|
|
17523
|
+
"getQuoteFlow": [
|
|
17524
|
+
{
|
|
17525
|
+
"name": "projectType",
|
|
17526
|
+
"schema": {
|
|
17527
|
+
"k": "string"
|
|
17528
|
+
},
|
|
17529
|
+
"optional": false
|
|
17530
|
+
}
|
|
17531
|
+
]
|
|
17532
|
+
}
|
|
17533
|
+
},
|
|
16606
17534
|
"providers.modularclosets": {
|
|
16607
17535
|
"defs": {},
|
|
16608
17536
|
"functions": {
|
|
@@ -20199,6 +21127,66 @@ export const VALIDATORS = {
|
|
|
20199
21127
|
]
|
|
20200
21128
|
}
|
|
20201
21129
|
},
|
|
21130
|
+
"providers.prolook": {
|
|
21131
|
+
"defs": {},
|
|
21132
|
+
"functions": {
|
|
21133
|
+
"listUniformStyles": [
|
|
21134
|
+
{
|
|
21135
|
+
"name": "sportCode",
|
|
21136
|
+
"schema": {
|
|
21137
|
+
"k": "string"
|
|
21138
|
+
},
|
|
21139
|
+
"optional": false
|
|
21140
|
+
},
|
|
21141
|
+
{
|
|
21142
|
+
"name": "page",
|
|
21143
|
+
"schema": {
|
|
21144
|
+
"k": "number"
|
|
21145
|
+
},
|
|
21146
|
+
"optional": true
|
|
21147
|
+
}
|
|
21148
|
+
],
|
|
21149
|
+
"getStyleCustomizationOptions": [
|
|
21150
|
+
{
|
|
21151
|
+
"name": "styleId",
|
|
21152
|
+
"schema": {
|
|
21153
|
+
"k": "number"
|
|
21154
|
+
},
|
|
21155
|
+
"optional": false
|
|
21156
|
+
}
|
|
21157
|
+
],
|
|
21158
|
+
"getTeamQuote": [
|
|
21159
|
+
{
|
|
21160
|
+
"name": "styleId",
|
|
21161
|
+
"schema": {
|
|
21162
|
+
"k": "number"
|
|
21163
|
+
},
|
|
21164
|
+
"optional": false
|
|
21165
|
+
},
|
|
21166
|
+
{
|
|
21167
|
+
"name": "sportCode",
|
|
21168
|
+
"schema": {
|
|
21169
|
+
"k": "string"
|
|
21170
|
+
},
|
|
21171
|
+
"optional": false
|
|
21172
|
+
},
|
|
21173
|
+
{
|
|
21174
|
+
"name": "page",
|
|
21175
|
+
"schema": {
|
|
21176
|
+
"k": "number"
|
|
21177
|
+
},
|
|
21178
|
+
"optional": false
|
|
21179
|
+
},
|
|
21180
|
+
{
|
|
21181
|
+
"name": "quantity",
|
|
21182
|
+
"schema": {
|
|
21183
|
+
"k": "number"
|
|
21184
|
+
},
|
|
21185
|
+
"optional": false
|
|
21186
|
+
}
|
|
21187
|
+
]
|
|
21188
|
+
}
|
|
21189
|
+
},
|
|
20202
21190
|
"providers.prose": {
|
|
20203
21191
|
"defs": {
|
|
20204
21192
|
"HairConsultationAnswers": {
|
|
@@ -21237,6 +22225,45 @@ export const VALIDATORS = {
|
|
|
21237
22225
|
]
|
|
21238
22226
|
}
|
|
21239
22227
|
},
|
|
22228
|
+
"providers.puls_com": {
|
|
22229
|
+
"defs": {},
|
|
22230
|
+
"functions": {
|
|
22231
|
+
"listApplianceCategories": [],
|
|
22232
|
+
"getRepairQuote": [
|
|
22233
|
+
{
|
|
22234
|
+
"name": "args",
|
|
22235
|
+
"schema": {
|
|
22236
|
+
"k": "object",
|
|
22237
|
+
"props": [
|
|
22238
|
+
{
|
|
22239
|
+
"name": "device",
|
|
22240
|
+
"schema": {
|
|
22241
|
+
"k": "union",
|
|
22242
|
+
"of": [
|
|
22243
|
+
{
|
|
22244
|
+
"k": "string"
|
|
22245
|
+
},
|
|
22246
|
+
{
|
|
22247
|
+
"k": "number"
|
|
22248
|
+
}
|
|
22249
|
+
]
|
|
22250
|
+
},
|
|
22251
|
+
"optional": false
|
|
22252
|
+
},
|
|
22253
|
+
{
|
|
22254
|
+
"name": "zipCode",
|
|
22255
|
+
"schema": {
|
|
22256
|
+
"k": "string"
|
|
22257
|
+
},
|
|
22258
|
+
"optional": false
|
|
22259
|
+
}
|
|
22260
|
+
]
|
|
22261
|
+
},
|
|
22262
|
+
"optional": false
|
|
22263
|
+
}
|
|
22264
|
+
]
|
|
22265
|
+
}
|
|
22266
|
+
},
|
|
21240
22267
|
"providers.reddit": {
|
|
21241
22268
|
"defs": {},
|
|
21242
22269
|
"functions": {
|