@bowmark/web 1.15.0 → 1.16.1

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: 23b6633ded987b433276311bd6c89f96297649a628b9687bc4fbd8d39745a4ee
9
- // 815 checked, 20 unchecked.
8
+ // Manifest version: ab1045c2b0a9094f69fd97b6a8be00087ae7b8871ef4e274bb3bb248203dbcea
9
+ // 856 checked, 20 unchecked.
10
10
  export const VALIDATORS = {
11
- "version": "23b6633ded987b433276311bd6c89f96297649a628b9687bc4fbd8d39745a4ee",
11
+ "version": "ab1045c2b0a9094f69fd97b6a8be00087ae7b8871ef4e274bb3bb248203dbcea",
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": {
@@ -2740,6 +2754,66 @@ export const VALIDATORS = {
2740
2754
  ]
2741
2755
  }
2742
2756
  },
2757
+ "providers.a1storage": {
2758
+ "defs": {
2759
+ "a1storageFacilitySearchFilters": {
2760
+ "k": "object",
2761
+ "props": [
2762
+ {
2763
+ "name": "state",
2764
+ "schema": {
2765
+ "k": "string"
2766
+ },
2767
+ "optional": true
2768
+ },
2769
+ {
2770
+ "name": "city",
2771
+ "schema": {
2772
+ "k": "string"
2773
+ },
2774
+ "optional": true
2775
+ }
2776
+ ]
2777
+ }
2778
+ },
2779
+ "functions": {
2780
+ "listFacilities": [
2781
+ {
2782
+ "name": "filters",
2783
+ "schema": {
2784
+ "k": "ref",
2785
+ "name": "a1storageFacilitySearchFilters"
2786
+ },
2787
+ "optional": true
2788
+ }
2789
+ ],
2790
+ "getFacilityUnits": [
2791
+ {
2792
+ "name": "facilityId",
2793
+ "schema": {
2794
+ "k": "string"
2795
+ },
2796
+ "optional": false
2797
+ }
2798
+ ],
2799
+ "getMoveInCost": [
2800
+ {
2801
+ "name": "facilityId",
2802
+ "schema": {
2803
+ "k": "string"
2804
+ },
2805
+ "optional": false
2806
+ },
2807
+ {
2808
+ "name": "unitId",
2809
+ "schema": {
2810
+ "k": "string"
2811
+ },
2812
+ "optional": false
2813
+ }
2814
+ ]
2815
+ }
2816
+ },
2743
2817
  "providers.aa": {
2744
2818
  "defs": {
2745
2819
  "aaBaggageAllowanceArgs": {
@@ -3099,6 +3173,80 @@ export const VALIDATORS = {
3099
3173
  ]
3100
3174
  }
3101
3175
  },
3176
+ "providers.acerentacar": {
3177
+ "defs": {
3178
+ "AcerentacarSearchArgs": {
3179
+ "k": "object",
3180
+ "props": [
3181
+ {
3182
+ "name": "pickupLocationCode",
3183
+ "schema": {
3184
+ "k": "string"
3185
+ },
3186
+ "optional": false
3187
+ },
3188
+ {
3189
+ "name": "pickupDate",
3190
+ "schema": {
3191
+ "k": "string"
3192
+ },
3193
+ "optional": false
3194
+ },
3195
+ {
3196
+ "name": "dropoffDate",
3197
+ "schema": {
3198
+ "k": "string"
3199
+ },
3200
+ "optional": false
3201
+ },
3202
+ {
3203
+ "name": "pickupTime",
3204
+ "schema": {
3205
+ "k": "string"
3206
+ },
3207
+ "optional": true
3208
+ },
3209
+ {
3210
+ "name": "dropoffTime",
3211
+ "schema": {
3212
+ "k": "string"
3213
+ },
3214
+ "optional": true
3215
+ }
3216
+ ]
3217
+ }
3218
+ },
3219
+ "functions": {
3220
+ "searchAvailability": [
3221
+ {
3222
+ "name": "args",
3223
+ "schema": {
3224
+ "k": "ref",
3225
+ "name": "AcerentacarSearchArgs"
3226
+ },
3227
+ "optional": false
3228
+ }
3229
+ ],
3230
+ "searchLocations": [
3231
+ {
3232
+ "name": "args",
3233
+ "schema": {
3234
+ "k": "object",
3235
+ "props": [
3236
+ {
3237
+ "name": "query",
3238
+ "schema": {
3239
+ "k": "string"
3240
+ },
3241
+ "optional": false
3242
+ }
3243
+ ]
3244
+ },
3245
+ "optional": false
3246
+ }
3247
+ ]
3248
+ }
3249
+ },
3102
3250
  "providers.achosahw": {
3103
3251
  "defs": {
3104
3252
  "AchosahwQuoteArgs": {
@@ -3944,9 +4092,31 @@ export const VALIDATORS = {
3944
4092
  ]
3945
4093
  }
3946
4094
  },
4095
+ "providers.archive_org": {
4096
+ "defs": {},
4097
+ "functions": {
4098
+ "checkAvailability": [
4099
+ {
4100
+ "name": "site",
4101
+ "schema": {
4102
+ "k": "string"
4103
+ },
4104
+ "optional": false
4105
+ },
4106
+ {
4107
+ "name": "timestamp",
4108
+ "schema": {
4109
+ "k": "string"
4110
+ },
4111
+ "optional": true
4112
+ }
4113
+ ]
4114
+ }
4115
+ },
3947
4116
  "providers.artpix3d": {
3948
4117
  "defs": {},
3949
4118
  "functions": {
4119
+ "listPhotoCrystalShapes": [],
3950
4120
  "listShapes": [],
3951
4121
  "getSizePricing": [
3952
4122
  {
@@ -6535,6 +6705,67 @@ export const VALIDATORS = {
6535
6705
  ]
6536
6706
  }
6537
6707
  },
6708
+ "providers.carlsgolfland": {
6709
+ "defs": {},
6710
+ "functions": {
6711
+ "searchProducts": [
6712
+ {
6713
+ "name": "query",
6714
+ "schema": {
6715
+ "k": "string"
6716
+ },
6717
+ "optional": false
6718
+ }
6719
+ ],
6720
+ "getProduct": [
6721
+ {
6722
+ "name": "urlKey",
6723
+ "schema": {
6724
+ "k": "string"
6725
+ },
6726
+ "optional": false
6727
+ }
6728
+ ],
6729
+ "priceConfiguration": [
6730
+ {
6731
+ "name": "urlKey",
6732
+ "schema": {
6733
+ "k": "string"
6734
+ },
6735
+ "optional": false
6736
+ },
6737
+ {
6738
+ "name": "selections",
6739
+ "schema": {
6740
+ "k": "record",
6741
+ "value": {
6742
+ "k": "string"
6743
+ }
6744
+ },
6745
+ "optional": false
6746
+ }
6747
+ ],
6748
+ "addToCart": [
6749
+ {
6750
+ "name": "urlKey",
6751
+ "schema": {
6752
+ "k": "string"
6753
+ },
6754
+ "optional": false
6755
+ },
6756
+ {
6757
+ "name": "selections",
6758
+ "schema": {
6759
+ "k": "record",
6760
+ "value": {
6761
+ "k": "string"
6762
+ }
6763
+ },
6764
+ "optional": false
6765
+ }
6766
+ ]
6767
+ }
6768
+ },
6538
6769
  "providers.carmelrealtycompany": {
6539
6770
  "defs": {},
6540
6771
  "functions": {
@@ -7396,31 +7627,99 @@ export const VALIDATORS = {
7396
7627
  ]
7397
7628
  }
7398
7629
  },
7399
- "providers.cheapflights": {
7630
+ "providers.chappellet": {
7631
+ "defs": {},
7632
+ "functions": {
7633
+ "listWines": [
7634
+ {
7635
+ "name": "page",
7636
+ "schema": {
7637
+ "k": "number"
7638
+ },
7639
+ "optional": true
7640
+ }
7641
+ ],
7642
+ "getWine": [
7643
+ {
7644
+ "name": "slug",
7645
+ "schema": {
7646
+ "k": "string"
7647
+ },
7648
+ "optional": false
7649
+ }
7650
+ ],
7651
+ "checkShippingEligibility": [
7652
+ {
7653
+ "name": "stateCode",
7654
+ "schema": {
7655
+ "k": "string"
7656
+ },
7657
+ "optional": false
7658
+ }
7659
+ ]
7660
+ }
7661
+ },
7662
+ "providers.charterhomes": {
7400
7663
  "defs": {
7401
- "KayakCarQuery": {
7664
+ "CharterhomesSearchArgs": {
7402
7665
  "k": "object",
7403
7666
  "props": [
7404
7667
  {
7405
- "name": "pickup",
7406
- "schema": {
7407
- "k": "string"
7408
- },
7409
- "optional": false
7410
- },
7411
- {
7412
- "name": "dropoff",
7668
+ "name": "city",
7413
7669
  "schema": {
7414
7670
  "k": "string"
7415
7671
  },
7416
7672
  "optional": true
7417
7673
  },
7418
7674
  {
7419
- "name": "pickupDate",
7675
+ "name": "minBedrooms",
7420
7676
  "schema": {
7421
- "k": "string"
7677
+ "k": "number"
7422
7678
  },
7423
- "optional": false
7679
+ "optional": true
7680
+ }
7681
+ ]
7682
+ }
7683
+ },
7684
+ "functions": {
7685
+ "searchHomes": [
7686
+ {
7687
+ "name": "args",
7688
+ "schema": {
7689
+ "k": "ref",
7690
+ "name": "CharterhomesSearchArgs"
7691
+ },
7692
+ "optional": true
7693
+ }
7694
+ ],
7695
+ "getScheduleVisitOptions": []
7696
+ }
7697
+ },
7698
+ "providers.cheapflights": {
7699
+ "defs": {
7700
+ "KayakCarQuery": {
7701
+ "k": "object",
7702
+ "props": [
7703
+ {
7704
+ "name": "pickup",
7705
+ "schema": {
7706
+ "k": "string"
7707
+ },
7708
+ "optional": false
7709
+ },
7710
+ {
7711
+ "name": "dropoff",
7712
+ "schema": {
7713
+ "k": "string"
7714
+ },
7715
+ "optional": true
7716
+ },
7717
+ {
7718
+ "name": "pickupDate",
7719
+ "schema": {
7720
+ "k": "string"
7721
+ },
7722
+ "optional": false
7424
7723
  },
7425
7724
  {
7426
7725
  "name": "dropoffDate",
@@ -7906,6 +8205,87 @@ export const VALIDATORS = {
7906
8205
  ]
7907
8206
  }
7908
8207
  },
8208
+ "providers.christianbrothersauto": {
8209
+ "defs": {
8210
+ "CheckAppointmentAvailabilityArgs": {
8211
+ "k": "object",
8212
+ "props": [
8213
+ {
8214
+ "name": "shop",
8215
+ "schema": {
8216
+ "k": "string"
8217
+ },
8218
+ "optional": false
8219
+ },
8220
+ {
8221
+ "name": "service",
8222
+ "schema": {
8223
+ "k": "string"
8224
+ },
8225
+ "optional": false
8226
+ },
8227
+ {
8228
+ "name": "appointmentType",
8229
+ "schema": {
8230
+ "k": "union",
8231
+ "of": [
8232
+ {
8233
+ "k": "literal",
8234
+ "v": "dropoff"
8235
+ },
8236
+ {
8237
+ "k": "literal",
8238
+ "v": "ahdo"
8239
+ }
8240
+ ]
8241
+ },
8242
+ "optional": true
8243
+ },
8244
+ {
8245
+ "name": "days",
8246
+ "schema": {
8247
+ "k": "number"
8248
+ },
8249
+ "optional": true
8250
+ }
8251
+ ]
8252
+ },
8253
+ "GetShopDetailsArgs": {
8254
+ "k": "object",
8255
+ "props": [
8256
+ {
8257
+ "name": "shop",
8258
+ "schema": {
8259
+ "k": "string"
8260
+ },
8261
+ "optional": false
8262
+ }
8263
+ ]
8264
+ }
8265
+ },
8266
+ "functions": {
8267
+ "getShopDetails": [
8268
+ {
8269
+ "name": "args",
8270
+ "schema": {
8271
+ "k": "ref",
8272
+ "name": "GetShopDetailsArgs"
8273
+ },
8274
+ "optional": false
8275
+ }
8276
+ ],
8277
+ "checkAppointmentAvailability": [
8278
+ {
8279
+ "name": "args",
8280
+ "schema": {
8281
+ "k": "ref",
8282
+ "name": "CheckAppointmentAvailabilityArgs"
8283
+ },
8284
+ "optional": false
8285
+ }
8286
+ ]
8287
+ }
8288
+ },
7909
8289
  "providers.classichome": {
7910
8290
  "defs": {},
7911
8291
  "functions": {
@@ -7945,6 +8325,45 @@ export const VALIDATORS = {
7945
8325
  ]
7946
8326
  }
7947
8327
  },
8328
+ "providers.classicrockfab": {
8329
+ "defs": {},
8330
+ "functions": {
8331
+ "listAppointmentTypes": [
8332
+ {
8333
+ "name": "locationQuery",
8334
+ "schema": {
8335
+ "k": "string"
8336
+ },
8337
+ "optional": true
8338
+ }
8339
+ ],
8340
+ "checkAvailability": [
8341
+ {
8342
+ "name": "arg",
8343
+ "schema": {
8344
+ "k": "object",
8345
+ "props": [
8346
+ {
8347
+ "name": "appointmentTypeId",
8348
+ "schema": {
8349
+ "k": "number"
8350
+ },
8351
+ "optional": false
8352
+ },
8353
+ {
8354
+ "name": "days",
8355
+ "schema": {
8356
+ "k": "number"
8357
+ },
8358
+ "optional": true
8359
+ }
8360
+ ]
8361
+ },
8362
+ "optional": false
8363
+ }
8364
+ ]
8365
+ }
8366
+ },
7948
8367
  "providers.classpass": {
7949
8368
  "defs": {
7950
8369
  "ClasspassScheduleOptions": {
@@ -9168,6 +9587,50 @@ export const VALIDATORS = {
9168
9587
  ]
9169
9588
  }
9170
9589
  },
9590
+ "providers.donsappliances": {
9591
+ "defs": {
9592
+ "DonsAppliancesSearchArgs": {
9593
+ "k": "object",
9594
+ "props": [
9595
+ {
9596
+ "name": "category",
9597
+ "schema": {
9598
+ "k": "string"
9599
+ },
9600
+ "optional": false
9601
+ },
9602
+ {
9603
+ "name": "maxPrice",
9604
+ "schema": {
9605
+ "k": "number"
9606
+ },
9607
+ "optional": true
9608
+ }
9609
+ ]
9610
+ }
9611
+ },
9612
+ "functions": {
9613
+ "search": [
9614
+ {
9615
+ "name": "args",
9616
+ "schema": {
9617
+ "k": "ref",
9618
+ "name": "DonsAppliancesSearchArgs"
9619
+ },
9620
+ "optional": false
9621
+ }
9622
+ ],
9623
+ "getProduct": [
9624
+ {
9625
+ "name": "url",
9626
+ "schema": {
9627
+ "k": "string"
9628
+ },
9629
+ "optional": false
9630
+ }
9631
+ ]
9632
+ }
9633
+ },
9171
9634
  "providers.doordash": {
9172
9635
  "defs": {
9173
9636
  "DoordashSearchArgs": {
@@ -9426,6 +9889,54 @@ export const VALIDATORS = {
9426
9889
  ]
9427
9890
  }
9428
9891
  },
9892
+ "providers.epromos": {
9893
+ "defs": {},
9894
+ "functions": {
9895
+ "getProductConfiguration": [
9896
+ {
9897
+ "name": "url",
9898
+ "schema": {
9899
+ "k": "string"
9900
+ },
9901
+ "optional": false
9902
+ }
9903
+ ],
9904
+ "quoteBulkPrice": [
9905
+ {
9906
+ "name": "args",
9907
+ "schema": {
9908
+ "k": "object",
9909
+ "props": [
9910
+ {
9911
+ "name": "productUrl",
9912
+ "schema": {
9913
+ "k": "string"
9914
+ },
9915
+ "optional": false
9916
+ },
9917
+ {
9918
+ "name": "quantity",
9919
+ "schema": {
9920
+ "k": "number"
9921
+ },
9922
+ "optional": false
9923
+ }
9924
+ ]
9925
+ },
9926
+ "optional": false
9927
+ }
9928
+ ],
9929
+ "listCategoryProducts": [
9930
+ {
9931
+ "name": "url",
9932
+ "schema": {
9933
+ "k": "string"
9934
+ },
9935
+ "optional": false
9936
+ }
9937
+ ]
9938
+ }
9939
+ },
9429
9940
  "providers.eq3": {
9430
9941
  "defs": {},
9431
9942
  "functions": {
@@ -9779,6 +10290,141 @@ export const VALIDATORS = {
9779
10290
  ]
9780
10291
  }
9781
10292
  },
10293
+ "providers.fieldstonehomes": {
10294
+ "defs": {
10295
+ "FieldstonehomesPrepareAppointmentArgs": {
10296
+ "k": "object",
10297
+ "props": [
10298
+ {
10299
+ "name": "firstName",
10300
+ "schema": {
10301
+ "k": "string"
10302
+ },
10303
+ "optional": false
10304
+ },
10305
+ {
10306
+ "name": "lastName",
10307
+ "schema": {
10308
+ "k": "string"
10309
+ },
10310
+ "optional": false
10311
+ },
10312
+ {
10313
+ "name": "email",
10314
+ "schema": {
10315
+ "k": "string"
10316
+ },
10317
+ "optional": false
10318
+ },
10319
+ {
10320
+ "name": "phone",
10321
+ "schema": {
10322
+ "k": "string"
10323
+ },
10324
+ "optional": true
10325
+ },
10326
+ {
10327
+ "name": "communityId",
10328
+ "schema": {
10329
+ "k": "string"
10330
+ },
10331
+ "optional": false
10332
+ },
10333
+ {
10334
+ "name": "requestedAt",
10335
+ "schema": {
10336
+ "k": "string"
10337
+ },
10338
+ "optional": false
10339
+ },
10340
+ {
10341
+ "name": "message",
10342
+ "schema": {
10343
+ "k": "string"
10344
+ },
10345
+ "optional": true
10346
+ },
10347
+ {
10348
+ "name": "pageUrl",
10349
+ "schema": {
10350
+ "k": "string"
10351
+ },
10352
+ "optional": true
10353
+ }
10354
+ ]
10355
+ },
10356
+ "FieldstonehomesSearchArgs": {
10357
+ "k": "object",
10358
+ "props": [
10359
+ {
10360
+ "name": "city",
10361
+ "schema": {
10362
+ "k": "string"
10363
+ },
10364
+ "optional": true
10365
+ },
10366
+ {
10367
+ "name": "homeType",
10368
+ "schema": {
10369
+ "k": "string"
10370
+ },
10371
+ "optional": true
10372
+ },
10373
+ {
10374
+ "name": "minPrice",
10375
+ "schema": {
10376
+ "k": "number"
10377
+ },
10378
+ "optional": true
10379
+ },
10380
+ {
10381
+ "name": "maxPrice",
10382
+ "schema": {
10383
+ "k": "number"
10384
+ },
10385
+ "optional": true
10386
+ },
10387
+ {
10388
+ "name": "minBeds",
10389
+ "schema": {
10390
+ "k": "number"
10391
+ },
10392
+ "optional": true
10393
+ },
10394
+ {
10395
+ "name": "minSqft",
10396
+ "schema": {
10397
+ "k": "number"
10398
+ },
10399
+ "optional": true
10400
+ }
10401
+ ]
10402
+ }
10403
+ },
10404
+ "functions": {
10405
+ "searchQuickMoveIns": [
10406
+ {
10407
+ "name": "args",
10408
+ "schema": {
10409
+ "k": "ref",
10410
+ "name": "FieldstonehomesSearchArgs"
10411
+ },
10412
+ "optional": true
10413
+ }
10414
+ ],
10415
+ "getAppointmentFormSchema": [],
10416
+ "prepareAppointment": [
10417
+ {
10418
+ "name": "args",
10419
+ "schema": {
10420
+ "k": "ref",
10421
+ "name": "FieldstonehomesPrepareAppointmentArgs"
10422
+ },
10423
+ "optional": false
10424
+ }
10425
+ ]
10426
+ }
10427
+ },
9782
10428
  "providers.firstdibs": {
9783
10429
  "defs": {},
9784
10430
  "functions": {
@@ -9945,13 +10591,36 @@ export const VALIDATORS = {
9945
10591
  ]
9946
10592
  },
9947
10593
  "optional": false
9948
- },
10594
+ },
10595
+ {
10596
+ "name": "quantity",
10597
+ "schema": {
10598
+ "k": "number"
10599
+ },
10600
+ "optional": true
10601
+ }
10602
+ ]
10603
+ }
10604
+ },
10605
+ "providers.forms_hubspot_com": {
10606
+ "defs": {},
10607
+ "functions": {
10608
+ "findForms": [
10609
+ {
10610
+ "name": "site",
10611
+ "schema": {
10612
+ "k": "string"
10613
+ },
10614
+ "optional": false
10615
+ }
10616
+ ],
10617
+ "getFormDefinition": [
9949
10618
  {
9950
- "name": "quantity",
10619
+ "name": "formUrlOrIds",
9951
10620
  "schema": {
9952
- "k": "number"
10621
+ "k": "string"
9953
10622
  },
9954
- "optional": true
10623
+ "optional": false
9955
10624
  }
9956
10625
  ]
9957
10626
  }
@@ -12291,6 +12960,93 @@ export const VALIDATORS = {
12291
12960
  ]
12292
12961
  }
12293
12962
  },
12963
+ "providers.inspirecommunities": {
12964
+ "defs": {
12965
+ "InspirecommunitiesSearchHomesArgs": {
12966
+ "k": "object",
12967
+ "props": [
12968
+ {
12969
+ "name": "state",
12970
+ "schema": {
12971
+ "k": "string"
12972
+ },
12973
+ "optional": true
12974
+ },
12975
+ {
12976
+ "name": "community",
12977
+ "schema": {
12978
+ "k": "string"
12979
+ },
12980
+ "optional": true
12981
+ },
12982
+ {
12983
+ "name": "minBeds",
12984
+ "schema": {
12985
+ "k": "number"
12986
+ },
12987
+ "optional": true
12988
+ },
12989
+ {
12990
+ "name": "minBaths",
12991
+ "schema": {
12992
+ "k": "number"
12993
+ },
12994
+ "optional": true
12995
+ },
12996
+ {
12997
+ "name": "minPrice",
12998
+ "schema": {
12999
+ "k": "number"
13000
+ },
13001
+ "optional": true
13002
+ },
13003
+ {
13004
+ "name": "maxPrice",
13005
+ "schema": {
13006
+ "k": "number"
13007
+ },
13008
+ "optional": true
13009
+ },
13010
+ {
13011
+ "name": "listingType",
13012
+ "schema": {
13013
+ "k": "union",
13014
+ "of": [
13015
+ {
13016
+ "k": "literal",
13017
+ "v": "sale"
13018
+ },
13019
+ {
13020
+ "k": "literal",
13021
+ "v": "rent"
13022
+ }
13023
+ ]
13024
+ },
13025
+ "optional": true
13026
+ },
13027
+ {
13028
+ "name": "limit",
13029
+ "schema": {
13030
+ "k": "number"
13031
+ },
13032
+ "optional": true
13033
+ }
13034
+ ]
13035
+ }
13036
+ },
13037
+ "functions": {
13038
+ "searchHomes": [
13039
+ {
13040
+ "name": "args",
13041
+ "schema": {
13042
+ "k": "ref",
13043
+ "name": "InspirecommunitiesSearchHomesArgs"
13044
+ },
13045
+ "optional": true
13046
+ }
13047
+ ]
13048
+ }
13049
+ },
12294
13050
  "providers.instagram": {
12295
13051
  "defs": {},
12296
13052
  "functions": {
@@ -15052,6 +15808,58 @@ export const VALIDATORS = {
15052
15808
  ]
15053
15809
  }
15054
15810
  },
15811
+ "providers.luggageforward": {
15812
+ "defs": {
15813
+ "LuggageforwardQuoteArgs": {
15814
+ "k": "object",
15815
+ "props": [
15816
+ {
15817
+ "name": "items",
15818
+ "schema": {
15819
+ "k": "array",
15820
+ "of": {
15821
+ "k": "ref",
15822
+ "name": "LuggageforwardQuoteItem"
15823
+ }
15824
+ },
15825
+ "optional": true
15826
+ }
15827
+ ]
15828
+ },
15829
+ "LuggageforwardQuoteItem": {
15830
+ "k": "object",
15831
+ "props": [
15832
+ {
15833
+ "name": "name",
15834
+ "schema": {
15835
+ "k": "string"
15836
+ },
15837
+ "optional": false
15838
+ },
15839
+ {
15840
+ "name": "quantity",
15841
+ "schema": {
15842
+ "k": "number"
15843
+ },
15844
+ "optional": false
15845
+ }
15846
+ ]
15847
+ }
15848
+ },
15849
+ "functions": {
15850
+ "getQuoteOptions": [
15851
+ {
15852
+ "name": "args",
15853
+ "schema": {
15854
+ "k": "ref",
15855
+ "name": "LuggageforwardQuoteArgs"
15856
+ },
15857
+ "optional": true
15858
+ }
15859
+ ],
15860
+ "listLuggageTypes": []
15861
+ }
15862
+ },
15055
15863
  "providers.lululemon": {
15056
15864
  "defs": {},
15057
15865
  "functions": {
@@ -16788,6 +17596,35 @@ export const VALIDATORS = {
16788
17596
  ]
16789
17597
  }
16790
17598
  },
17599
+ "providers.nurturelife": {
17600
+ "defs": {
17601
+ "GetMealBundleArgs": {
17602
+ "k": "object",
17603
+ "props": [
17604
+ {
17605
+ "name": "bundleSlug",
17606
+ "schema": {
17607
+ "k": "string"
17608
+ },
17609
+ "optional": true
17610
+ }
17611
+ ]
17612
+ }
17613
+ },
17614
+ "functions": {
17615
+ "getMealPlans": [],
17616
+ "getMealBundle": [
17617
+ {
17618
+ "name": "args",
17619
+ "schema": {
17620
+ "k": "ref",
17621
+ "name": "GetMealBundleArgs"
17622
+ },
17623
+ "optional": false
17624
+ }
17625
+ ]
17626
+ }
17627
+ },
16791
17628
  "providers.nutrafol": {
16792
17629
  "defs": {},
16793
17630
  "functions": {
@@ -19633,6 +20470,66 @@ export const VALIDATORS = {
19633
20470
  ]
19634
20471
  }
19635
20472
  },
20473
+ "providers.prolook": {
20474
+ "defs": {},
20475
+ "functions": {
20476
+ "listUniformStyles": [
20477
+ {
20478
+ "name": "sportCode",
20479
+ "schema": {
20480
+ "k": "string"
20481
+ },
20482
+ "optional": false
20483
+ },
20484
+ {
20485
+ "name": "page",
20486
+ "schema": {
20487
+ "k": "number"
20488
+ },
20489
+ "optional": true
20490
+ }
20491
+ ],
20492
+ "getStyleCustomizationOptions": [
20493
+ {
20494
+ "name": "styleId",
20495
+ "schema": {
20496
+ "k": "number"
20497
+ },
20498
+ "optional": false
20499
+ }
20500
+ ],
20501
+ "getTeamQuote": [
20502
+ {
20503
+ "name": "styleId",
20504
+ "schema": {
20505
+ "k": "number"
20506
+ },
20507
+ "optional": false
20508
+ },
20509
+ {
20510
+ "name": "sportCode",
20511
+ "schema": {
20512
+ "k": "string"
20513
+ },
20514
+ "optional": false
20515
+ },
20516
+ {
20517
+ "name": "page",
20518
+ "schema": {
20519
+ "k": "number"
20520
+ },
20521
+ "optional": false
20522
+ },
20523
+ {
20524
+ "name": "quantity",
20525
+ "schema": {
20526
+ "k": "number"
20527
+ },
20528
+ "optional": false
20529
+ }
20530
+ ]
20531
+ }
20532
+ },
19636
20533
  "providers.prose": {
19637
20534
  "defs": {
19638
20535
  "HairConsultationAnswers": {
@@ -24766,6 +25663,50 @@ export const VALIDATORS = {
24766
25663
  ]
24767
25664
  }
24768
25665
  },
25666
+ "providers.trojanstorage": {
25667
+ "defs": {
25668
+ "TrojanstorageFacilitySearchFilters": {
25669
+ "k": "object",
25670
+ "props": [
25671
+ {
25672
+ "name": "state",
25673
+ "schema": {
25674
+ "k": "string"
25675
+ },
25676
+ "optional": true
25677
+ },
25678
+ {
25679
+ "name": "city",
25680
+ "schema": {
25681
+ "k": "string"
25682
+ },
25683
+ "optional": true
25684
+ }
25685
+ ]
25686
+ }
25687
+ },
25688
+ "functions": {
25689
+ "listFacilities": [
25690
+ {
25691
+ "name": "filters",
25692
+ "schema": {
25693
+ "k": "ref",
25694
+ "name": "TrojanstorageFacilitySearchFilters"
25695
+ },
25696
+ "optional": true
25697
+ }
25698
+ ],
25699
+ "getFacilityUnits": [
25700
+ {
25701
+ "name": "facilityId",
25702
+ "schema": {
25703
+ "k": "string"
25704
+ },
25705
+ "optional": false
25706
+ }
25707
+ ]
25708
+ }
25709
+ },
24769
25710
  "providers.trophysignaturehomes": {
24770
25711
  "defs": {
24771
25712
  "TrophysignaturehomesSearchFilters": {