@bowmark/web 1.17.0 → 1.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,10 +5,10 @@
5
5
  // declares no readable argument shape — not an absent one, which is what the
6
6
  // guard fails closed on.
7
7
  //
8
- // Manifest version: c3b10cd54e186870ffdcb91995b4222605550dc2a437407330e776b47faaaf31
9
- // 884 checked, 20 unchecked.
8
+ // Manifest version: 91a69720e3caaa44f20031f9902b213daadc2093c895452fe8b71d88e0c2380c
9
+ // 918 checked, 20 unchecked.
10
10
  export const VALIDATORS = {
11
- "version": "c3b10cd54e186870ffdcb91995b4222605550dc2a437407330e776b47faaaf31",
11
+ "version": "91a69720e3caaa44f20031f9902b213daadc2093c895452fe8b71d88e0c2380c",
12
12
  "units": {
13
13
  "bundles": {
14
14
  "defs": {},
@@ -2685,7 +2685,81 @@ export const VALIDATORS = {
2685
2685
  }
2686
2686
  },
2687
2687
  "web_form_fields": {
2688
- "defs": {},
2688
+ "defs": {
2689
+ "FormFillOptions": {
2690
+ "k": "object",
2691
+ "props": [
2692
+ {
2693
+ "name": "open",
2694
+ "schema": {
2695
+ "k": "string"
2696
+ },
2697
+ "optional": true
2698
+ },
2699
+ {
2700
+ "name": "timeoutMs",
2701
+ "schema": {
2702
+ "k": "number"
2703
+ },
2704
+ "optional": true
2705
+ },
2706
+ {
2707
+ "name": "advance",
2708
+ "schema": {
2709
+ "k": "boolean"
2710
+ },
2711
+ "optional": true
2712
+ },
2713
+ {
2714
+ "name": "submit",
2715
+ "schema": {
2716
+ "k": "boolean"
2717
+ },
2718
+ "optional": true
2719
+ }
2720
+ ]
2721
+ },
2722
+ "FormOptions": {
2723
+ "k": "object",
2724
+ "props": [
2725
+ {
2726
+ "name": "strategy",
2727
+ "schema": {
2728
+ "k": "union",
2729
+ "of": [
2730
+ {
2731
+ "k": "literal",
2732
+ "v": "auto"
2733
+ },
2734
+ {
2735
+ "k": "literal",
2736
+ "v": "fetch"
2737
+ },
2738
+ {
2739
+ "k": "literal",
2740
+ "v": "browser"
2741
+ }
2742
+ ]
2743
+ },
2744
+ "optional": true
2745
+ },
2746
+ {
2747
+ "name": "open",
2748
+ "schema": {
2749
+ "k": "string"
2750
+ },
2751
+ "optional": true
2752
+ },
2753
+ {
2754
+ "name": "timeoutMs",
2755
+ "schema": {
2756
+ "k": "number"
2757
+ },
2758
+ "optional": true
2759
+ }
2760
+ ]
2761
+ }
2762
+ },
2689
2763
  "functions": {
2690
2764
  "getFields": [
2691
2765
  {
@@ -2694,6 +2768,41 @@ export const VALIDATORS = {
2694
2768
  "k": "string"
2695
2769
  },
2696
2770
  "optional": false
2771
+ },
2772
+ {
2773
+ "name": "options",
2774
+ "schema": {
2775
+ "k": "ref",
2776
+ "name": "FormOptions"
2777
+ },
2778
+ "optional": true
2779
+ }
2780
+ ],
2781
+ "fillForm": [
2782
+ {
2783
+ "name": "url",
2784
+ "schema": {
2785
+ "k": "string"
2786
+ },
2787
+ "optional": false
2788
+ },
2789
+ {
2790
+ "name": "values",
2791
+ "schema": {
2792
+ "k": "record",
2793
+ "value": {
2794
+ "k": "string"
2795
+ }
2796
+ },
2797
+ "optional": false
2798
+ },
2799
+ {
2800
+ "name": "options",
2801
+ "schema": {
2802
+ "k": "ref",
2803
+ "name": "FormFillOptions"
2804
+ },
2805
+ "optional": true
2697
2806
  }
2698
2807
  ]
2699
2808
  }
@@ -3187,6 +3296,42 @@ export const VALIDATORS = {
3187
3296
  ]
3188
3297
  }
3189
3298
  },
3299
+ "providers.abqplumb": {
3300
+ "defs": {
3301
+ "AbqPlumbAppointmentRequest": {
3302
+ "k": "object",
3303
+ "props": [
3304
+ {
3305
+ "name": "serviceTypeId",
3306
+ "schema": {
3307
+ "k": "number"
3308
+ },
3309
+ "optional": false
3310
+ },
3311
+ {
3312
+ "name": "issueTypeId",
3313
+ "schema": {
3314
+ "k": "number"
3315
+ },
3316
+ "optional": false
3317
+ }
3318
+ ]
3319
+ }
3320
+ },
3321
+ "functions": {
3322
+ "listServices": [],
3323
+ "getAvailability": [
3324
+ {
3325
+ "name": "input",
3326
+ "schema": {
3327
+ "k": "ref",
3328
+ "name": "AbqPlumbAppointmentRequest"
3329
+ },
3330
+ "optional": false
3331
+ }
3332
+ ]
3333
+ }
3334
+ },
3190
3335
  "providers.acerentacar": {
3191
3336
  "defs": {
3192
3337
  "AcerentacarSearchArgs": {
@@ -5600,6 +5745,31 @@ export const VALIDATORS = {
5600
5745
  "optional": false
5601
5746
  }
5602
5747
  ],
5748
+ "searchWebBrowser": [
5749
+ {
5750
+ "name": "args",
5751
+ "schema": {
5752
+ "k": "object",
5753
+ "props": [
5754
+ {
5755
+ "name": "query",
5756
+ "schema": {
5757
+ "k": "string"
5758
+ },
5759
+ "optional": false
5760
+ },
5761
+ {
5762
+ "name": "limit",
5763
+ "schema": {
5764
+ "k": "number"
5765
+ },
5766
+ "optional": true
5767
+ }
5768
+ ]
5769
+ },
5770
+ "optional": false
5771
+ }
5772
+ ],
5603
5773
  "searchNews": [
5604
5774
  {
5605
5775
  "name": "args",
@@ -6505,6 +6675,101 @@ export const VALIDATORS = {
6505
6675
  ]
6506
6676
  }
6507
6677
  },
6678
+ "providers.cal_com": {
6679
+ "defs": {
6680
+ "CalComAvailabilityOptions": {
6681
+ "k": "object",
6682
+ "props": [
6683
+ {
6684
+ "name": "daysAhead",
6685
+ "schema": {
6686
+ "k": "number"
6687
+ },
6688
+ "optional": true
6689
+ }
6690
+ ]
6691
+ }
6692
+ },
6693
+ "functions": {
6694
+ "getEventTypes": [
6695
+ {
6696
+ "name": "username",
6697
+ "schema": {
6698
+ "k": "string"
6699
+ },
6700
+ "optional": false
6701
+ }
6702
+ ],
6703
+ "getAvailability": [
6704
+ {
6705
+ "name": "username",
6706
+ "schema": {
6707
+ "k": "string"
6708
+ },
6709
+ "optional": false
6710
+ },
6711
+ {
6712
+ "name": "opts",
6713
+ "schema": {
6714
+ "k": "ref",
6715
+ "name": "CalComAvailabilityOptions"
6716
+ },
6717
+ "optional": true
6718
+ }
6719
+ ]
6720
+ }
6721
+ },
6722
+ "providers.calendly": {
6723
+ "defs": {
6724
+ "CalendlyAvailabilityOptions": {
6725
+ "k": "object",
6726
+ "props": [
6727
+ {
6728
+ "name": "timezone",
6729
+ "schema": {
6730
+ "k": "string"
6731
+ },
6732
+ "optional": true
6733
+ },
6734
+ {
6735
+ "name": "daysAhead",
6736
+ "schema": {
6737
+ "k": "number"
6738
+ },
6739
+ "optional": true
6740
+ }
6741
+ ]
6742
+ }
6743
+ },
6744
+ "functions": {
6745
+ "getEventTypes": [
6746
+ {
6747
+ "name": "profile",
6748
+ "schema": {
6749
+ "k": "string"
6750
+ },
6751
+ "optional": false
6752
+ }
6753
+ ],
6754
+ "getAvailability": [
6755
+ {
6756
+ "name": "profile",
6757
+ "schema": {
6758
+ "k": "string"
6759
+ },
6760
+ "optional": false
6761
+ },
6762
+ {
6763
+ "name": "opts",
6764
+ "schema": {
6765
+ "k": "ref",
6766
+ "name": "CalendlyAvailabilityOptions"
6767
+ },
6768
+ "optional": true
6769
+ }
6770
+ ]
6771
+ }
6772
+ },
6508
6773
  "providers.caliberhealth": {
6509
6774
  "defs": {
6510
6775
  "CaliberhealthSearchArgs": {
@@ -10230,26 +10495,80 @@ export const VALIDATORS = {
10230
10495
  ]
10231
10496
  }
10232
10497
  },
10233
- "providers.elevenlabs": {
10498
+ "providers.elase": {
10234
10499
  "defs": {},
10235
10500
  "functions": {
10236
- "synthesize": [
10501
+ "listLocations": [],
10502
+ "findLocation": [
10237
10503
  {
10238
- "name": "args",
10504
+ "name": "query",
10239
10505
  "schema": {
10240
- "k": "object",
10241
- "props": [
10242
- {
10243
- "name": "text",
10244
- "schema": {
10245
- "k": "string"
10246
- },
10247
- "optional": false
10248
- },
10249
- {
10250
- "name": "voiceId",
10251
- "schema": {
10252
- "k": "string"
10506
+ "k": "string"
10507
+ },
10508
+ "optional": false
10509
+ }
10510
+ ],
10511
+ "listServices": [
10512
+ {
10513
+ "name": "centerId",
10514
+ "schema": {
10515
+ "k": "string"
10516
+ },
10517
+ "optional": false
10518
+ },
10519
+ {
10520
+ "name": "query",
10521
+ "schema": {
10522
+ "k": "string"
10523
+ },
10524
+ "optional": true
10525
+ }
10526
+ ],
10527
+ "checkAvailability": [
10528
+ {
10529
+ "name": "centerId",
10530
+ "schema": {
10531
+ "k": "string"
10532
+ },
10533
+ "optional": false
10534
+ },
10535
+ {
10536
+ "name": "serviceId",
10537
+ "schema": {
10538
+ "k": "string"
10539
+ },
10540
+ "optional": false
10541
+ },
10542
+ {
10543
+ "name": "date",
10544
+ "schema": {
10545
+ "k": "string"
10546
+ },
10547
+ "optional": false
10548
+ }
10549
+ ]
10550
+ }
10551
+ },
10552
+ "providers.elevenlabs": {
10553
+ "defs": {},
10554
+ "functions": {
10555
+ "synthesize": [
10556
+ {
10557
+ "name": "args",
10558
+ "schema": {
10559
+ "k": "object",
10560
+ "props": [
10561
+ {
10562
+ "name": "text",
10563
+ "schema": {
10564
+ "k": "string"
10565
+ },
10566
+ "optional": false
10567
+ },
10568
+ {
10569
+ "name": "voiceId",
10570
+ "schema": {
10571
+ "k": "string"
10253
10572
  },
10254
10573
  "optional": true
10255
10574
  },
@@ -10426,6 +10745,49 @@ export const VALIDATORS = {
10426
10745
  ]
10427
10746
  }
10428
10747
  },
10748
+ "providers.equinox_hotels": {
10749
+ "defs": {
10750
+ "SearchEquinoxRatesArgs": {
10751
+ "k": "object",
10752
+ "props": [
10753
+ {
10754
+ "name": "checkIn",
10755
+ "schema": {
10756
+ "k": "string"
10757
+ },
10758
+ "optional": false
10759
+ },
10760
+ {
10761
+ "name": "checkOut",
10762
+ "schema": {
10763
+ "k": "string"
10764
+ },
10765
+ "optional": false
10766
+ },
10767
+ {
10768
+ "name": "adults",
10769
+ "schema": {
10770
+ "k": "number"
10771
+ },
10772
+ "optional": true
10773
+ }
10774
+ ]
10775
+ }
10776
+ },
10777
+ "functions": {
10778
+ "listRooms": [],
10779
+ "searchRates": [
10780
+ {
10781
+ "name": "args",
10782
+ "schema": {
10783
+ "k": "ref",
10784
+ "name": "SearchEquinoxRatesArgs"
10785
+ },
10786
+ "optional": false
10787
+ }
10788
+ ]
10789
+ }
10790
+ },
10429
10791
  "providers.erieinsurance": {
10430
10792
  "defs": {
10431
10793
  "ErieAgentQuery": {
@@ -10595,6 +10957,51 @@ export const VALIDATORS = {
10595
10957
  ]
10596
10958
  }
10597
10959
  },
10960
+ "providers.evolvemedspa": {
10961
+ "defs": {},
10962
+ "functions": {
10963
+ "listLocations": [],
10964
+ "listServices": [
10965
+ {
10966
+ "name": "centerId",
10967
+ "schema": {
10968
+ "k": "string"
10969
+ },
10970
+ "optional": false
10971
+ },
10972
+ {
10973
+ "name": "query",
10974
+ "schema": {
10975
+ "k": "string"
10976
+ },
10977
+ "optional": true
10978
+ }
10979
+ ],
10980
+ "checkAvailability": [
10981
+ {
10982
+ "name": "centerId",
10983
+ "schema": {
10984
+ "k": "string"
10985
+ },
10986
+ "optional": false
10987
+ },
10988
+ {
10989
+ "name": "serviceId",
10990
+ "schema": {
10991
+ "k": "string"
10992
+ },
10993
+ "optional": false
10994
+ },
10995
+ {
10996
+ "name": "date",
10997
+ "schema": {
10998
+ "k": "string"
10999
+ },
11000
+ "optional": false
11001
+ }
11002
+ ]
11003
+ }
11004
+ },
10598
11005
  "providers.executivehomecare": {
10599
11006
  "defs": {},
10600
11007
  "functions": {
@@ -10713,6 +11120,51 @@ export const VALIDATORS = {
10713
11120
  ]
10714
11121
  }
10715
11122
  },
11123
+ "providers.faceforwardaesthetics": {
11124
+ "defs": {},
11125
+ "functions": {
11126
+ "listLocations": [],
11127
+ "listServices": [
11128
+ {
11129
+ "name": "centerId",
11130
+ "schema": {
11131
+ "k": "string"
11132
+ },
11133
+ "optional": false
11134
+ },
11135
+ {
11136
+ "name": "query",
11137
+ "schema": {
11138
+ "k": "string"
11139
+ },
11140
+ "optional": true
11141
+ }
11142
+ ],
11143
+ "checkAvailability": [
11144
+ {
11145
+ "name": "centerId",
11146
+ "schema": {
11147
+ "k": "string"
11148
+ },
11149
+ "optional": false
11150
+ },
11151
+ {
11152
+ "name": "serviceId",
11153
+ "schema": {
11154
+ "k": "string"
11155
+ },
11156
+ "optional": false
11157
+ },
11158
+ {
11159
+ "name": "date",
11160
+ "schema": {
11161
+ "k": "string"
11162
+ },
11163
+ "optional": false
11164
+ }
11165
+ ]
11166
+ }
11167
+ },
10716
11168
  "providers.facerealityskincare": {
10717
11169
  "defs": {},
10718
11170
  "functions": {
@@ -10727,6 +11179,41 @@ export const VALIDATORS = {
10727
11179
  ]
10728
11180
  }
10729
11181
  },
11182
+ "providers.fbsappliance": {
11183
+ "defs": {
11184
+ "FbsapplianceSearchArgs": {
11185
+ "k": "object",
11186
+ "props": [
11187
+ {
11188
+ "name": "category",
11189
+ "schema": {
11190
+ "k": "string"
11191
+ },
11192
+ "optional": false
11193
+ },
11194
+ {
11195
+ "name": "limit",
11196
+ "schema": {
11197
+ "k": "number"
11198
+ },
11199
+ "optional": true
11200
+ }
11201
+ ]
11202
+ }
11203
+ },
11204
+ "functions": {
11205
+ "searchAppliances": [
11206
+ {
11207
+ "name": "args",
11208
+ "schema": {
11209
+ "k": "ref",
11210
+ "name": "FbsapplianceSearchArgs"
11211
+ },
11212
+ "optional": false
11213
+ }
11214
+ ]
11215
+ }
11216
+ },
10730
11217
  "providers.fieldstonehomes": {
10731
11218
  "defs": {
10732
11219
  "FieldstonehomesPrepareAppointmentArgs": {
@@ -10938,70 +11425,324 @@ export const VALIDATORS = {
10938
11425
  "schema": {
10939
11426
  "k": "string"
10940
11427
  },
10941
- "optional": false
10942
- }
10943
- ]
10944
- }
10945
- },
10946
- "providers.fivebelow": {
10947
- "defs": {},
10948
- "functions": {
10949
- "search": [
10950
- {
10951
- "name": "args",
10952
- "schema": {
10953
- "k": "object",
10954
- "props": [
10955
- {
10956
- "name": "query",
10957
- "schema": {
10958
- "k": "string"
10959
- },
10960
- "optional": false
10961
- },
10962
- {
10963
- "name": "limit",
10964
- "schema": {
10965
- "k": "number"
10966
- },
10967
- "optional": true
10968
- },
10969
- {
10970
- "name": "page",
10971
- "schema": {
10972
- "k": "number"
10973
- },
10974
- "optional": true
10975
- }
10976
- ]
11428
+ "optional": false
11429
+ }
11430
+ ]
11431
+ }
11432
+ },
11433
+ "providers.fitness1440": {
11434
+ "defs": {
11435
+ "Fitness1440DayPassRequestArgs": {
11436
+ "k": "object",
11437
+ "props": [
11438
+ {
11439
+ "name": "state",
11440
+ "schema": {
11441
+ "k": "string"
11442
+ },
11443
+ "optional": false
11444
+ },
11445
+ {
11446
+ "name": "city",
11447
+ "schema": {
11448
+ "k": "string"
11449
+ },
11450
+ "optional": false
11451
+ }
11452
+ ]
11453
+ },
11454
+ "Fitness1440ListLocationsArgs": {
11455
+ "k": "object",
11456
+ "props": [
11457
+ {
11458
+ "name": "state",
11459
+ "schema": {
11460
+ "k": "string"
11461
+ },
11462
+ "optional": true
11463
+ }
11464
+ ]
11465
+ }
11466
+ },
11467
+ "functions": {
11468
+ "listLocations": [
11469
+ {
11470
+ "name": "args",
11471
+ "schema": {
11472
+ "k": "ref",
11473
+ "name": "Fitness1440ListLocationsArgs"
11474
+ },
11475
+ "optional": true
11476
+ }
11477
+ ],
11478
+ "getDayPassRequestInfo": [
11479
+ {
11480
+ "name": "args",
11481
+ "schema": {
11482
+ "k": "ref",
11483
+ "name": "Fitness1440DayPassRequestArgs"
11484
+ },
11485
+ "optional": false
11486
+ }
11487
+ ]
11488
+ }
11489
+ },
11490
+ "providers.fivebelow": {
11491
+ "defs": {},
11492
+ "functions": {
11493
+ "search": [
11494
+ {
11495
+ "name": "args",
11496
+ "schema": {
11497
+ "k": "object",
11498
+ "props": [
11499
+ {
11500
+ "name": "query",
11501
+ "schema": {
11502
+ "k": "string"
11503
+ },
11504
+ "optional": false
11505
+ },
11506
+ {
11507
+ "name": "limit",
11508
+ "schema": {
11509
+ "k": "number"
11510
+ },
11511
+ "optional": true
11512
+ },
11513
+ {
11514
+ "name": "page",
11515
+ "schema": {
11516
+ "k": "number"
11517
+ },
11518
+ "optional": true
11519
+ }
11520
+ ]
11521
+ },
11522
+ "optional": false
11523
+ }
11524
+ ]
11525
+ }
11526
+ },
11527
+ "providers.fivestarbathsolutions": {
11528
+ "defs": {},
11529
+ "functions": {
11530
+ "listLocations": [],
11531
+ "getAvailableSlots": [
11532
+ {
11533
+ "name": "args",
11534
+ "schema": {
11535
+ "k": "any"
11536
+ },
11537
+ "optional": false
11538
+ }
11539
+ ]
11540
+ }
11541
+ },
11542
+ "providers.flightradar24": {
11543
+ "defs": {},
11544
+ "functions": {
11545
+ "getAirline": null,
11546
+ "getAirportArrivals": null
11547
+ }
11548
+ },
11549
+ "providers.fluencecorp": {
11550
+ "defs": {
11551
+ "ConcentrationSet": {
11552
+ "k": "object",
11553
+ "props": [
11554
+ {
11555
+ "name": "COD",
11556
+ "schema": {
11557
+ "k": "number"
11558
+ },
11559
+ "optional": false
11560
+ },
11561
+ {
11562
+ "name": "TKN",
11563
+ "schema": {
11564
+ "k": "number"
11565
+ },
11566
+ "optional": false
11567
+ },
11568
+ {
11569
+ "name": "NO3N",
11570
+ "schema": {
11571
+ "k": "number"
11572
+ },
11573
+ "optional": false
11574
+ },
11575
+ {
11576
+ "name": "DisolvedOxygen",
11577
+ "schema": {
11578
+ "k": "number"
11579
+ },
11580
+ "optional": true
11581
+ }
11582
+ ]
11583
+ },
11584
+ "EnergyConsumptionInput": {
11585
+ "k": "object",
11586
+ "props": [
11587
+ {
11588
+ "name": "influentFlow",
11589
+ "schema": {
11590
+ "k": "number"
11591
+ },
11592
+ "optional": false
11593
+ },
11594
+ {
11595
+ "name": "sludgeFlow",
11596
+ "schema": {
11597
+ "k": "number"
11598
+ },
11599
+ "optional": true
11600
+ },
11601
+ {
11602
+ "name": "influent",
11603
+ "schema": {
11604
+ "k": "ref",
11605
+ "name": "ConcentrationSet"
11606
+ },
11607
+ "optional": false
11608
+ },
11609
+ {
11610
+ "name": "effluent",
11611
+ "schema": {
11612
+ "k": "ref",
11613
+ "name": "ConcentrationSet"
11614
+ },
11615
+ "optional": false
11616
+ },
11617
+ {
11618
+ "name": "sludge",
11619
+ "schema": {
11620
+ "k": "ref",
11621
+ "name": "SludgeConcentrationSet"
11622
+ },
11623
+ "optional": false
11624
+ },
11625
+ {
11626
+ "name": "elevation",
11627
+ "schema": {
11628
+ "k": "number"
11629
+ },
11630
+ "optional": false
11631
+ },
11632
+ {
11633
+ "name": "temperature",
11634
+ "schema": {
11635
+ "k": "number"
11636
+ },
11637
+ "optional": false
11638
+ },
11639
+ {
11640
+ "name": "power",
11641
+ "schema": {
11642
+ "k": "record",
11643
+ "value": {
11644
+ "k": "ref",
11645
+ "name": "PowerConsumer"
11646
+ }
11647
+ },
11648
+ "optional": false
11649
+ }
11650
+ ]
11651
+ },
11652
+ "PowerConsumer": {
11653
+ "k": "object",
11654
+ "props": [
11655
+ {
11656
+ "name": "name",
11657
+ "schema": {
11658
+ "k": "string"
11659
+ },
11660
+ "optional": false
11661
+ },
11662
+ {
11663
+ "name": "consumption",
11664
+ "schema": {
11665
+ "k": "number"
11666
+ },
11667
+ "optional": false
11668
+ },
11669
+ {
11670
+ "name": "count",
11671
+ "schema": {
11672
+ "k": "number"
11673
+ },
11674
+ "optional": false
11675
+ },
11676
+ {
11677
+ "name": "operation",
11678
+ "schema": {
11679
+ "k": "number"
11680
+ },
11681
+ "optional": false
11682
+ }
11683
+ ]
11684
+ },
11685
+ "SludgeConcentrationSet": {
11686
+ "k": "object",
11687
+ "props": [
11688
+ {
11689
+ "name": "TSSConcentration",
11690
+ "schema": {
11691
+ "k": "number"
11692
+ },
11693
+ "optional": false
11694
+ },
11695
+ {
11696
+ "name": "COD",
11697
+ "schema": {
11698
+ "k": "number"
11699
+ },
11700
+ "optional": true
11701
+ },
11702
+ {
11703
+ "name": "TKN",
11704
+ "schema": {
11705
+ "k": "number"
11706
+ },
11707
+ "optional": true
11708
+ },
11709
+ {
11710
+ "name": "NO3N",
11711
+ "schema": {
11712
+ "k": "number"
11713
+ },
11714
+ "optional": true
10977
11715
  },
10978
- "optional": false
10979
- }
10980
- ]
10981
- }
10982
- },
10983
- "providers.fivestarbathsolutions": {
10984
- "defs": {},
11716
+ {
11717
+ "name": "DisolvedOxygen",
11718
+ "schema": {
11719
+ "k": "number"
11720
+ },
11721
+ "optional": true
11722
+ },
11723
+ {
11724
+ "name": "VSS_TSS_Ratio",
11725
+ "schema": {
11726
+ "k": "number"
11727
+ },
11728
+ "optional": true
11729
+ }
11730
+ ]
11731
+ }
11732
+ },
10985
11733
  "functions": {
10986
- "listLocations": [],
10987
- "getAvailableSlots": [
11734
+ "calculateEnergyConsumption": [
10988
11735
  {
10989
11736
  "name": "args",
10990
11737
  "schema": {
10991
- "k": "any"
11738
+ "k": "ref",
11739
+ "name": "EnergyConsumptionInput"
10992
11740
  },
10993
11741
  "optional": false
10994
11742
  }
10995
11743
  ]
10996
11744
  }
10997
11745
  },
10998
- "providers.flightradar24": {
10999
- "defs": {},
11000
- "functions": {
11001
- "getAirline": null,
11002
- "getAirportArrivals": null
11003
- }
11004
- },
11005
11746
  "providers.ford": {
11006
11747
  "defs": {},
11007
11748
  "functions": {
@@ -11120,6 +11861,38 @@ export const VALIDATORS = {
11120
11861
  ]
11121
11862
  }
11122
11863
  },
11864
+ "providers.fortressbp": {
11865
+ "defs": {
11866
+ "RecommendProductArgs": {
11867
+ "k": "object",
11868
+ "props": [
11869
+ {
11870
+ "name": "selections",
11871
+ "schema": {
11872
+ "k": "array",
11873
+ "of": {
11874
+ "k": "string"
11875
+ }
11876
+ },
11877
+ "optional": false
11878
+ }
11879
+ ]
11880
+ }
11881
+ },
11882
+ "functions": {
11883
+ "listProductTypes": [],
11884
+ "recommendProduct": [
11885
+ {
11886
+ "name": "args",
11887
+ "schema": {
11888
+ "k": "ref",
11889
+ "name": "RecommendProductArgs"
11890
+ },
11891
+ "optional": false
11892
+ }
11893
+ ]
11894
+ }
11895
+ },
11123
11896
  "providers.fourseasonsyachts": {
11124
11897
  "defs": {},
11125
11898
  "functions": {
@@ -14936,6 +15709,29 @@ export const VALIDATORS = {
14936
15709
  ]
14937
15710
  }
14938
15711
  },
15712
+ "providers.jasmine_dilucci": {
15713
+ "defs": {},
15714
+ "functions": {
15715
+ "getApplicationFormSchema": [
15716
+ {
15717
+ "name": "args",
15718
+ "schema": {
15719
+ "k": "object",
15720
+ "props": [
15721
+ {
15722
+ "name": "includeOptions",
15723
+ "schema": {
15724
+ "k": "boolean"
15725
+ },
15726
+ "optional": true
15727
+ }
15728
+ ]
15729
+ },
15730
+ "optional": true
15731
+ }
15732
+ ]
15733
+ }
15734
+ },
14939
15735
  "providers.jennikayne": {
14940
15736
  "defs": {
14941
15737
  "GiftCardConfig": {
@@ -15879,6 +16675,35 @@ export const VALIDATORS = {
15879
16675
  ]
15880
16676
  }
15881
16677
  },
16678
+ "providers.landmarkhw_com": {
16679
+ "defs": {
16680
+ "LandmarkhwComOrderOptionsArgs": {
16681
+ "k": "object",
16682
+ "props": [
16683
+ {
16684
+ "name": "stateCode",
16685
+ "schema": {
16686
+ "k": "string"
16687
+ },
16688
+ "optional": false
16689
+ }
16690
+ ]
16691
+ }
16692
+ },
16693
+ "functions": {
16694
+ "listOrderStates": [],
16695
+ "getOrderFormOptions": [
16696
+ {
16697
+ "name": "args",
16698
+ "schema": {
16699
+ "k": "ref",
16700
+ "name": "LandmarkhwComOrderOptionsArgs"
16701
+ },
16702
+ "optional": false
16703
+ }
16704
+ ]
16705
+ }
16706
+ },
15882
16707
  "providers.lasikplus": {
15883
16708
  "defs": {},
15884
16709
  "functions": {
@@ -22908,6 +23733,117 @@ export const VALIDATORS = {
22908
23733
  ]
22909
23734
  }
22910
23735
  },
23736
+ "providers.rivian": {
23737
+ "defs": {
23738
+ "RivianLeaseAnnualMileage": {
23739
+ "k": "union",
23740
+ "of": [
23741
+ {
23742
+ "k": "literal",
23743
+ "v": 10000
23744
+ },
23745
+ {
23746
+ "k": "literal",
23747
+ "v": 12000
23748
+ },
23749
+ {
23750
+ "k": "literal",
23751
+ "v": 15000
23752
+ }
23753
+ ]
23754
+ },
23755
+ "RivianLeaseCreditTier": {
23756
+ "k": "union",
23757
+ "of": [
23758
+ {
23759
+ "k": "literal",
23760
+ "v": "excellent"
23761
+ },
23762
+ {
23763
+ "k": "literal",
23764
+ "v": "veryGood"
23765
+ },
23766
+ {
23767
+ "k": "literal",
23768
+ "v": "good"
23769
+ }
23770
+ ]
23771
+ },
23772
+ "RivianLeaseEstimateArgs": {
23773
+ "k": "object",
23774
+ "props": [
23775
+ {
23776
+ "name": "trim",
23777
+ "schema": {
23778
+ "k": "ref",
23779
+ "name": "RivianLeaseTrim"
23780
+ },
23781
+ "optional": false
23782
+ },
23783
+ {
23784
+ "name": "termMonths",
23785
+ "schema": {
23786
+ "k": "ref",
23787
+ "name": "RivianLeaseTermMonths"
23788
+ },
23789
+ "optional": false
23790
+ },
23791
+ {
23792
+ "name": "annualMileage",
23793
+ "schema": {
23794
+ "k": "ref",
23795
+ "name": "RivianLeaseAnnualMileage"
23796
+ },
23797
+ "optional": false
23798
+ },
23799
+ {
23800
+ "name": "creditTier",
23801
+ "schema": {
23802
+ "k": "ref",
23803
+ "name": "RivianLeaseCreditTier"
23804
+ },
23805
+ "optional": false
23806
+ },
23807
+ {
23808
+ "name": "downPayment",
23809
+ "schema": {
23810
+ "k": "number"
23811
+ },
23812
+ "optional": false
23813
+ }
23814
+ ]
23815
+ },
23816
+ "RivianLeaseTermMonths": {
23817
+ "k": "union",
23818
+ "of": [
23819
+ {
23820
+ "k": "literal",
23821
+ "v": 24
23822
+ },
23823
+ {
23824
+ "k": "literal",
23825
+ "v": 36
23826
+ }
23827
+ ]
23828
+ },
23829
+ "RivianLeaseTrim": {
23830
+ "k": "literal",
23831
+ "v": "premium"
23832
+ }
23833
+ },
23834
+ "functions": {
23835
+ "estimateLeasePayment": [
23836
+ {
23837
+ "name": "args",
23838
+ "schema": {
23839
+ "k": "ref",
23840
+ "name": "RivianLeaseEstimateArgs"
23841
+ },
23842
+ "optional": false
23843
+ }
23844
+ ]
23845
+ }
23846
+ },
22911
23847
  "providers.roofmaxx": {
22912
23848
  "defs": {
22913
23849
  "RoofmaxxCostEstimateArgs": {
@@ -26090,6 +27026,21 @@ export const VALIDATORS = {
26090
27026
  ]
26091
27027
  }
26092
27028
  },
27029
+ "providers.totalplastics": {
27030
+ "defs": {},
27031
+ "functions": {
27032
+ "getQuoteFormFields": [],
27033
+ "getQuoteFormFieldOptions": [
27034
+ {
27035
+ "name": "label",
27036
+ "schema": {
27037
+ "k": "string"
27038
+ },
27039
+ "optional": false
27040
+ }
27041
+ ]
27042
+ }
27043
+ },
26093
27044
  "providers.travelinsured": {
26094
27045
  "defs": {},
26095
27046
  "functions": {
@@ -26781,6 +27732,21 @@ export const VALIDATORS = {
26781
27732
  ]
26782
27733
  }
26783
27734
  },
27735
+ "providers.vbt": {
27736
+ "defs": {},
27737
+ "functions": {
27738
+ "listTours": [],
27739
+ "getTourDepartures": [
27740
+ {
27741
+ "name": "tourUrlOrSlug",
27742
+ "schema": {
27743
+ "k": "string"
27744
+ },
27745
+ "optional": false
27746
+ }
27747
+ ]
27748
+ }
27749
+ },
26784
27750
  "providers.vervecoffee": {
26785
27751
  "defs": {
26786
27752
  "CoffeeQuizAnswers": {