@bowmark/web 1.15.0 → 1.16.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 +489 -2
- package/dist/generated/validators.js +674 -64
- 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: a1e3e6de6a511c3fcbec88c14d4c7a9805aef78095475d828edf1aeaa922747f
|
|
9
|
+
// 839 checked, 20 unchecked.
|
|
10
10
|
export const VALIDATORS = {
|
|
11
|
-
"version": "
|
|
11
|
+
"version": "a1e3e6de6a511c3fcbec88c14d4c7a9805aef78095475d828edf1aeaa922747f",
|
|
12
12
|
"units": {
|
|
13
13
|
"bundles": {
|
|
14
14
|
"defs": {},
|
|
@@ -2740,6 +2740,66 @@ export const VALIDATORS = {
|
|
|
2740
2740
|
]
|
|
2741
2741
|
}
|
|
2742
2742
|
},
|
|
2743
|
+
"providers.a1storage": {
|
|
2744
|
+
"defs": {
|
|
2745
|
+
"a1storageFacilitySearchFilters": {
|
|
2746
|
+
"k": "object",
|
|
2747
|
+
"props": [
|
|
2748
|
+
{
|
|
2749
|
+
"name": "state",
|
|
2750
|
+
"schema": {
|
|
2751
|
+
"k": "string"
|
|
2752
|
+
},
|
|
2753
|
+
"optional": true
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"name": "city",
|
|
2757
|
+
"schema": {
|
|
2758
|
+
"k": "string"
|
|
2759
|
+
},
|
|
2760
|
+
"optional": true
|
|
2761
|
+
}
|
|
2762
|
+
]
|
|
2763
|
+
}
|
|
2764
|
+
},
|
|
2765
|
+
"functions": {
|
|
2766
|
+
"listFacilities": [
|
|
2767
|
+
{
|
|
2768
|
+
"name": "filters",
|
|
2769
|
+
"schema": {
|
|
2770
|
+
"k": "ref",
|
|
2771
|
+
"name": "a1storageFacilitySearchFilters"
|
|
2772
|
+
},
|
|
2773
|
+
"optional": true
|
|
2774
|
+
}
|
|
2775
|
+
],
|
|
2776
|
+
"getFacilityUnits": [
|
|
2777
|
+
{
|
|
2778
|
+
"name": "facilityId",
|
|
2779
|
+
"schema": {
|
|
2780
|
+
"k": "string"
|
|
2781
|
+
},
|
|
2782
|
+
"optional": false
|
|
2783
|
+
}
|
|
2784
|
+
],
|
|
2785
|
+
"getMoveInCost": [
|
|
2786
|
+
{
|
|
2787
|
+
"name": "facilityId",
|
|
2788
|
+
"schema": {
|
|
2789
|
+
"k": "string"
|
|
2790
|
+
},
|
|
2791
|
+
"optional": false
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"name": "unitId",
|
|
2795
|
+
"schema": {
|
|
2796
|
+
"k": "string"
|
|
2797
|
+
},
|
|
2798
|
+
"optional": false
|
|
2799
|
+
}
|
|
2800
|
+
]
|
|
2801
|
+
}
|
|
2802
|
+
},
|
|
2743
2803
|
"providers.aa": {
|
|
2744
2804
|
"defs": {
|
|
2745
2805
|
"aaBaggageAllowanceArgs": {
|
|
@@ -3099,6 +3159,80 @@ export const VALIDATORS = {
|
|
|
3099
3159
|
]
|
|
3100
3160
|
}
|
|
3101
3161
|
},
|
|
3162
|
+
"providers.acerentacar": {
|
|
3163
|
+
"defs": {
|
|
3164
|
+
"AcerentacarSearchArgs": {
|
|
3165
|
+
"k": "object",
|
|
3166
|
+
"props": [
|
|
3167
|
+
{
|
|
3168
|
+
"name": "pickupLocationCode",
|
|
3169
|
+
"schema": {
|
|
3170
|
+
"k": "string"
|
|
3171
|
+
},
|
|
3172
|
+
"optional": false
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"name": "pickupDate",
|
|
3176
|
+
"schema": {
|
|
3177
|
+
"k": "string"
|
|
3178
|
+
},
|
|
3179
|
+
"optional": false
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"name": "dropoffDate",
|
|
3183
|
+
"schema": {
|
|
3184
|
+
"k": "string"
|
|
3185
|
+
},
|
|
3186
|
+
"optional": false
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"name": "pickupTime",
|
|
3190
|
+
"schema": {
|
|
3191
|
+
"k": "string"
|
|
3192
|
+
},
|
|
3193
|
+
"optional": true
|
|
3194
|
+
},
|
|
3195
|
+
{
|
|
3196
|
+
"name": "dropoffTime",
|
|
3197
|
+
"schema": {
|
|
3198
|
+
"k": "string"
|
|
3199
|
+
},
|
|
3200
|
+
"optional": true
|
|
3201
|
+
}
|
|
3202
|
+
]
|
|
3203
|
+
}
|
|
3204
|
+
},
|
|
3205
|
+
"functions": {
|
|
3206
|
+
"searchAvailability": [
|
|
3207
|
+
{
|
|
3208
|
+
"name": "args",
|
|
3209
|
+
"schema": {
|
|
3210
|
+
"k": "ref",
|
|
3211
|
+
"name": "AcerentacarSearchArgs"
|
|
3212
|
+
},
|
|
3213
|
+
"optional": false
|
|
3214
|
+
}
|
|
3215
|
+
],
|
|
3216
|
+
"searchLocations": [
|
|
3217
|
+
{
|
|
3218
|
+
"name": "args",
|
|
3219
|
+
"schema": {
|
|
3220
|
+
"k": "object",
|
|
3221
|
+
"props": [
|
|
3222
|
+
{
|
|
3223
|
+
"name": "query",
|
|
3224
|
+
"schema": {
|
|
3225
|
+
"k": "string"
|
|
3226
|
+
},
|
|
3227
|
+
"optional": false
|
|
3228
|
+
}
|
|
3229
|
+
]
|
|
3230
|
+
},
|
|
3231
|
+
"optional": false
|
|
3232
|
+
}
|
|
3233
|
+
]
|
|
3234
|
+
}
|
|
3235
|
+
},
|
|
3102
3236
|
"providers.achosahw": {
|
|
3103
3237
|
"defs": {
|
|
3104
3238
|
"AchosahwQuoteArgs": {
|
|
@@ -6535,6 +6669,67 @@ export const VALIDATORS = {
|
|
|
6535
6669
|
]
|
|
6536
6670
|
}
|
|
6537
6671
|
},
|
|
6672
|
+
"providers.carlsgolfland": {
|
|
6673
|
+
"defs": {},
|
|
6674
|
+
"functions": {
|
|
6675
|
+
"searchProducts": [
|
|
6676
|
+
{
|
|
6677
|
+
"name": "query",
|
|
6678
|
+
"schema": {
|
|
6679
|
+
"k": "string"
|
|
6680
|
+
},
|
|
6681
|
+
"optional": false
|
|
6682
|
+
}
|
|
6683
|
+
],
|
|
6684
|
+
"getProduct": [
|
|
6685
|
+
{
|
|
6686
|
+
"name": "urlKey",
|
|
6687
|
+
"schema": {
|
|
6688
|
+
"k": "string"
|
|
6689
|
+
},
|
|
6690
|
+
"optional": false
|
|
6691
|
+
}
|
|
6692
|
+
],
|
|
6693
|
+
"priceConfiguration": [
|
|
6694
|
+
{
|
|
6695
|
+
"name": "urlKey",
|
|
6696
|
+
"schema": {
|
|
6697
|
+
"k": "string"
|
|
6698
|
+
},
|
|
6699
|
+
"optional": false
|
|
6700
|
+
},
|
|
6701
|
+
{
|
|
6702
|
+
"name": "selections",
|
|
6703
|
+
"schema": {
|
|
6704
|
+
"k": "record",
|
|
6705
|
+
"value": {
|
|
6706
|
+
"k": "string"
|
|
6707
|
+
}
|
|
6708
|
+
},
|
|
6709
|
+
"optional": false
|
|
6710
|
+
}
|
|
6711
|
+
],
|
|
6712
|
+
"addToCart": [
|
|
6713
|
+
{
|
|
6714
|
+
"name": "urlKey",
|
|
6715
|
+
"schema": {
|
|
6716
|
+
"k": "string"
|
|
6717
|
+
},
|
|
6718
|
+
"optional": false
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
"name": "selections",
|
|
6722
|
+
"schema": {
|
|
6723
|
+
"k": "record",
|
|
6724
|
+
"value": {
|
|
6725
|
+
"k": "string"
|
|
6726
|
+
}
|
|
6727
|
+
},
|
|
6728
|
+
"optional": false
|
|
6729
|
+
}
|
|
6730
|
+
]
|
|
6731
|
+
}
|
|
6732
|
+
},
|
|
6538
6733
|
"providers.carmelrealtycompany": {
|
|
6539
6734
|
"defs": {},
|
|
6540
6735
|
"functions": {
|
|
@@ -7396,6 +7591,74 @@ export const VALIDATORS = {
|
|
|
7396
7591
|
]
|
|
7397
7592
|
}
|
|
7398
7593
|
},
|
|
7594
|
+
"providers.chappellet": {
|
|
7595
|
+
"defs": {},
|
|
7596
|
+
"functions": {
|
|
7597
|
+
"listWines": [
|
|
7598
|
+
{
|
|
7599
|
+
"name": "page",
|
|
7600
|
+
"schema": {
|
|
7601
|
+
"k": "number"
|
|
7602
|
+
},
|
|
7603
|
+
"optional": true
|
|
7604
|
+
}
|
|
7605
|
+
],
|
|
7606
|
+
"getWine": [
|
|
7607
|
+
{
|
|
7608
|
+
"name": "slug",
|
|
7609
|
+
"schema": {
|
|
7610
|
+
"k": "string"
|
|
7611
|
+
},
|
|
7612
|
+
"optional": false
|
|
7613
|
+
}
|
|
7614
|
+
],
|
|
7615
|
+
"checkShippingEligibility": [
|
|
7616
|
+
{
|
|
7617
|
+
"name": "stateCode",
|
|
7618
|
+
"schema": {
|
|
7619
|
+
"k": "string"
|
|
7620
|
+
},
|
|
7621
|
+
"optional": false
|
|
7622
|
+
}
|
|
7623
|
+
]
|
|
7624
|
+
}
|
|
7625
|
+
},
|
|
7626
|
+
"providers.charterhomes": {
|
|
7627
|
+
"defs": {
|
|
7628
|
+
"CharterhomesSearchArgs": {
|
|
7629
|
+
"k": "object",
|
|
7630
|
+
"props": [
|
|
7631
|
+
{
|
|
7632
|
+
"name": "city",
|
|
7633
|
+
"schema": {
|
|
7634
|
+
"k": "string"
|
|
7635
|
+
},
|
|
7636
|
+
"optional": true
|
|
7637
|
+
},
|
|
7638
|
+
{
|
|
7639
|
+
"name": "minBedrooms",
|
|
7640
|
+
"schema": {
|
|
7641
|
+
"k": "number"
|
|
7642
|
+
},
|
|
7643
|
+
"optional": true
|
|
7644
|
+
}
|
|
7645
|
+
]
|
|
7646
|
+
}
|
|
7647
|
+
},
|
|
7648
|
+
"functions": {
|
|
7649
|
+
"searchHomes": [
|
|
7650
|
+
{
|
|
7651
|
+
"name": "args",
|
|
7652
|
+
"schema": {
|
|
7653
|
+
"k": "ref",
|
|
7654
|
+
"name": "CharterhomesSearchArgs"
|
|
7655
|
+
},
|
|
7656
|
+
"optional": true
|
|
7657
|
+
}
|
|
7658
|
+
],
|
|
7659
|
+
"getScheduleVisitOptions": []
|
|
7660
|
+
}
|
|
7661
|
+
},
|
|
7399
7662
|
"providers.cheapflights": {
|
|
7400
7663
|
"defs": {
|
|
7401
7664
|
"KayakCarQuery": {
|
|
@@ -9690,12 +9953,198 @@ export const VALIDATORS = {
|
|
|
9690
9953
|
{
|
|
9691
9954
|
"name": "unitSize",
|
|
9692
9955
|
"schema": {
|
|
9693
|
-
"k": "string"
|
|
9956
|
+
"k": "string"
|
|
9957
|
+
},
|
|
9958
|
+
"optional": true
|
|
9959
|
+
},
|
|
9960
|
+
{
|
|
9961
|
+
"name": "limit",
|
|
9962
|
+
"schema": {
|
|
9963
|
+
"k": "number"
|
|
9964
|
+
},
|
|
9965
|
+
"optional": true
|
|
9966
|
+
}
|
|
9967
|
+
]
|
|
9968
|
+
}
|
|
9969
|
+
},
|
|
9970
|
+
"functions": {
|
|
9971
|
+
"search": [
|
|
9972
|
+
{
|
|
9973
|
+
"name": "query",
|
|
9974
|
+
"schema": {
|
|
9975
|
+
"k": "string"
|
|
9976
|
+
},
|
|
9977
|
+
"optional": false
|
|
9978
|
+
},
|
|
9979
|
+
{
|
|
9980
|
+
"name": "options",
|
|
9981
|
+
"schema": {
|
|
9982
|
+
"k": "ref",
|
|
9983
|
+
"name": "ExtraspaceSearchOptions"
|
|
9984
|
+
},
|
|
9985
|
+
"optional": true
|
|
9986
|
+
}
|
|
9987
|
+
],
|
|
9988
|
+
"getFacility": [
|
|
9989
|
+
{
|
|
9990
|
+
"name": "storeId",
|
|
9991
|
+
"schema": {
|
|
9992
|
+
"k": "union",
|
|
9993
|
+
"of": [
|
|
9994
|
+
{
|
|
9995
|
+
"k": "number"
|
|
9996
|
+
},
|
|
9997
|
+
{
|
|
9998
|
+
"k": "string"
|
|
9999
|
+
}
|
|
10000
|
+
]
|
|
10001
|
+
},
|
|
10002
|
+
"optional": false
|
|
10003
|
+
}
|
|
10004
|
+
],
|
|
10005
|
+
"checkAvailability": [
|
|
10006
|
+
{
|
|
10007
|
+
"name": "storeId",
|
|
10008
|
+
"schema": {
|
|
10009
|
+
"k": "union",
|
|
10010
|
+
"of": [
|
|
10011
|
+
{
|
|
10012
|
+
"k": "number"
|
|
10013
|
+
},
|
|
10014
|
+
{
|
|
10015
|
+
"k": "string"
|
|
10016
|
+
}
|
|
10017
|
+
]
|
|
10018
|
+
},
|
|
10019
|
+
"optional": false
|
|
10020
|
+
},
|
|
10021
|
+
{
|
|
10022
|
+
"name": "unitSize",
|
|
10023
|
+
"schema": {
|
|
10024
|
+
"k": "string"
|
|
10025
|
+
},
|
|
10026
|
+
"optional": false
|
|
10027
|
+
}
|
|
10028
|
+
]
|
|
10029
|
+
}
|
|
10030
|
+
},
|
|
10031
|
+
"providers.facerealityskincare": {
|
|
10032
|
+
"defs": {},
|
|
10033
|
+
"functions": {
|
|
10034
|
+
"searchAcneExperts": [
|
|
10035
|
+
{
|
|
10036
|
+
"name": "query",
|
|
10037
|
+
"schema": {
|
|
10038
|
+
"k": "string"
|
|
10039
|
+
},
|
|
10040
|
+
"optional": false
|
|
10041
|
+
}
|
|
10042
|
+
]
|
|
10043
|
+
}
|
|
10044
|
+
},
|
|
10045
|
+
"providers.fieldstonehomes": {
|
|
10046
|
+
"defs": {
|
|
10047
|
+
"FieldstonehomesPrepareAppointmentArgs": {
|
|
10048
|
+
"k": "object",
|
|
10049
|
+
"props": [
|
|
10050
|
+
{
|
|
10051
|
+
"name": "firstName",
|
|
10052
|
+
"schema": {
|
|
10053
|
+
"k": "string"
|
|
10054
|
+
},
|
|
10055
|
+
"optional": false
|
|
10056
|
+
},
|
|
10057
|
+
{
|
|
10058
|
+
"name": "lastName",
|
|
10059
|
+
"schema": {
|
|
10060
|
+
"k": "string"
|
|
10061
|
+
},
|
|
10062
|
+
"optional": false
|
|
10063
|
+
},
|
|
10064
|
+
{
|
|
10065
|
+
"name": "email",
|
|
10066
|
+
"schema": {
|
|
10067
|
+
"k": "string"
|
|
10068
|
+
},
|
|
10069
|
+
"optional": false
|
|
10070
|
+
},
|
|
10071
|
+
{
|
|
10072
|
+
"name": "phone",
|
|
10073
|
+
"schema": {
|
|
10074
|
+
"k": "string"
|
|
10075
|
+
},
|
|
10076
|
+
"optional": true
|
|
10077
|
+
},
|
|
10078
|
+
{
|
|
10079
|
+
"name": "communityId",
|
|
10080
|
+
"schema": {
|
|
10081
|
+
"k": "string"
|
|
10082
|
+
},
|
|
10083
|
+
"optional": false
|
|
10084
|
+
},
|
|
10085
|
+
{
|
|
10086
|
+
"name": "requestedAt",
|
|
10087
|
+
"schema": {
|
|
10088
|
+
"k": "string"
|
|
10089
|
+
},
|
|
10090
|
+
"optional": false
|
|
10091
|
+
},
|
|
10092
|
+
{
|
|
10093
|
+
"name": "message",
|
|
10094
|
+
"schema": {
|
|
10095
|
+
"k": "string"
|
|
10096
|
+
},
|
|
10097
|
+
"optional": true
|
|
10098
|
+
},
|
|
10099
|
+
{
|
|
10100
|
+
"name": "pageUrl",
|
|
10101
|
+
"schema": {
|
|
10102
|
+
"k": "string"
|
|
10103
|
+
},
|
|
10104
|
+
"optional": true
|
|
10105
|
+
}
|
|
10106
|
+
]
|
|
10107
|
+
},
|
|
10108
|
+
"FieldstonehomesSearchArgs": {
|
|
10109
|
+
"k": "object",
|
|
10110
|
+
"props": [
|
|
10111
|
+
{
|
|
10112
|
+
"name": "city",
|
|
10113
|
+
"schema": {
|
|
10114
|
+
"k": "string"
|
|
10115
|
+
},
|
|
10116
|
+
"optional": true
|
|
10117
|
+
},
|
|
10118
|
+
{
|
|
10119
|
+
"name": "homeType",
|
|
10120
|
+
"schema": {
|
|
10121
|
+
"k": "string"
|
|
10122
|
+
},
|
|
10123
|
+
"optional": true
|
|
10124
|
+
},
|
|
10125
|
+
{
|
|
10126
|
+
"name": "minPrice",
|
|
10127
|
+
"schema": {
|
|
10128
|
+
"k": "number"
|
|
10129
|
+
},
|
|
10130
|
+
"optional": true
|
|
10131
|
+
},
|
|
10132
|
+
{
|
|
10133
|
+
"name": "maxPrice",
|
|
10134
|
+
"schema": {
|
|
10135
|
+
"k": "number"
|
|
10136
|
+
},
|
|
10137
|
+
"optional": true
|
|
10138
|
+
},
|
|
10139
|
+
{
|
|
10140
|
+
"name": "minBeds",
|
|
10141
|
+
"schema": {
|
|
10142
|
+
"k": "number"
|
|
9694
10143
|
},
|
|
9695
10144
|
"optional": true
|
|
9696
10145
|
},
|
|
9697
10146
|
{
|
|
9698
|
-
"name": "
|
|
10147
|
+
"name": "minSqft",
|
|
9699
10148
|
"schema": {
|
|
9700
10149
|
"k": "number"
|
|
9701
10150
|
},
|
|
@@ -9705,74 +10154,23 @@ export const VALIDATORS = {
|
|
|
9705
10154
|
}
|
|
9706
10155
|
},
|
|
9707
10156
|
"functions": {
|
|
9708
|
-
"
|
|
9709
|
-
{
|
|
9710
|
-
"name": "query",
|
|
9711
|
-
"schema": {
|
|
9712
|
-
"k": "string"
|
|
9713
|
-
},
|
|
9714
|
-
"optional": false
|
|
9715
|
-
},
|
|
10157
|
+
"searchQuickMoveIns": [
|
|
9716
10158
|
{
|
|
9717
|
-
"name": "
|
|
10159
|
+
"name": "args",
|
|
9718
10160
|
"schema": {
|
|
9719
10161
|
"k": "ref",
|
|
9720
|
-
"name": "
|
|
10162
|
+
"name": "FieldstonehomesSearchArgs"
|
|
9721
10163
|
},
|
|
9722
10164
|
"optional": true
|
|
9723
10165
|
}
|
|
9724
10166
|
],
|
|
9725
|
-
"
|
|
9726
|
-
|
|
9727
|
-
"name": "storeId",
|
|
9728
|
-
"schema": {
|
|
9729
|
-
"k": "union",
|
|
9730
|
-
"of": [
|
|
9731
|
-
{
|
|
9732
|
-
"k": "number"
|
|
9733
|
-
},
|
|
9734
|
-
{
|
|
9735
|
-
"k": "string"
|
|
9736
|
-
}
|
|
9737
|
-
]
|
|
9738
|
-
},
|
|
9739
|
-
"optional": false
|
|
9740
|
-
}
|
|
9741
|
-
],
|
|
9742
|
-
"checkAvailability": [
|
|
9743
|
-
{
|
|
9744
|
-
"name": "storeId",
|
|
9745
|
-
"schema": {
|
|
9746
|
-
"k": "union",
|
|
9747
|
-
"of": [
|
|
9748
|
-
{
|
|
9749
|
-
"k": "number"
|
|
9750
|
-
},
|
|
9751
|
-
{
|
|
9752
|
-
"k": "string"
|
|
9753
|
-
}
|
|
9754
|
-
]
|
|
9755
|
-
},
|
|
9756
|
-
"optional": false
|
|
9757
|
-
},
|
|
9758
|
-
{
|
|
9759
|
-
"name": "unitSize",
|
|
9760
|
-
"schema": {
|
|
9761
|
-
"k": "string"
|
|
9762
|
-
},
|
|
9763
|
-
"optional": false
|
|
9764
|
-
}
|
|
9765
|
-
]
|
|
9766
|
-
}
|
|
9767
|
-
},
|
|
9768
|
-
"providers.facerealityskincare": {
|
|
9769
|
-
"defs": {},
|
|
9770
|
-
"functions": {
|
|
9771
|
-
"searchAcneExperts": [
|
|
10167
|
+
"getAppointmentFormSchema": [],
|
|
10168
|
+
"prepareAppointment": [
|
|
9772
10169
|
{
|
|
9773
|
-
"name": "
|
|
10170
|
+
"name": "args",
|
|
9774
10171
|
"schema": {
|
|
9775
|
-
"k": "
|
|
10172
|
+
"k": "ref",
|
|
10173
|
+
"name": "FieldstonehomesPrepareAppointmentArgs"
|
|
9776
10174
|
},
|
|
9777
10175
|
"optional": false
|
|
9778
10176
|
}
|
|
@@ -12291,6 +12689,93 @@ export const VALIDATORS = {
|
|
|
12291
12689
|
]
|
|
12292
12690
|
}
|
|
12293
12691
|
},
|
|
12692
|
+
"providers.inspirecommunities": {
|
|
12693
|
+
"defs": {
|
|
12694
|
+
"InspirecommunitiesSearchHomesArgs": {
|
|
12695
|
+
"k": "object",
|
|
12696
|
+
"props": [
|
|
12697
|
+
{
|
|
12698
|
+
"name": "state",
|
|
12699
|
+
"schema": {
|
|
12700
|
+
"k": "string"
|
|
12701
|
+
},
|
|
12702
|
+
"optional": true
|
|
12703
|
+
},
|
|
12704
|
+
{
|
|
12705
|
+
"name": "community",
|
|
12706
|
+
"schema": {
|
|
12707
|
+
"k": "string"
|
|
12708
|
+
},
|
|
12709
|
+
"optional": true
|
|
12710
|
+
},
|
|
12711
|
+
{
|
|
12712
|
+
"name": "minBeds",
|
|
12713
|
+
"schema": {
|
|
12714
|
+
"k": "number"
|
|
12715
|
+
},
|
|
12716
|
+
"optional": true
|
|
12717
|
+
},
|
|
12718
|
+
{
|
|
12719
|
+
"name": "minBaths",
|
|
12720
|
+
"schema": {
|
|
12721
|
+
"k": "number"
|
|
12722
|
+
},
|
|
12723
|
+
"optional": true
|
|
12724
|
+
},
|
|
12725
|
+
{
|
|
12726
|
+
"name": "minPrice",
|
|
12727
|
+
"schema": {
|
|
12728
|
+
"k": "number"
|
|
12729
|
+
},
|
|
12730
|
+
"optional": true
|
|
12731
|
+
},
|
|
12732
|
+
{
|
|
12733
|
+
"name": "maxPrice",
|
|
12734
|
+
"schema": {
|
|
12735
|
+
"k": "number"
|
|
12736
|
+
},
|
|
12737
|
+
"optional": true
|
|
12738
|
+
},
|
|
12739
|
+
{
|
|
12740
|
+
"name": "listingType",
|
|
12741
|
+
"schema": {
|
|
12742
|
+
"k": "union",
|
|
12743
|
+
"of": [
|
|
12744
|
+
{
|
|
12745
|
+
"k": "literal",
|
|
12746
|
+
"v": "sale"
|
|
12747
|
+
},
|
|
12748
|
+
{
|
|
12749
|
+
"k": "literal",
|
|
12750
|
+
"v": "rent"
|
|
12751
|
+
}
|
|
12752
|
+
]
|
|
12753
|
+
},
|
|
12754
|
+
"optional": true
|
|
12755
|
+
},
|
|
12756
|
+
{
|
|
12757
|
+
"name": "limit",
|
|
12758
|
+
"schema": {
|
|
12759
|
+
"k": "number"
|
|
12760
|
+
},
|
|
12761
|
+
"optional": true
|
|
12762
|
+
}
|
|
12763
|
+
]
|
|
12764
|
+
}
|
|
12765
|
+
},
|
|
12766
|
+
"functions": {
|
|
12767
|
+
"searchHomes": [
|
|
12768
|
+
{
|
|
12769
|
+
"name": "args",
|
|
12770
|
+
"schema": {
|
|
12771
|
+
"k": "ref",
|
|
12772
|
+
"name": "InspirecommunitiesSearchHomesArgs"
|
|
12773
|
+
},
|
|
12774
|
+
"optional": true
|
|
12775
|
+
}
|
|
12776
|
+
]
|
|
12777
|
+
}
|
|
12778
|
+
},
|
|
12294
12779
|
"providers.instagram": {
|
|
12295
12780
|
"defs": {},
|
|
12296
12781
|
"functions": {
|
|
@@ -15052,6 +15537,58 @@ export const VALIDATORS = {
|
|
|
15052
15537
|
]
|
|
15053
15538
|
}
|
|
15054
15539
|
},
|
|
15540
|
+
"providers.luggageforward": {
|
|
15541
|
+
"defs": {
|
|
15542
|
+
"LuggageforwardQuoteArgs": {
|
|
15543
|
+
"k": "object",
|
|
15544
|
+
"props": [
|
|
15545
|
+
{
|
|
15546
|
+
"name": "items",
|
|
15547
|
+
"schema": {
|
|
15548
|
+
"k": "array",
|
|
15549
|
+
"of": {
|
|
15550
|
+
"k": "ref",
|
|
15551
|
+
"name": "LuggageforwardQuoteItem"
|
|
15552
|
+
}
|
|
15553
|
+
},
|
|
15554
|
+
"optional": true
|
|
15555
|
+
}
|
|
15556
|
+
]
|
|
15557
|
+
},
|
|
15558
|
+
"LuggageforwardQuoteItem": {
|
|
15559
|
+
"k": "object",
|
|
15560
|
+
"props": [
|
|
15561
|
+
{
|
|
15562
|
+
"name": "name",
|
|
15563
|
+
"schema": {
|
|
15564
|
+
"k": "string"
|
|
15565
|
+
},
|
|
15566
|
+
"optional": false
|
|
15567
|
+
},
|
|
15568
|
+
{
|
|
15569
|
+
"name": "quantity",
|
|
15570
|
+
"schema": {
|
|
15571
|
+
"k": "number"
|
|
15572
|
+
},
|
|
15573
|
+
"optional": false
|
|
15574
|
+
}
|
|
15575
|
+
]
|
|
15576
|
+
}
|
|
15577
|
+
},
|
|
15578
|
+
"functions": {
|
|
15579
|
+
"getQuoteOptions": [
|
|
15580
|
+
{
|
|
15581
|
+
"name": "args",
|
|
15582
|
+
"schema": {
|
|
15583
|
+
"k": "ref",
|
|
15584
|
+
"name": "LuggageforwardQuoteArgs"
|
|
15585
|
+
},
|
|
15586
|
+
"optional": true
|
|
15587
|
+
}
|
|
15588
|
+
],
|
|
15589
|
+
"listLuggageTypes": []
|
|
15590
|
+
}
|
|
15591
|
+
},
|
|
15055
15592
|
"providers.lululemon": {
|
|
15056
15593
|
"defs": {},
|
|
15057
15594
|
"functions": {
|
|
@@ -16788,6 +17325,35 @@ export const VALIDATORS = {
|
|
|
16788
17325
|
]
|
|
16789
17326
|
}
|
|
16790
17327
|
},
|
|
17328
|
+
"providers.nurturelife": {
|
|
17329
|
+
"defs": {
|
|
17330
|
+
"GetMealBundleArgs": {
|
|
17331
|
+
"k": "object",
|
|
17332
|
+
"props": [
|
|
17333
|
+
{
|
|
17334
|
+
"name": "bundleSlug",
|
|
17335
|
+
"schema": {
|
|
17336
|
+
"k": "string"
|
|
17337
|
+
},
|
|
17338
|
+
"optional": true
|
|
17339
|
+
}
|
|
17340
|
+
]
|
|
17341
|
+
}
|
|
17342
|
+
},
|
|
17343
|
+
"functions": {
|
|
17344
|
+
"getMealPlans": [],
|
|
17345
|
+
"getMealBundle": [
|
|
17346
|
+
{
|
|
17347
|
+
"name": "args",
|
|
17348
|
+
"schema": {
|
|
17349
|
+
"k": "ref",
|
|
17350
|
+
"name": "GetMealBundleArgs"
|
|
17351
|
+
},
|
|
17352
|
+
"optional": false
|
|
17353
|
+
}
|
|
17354
|
+
]
|
|
17355
|
+
}
|
|
17356
|
+
},
|
|
16791
17357
|
"providers.nutrafol": {
|
|
16792
17358
|
"defs": {},
|
|
16793
17359
|
"functions": {
|
|
@@ -24766,6 +25332,50 @@ export const VALIDATORS = {
|
|
|
24766
25332
|
]
|
|
24767
25333
|
}
|
|
24768
25334
|
},
|
|
25335
|
+
"providers.trojanstorage": {
|
|
25336
|
+
"defs": {
|
|
25337
|
+
"TrojanstorageFacilitySearchFilters": {
|
|
25338
|
+
"k": "object",
|
|
25339
|
+
"props": [
|
|
25340
|
+
{
|
|
25341
|
+
"name": "state",
|
|
25342
|
+
"schema": {
|
|
25343
|
+
"k": "string"
|
|
25344
|
+
},
|
|
25345
|
+
"optional": true
|
|
25346
|
+
},
|
|
25347
|
+
{
|
|
25348
|
+
"name": "city",
|
|
25349
|
+
"schema": {
|
|
25350
|
+
"k": "string"
|
|
25351
|
+
},
|
|
25352
|
+
"optional": true
|
|
25353
|
+
}
|
|
25354
|
+
]
|
|
25355
|
+
}
|
|
25356
|
+
},
|
|
25357
|
+
"functions": {
|
|
25358
|
+
"listFacilities": [
|
|
25359
|
+
{
|
|
25360
|
+
"name": "filters",
|
|
25361
|
+
"schema": {
|
|
25362
|
+
"k": "ref",
|
|
25363
|
+
"name": "TrojanstorageFacilitySearchFilters"
|
|
25364
|
+
},
|
|
25365
|
+
"optional": true
|
|
25366
|
+
}
|
|
25367
|
+
],
|
|
25368
|
+
"getFacilityUnits": [
|
|
25369
|
+
{
|
|
25370
|
+
"name": "facilityId",
|
|
25371
|
+
"schema": {
|
|
25372
|
+
"k": "string"
|
|
25373
|
+
},
|
|
25374
|
+
"optional": false
|
|
25375
|
+
}
|
|
25376
|
+
]
|
|
25377
|
+
}
|
|
25378
|
+
},
|
|
24769
25379
|
"providers.trophysignaturehomes": {
|
|
24770
25380
|
"defs": {
|
|
24771
25381
|
"TrophysignaturehomesSearchFilters": {
|