@bowmark/web 1.18.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: 12940343b1f8c9228a6b145e3e5125fe143419901694198fcc8789af04b5dc2e
9
- // 895 checked, 20 unchecked.
8
+ // Manifest version: 91a69720e3caaa44f20031f9902b213daadc2093c895452fe8b71d88e0c2380c
9
+ // 918 checked, 20 unchecked.
10
10
  export const VALIDATORS = {
11
- "version": "12940343b1f8c9228a6b145e3e5125fe143419901694198fcc8789af04b5dc2e",
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": {
@@ -10855,23 +11120,103 @@ export const VALIDATORS = {
10855
11120
  ]
10856
11121
  }
10857
11122
  },
10858
- "providers.facerealityskincare": {
11123
+ "providers.faceforwardaesthetics": {
10859
11124
  "defs": {},
10860
11125
  "functions": {
10861
- "searchAcneExperts": [
11126
+ "listLocations": [],
11127
+ "listServices": [
10862
11128
  {
10863
- "name": "query",
11129
+ "name": "centerId",
10864
11130
  "schema": {
10865
11131
  "k": "string"
10866
11132
  },
10867
11133
  "optional": false
11134
+ },
11135
+ {
11136
+ "name": "query",
11137
+ "schema": {
11138
+ "k": "string"
11139
+ },
11140
+ "optional": true
10868
11141
  }
10869
- ]
10870
- }
10871
- },
10872
- "providers.fieldstonehomes": {
10873
- "defs": {
10874
- "FieldstonehomesPrepareAppointmentArgs": {
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
+ },
11168
+ "providers.facerealityskincare": {
11169
+ "defs": {},
11170
+ "functions": {
11171
+ "searchAcneExperts": [
11172
+ {
11173
+ "name": "query",
11174
+ "schema": {
11175
+ "k": "string"
11176
+ },
11177
+ "optional": false
11178
+ }
11179
+ ]
11180
+ }
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
+ },
11217
+ "providers.fieldstonehomes": {
11218
+ "defs": {
11219
+ "FieldstonehomesPrepareAppointmentArgs": {
10875
11220
  "k": "object",
10876
11221
  "props": [
10877
11222
  {
@@ -11071,79 +11416,333 @@ export const VALIDATORS = {
11071
11416
  "schema": {
11072
11417
  "k": "string"
11073
11418
  },
11074
- "optional": false
11075
- }
11076
- ],
11077
- "getListing": [
11078
- {
11079
- "name": "url",
11080
- "schema": {
11081
- "k": "string"
11419
+ "optional": false
11420
+ }
11421
+ ],
11422
+ "getListing": [
11423
+ {
11424
+ "name": "url",
11425
+ "schema": {
11426
+ "k": "string"
11427
+ },
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
11082
11708
  },
11083
- "optional": false
11084
- }
11085
- ]
11086
- }
11087
- },
11088
- "providers.fivebelow": {
11089
- "defs": {},
11090
- "functions": {
11091
- "search": [
11092
- {
11093
- "name": "args",
11094
- "schema": {
11095
- "k": "object",
11096
- "props": [
11097
- {
11098
- "name": "query",
11099
- "schema": {
11100
- "k": "string"
11101
- },
11102
- "optional": false
11103
- },
11104
- {
11105
- "name": "limit",
11106
- "schema": {
11107
- "k": "number"
11108
- },
11109
- "optional": true
11110
- },
11111
- {
11112
- "name": "page",
11113
- "schema": {
11114
- "k": "number"
11115
- },
11116
- "optional": true
11117
- }
11118
- ]
11709
+ {
11710
+ "name": "NO3N",
11711
+ "schema": {
11712
+ "k": "number"
11713
+ },
11714
+ "optional": true
11119
11715
  },
11120
- "optional": false
11121
- }
11122
- ]
11123
- }
11124
- },
11125
- "providers.fivestarbathsolutions": {
11126
- "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
+ },
11127
11733
  "functions": {
11128
- "listLocations": [],
11129
- "getAvailableSlots": [
11734
+ "calculateEnergyConsumption": [
11130
11735
  {
11131
11736
  "name": "args",
11132
11737
  "schema": {
11133
- "k": "any"
11738
+ "k": "ref",
11739
+ "name": "EnergyConsumptionInput"
11134
11740
  },
11135
11741
  "optional": false
11136
11742
  }
11137
11743
  ]
11138
11744
  }
11139
11745
  },
11140
- "providers.flightradar24": {
11141
- "defs": {},
11142
- "functions": {
11143
- "getAirline": null,
11144
- "getAirportArrivals": null
11145
- }
11146
- },
11147
11746
  "providers.ford": {
11148
11747
  "defs": {},
11149
11748
  "functions": {
@@ -11262,6 +11861,38 @@ export const VALIDATORS = {
11262
11861
  ]
11263
11862
  }
11264
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
+ },
11265
11896
  "providers.fourseasonsyachts": {
11266
11897
  "defs": {},
11267
11898
  "functions": {
@@ -15078,6 +15709,29 @@ export const VALIDATORS = {
15078
15709
  ]
15079
15710
  }
15080
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
+ },
15081
15735
  "providers.jennikayne": {
15082
15736
  "defs": {
15083
15737
  "GiftCardConfig": {
@@ -16021,6 +16675,35 @@ export const VALIDATORS = {
16021
16675
  ]
16022
16676
  }
16023
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
+ },
16024
16707
  "providers.lasikplus": {
16025
16708
  "defs": {},
16026
16709
  "functions": {
@@ -23050,6 +23733,117 @@ export const VALIDATORS = {
23050
23733
  ]
23051
23734
  }
23052
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
+ },
23053
23847
  "providers.roofmaxx": {
23054
23848
  "defs": {
23055
23849
  "RoofmaxxCostEstimateArgs": {
@@ -26232,6 +27026,21 @@ export const VALIDATORS = {
26232
27026
  ]
26233
27027
  }
26234
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
+ },
26235
27044
  "providers.travelinsured": {
26236
27045
  "defs": {},
26237
27046
  "functions": {