@bowmark/web 1.18.0 → 1.20.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 +1429 -27
- package/dist/generated/validators.js +1595 -98
- 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: f9bdccf83883a14360d78c1b4f364bcb1ed422bd4bc56bd1b722b7a00105291c
|
|
9
|
+
// 960 checked, 20 unchecked.
|
|
10
10
|
export const VALIDATORS = {
|
|
11
|
-
"version": "
|
|
11
|
+
"version": "f9bdccf83883a14360d78c1b4f364bcb1ed422bd4bc56bd1b722b7a00105291c",
|
|
12
12
|
"units": {
|
|
13
13
|
"bundles": {
|
|
14
14
|
"defs": {},
|
|
@@ -2223,6 +2223,12 @@ export const VALIDATORS = {
|
|
|
2223
2223
|
]
|
|
2224
2224
|
}
|
|
2225
2225
|
},
|
|
2226
|
+
"script_execution": {
|
|
2227
|
+
"defs": {},
|
|
2228
|
+
"functions": {
|
|
2229
|
+
"guide": []
|
|
2230
|
+
}
|
|
2231
|
+
},
|
|
2226
2232
|
"search": {
|
|
2227
2233
|
"defs": {
|
|
2228
2234
|
"CallOptions": {
|
|
@@ -2685,7 +2691,81 @@ export const VALIDATORS = {
|
|
|
2685
2691
|
}
|
|
2686
2692
|
},
|
|
2687
2693
|
"web_form_fields": {
|
|
2688
|
-
"defs": {
|
|
2694
|
+
"defs": {
|
|
2695
|
+
"FormFillOptions": {
|
|
2696
|
+
"k": "object",
|
|
2697
|
+
"props": [
|
|
2698
|
+
{
|
|
2699
|
+
"name": "open",
|
|
2700
|
+
"schema": {
|
|
2701
|
+
"k": "string"
|
|
2702
|
+
},
|
|
2703
|
+
"optional": true
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"name": "timeoutMs",
|
|
2707
|
+
"schema": {
|
|
2708
|
+
"k": "number"
|
|
2709
|
+
},
|
|
2710
|
+
"optional": true
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"name": "advance",
|
|
2714
|
+
"schema": {
|
|
2715
|
+
"k": "boolean"
|
|
2716
|
+
},
|
|
2717
|
+
"optional": true
|
|
2718
|
+
},
|
|
2719
|
+
{
|
|
2720
|
+
"name": "submit",
|
|
2721
|
+
"schema": {
|
|
2722
|
+
"k": "boolean"
|
|
2723
|
+
},
|
|
2724
|
+
"optional": true
|
|
2725
|
+
}
|
|
2726
|
+
]
|
|
2727
|
+
},
|
|
2728
|
+
"FormOptions": {
|
|
2729
|
+
"k": "object",
|
|
2730
|
+
"props": [
|
|
2731
|
+
{
|
|
2732
|
+
"name": "strategy",
|
|
2733
|
+
"schema": {
|
|
2734
|
+
"k": "union",
|
|
2735
|
+
"of": [
|
|
2736
|
+
{
|
|
2737
|
+
"k": "literal",
|
|
2738
|
+
"v": "auto"
|
|
2739
|
+
},
|
|
2740
|
+
{
|
|
2741
|
+
"k": "literal",
|
|
2742
|
+
"v": "fetch"
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
"k": "literal",
|
|
2746
|
+
"v": "browser"
|
|
2747
|
+
}
|
|
2748
|
+
]
|
|
2749
|
+
},
|
|
2750
|
+
"optional": true
|
|
2751
|
+
},
|
|
2752
|
+
{
|
|
2753
|
+
"name": "open",
|
|
2754
|
+
"schema": {
|
|
2755
|
+
"k": "string"
|
|
2756
|
+
},
|
|
2757
|
+
"optional": true
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"name": "timeoutMs",
|
|
2761
|
+
"schema": {
|
|
2762
|
+
"k": "number"
|
|
2763
|
+
},
|
|
2764
|
+
"optional": true
|
|
2765
|
+
}
|
|
2766
|
+
]
|
|
2767
|
+
}
|
|
2768
|
+
},
|
|
2689
2769
|
"functions": {
|
|
2690
2770
|
"getFields": [
|
|
2691
2771
|
{
|
|
@@ -2694,6 +2774,41 @@ export const VALIDATORS = {
|
|
|
2694
2774
|
"k": "string"
|
|
2695
2775
|
},
|
|
2696
2776
|
"optional": false
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"name": "options",
|
|
2780
|
+
"schema": {
|
|
2781
|
+
"k": "ref",
|
|
2782
|
+
"name": "FormOptions"
|
|
2783
|
+
},
|
|
2784
|
+
"optional": true
|
|
2785
|
+
}
|
|
2786
|
+
],
|
|
2787
|
+
"fillForm": [
|
|
2788
|
+
{
|
|
2789
|
+
"name": "url",
|
|
2790
|
+
"schema": {
|
|
2791
|
+
"k": "string"
|
|
2792
|
+
},
|
|
2793
|
+
"optional": false
|
|
2794
|
+
},
|
|
2795
|
+
{
|
|
2796
|
+
"name": "values",
|
|
2797
|
+
"schema": {
|
|
2798
|
+
"k": "record",
|
|
2799
|
+
"value": {
|
|
2800
|
+
"k": "string"
|
|
2801
|
+
}
|
|
2802
|
+
},
|
|
2803
|
+
"optional": false
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
"name": "options",
|
|
2807
|
+
"schema": {
|
|
2808
|
+
"k": "ref",
|
|
2809
|
+
"name": "FormFillOptions"
|
|
2810
|
+
},
|
|
2811
|
+
"optional": true
|
|
2697
2812
|
}
|
|
2698
2813
|
]
|
|
2699
2814
|
}
|
|
@@ -3187,6 +3302,42 @@ export const VALIDATORS = {
|
|
|
3187
3302
|
]
|
|
3188
3303
|
}
|
|
3189
3304
|
},
|
|
3305
|
+
"providers.abqplumb": {
|
|
3306
|
+
"defs": {
|
|
3307
|
+
"AbqPlumbAppointmentRequest": {
|
|
3308
|
+
"k": "object",
|
|
3309
|
+
"props": [
|
|
3310
|
+
{
|
|
3311
|
+
"name": "serviceTypeId",
|
|
3312
|
+
"schema": {
|
|
3313
|
+
"k": "number"
|
|
3314
|
+
},
|
|
3315
|
+
"optional": false
|
|
3316
|
+
},
|
|
3317
|
+
{
|
|
3318
|
+
"name": "issueTypeId",
|
|
3319
|
+
"schema": {
|
|
3320
|
+
"k": "number"
|
|
3321
|
+
},
|
|
3322
|
+
"optional": false
|
|
3323
|
+
}
|
|
3324
|
+
]
|
|
3325
|
+
}
|
|
3326
|
+
},
|
|
3327
|
+
"functions": {
|
|
3328
|
+
"listServices": [],
|
|
3329
|
+
"getAvailability": [
|
|
3330
|
+
{
|
|
3331
|
+
"name": "input",
|
|
3332
|
+
"schema": {
|
|
3333
|
+
"k": "ref",
|
|
3334
|
+
"name": "AbqPlumbAppointmentRequest"
|
|
3335
|
+
},
|
|
3336
|
+
"optional": false
|
|
3337
|
+
}
|
|
3338
|
+
]
|
|
3339
|
+
}
|
|
3340
|
+
},
|
|
3190
3341
|
"providers.acerentacar": {
|
|
3191
3342
|
"defs": {
|
|
3192
3343
|
"AcerentacarSearchArgs": {
|
|
@@ -3346,6 +3497,30 @@ export const VALIDATORS = {
|
|
|
3346
3497
|
]
|
|
3347
3498
|
}
|
|
3348
3499
|
},
|
|
3500
|
+
"providers.ai_engineer": {
|
|
3501
|
+
"defs": {},
|
|
3502
|
+
"functions": {
|
|
3503
|
+
"listSpeakers": [],
|
|
3504
|
+
"getSpeaker": [
|
|
3505
|
+
{
|
|
3506
|
+
"name": "args",
|
|
3507
|
+
"schema": {
|
|
3508
|
+
"k": "object",
|
|
3509
|
+
"props": [
|
|
3510
|
+
{
|
|
3511
|
+
"name": "speakerHandle",
|
|
3512
|
+
"schema": {
|
|
3513
|
+
"k": "string"
|
|
3514
|
+
},
|
|
3515
|
+
"optional": false
|
|
3516
|
+
}
|
|
3517
|
+
]
|
|
3518
|
+
},
|
|
3519
|
+
"optional": false
|
|
3520
|
+
}
|
|
3521
|
+
]
|
|
3522
|
+
}
|
|
3523
|
+
},
|
|
3349
3524
|
"providers.aiper": {
|
|
3350
3525
|
"defs": {
|
|
3351
3526
|
"AiperPoolAnswerInput": {
|
|
@@ -4281,6 +4456,21 @@ export const VALIDATORS = {
|
|
|
4281
4456
|
]
|
|
4282
4457
|
}
|
|
4283
4458
|
},
|
|
4459
|
+
"providers.astoundgroup": {
|
|
4460
|
+
"defs": {},
|
|
4461
|
+
"functions": {
|
|
4462
|
+
"listPages": [],
|
|
4463
|
+
"getContactForm": [
|
|
4464
|
+
{
|
|
4465
|
+
"name": "url",
|
|
4466
|
+
"schema": {
|
|
4467
|
+
"k": "string"
|
|
4468
|
+
},
|
|
4469
|
+
"optional": true
|
|
4470
|
+
}
|
|
4471
|
+
]
|
|
4472
|
+
}
|
|
4473
|
+
},
|
|
4284
4474
|
"providers.atlasoceanvoyages": {
|
|
4285
4475
|
"defs": {},
|
|
4286
4476
|
"functions": {
|
|
@@ -4489,6 +4679,20 @@ export const VALIDATORS = {
|
|
|
4489
4679
|
"listProperties": []
|
|
4490
4680
|
}
|
|
4491
4681
|
},
|
|
4682
|
+
"providers.avalonmalibu_com": {
|
|
4683
|
+
"defs": {},
|
|
4684
|
+
"functions": {
|
|
4685
|
+
"getInsuranceForm": [
|
|
4686
|
+
{
|
|
4687
|
+
"name": "url",
|
|
4688
|
+
"schema": {
|
|
4689
|
+
"k": "string"
|
|
4690
|
+
},
|
|
4691
|
+
"optional": true
|
|
4692
|
+
}
|
|
4693
|
+
]
|
|
4694
|
+
}
|
|
4695
|
+
},
|
|
4492
4696
|
"providers.avantstay": {
|
|
4493
4697
|
"defs": {},
|
|
4494
4698
|
"functions": {
|
|
@@ -5600,6 +5804,31 @@ export const VALIDATORS = {
|
|
|
5600
5804
|
"optional": false
|
|
5601
5805
|
}
|
|
5602
5806
|
],
|
|
5807
|
+
"searchWebBrowser": [
|
|
5808
|
+
{
|
|
5809
|
+
"name": "args",
|
|
5810
|
+
"schema": {
|
|
5811
|
+
"k": "object",
|
|
5812
|
+
"props": [
|
|
5813
|
+
{
|
|
5814
|
+
"name": "query",
|
|
5815
|
+
"schema": {
|
|
5816
|
+
"k": "string"
|
|
5817
|
+
},
|
|
5818
|
+
"optional": false
|
|
5819
|
+
},
|
|
5820
|
+
{
|
|
5821
|
+
"name": "limit",
|
|
5822
|
+
"schema": {
|
|
5823
|
+
"k": "number"
|
|
5824
|
+
},
|
|
5825
|
+
"optional": true
|
|
5826
|
+
}
|
|
5827
|
+
]
|
|
5828
|
+
},
|
|
5829
|
+
"optional": false
|
|
5830
|
+
}
|
|
5831
|
+
],
|
|
5603
5832
|
"searchNews": [
|
|
5604
5833
|
{
|
|
5605
5834
|
"name": "args",
|
|
@@ -5627,6 +5856,21 @@ export const VALIDATORS = {
|
|
|
5627
5856
|
]
|
|
5628
5857
|
}
|
|
5629
5858
|
},
|
|
5859
|
+
"providers.bionicpo": {
|
|
5860
|
+
"defs": {},
|
|
5861
|
+
"functions": {
|
|
5862
|
+
"listInquiryServices": [],
|
|
5863
|
+
"getInquiryServiceDetails": [
|
|
5864
|
+
{
|
|
5865
|
+
"name": "serviceName",
|
|
5866
|
+
"schema": {
|
|
5867
|
+
"k": "string"
|
|
5868
|
+
},
|
|
5869
|
+
"optional": false
|
|
5870
|
+
}
|
|
5871
|
+
]
|
|
5872
|
+
}
|
|
5873
|
+
},
|
|
5630
5874
|
"providers.bishops": {
|
|
5631
5875
|
"defs": {},
|
|
5632
5876
|
"functions": {
|
|
@@ -6237,6 +6481,13 @@ export const VALIDATORS = {
|
|
|
6237
6481
|
]
|
|
6238
6482
|
}
|
|
6239
6483
|
},
|
|
6484
|
+
"providers.builder_strucsure_com": {
|
|
6485
|
+
"defs": {},
|
|
6486
|
+
"functions": {
|
|
6487
|
+
"listRegistrationStates": [],
|
|
6488
|
+
"getNewConstructionRegistrationFields": []
|
|
6489
|
+
}
|
|
6490
|
+
},
|
|
6240
6491
|
"providers.bulletproof": {
|
|
6241
6492
|
"defs": {},
|
|
6242
6493
|
"functions": {
|
|
@@ -6505,34 +6756,13 @@ export const VALIDATORS = {
|
|
|
6505
6756
|
]
|
|
6506
6757
|
}
|
|
6507
6758
|
},
|
|
6508
|
-
"providers.
|
|
6759
|
+
"providers.cal_com": {
|
|
6509
6760
|
"defs": {
|
|
6510
|
-
"
|
|
6761
|
+
"CalComAvailabilityOptions": {
|
|
6511
6762
|
"k": "object",
|
|
6512
6763
|
"props": [
|
|
6513
6764
|
{
|
|
6514
|
-
"name": "
|
|
6515
|
-
"schema": {
|
|
6516
|
-
"k": "string"
|
|
6517
|
-
},
|
|
6518
|
-
"optional": true
|
|
6519
|
-
},
|
|
6520
|
-
{
|
|
6521
|
-
"name": "location",
|
|
6522
|
-
"schema": {
|
|
6523
|
-
"k": "string"
|
|
6524
|
-
},
|
|
6525
|
-
"optional": true
|
|
6526
|
-
},
|
|
6527
|
-
{
|
|
6528
|
-
"name": "keywords",
|
|
6529
|
-
"schema": {
|
|
6530
|
-
"k": "string"
|
|
6531
|
-
},
|
|
6532
|
-
"optional": true
|
|
6533
|
-
},
|
|
6534
|
-
{
|
|
6535
|
-
"name": "page",
|
|
6765
|
+
"name": "daysAhead",
|
|
6536
6766
|
"schema": {
|
|
6537
6767
|
"k": "number"
|
|
6538
6768
|
},
|
|
@@ -6542,27 +6772,143 @@ export const VALIDATORS = {
|
|
|
6542
6772
|
}
|
|
6543
6773
|
},
|
|
6544
6774
|
"functions": {
|
|
6545
|
-
"
|
|
6775
|
+
"getEventTypes": [
|
|
6546
6776
|
{
|
|
6547
|
-
"name": "
|
|
6777
|
+
"name": "username",
|
|
6548
6778
|
"schema": {
|
|
6549
|
-
"k": "
|
|
6550
|
-
"name": "CaliberhealthSearchArgs"
|
|
6779
|
+
"k": "string"
|
|
6551
6780
|
},
|
|
6552
|
-
"optional":
|
|
6781
|
+
"optional": false
|
|
6553
6782
|
}
|
|
6554
6783
|
],
|
|
6555
|
-
"
|
|
6784
|
+
"getAvailability": [
|
|
6556
6785
|
{
|
|
6557
|
-
"name": "
|
|
6786
|
+
"name": "username",
|
|
6558
6787
|
"schema": {
|
|
6559
6788
|
"k": "string"
|
|
6560
6789
|
},
|
|
6561
6790
|
"optional": false
|
|
6562
|
-
}
|
|
6563
|
-
|
|
6564
|
-
|
|
6565
|
-
|
|
6791
|
+
},
|
|
6792
|
+
{
|
|
6793
|
+
"name": "opts",
|
|
6794
|
+
"schema": {
|
|
6795
|
+
"k": "ref",
|
|
6796
|
+
"name": "CalComAvailabilityOptions"
|
|
6797
|
+
},
|
|
6798
|
+
"optional": true
|
|
6799
|
+
}
|
|
6800
|
+
]
|
|
6801
|
+
}
|
|
6802
|
+
},
|
|
6803
|
+
"providers.calendly": {
|
|
6804
|
+
"defs": {
|
|
6805
|
+
"CalendlyAvailabilityOptions": {
|
|
6806
|
+
"k": "object",
|
|
6807
|
+
"props": [
|
|
6808
|
+
{
|
|
6809
|
+
"name": "timezone",
|
|
6810
|
+
"schema": {
|
|
6811
|
+
"k": "string"
|
|
6812
|
+
},
|
|
6813
|
+
"optional": true
|
|
6814
|
+
},
|
|
6815
|
+
{
|
|
6816
|
+
"name": "daysAhead",
|
|
6817
|
+
"schema": {
|
|
6818
|
+
"k": "number"
|
|
6819
|
+
},
|
|
6820
|
+
"optional": true
|
|
6821
|
+
}
|
|
6822
|
+
]
|
|
6823
|
+
}
|
|
6824
|
+
},
|
|
6825
|
+
"functions": {
|
|
6826
|
+
"getEventTypes": [
|
|
6827
|
+
{
|
|
6828
|
+
"name": "profile",
|
|
6829
|
+
"schema": {
|
|
6830
|
+
"k": "string"
|
|
6831
|
+
},
|
|
6832
|
+
"optional": false
|
|
6833
|
+
}
|
|
6834
|
+
],
|
|
6835
|
+
"getAvailability": [
|
|
6836
|
+
{
|
|
6837
|
+
"name": "profile",
|
|
6838
|
+
"schema": {
|
|
6839
|
+
"k": "string"
|
|
6840
|
+
},
|
|
6841
|
+
"optional": false
|
|
6842
|
+
},
|
|
6843
|
+
{
|
|
6844
|
+
"name": "opts",
|
|
6845
|
+
"schema": {
|
|
6846
|
+
"k": "ref",
|
|
6847
|
+
"name": "CalendlyAvailabilityOptions"
|
|
6848
|
+
},
|
|
6849
|
+
"optional": true
|
|
6850
|
+
}
|
|
6851
|
+
]
|
|
6852
|
+
}
|
|
6853
|
+
},
|
|
6854
|
+
"providers.caliberhealth": {
|
|
6855
|
+
"defs": {
|
|
6856
|
+
"CaliberhealthSearchArgs": {
|
|
6857
|
+
"k": "object",
|
|
6858
|
+
"props": [
|
|
6859
|
+
{
|
|
6860
|
+
"name": "specialty",
|
|
6861
|
+
"schema": {
|
|
6862
|
+
"k": "string"
|
|
6863
|
+
},
|
|
6864
|
+
"optional": true
|
|
6865
|
+
},
|
|
6866
|
+
{
|
|
6867
|
+
"name": "location",
|
|
6868
|
+
"schema": {
|
|
6869
|
+
"k": "string"
|
|
6870
|
+
},
|
|
6871
|
+
"optional": true
|
|
6872
|
+
},
|
|
6873
|
+
{
|
|
6874
|
+
"name": "keywords",
|
|
6875
|
+
"schema": {
|
|
6876
|
+
"k": "string"
|
|
6877
|
+
},
|
|
6878
|
+
"optional": true
|
|
6879
|
+
},
|
|
6880
|
+
{
|
|
6881
|
+
"name": "page",
|
|
6882
|
+
"schema": {
|
|
6883
|
+
"k": "number"
|
|
6884
|
+
},
|
|
6885
|
+
"optional": true
|
|
6886
|
+
}
|
|
6887
|
+
]
|
|
6888
|
+
}
|
|
6889
|
+
},
|
|
6890
|
+
"functions": {
|
|
6891
|
+
"search": [
|
|
6892
|
+
{
|
|
6893
|
+
"name": "args",
|
|
6894
|
+
"schema": {
|
|
6895
|
+
"k": "ref",
|
|
6896
|
+
"name": "CaliberhealthSearchArgs"
|
|
6897
|
+
},
|
|
6898
|
+
"optional": true
|
|
6899
|
+
}
|
|
6900
|
+
],
|
|
6901
|
+
"getJob": [
|
|
6902
|
+
{
|
|
6903
|
+
"name": "url",
|
|
6904
|
+
"schema": {
|
|
6905
|
+
"k": "string"
|
|
6906
|
+
},
|
|
6907
|
+
"optional": false
|
|
6908
|
+
}
|
|
6909
|
+
]
|
|
6910
|
+
}
|
|
6911
|
+
},
|
|
6566
6912
|
"providers.califloors": {
|
|
6567
6913
|
"defs": {},
|
|
6568
6914
|
"functions": {
|
|
@@ -8828,6 +9174,35 @@ export const VALIDATORS = {
|
|
|
8828
9174
|
"listDocPages": []
|
|
8829
9175
|
}
|
|
8830
9176
|
},
|
|
9177
|
+
"providers.compass_living": {
|
|
9178
|
+
"defs": {},
|
|
9179
|
+
"functions": {
|
|
9180
|
+
"listCommunities": [
|
|
9181
|
+
{
|
|
9182
|
+
"name": "limit",
|
|
9183
|
+
"schema": {
|
|
9184
|
+
"k": "number"
|
|
9185
|
+
},
|
|
9186
|
+
"optional": true
|
|
9187
|
+
}
|
|
9188
|
+
]
|
|
9189
|
+
}
|
|
9190
|
+
},
|
|
9191
|
+
"providers.completehomewarranty_com": {
|
|
9192
|
+
"defs": {},
|
|
9193
|
+
"functions": {
|
|
9194
|
+
"listPlans": [],
|
|
9195
|
+
"getPlan": [
|
|
9196
|
+
{
|
|
9197
|
+
"name": "name",
|
|
9198
|
+
"schema": {
|
|
9199
|
+
"k": "string"
|
|
9200
|
+
},
|
|
9201
|
+
"optional": false
|
|
9202
|
+
}
|
|
9203
|
+
]
|
|
9204
|
+
}
|
|
9205
|
+
},
|
|
8831
9206
|
"providers.consultnet": {
|
|
8832
9207
|
"defs": {
|
|
8833
9208
|
"ConsultnetJobSearchQuery": {
|
|
@@ -8870,6 +9245,20 @@ export const VALIDATORS = {
|
|
|
8870
9245
|
]
|
|
8871
9246
|
}
|
|
8872
9247
|
},
|
|
9248
|
+
"providers.costco": {
|
|
9249
|
+
"defs": {},
|
|
9250
|
+
"functions": {
|
|
9251
|
+
"search": [
|
|
9252
|
+
{
|
|
9253
|
+
"name": "query",
|
|
9254
|
+
"schema": {
|
|
9255
|
+
"k": "string"
|
|
9256
|
+
},
|
|
9257
|
+
"optional": false
|
|
9258
|
+
}
|
|
9259
|
+
]
|
|
9260
|
+
}
|
|
9261
|
+
},
|
|
8873
9262
|
"providers.couponfollow": {
|
|
8874
9263
|
"defs": {},
|
|
8875
9264
|
"functions": {
|
|
@@ -10855,6 +11244,51 @@ export const VALIDATORS = {
|
|
|
10855
11244
|
]
|
|
10856
11245
|
}
|
|
10857
11246
|
},
|
|
11247
|
+
"providers.faceforwardaesthetics": {
|
|
11248
|
+
"defs": {},
|
|
11249
|
+
"functions": {
|
|
11250
|
+
"listLocations": [],
|
|
11251
|
+
"listServices": [
|
|
11252
|
+
{
|
|
11253
|
+
"name": "centerId",
|
|
11254
|
+
"schema": {
|
|
11255
|
+
"k": "string"
|
|
11256
|
+
},
|
|
11257
|
+
"optional": false
|
|
11258
|
+
},
|
|
11259
|
+
{
|
|
11260
|
+
"name": "query",
|
|
11261
|
+
"schema": {
|
|
11262
|
+
"k": "string"
|
|
11263
|
+
},
|
|
11264
|
+
"optional": true
|
|
11265
|
+
}
|
|
11266
|
+
],
|
|
11267
|
+
"checkAvailability": [
|
|
11268
|
+
{
|
|
11269
|
+
"name": "centerId",
|
|
11270
|
+
"schema": {
|
|
11271
|
+
"k": "string"
|
|
11272
|
+
},
|
|
11273
|
+
"optional": false
|
|
11274
|
+
},
|
|
11275
|
+
{
|
|
11276
|
+
"name": "serviceId",
|
|
11277
|
+
"schema": {
|
|
11278
|
+
"k": "string"
|
|
11279
|
+
},
|
|
11280
|
+
"optional": false
|
|
11281
|
+
},
|
|
11282
|
+
{
|
|
11283
|
+
"name": "date",
|
|
11284
|
+
"schema": {
|
|
11285
|
+
"k": "string"
|
|
11286
|
+
},
|
|
11287
|
+
"optional": false
|
|
11288
|
+
}
|
|
11289
|
+
]
|
|
11290
|
+
}
|
|
11291
|
+
},
|
|
10858
11292
|
"providers.facerealityskincare": {
|
|
10859
11293
|
"defs": {},
|
|
10860
11294
|
"functions": {
|
|
@@ -10869,6 +11303,41 @@ export const VALIDATORS = {
|
|
|
10869
11303
|
]
|
|
10870
11304
|
}
|
|
10871
11305
|
},
|
|
11306
|
+
"providers.fbsappliance": {
|
|
11307
|
+
"defs": {
|
|
11308
|
+
"FbsapplianceSearchArgs": {
|
|
11309
|
+
"k": "object",
|
|
11310
|
+
"props": [
|
|
11311
|
+
{
|
|
11312
|
+
"name": "category",
|
|
11313
|
+
"schema": {
|
|
11314
|
+
"k": "string"
|
|
11315
|
+
},
|
|
11316
|
+
"optional": false
|
|
11317
|
+
},
|
|
11318
|
+
{
|
|
11319
|
+
"name": "limit",
|
|
11320
|
+
"schema": {
|
|
11321
|
+
"k": "number"
|
|
11322
|
+
},
|
|
11323
|
+
"optional": true
|
|
11324
|
+
}
|
|
11325
|
+
]
|
|
11326
|
+
}
|
|
11327
|
+
},
|
|
11328
|
+
"functions": {
|
|
11329
|
+
"searchAppliances": [
|
|
11330
|
+
{
|
|
11331
|
+
"name": "args",
|
|
11332
|
+
"schema": {
|
|
11333
|
+
"k": "ref",
|
|
11334
|
+
"name": "FbsapplianceSearchArgs"
|
|
11335
|
+
},
|
|
11336
|
+
"optional": false
|
|
11337
|
+
}
|
|
11338
|
+
]
|
|
11339
|
+
}
|
|
11340
|
+
},
|
|
10872
11341
|
"providers.fieldstonehomes": {
|
|
10873
11342
|
"defs": {
|
|
10874
11343
|
"FieldstonehomesPrepareAppointmentArgs": {
|
|
@@ -11085,35 +11554,92 @@ export const VALIDATORS = {
|
|
|
11085
11554
|
]
|
|
11086
11555
|
}
|
|
11087
11556
|
},
|
|
11088
|
-
"providers.
|
|
11089
|
-
"defs": {
|
|
11090
|
-
|
|
11091
|
-
|
|
11092
|
-
|
|
11093
|
-
|
|
11094
|
-
|
|
11095
|
-
"
|
|
11096
|
-
|
|
11097
|
-
|
|
11098
|
-
|
|
11099
|
-
|
|
11100
|
-
|
|
11101
|
-
|
|
11102
|
-
|
|
11103
|
-
|
|
11104
|
-
|
|
11105
|
-
|
|
11106
|
-
|
|
11107
|
-
|
|
11108
|
-
|
|
11109
|
-
|
|
11110
|
-
|
|
11111
|
-
|
|
11112
|
-
|
|
11113
|
-
|
|
11114
|
-
|
|
11115
|
-
|
|
11116
|
-
|
|
11557
|
+
"providers.fitness1440": {
|
|
11558
|
+
"defs": {
|
|
11559
|
+
"Fitness1440DayPassRequestArgs": {
|
|
11560
|
+
"k": "object",
|
|
11561
|
+
"props": [
|
|
11562
|
+
{
|
|
11563
|
+
"name": "state",
|
|
11564
|
+
"schema": {
|
|
11565
|
+
"k": "string"
|
|
11566
|
+
},
|
|
11567
|
+
"optional": false
|
|
11568
|
+
},
|
|
11569
|
+
{
|
|
11570
|
+
"name": "city",
|
|
11571
|
+
"schema": {
|
|
11572
|
+
"k": "string"
|
|
11573
|
+
},
|
|
11574
|
+
"optional": false
|
|
11575
|
+
}
|
|
11576
|
+
]
|
|
11577
|
+
},
|
|
11578
|
+
"Fitness1440ListLocationsArgs": {
|
|
11579
|
+
"k": "object",
|
|
11580
|
+
"props": [
|
|
11581
|
+
{
|
|
11582
|
+
"name": "state",
|
|
11583
|
+
"schema": {
|
|
11584
|
+
"k": "string"
|
|
11585
|
+
},
|
|
11586
|
+
"optional": true
|
|
11587
|
+
}
|
|
11588
|
+
]
|
|
11589
|
+
}
|
|
11590
|
+
},
|
|
11591
|
+
"functions": {
|
|
11592
|
+
"listLocations": [
|
|
11593
|
+
{
|
|
11594
|
+
"name": "args",
|
|
11595
|
+
"schema": {
|
|
11596
|
+
"k": "ref",
|
|
11597
|
+
"name": "Fitness1440ListLocationsArgs"
|
|
11598
|
+
},
|
|
11599
|
+
"optional": true
|
|
11600
|
+
}
|
|
11601
|
+
],
|
|
11602
|
+
"getDayPassRequestInfo": [
|
|
11603
|
+
{
|
|
11604
|
+
"name": "args",
|
|
11605
|
+
"schema": {
|
|
11606
|
+
"k": "ref",
|
|
11607
|
+
"name": "Fitness1440DayPassRequestArgs"
|
|
11608
|
+
},
|
|
11609
|
+
"optional": false
|
|
11610
|
+
}
|
|
11611
|
+
]
|
|
11612
|
+
}
|
|
11613
|
+
},
|
|
11614
|
+
"providers.fivebelow": {
|
|
11615
|
+
"defs": {},
|
|
11616
|
+
"functions": {
|
|
11617
|
+
"search": [
|
|
11618
|
+
{
|
|
11619
|
+
"name": "args",
|
|
11620
|
+
"schema": {
|
|
11621
|
+
"k": "object",
|
|
11622
|
+
"props": [
|
|
11623
|
+
{
|
|
11624
|
+
"name": "query",
|
|
11625
|
+
"schema": {
|
|
11626
|
+
"k": "string"
|
|
11627
|
+
},
|
|
11628
|
+
"optional": false
|
|
11629
|
+
},
|
|
11630
|
+
{
|
|
11631
|
+
"name": "limit",
|
|
11632
|
+
"schema": {
|
|
11633
|
+
"k": "number"
|
|
11634
|
+
},
|
|
11635
|
+
"optional": true
|
|
11636
|
+
},
|
|
11637
|
+
{
|
|
11638
|
+
"name": "page",
|
|
11639
|
+
"schema": {
|
|
11640
|
+
"k": "number"
|
|
11641
|
+
},
|
|
11642
|
+
"optional": true
|
|
11117
11643
|
}
|
|
11118
11644
|
]
|
|
11119
11645
|
},
|
|
@@ -11144,6 +11670,203 @@ export const VALIDATORS = {
|
|
|
11144
11670
|
"getAirportArrivals": null
|
|
11145
11671
|
}
|
|
11146
11672
|
},
|
|
11673
|
+
"providers.fluencecorp": {
|
|
11674
|
+
"defs": {
|
|
11675
|
+
"ConcentrationSet": {
|
|
11676
|
+
"k": "object",
|
|
11677
|
+
"props": [
|
|
11678
|
+
{
|
|
11679
|
+
"name": "COD",
|
|
11680
|
+
"schema": {
|
|
11681
|
+
"k": "number"
|
|
11682
|
+
},
|
|
11683
|
+
"optional": false
|
|
11684
|
+
},
|
|
11685
|
+
{
|
|
11686
|
+
"name": "TKN",
|
|
11687
|
+
"schema": {
|
|
11688
|
+
"k": "number"
|
|
11689
|
+
},
|
|
11690
|
+
"optional": false
|
|
11691
|
+
},
|
|
11692
|
+
{
|
|
11693
|
+
"name": "NO3N",
|
|
11694
|
+
"schema": {
|
|
11695
|
+
"k": "number"
|
|
11696
|
+
},
|
|
11697
|
+
"optional": false
|
|
11698
|
+
},
|
|
11699
|
+
{
|
|
11700
|
+
"name": "DisolvedOxygen",
|
|
11701
|
+
"schema": {
|
|
11702
|
+
"k": "number"
|
|
11703
|
+
},
|
|
11704
|
+
"optional": true
|
|
11705
|
+
}
|
|
11706
|
+
]
|
|
11707
|
+
},
|
|
11708
|
+
"EnergyConsumptionInput": {
|
|
11709
|
+
"k": "object",
|
|
11710
|
+
"props": [
|
|
11711
|
+
{
|
|
11712
|
+
"name": "influentFlow",
|
|
11713
|
+
"schema": {
|
|
11714
|
+
"k": "number"
|
|
11715
|
+
},
|
|
11716
|
+
"optional": false
|
|
11717
|
+
},
|
|
11718
|
+
{
|
|
11719
|
+
"name": "sludgeFlow",
|
|
11720
|
+
"schema": {
|
|
11721
|
+
"k": "number"
|
|
11722
|
+
},
|
|
11723
|
+
"optional": true
|
|
11724
|
+
},
|
|
11725
|
+
{
|
|
11726
|
+
"name": "influent",
|
|
11727
|
+
"schema": {
|
|
11728
|
+
"k": "ref",
|
|
11729
|
+
"name": "ConcentrationSet"
|
|
11730
|
+
},
|
|
11731
|
+
"optional": false
|
|
11732
|
+
},
|
|
11733
|
+
{
|
|
11734
|
+
"name": "effluent",
|
|
11735
|
+
"schema": {
|
|
11736
|
+
"k": "ref",
|
|
11737
|
+
"name": "ConcentrationSet"
|
|
11738
|
+
},
|
|
11739
|
+
"optional": false
|
|
11740
|
+
},
|
|
11741
|
+
{
|
|
11742
|
+
"name": "sludge",
|
|
11743
|
+
"schema": {
|
|
11744
|
+
"k": "ref",
|
|
11745
|
+
"name": "SludgeConcentrationSet"
|
|
11746
|
+
},
|
|
11747
|
+
"optional": false
|
|
11748
|
+
},
|
|
11749
|
+
{
|
|
11750
|
+
"name": "elevation",
|
|
11751
|
+
"schema": {
|
|
11752
|
+
"k": "number"
|
|
11753
|
+
},
|
|
11754
|
+
"optional": false
|
|
11755
|
+
},
|
|
11756
|
+
{
|
|
11757
|
+
"name": "temperature",
|
|
11758
|
+
"schema": {
|
|
11759
|
+
"k": "number"
|
|
11760
|
+
},
|
|
11761
|
+
"optional": false
|
|
11762
|
+
},
|
|
11763
|
+
{
|
|
11764
|
+
"name": "power",
|
|
11765
|
+
"schema": {
|
|
11766
|
+
"k": "record",
|
|
11767
|
+
"value": {
|
|
11768
|
+
"k": "ref",
|
|
11769
|
+
"name": "PowerConsumer"
|
|
11770
|
+
}
|
|
11771
|
+
},
|
|
11772
|
+
"optional": false
|
|
11773
|
+
}
|
|
11774
|
+
]
|
|
11775
|
+
},
|
|
11776
|
+
"PowerConsumer": {
|
|
11777
|
+
"k": "object",
|
|
11778
|
+
"props": [
|
|
11779
|
+
{
|
|
11780
|
+
"name": "name",
|
|
11781
|
+
"schema": {
|
|
11782
|
+
"k": "string"
|
|
11783
|
+
},
|
|
11784
|
+
"optional": false
|
|
11785
|
+
},
|
|
11786
|
+
{
|
|
11787
|
+
"name": "consumption",
|
|
11788
|
+
"schema": {
|
|
11789
|
+
"k": "number"
|
|
11790
|
+
},
|
|
11791
|
+
"optional": false
|
|
11792
|
+
},
|
|
11793
|
+
{
|
|
11794
|
+
"name": "count",
|
|
11795
|
+
"schema": {
|
|
11796
|
+
"k": "number"
|
|
11797
|
+
},
|
|
11798
|
+
"optional": false
|
|
11799
|
+
},
|
|
11800
|
+
{
|
|
11801
|
+
"name": "operation",
|
|
11802
|
+
"schema": {
|
|
11803
|
+
"k": "number"
|
|
11804
|
+
},
|
|
11805
|
+
"optional": false
|
|
11806
|
+
}
|
|
11807
|
+
]
|
|
11808
|
+
},
|
|
11809
|
+
"SludgeConcentrationSet": {
|
|
11810
|
+
"k": "object",
|
|
11811
|
+
"props": [
|
|
11812
|
+
{
|
|
11813
|
+
"name": "TSSConcentration",
|
|
11814
|
+
"schema": {
|
|
11815
|
+
"k": "number"
|
|
11816
|
+
},
|
|
11817
|
+
"optional": false
|
|
11818
|
+
},
|
|
11819
|
+
{
|
|
11820
|
+
"name": "COD",
|
|
11821
|
+
"schema": {
|
|
11822
|
+
"k": "number"
|
|
11823
|
+
},
|
|
11824
|
+
"optional": true
|
|
11825
|
+
},
|
|
11826
|
+
{
|
|
11827
|
+
"name": "TKN",
|
|
11828
|
+
"schema": {
|
|
11829
|
+
"k": "number"
|
|
11830
|
+
},
|
|
11831
|
+
"optional": true
|
|
11832
|
+
},
|
|
11833
|
+
{
|
|
11834
|
+
"name": "NO3N",
|
|
11835
|
+
"schema": {
|
|
11836
|
+
"k": "number"
|
|
11837
|
+
},
|
|
11838
|
+
"optional": true
|
|
11839
|
+
},
|
|
11840
|
+
{
|
|
11841
|
+
"name": "DisolvedOxygen",
|
|
11842
|
+
"schema": {
|
|
11843
|
+
"k": "number"
|
|
11844
|
+
},
|
|
11845
|
+
"optional": true
|
|
11846
|
+
},
|
|
11847
|
+
{
|
|
11848
|
+
"name": "VSS_TSS_Ratio",
|
|
11849
|
+
"schema": {
|
|
11850
|
+
"k": "number"
|
|
11851
|
+
},
|
|
11852
|
+
"optional": true
|
|
11853
|
+
}
|
|
11854
|
+
]
|
|
11855
|
+
}
|
|
11856
|
+
},
|
|
11857
|
+
"functions": {
|
|
11858
|
+
"calculateEnergyConsumption": [
|
|
11859
|
+
{
|
|
11860
|
+
"name": "args",
|
|
11861
|
+
"schema": {
|
|
11862
|
+
"k": "ref",
|
|
11863
|
+
"name": "EnergyConsumptionInput"
|
|
11864
|
+
},
|
|
11865
|
+
"optional": false
|
|
11866
|
+
}
|
|
11867
|
+
]
|
|
11868
|
+
}
|
|
11869
|
+
},
|
|
11147
11870
|
"providers.ford": {
|
|
11148
11871
|
"defs": {},
|
|
11149
11872
|
"functions": {
|
|
@@ -11262,6 +11985,38 @@ export const VALIDATORS = {
|
|
|
11262
11985
|
]
|
|
11263
11986
|
}
|
|
11264
11987
|
},
|
|
11988
|
+
"providers.fortressbp": {
|
|
11989
|
+
"defs": {
|
|
11990
|
+
"RecommendProductArgs": {
|
|
11991
|
+
"k": "object",
|
|
11992
|
+
"props": [
|
|
11993
|
+
{
|
|
11994
|
+
"name": "selections",
|
|
11995
|
+
"schema": {
|
|
11996
|
+
"k": "array",
|
|
11997
|
+
"of": {
|
|
11998
|
+
"k": "string"
|
|
11999
|
+
}
|
|
12000
|
+
},
|
|
12001
|
+
"optional": false
|
|
12002
|
+
}
|
|
12003
|
+
]
|
|
12004
|
+
}
|
|
12005
|
+
},
|
|
12006
|
+
"functions": {
|
|
12007
|
+
"listProductTypes": [],
|
|
12008
|
+
"recommendProduct": [
|
|
12009
|
+
{
|
|
12010
|
+
"name": "args",
|
|
12011
|
+
"schema": {
|
|
12012
|
+
"k": "ref",
|
|
12013
|
+
"name": "RecommendProductArgs"
|
|
12014
|
+
},
|
|
12015
|
+
"optional": false
|
|
12016
|
+
}
|
|
12017
|
+
]
|
|
12018
|
+
}
|
|
12019
|
+
},
|
|
11265
12020
|
"providers.fourseasonsyachts": {
|
|
11266
12021
|
"defs": {},
|
|
11267
12022
|
"functions": {
|
|
@@ -12149,6 +12904,93 @@ export const VALIDATORS = {
|
|
|
12149
12904
|
]
|
|
12150
12905
|
}
|
|
12151
12906
|
},
|
|
12907
|
+
"providers.gobrightwing": {
|
|
12908
|
+
"defs": {
|
|
12909
|
+
"GetJobDetailsArgs": {
|
|
12910
|
+
"k": "object",
|
|
12911
|
+
"props": [
|
|
12912
|
+
{
|
|
12913
|
+
"name": "jobId",
|
|
12914
|
+
"schema": {
|
|
12915
|
+
"k": "string"
|
|
12916
|
+
},
|
|
12917
|
+
"optional": false
|
|
12918
|
+
}
|
|
12919
|
+
]
|
|
12920
|
+
},
|
|
12921
|
+
"SearchJobsArgs": {
|
|
12922
|
+
"k": "object",
|
|
12923
|
+
"props": [
|
|
12924
|
+
{
|
|
12925
|
+
"name": "keyword",
|
|
12926
|
+
"schema": {
|
|
12927
|
+
"k": "string"
|
|
12928
|
+
},
|
|
12929
|
+
"optional": true
|
|
12930
|
+
},
|
|
12931
|
+
{
|
|
12932
|
+
"name": "location",
|
|
12933
|
+
"schema": {
|
|
12934
|
+
"k": "string"
|
|
12935
|
+
},
|
|
12936
|
+
"optional": true
|
|
12937
|
+
},
|
|
12938
|
+
{
|
|
12939
|
+
"name": "workType",
|
|
12940
|
+
"schema": {
|
|
12941
|
+
"k": "string"
|
|
12942
|
+
},
|
|
12943
|
+
"optional": true
|
|
12944
|
+
}
|
|
12945
|
+
]
|
|
12946
|
+
}
|
|
12947
|
+
},
|
|
12948
|
+
"functions": {
|
|
12949
|
+
"searchJobs": [
|
|
12950
|
+
{
|
|
12951
|
+
"name": "args",
|
|
12952
|
+
"schema": {
|
|
12953
|
+
"k": "ref",
|
|
12954
|
+
"name": "SearchJobsArgs"
|
|
12955
|
+
},
|
|
12956
|
+
"optional": false
|
|
12957
|
+
}
|
|
12958
|
+
],
|
|
12959
|
+
"getJobDetails": [
|
|
12960
|
+
{
|
|
12961
|
+
"name": "args",
|
|
12962
|
+
"schema": {
|
|
12963
|
+
"k": "ref",
|
|
12964
|
+
"name": "GetJobDetailsArgs"
|
|
12965
|
+
},
|
|
12966
|
+
"optional": false
|
|
12967
|
+
}
|
|
12968
|
+
]
|
|
12969
|
+
}
|
|
12970
|
+
},
|
|
12971
|
+
"providers.golf_com": {
|
|
12972
|
+
"defs": {},
|
|
12973
|
+
"functions": {
|
|
12974
|
+
"findCourses": [
|
|
12975
|
+
{
|
|
12976
|
+
"name": "query",
|
|
12977
|
+
"schema": {
|
|
12978
|
+
"k": "string"
|
|
12979
|
+
},
|
|
12980
|
+
"optional": false
|
|
12981
|
+
}
|
|
12982
|
+
],
|
|
12983
|
+
"getCourse": [
|
|
12984
|
+
{
|
|
12985
|
+
"name": "id",
|
|
12986
|
+
"schema": {
|
|
12987
|
+
"k": "string"
|
|
12988
|
+
},
|
|
12989
|
+
"optional": false
|
|
12990
|
+
}
|
|
12991
|
+
]
|
|
12992
|
+
}
|
|
12993
|
+
},
|
|
12152
12994
|
"providers.goloadup": {
|
|
12153
12995
|
"defs": {
|
|
12154
12996
|
"GoloadupQuoteItem": {
|
|
@@ -12357,6 +13199,43 @@ export const VALIDATORS = {
|
|
|
12357
13199
|
]
|
|
12358
13200
|
}
|
|
12359
13201
|
},
|
|
13202
|
+
"providers.gostoreit": {
|
|
13203
|
+
"defs": {
|
|
13204
|
+
"GetFacilityUnitsArgs": {
|
|
13205
|
+
"k": "object",
|
|
13206
|
+
"props": [
|
|
13207
|
+
{
|
|
13208
|
+
"name": "facilityUrl",
|
|
13209
|
+
"schema": {
|
|
13210
|
+
"k": "string"
|
|
13211
|
+
},
|
|
13212
|
+
"optional": false
|
|
13213
|
+
}
|
|
13214
|
+
]
|
|
13215
|
+
}
|
|
13216
|
+
},
|
|
13217
|
+
"functions": {
|
|
13218
|
+
"findFacilities": [
|
|
13219
|
+
{
|
|
13220
|
+
"name": "query",
|
|
13221
|
+
"schema": {
|
|
13222
|
+
"k": "string"
|
|
13223
|
+
},
|
|
13224
|
+
"optional": false
|
|
13225
|
+
}
|
|
13226
|
+
],
|
|
13227
|
+
"getFacilityUnits": [
|
|
13228
|
+
{
|
|
13229
|
+
"name": "args",
|
|
13230
|
+
"schema": {
|
|
13231
|
+
"k": "ref",
|
|
13232
|
+
"name": "GetFacilityUnitsArgs"
|
|
13233
|
+
},
|
|
13234
|
+
"optional": false
|
|
13235
|
+
}
|
|
13236
|
+
]
|
|
13237
|
+
}
|
|
13238
|
+
},
|
|
12360
13239
|
"providers.gotchacovered": {
|
|
12361
13240
|
"defs": {
|
|
12362
13241
|
"GotchaCoveredQuizAnswers": {
|
|
@@ -12542,6 +13421,72 @@ export const VALIDATORS = {
|
|
|
12542
13421
|
]
|
|
12543
13422
|
}
|
|
12544
13423
|
},
|
|
13424
|
+
"providers.greatlakesbrewing": {
|
|
13425
|
+
"defs": {
|
|
13426
|
+
"PriceGreatlakesbrewingEGiftCardArgs": {
|
|
13427
|
+
"k": "object",
|
|
13428
|
+
"props": [
|
|
13429
|
+
{
|
|
13430
|
+
"name": "amount",
|
|
13431
|
+
"schema": {
|
|
13432
|
+
"k": "number"
|
|
13433
|
+
},
|
|
13434
|
+
"optional": false
|
|
13435
|
+
},
|
|
13436
|
+
{
|
|
13437
|
+
"name": "sleeve",
|
|
13438
|
+
"schema": {
|
|
13439
|
+
"k": "boolean"
|
|
13440
|
+
},
|
|
13441
|
+
"optional": true
|
|
13442
|
+
}
|
|
13443
|
+
]
|
|
13444
|
+
}
|
|
13445
|
+
},
|
|
13446
|
+
"functions": {
|
|
13447
|
+
"getEGiftCardOptions": [],
|
|
13448
|
+
"priceEGiftCard": [
|
|
13449
|
+
{
|
|
13450
|
+
"name": "args",
|
|
13451
|
+
"schema": {
|
|
13452
|
+
"k": "ref",
|
|
13453
|
+
"name": "PriceGreatlakesbrewingEGiftCardArgs"
|
|
13454
|
+
},
|
|
13455
|
+
"optional": false
|
|
13456
|
+
}
|
|
13457
|
+
]
|
|
13458
|
+
}
|
|
13459
|
+
},
|
|
13460
|
+
"providers.greatlakesdentaltech": {
|
|
13461
|
+
"defs": {},
|
|
13462
|
+
"functions": {
|
|
13463
|
+
"search": [
|
|
13464
|
+
{
|
|
13465
|
+
"name": "query",
|
|
13466
|
+
"schema": {
|
|
13467
|
+
"k": "string"
|
|
13468
|
+
},
|
|
13469
|
+
"optional": false
|
|
13470
|
+
},
|
|
13471
|
+
{
|
|
13472
|
+
"name": "limit",
|
|
13473
|
+
"schema": {
|
|
13474
|
+
"k": "number"
|
|
13475
|
+
},
|
|
13476
|
+
"optional": true
|
|
13477
|
+
}
|
|
13478
|
+
],
|
|
13479
|
+
"getProduct": [
|
|
13480
|
+
{
|
|
13481
|
+
"name": "url",
|
|
13482
|
+
"schema": {
|
|
13483
|
+
"k": "string"
|
|
13484
|
+
},
|
|
13485
|
+
"optional": false
|
|
13486
|
+
}
|
|
13487
|
+
]
|
|
13488
|
+
}
|
|
13489
|
+
},
|
|
12545
13490
|
"providers.hamptonwaterwine": {
|
|
12546
13491
|
"defs": {},
|
|
12547
13492
|
"functions": {
|
|
@@ -15073,7 +16018,30 @@ export const VALIDATORS = {
|
|
|
15073
16018
|
"k": "ref",
|
|
15074
16019
|
"name": "IvoryHomesSearchFilters"
|
|
15075
16020
|
},
|
|
15076
|
-
"optional": false
|
|
16021
|
+
"optional": false
|
|
16022
|
+
}
|
|
16023
|
+
]
|
|
16024
|
+
}
|
|
16025
|
+
},
|
|
16026
|
+
"providers.jasmine_dilucci": {
|
|
16027
|
+
"defs": {},
|
|
16028
|
+
"functions": {
|
|
16029
|
+
"getApplicationFormSchema": [
|
|
16030
|
+
{
|
|
16031
|
+
"name": "args",
|
|
16032
|
+
"schema": {
|
|
16033
|
+
"k": "object",
|
|
16034
|
+
"props": [
|
|
16035
|
+
{
|
|
16036
|
+
"name": "includeOptions",
|
|
16037
|
+
"schema": {
|
|
16038
|
+
"k": "boolean"
|
|
16039
|
+
},
|
|
16040
|
+
"optional": true
|
|
16041
|
+
}
|
|
16042
|
+
]
|
|
16043
|
+
},
|
|
16044
|
+
"optional": true
|
|
15077
16045
|
}
|
|
15078
16046
|
]
|
|
15079
16047
|
}
|
|
@@ -15998,6 +16966,20 @@ export const VALIDATORS = {
|
|
|
15998
16966
|
]
|
|
15999
16967
|
}
|
|
16000
16968
|
},
|
|
16969
|
+
"providers.kwworldwide": {
|
|
16970
|
+
"defs": {},
|
|
16971
|
+
"functions": {
|
|
16972
|
+
"findContactForm": [
|
|
16973
|
+
{
|
|
16974
|
+
"name": "pageUrl",
|
|
16975
|
+
"schema": {
|
|
16976
|
+
"k": "string"
|
|
16977
|
+
},
|
|
16978
|
+
"optional": true
|
|
16979
|
+
}
|
|
16980
|
+
]
|
|
16981
|
+
}
|
|
16982
|
+
},
|
|
16001
16983
|
"providers.labcorp": {
|
|
16002
16984
|
"defs": {},
|
|
16003
16985
|
"functions": {
|
|
@@ -16021,6 +17003,35 @@ export const VALIDATORS = {
|
|
|
16021
17003
|
]
|
|
16022
17004
|
}
|
|
16023
17005
|
},
|
|
17006
|
+
"providers.landmarkhw_com": {
|
|
17007
|
+
"defs": {
|
|
17008
|
+
"LandmarkhwComOrderOptionsArgs": {
|
|
17009
|
+
"k": "object",
|
|
17010
|
+
"props": [
|
|
17011
|
+
{
|
|
17012
|
+
"name": "stateCode",
|
|
17013
|
+
"schema": {
|
|
17014
|
+
"k": "string"
|
|
17015
|
+
},
|
|
17016
|
+
"optional": false
|
|
17017
|
+
}
|
|
17018
|
+
]
|
|
17019
|
+
}
|
|
17020
|
+
},
|
|
17021
|
+
"functions": {
|
|
17022
|
+
"listOrderStates": [],
|
|
17023
|
+
"getOrderFormOptions": [
|
|
17024
|
+
{
|
|
17025
|
+
"name": "args",
|
|
17026
|
+
"schema": {
|
|
17027
|
+
"k": "ref",
|
|
17028
|
+
"name": "LandmarkhwComOrderOptionsArgs"
|
|
17029
|
+
},
|
|
17030
|
+
"optional": false
|
|
17031
|
+
}
|
|
17032
|
+
]
|
|
17033
|
+
}
|
|
17034
|
+
},
|
|
16024
17035
|
"providers.lasikplus": {
|
|
16025
17036
|
"defs": {},
|
|
16026
17037
|
"functions": {
|
|
@@ -18091,6 +19102,82 @@ export const VALIDATORS = {
|
|
|
18091
19102
|
]
|
|
18092
19103
|
}
|
|
18093
19104
|
},
|
|
19105
|
+
"providers.my_auroramedicalspa_com": {
|
|
19106
|
+
"defs": {
|
|
19107
|
+
"AuroraLocationSearchFilters": {
|
|
19108
|
+
"k": "object",
|
|
19109
|
+
"props": [
|
|
19110
|
+
{
|
|
19111
|
+
"name": "state",
|
|
19112
|
+
"schema": {
|
|
19113
|
+
"k": "string"
|
|
19114
|
+
},
|
|
19115
|
+
"optional": true
|
|
19116
|
+
},
|
|
19117
|
+
{
|
|
19118
|
+
"name": "city",
|
|
19119
|
+
"schema": {
|
|
19120
|
+
"k": "string"
|
|
19121
|
+
},
|
|
19122
|
+
"optional": true
|
|
19123
|
+
}
|
|
19124
|
+
]
|
|
19125
|
+
}
|
|
19126
|
+
},
|
|
19127
|
+
"functions": {
|
|
19128
|
+
"listLocations": [
|
|
19129
|
+
{
|
|
19130
|
+
"name": "filters",
|
|
19131
|
+
"schema": {
|
|
19132
|
+
"k": "ref",
|
|
19133
|
+
"name": "AuroraLocationSearchFilters"
|
|
19134
|
+
},
|
|
19135
|
+
"optional": true
|
|
19136
|
+
}
|
|
19137
|
+
],
|
|
19138
|
+
"getServiceCategories": [
|
|
19139
|
+
{
|
|
19140
|
+
"name": "locationId",
|
|
19141
|
+
"schema": {
|
|
19142
|
+
"k": "number"
|
|
19143
|
+
},
|
|
19144
|
+
"optional": false
|
|
19145
|
+
}
|
|
19146
|
+
],
|
|
19147
|
+
"getServices": [
|
|
19148
|
+
{
|
|
19149
|
+
"name": "locationId",
|
|
19150
|
+
"schema": {
|
|
19151
|
+
"k": "number"
|
|
19152
|
+
},
|
|
19153
|
+
"optional": false
|
|
19154
|
+
},
|
|
19155
|
+
{
|
|
19156
|
+
"name": "categoryId",
|
|
19157
|
+
"schema": {
|
|
19158
|
+
"k": "number"
|
|
19159
|
+
},
|
|
19160
|
+
"optional": false
|
|
19161
|
+
}
|
|
19162
|
+
],
|
|
19163
|
+
"getProviders": [
|
|
19164
|
+
{
|
|
19165
|
+
"name": "locationId",
|
|
19166
|
+
"schema": {
|
|
19167
|
+
"k": "number"
|
|
19168
|
+
},
|
|
19169
|
+
"optional": false
|
|
19170
|
+
},
|
|
19171
|
+
{
|
|
19172
|
+
"name": "serviceId",
|
|
19173
|
+
"schema": {
|
|
19174
|
+
"k": "number"
|
|
19175
|
+
},
|
|
19176
|
+
"optional": false
|
|
19177
|
+
}
|
|
19178
|
+
]
|
|
19179
|
+
}
|
|
19180
|
+
},
|
|
18094
19181
|
"providers.myollie": {
|
|
18095
19182
|
"defs": {},
|
|
18096
19183
|
"functions": {
|
|
@@ -18848,6 +19935,76 @@ export const VALIDATORS = {
|
|
|
18848
19935
|
]
|
|
18849
19936
|
}
|
|
18850
19937
|
},
|
|
19938
|
+
"providers.pacificlifestylehomes": {
|
|
19939
|
+
"defs": {
|
|
19940
|
+
"PacificLifestyleHomesSearchArgs": {
|
|
19941
|
+
"k": "object",
|
|
19942
|
+
"props": [
|
|
19943
|
+
{
|
|
19944
|
+
"name": "city",
|
|
19945
|
+
"schema": {
|
|
19946
|
+
"k": "union",
|
|
19947
|
+
"of": [
|
|
19948
|
+
{
|
|
19949
|
+
"k": "literal",
|
|
19950
|
+
"v": "Camas"
|
|
19951
|
+
},
|
|
19952
|
+
{
|
|
19953
|
+
"k": "literal",
|
|
19954
|
+
"v": "Ridgefield"
|
|
19955
|
+
},
|
|
19956
|
+
{
|
|
19957
|
+
"k": "literal",
|
|
19958
|
+
"v": "Vancouver"
|
|
19959
|
+
}
|
|
19960
|
+
]
|
|
19961
|
+
},
|
|
19962
|
+
"optional": true
|
|
19963
|
+
},
|
|
19964
|
+
{
|
|
19965
|
+
"name": "minBedrooms",
|
|
19966
|
+
"schema": {
|
|
19967
|
+
"k": "number"
|
|
19968
|
+
},
|
|
19969
|
+
"optional": true
|
|
19970
|
+
},
|
|
19971
|
+
{
|
|
19972
|
+
"name": "minBathrooms",
|
|
19973
|
+
"schema": {
|
|
19974
|
+
"k": "number"
|
|
19975
|
+
},
|
|
19976
|
+
"optional": true
|
|
19977
|
+
},
|
|
19978
|
+
{
|
|
19979
|
+
"name": "minPrice",
|
|
19980
|
+
"schema": {
|
|
19981
|
+
"k": "number"
|
|
19982
|
+
},
|
|
19983
|
+
"optional": true
|
|
19984
|
+
},
|
|
19985
|
+
{
|
|
19986
|
+
"name": "maxPrice",
|
|
19987
|
+
"schema": {
|
|
19988
|
+
"k": "number"
|
|
19989
|
+
},
|
|
19990
|
+
"optional": true
|
|
19991
|
+
}
|
|
19992
|
+
]
|
|
19993
|
+
}
|
|
19994
|
+
},
|
|
19995
|
+
"functions": {
|
|
19996
|
+
"searchAvailableHomes": [
|
|
19997
|
+
{
|
|
19998
|
+
"name": "args",
|
|
19999
|
+
"schema": {
|
|
20000
|
+
"k": "ref",
|
|
20001
|
+
"name": "PacificLifestyleHomesSearchArgs"
|
|
20002
|
+
},
|
|
20003
|
+
"optional": true
|
|
20004
|
+
}
|
|
20005
|
+
]
|
|
20006
|
+
}
|
|
20007
|
+
},
|
|
18851
20008
|
"providers.paypal": {
|
|
18852
20009
|
"defs": {
|
|
18853
20010
|
"PaypalConversionKind": {
|
|
@@ -19520,6 +20677,29 @@ export const VALIDATORS = {
|
|
|
19520
20677
|
]
|
|
19521
20678
|
}
|
|
19522
20679
|
},
|
|
20680
|
+
"providers.polytex": {
|
|
20681
|
+
"defs": {},
|
|
20682
|
+
"functions": {
|
|
20683
|
+
"searchProducts": [
|
|
20684
|
+
{
|
|
20685
|
+
"name": "query",
|
|
20686
|
+
"schema": {
|
|
20687
|
+
"k": "string"
|
|
20688
|
+
},
|
|
20689
|
+
"optional": false
|
|
20690
|
+
}
|
|
20691
|
+
],
|
|
20692
|
+
"getProduct": [
|
|
20693
|
+
{
|
|
20694
|
+
"name": "url",
|
|
20695
|
+
"schema": {
|
|
20696
|
+
"k": "string"
|
|
20697
|
+
},
|
|
20698
|
+
"optional": false
|
|
20699
|
+
}
|
|
20700
|
+
]
|
|
20701
|
+
}
|
|
20702
|
+
},
|
|
19523
20703
|
"providers.poshmark": {
|
|
19524
20704
|
"defs": {},
|
|
19525
20705
|
"functions": {
|
|
@@ -22973,77 +24153,188 @@ export const VALIDATORS = {
|
|
|
22973
24153
|
"optional": false
|
|
22974
24154
|
},
|
|
22975
24155
|
{
|
|
22976
|
-
"name": "answers",
|
|
24156
|
+
"name": "answers",
|
|
24157
|
+
"schema": {
|
|
24158
|
+
"k": "array",
|
|
24159
|
+
"of": {
|
|
24160
|
+
"k": "ref",
|
|
24161
|
+
"name": "TeaFinderAnswerInput"
|
|
24162
|
+
}
|
|
24163
|
+
},
|
|
24164
|
+
"optional": false
|
|
24165
|
+
}
|
|
24166
|
+
]
|
|
24167
|
+
}
|
|
24168
|
+
},
|
|
24169
|
+
"providers.ritani": {
|
|
24170
|
+
"defs": {
|
|
24171
|
+
"RitaniSelections": {
|
|
24172
|
+
"k": "object",
|
|
24173
|
+
"props": [
|
|
24174
|
+
{
|
|
24175
|
+
"name": "centerStoneShape",
|
|
24176
|
+
"schema": {
|
|
24177
|
+
"k": "string"
|
|
24178
|
+
},
|
|
24179
|
+
"optional": false
|
|
24180
|
+
},
|
|
24181
|
+
{
|
|
24182
|
+
"name": "headStyle",
|
|
24183
|
+
"schema": {
|
|
24184
|
+
"k": "string"
|
|
24185
|
+
},
|
|
24186
|
+
"optional": false
|
|
24187
|
+
},
|
|
24188
|
+
{
|
|
24189
|
+
"name": "headMetal",
|
|
24190
|
+
"schema": {
|
|
24191
|
+
"k": "string"
|
|
24192
|
+
},
|
|
24193
|
+
"optional": false
|
|
24194
|
+
},
|
|
24195
|
+
{
|
|
24196
|
+
"name": "shankStyle",
|
|
24197
|
+
"schema": {
|
|
24198
|
+
"k": "string"
|
|
24199
|
+
},
|
|
24200
|
+
"optional": true
|
|
24201
|
+
},
|
|
24202
|
+
{
|
|
24203
|
+
"name": "shankMetal",
|
|
24204
|
+
"schema": {
|
|
24205
|
+
"k": "string"
|
|
24206
|
+
},
|
|
24207
|
+
"optional": true
|
|
24208
|
+
},
|
|
24209
|
+
{
|
|
24210
|
+
"name": "ringSize",
|
|
24211
|
+
"schema": {
|
|
24212
|
+
"k": "string"
|
|
24213
|
+
},
|
|
24214
|
+
"optional": true
|
|
24215
|
+
}
|
|
24216
|
+
]
|
|
24217
|
+
}
|
|
24218
|
+
},
|
|
24219
|
+
"functions": {
|
|
24220
|
+
"getConfigurator": [],
|
|
24221
|
+
"priceConfiguration": [
|
|
24222
|
+
{
|
|
24223
|
+
"name": "selections",
|
|
22977
24224
|
"schema": {
|
|
22978
|
-
"k": "
|
|
22979
|
-
"
|
|
22980
|
-
"k": "ref",
|
|
22981
|
-
"name": "TeaFinderAnswerInput"
|
|
22982
|
-
}
|
|
24225
|
+
"k": "ref",
|
|
24226
|
+
"name": "RitaniSelections"
|
|
22983
24227
|
},
|
|
22984
24228
|
"optional": false
|
|
22985
24229
|
}
|
|
22986
24230
|
]
|
|
22987
24231
|
}
|
|
22988
24232
|
},
|
|
22989
|
-
"providers.
|
|
24233
|
+
"providers.rivian": {
|
|
22990
24234
|
"defs": {
|
|
22991
|
-
"
|
|
24235
|
+
"RivianLeaseAnnualMileage": {
|
|
24236
|
+
"k": "union",
|
|
24237
|
+
"of": [
|
|
24238
|
+
{
|
|
24239
|
+
"k": "literal",
|
|
24240
|
+
"v": 10000
|
|
24241
|
+
},
|
|
24242
|
+
{
|
|
24243
|
+
"k": "literal",
|
|
24244
|
+
"v": 12000
|
|
24245
|
+
},
|
|
24246
|
+
{
|
|
24247
|
+
"k": "literal",
|
|
24248
|
+
"v": 15000
|
|
24249
|
+
}
|
|
24250
|
+
]
|
|
24251
|
+
},
|
|
24252
|
+
"RivianLeaseCreditTier": {
|
|
24253
|
+
"k": "union",
|
|
24254
|
+
"of": [
|
|
24255
|
+
{
|
|
24256
|
+
"k": "literal",
|
|
24257
|
+
"v": "excellent"
|
|
24258
|
+
},
|
|
24259
|
+
{
|
|
24260
|
+
"k": "literal",
|
|
24261
|
+
"v": "veryGood"
|
|
24262
|
+
},
|
|
24263
|
+
{
|
|
24264
|
+
"k": "literal",
|
|
24265
|
+
"v": "good"
|
|
24266
|
+
}
|
|
24267
|
+
]
|
|
24268
|
+
},
|
|
24269
|
+
"RivianLeaseEstimateArgs": {
|
|
22992
24270
|
"k": "object",
|
|
22993
24271
|
"props": [
|
|
22994
24272
|
{
|
|
22995
|
-
"name": "
|
|
24273
|
+
"name": "trim",
|
|
22996
24274
|
"schema": {
|
|
22997
|
-
"k": "
|
|
24275
|
+
"k": "ref",
|
|
24276
|
+
"name": "RivianLeaseTrim"
|
|
22998
24277
|
},
|
|
22999
24278
|
"optional": false
|
|
23000
24279
|
},
|
|
23001
24280
|
{
|
|
23002
|
-
"name": "
|
|
24281
|
+
"name": "termMonths",
|
|
23003
24282
|
"schema": {
|
|
23004
|
-
"k": "
|
|
24283
|
+
"k": "ref",
|
|
24284
|
+
"name": "RivianLeaseTermMonths"
|
|
23005
24285
|
},
|
|
23006
24286
|
"optional": false
|
|
23007
24287
|
},
|
|
23008
24288
|
{
|
|
23009
|
-
"name": "
|
|
24289
|
+
"name": "annualMileage",
|
|
23010
24290
|
"schema": {
|
|
23011
|
-
"k": "
|
|
24291
|
+
"k": "ref",
|
|
24292
|
+
"name": "RivianLeaseAnnualMileage"
|
|
23012
24293
|
},
|
|
23013
24294
|
"optional": false
|
|
23014
24295
|
},
|
|
23015
24296
|
{
|
|
23016
|
-
"name": "
|
|
24297
|
+
"name": "creditTier",
|
|
23017
24298
|
"schema": {
|
|
23018
|
-
"k": "
|
|
24299
|
+
"k": "ref",
|
|
24300
|
+
"name": "RivianLeaseCreditTier"
|
|
23019
24301
|
},
|
|
23020
|
-
"optional":
|
|
24302
|
+
"optional": false
|
|
23021
24303
|
},
|
|
23022
24304
|
{
|
|
23023
|
-
"name": "
|
|
24305
|
+
"name": "downPayment",
|
|
23024
24306
|
"schema": {
|
|
23025
|
-
"k": "
|
|
24307
|
+
"k": "number"
|
|
23026
24308
|
},
|
|
23027
|
-
"optional":
|
|
24309
|
+
"optional": false
|
|
24310
|
+
}
|
|
24311
|
+
]
|
|
24312
|
+
},
|
|
24313
|
+
"RivianLeaseTermMonths": {
|
|
24314
|
+
"k": "union",
|
|
24315
|
+
"of": [
|
|
24316
|
+
{
|
|
24317
|
+
"k": "literal",
|
|
24318
|
+
"v": 24
|
|
23028
24319
|
},
|
|
23029
24320
|
{
|
|
23030
|
-
"
|
|
23031
|
-
"
|
|
23032
|
-
"k": "string"
|
|
23033
|
-
},
|
|
23034
|
-
"optional": true
|
|
24321
|
+
"k": "literal",
|
|
24322
|
+
"v": 36
|
|
23035
24323
|
}
|
|
23036
24324
|
]
|
|
24325
|
+
},
|
|
24326
|
+
"RivianLeaseTrim": {
|
|
24327
|
+
"k": "literal",
|
|
24328
|
+
"v": "premium"
|
|
23037
24329
|
}
|
|
23038
24330
|
},
|
|
23039
24331
|
"functions": {
|
|
23040
|
-
"
|
|
23041
|
-
"priceConfiguration": [
|
|
24332
|
+
"estimateLeasePayment": [
|
|
23042
24333
|
{
|
|
23043
|
-
"name": "
|
|
24334
|
+
"name": "args",
|
|
23044
24335
|
"schema": {
|
|
23045
24336
|
"k": "ref",
|
|
23046
|
-
"name": "
|
|
24337
|
+
"name": "RivianLeaseEstimateArgs"
|
|
23047
24338
|
},
|
|
23048
24339
|
"optional": false
|
|
23049
24340
|
}
|
|
@@ -25231,6 +26522,98 @@ export const VALIDATORS = {
|
|
|
25231
26522
|
]
|
|
25232
26523
|
}
|
|
25233
26524
|
},
|
|
26525
|
+
"providers.tagtrans_net": {
|
|
26526
|
+
"defs": {
|
|
26527
|
+
"CreateTagtransShipmentRateEmailArgs": {
|
|
26528
|
+
"k": "object",
|
|
26529
|
+
"props": [
|
|
26530
|
+
{
|
|
26531
|
+
"name": "name",
|
|
26532
|
+
"schema": {
|
|
26533
|
+
"k": "string"
|
|
26534
|
+
},
|
|
26535
|
+
"optional": false
|
|
26536
|
+
},
|
|
26537
|
+
{
|
|
26538
|
+
"name": "phone",
|
|
26539
|
+
"schema": {
|
|
26540
|
+
"k": "string"
|
|
26541
|
+
},
|
|
26542
|
+
"optional": false
|
|
26543
|
+
},
|
|
26544
|
+
{
|
|
26545
|
+
"name": "email",
|
|
26546
|
+
"schema": {
|
|
26547
|
+
"k": "string"
|
|
26548
|
+
},
|
|
26549
|
+
"optional": false
|
|
26550
|
+
},
|
|
26551
|
+
{
|
|
26552
|
+
"name": "service",
|
|
26553
|
+
"schema": {
|
|
26554
|
+
"k": "string"
|
|
26555
|
+
},
|
|
26556
|
+
"optional": false
|
|
26557
|
+
},
|
|
26558
|
+
{
|
|
26559
|
+
"name": "company",
|
|
26560
|
+
"schema": {
|
|
26561
|
+
"k": "string"
|
|
26562
|
+
},
|
|
26563
|
+
"optional": true
|
|
26564
|
+
},
|
|
26565
|
+
{
|
|
26566
|
+
"name": "shipFrom",
|
|
26567
|
+
"schema": {
|
|
26568
|
+
"k": "string"
|
|
26569
|
+
},
|
|
26570
|
+
"optional": true
|
|
26571
|
+
},
|
|
26572
|
+
{
|
|
26573
|
+
"name": "shipTo",
|
|
26574
|
+
"schema": {
|
|
26575
|
+
"k": "string"
|
|
26576
|
+
},
|
|
26577
|
+
"optional": true
|
|
26578
|
+
},
|
|
26579
|
+
{
|
|
26580
|
+
"name": "desiredShippingDate",
|
|
26581
|
+
"schema": {
|
|
26582
|
+
"k": "string"
|
|
26583
|
+
},
|
|
26584
|
+
"optional": true
|
|
26585
|
+
},
|
|
26586
|
+
{
|
|
26587
|
+
"name": "desiredDeliveryDate",
|
|
26588
|
+
"schema": {
|
|
26589
|
+
"k": "string"
|
|
26590
|
+
},
|
|
26591
|
+
"optional": true
|
|
26592
|
+
},
|
|
26593
|
+
{
|
|
26594
|
+
"name": "details",
|
|
26595
|
+
"schema": {
|
|
26596
|
+
"k": "string"
|
|
26597
|
+
},
|
|
26598
|
+
"optional": true
|
|
26599
|
+
}
|
|
26600
|
+
]
|
|
26601
|
+
}
|
|
26602
|
+
},
|
|
26603
|
+
"functions": {
|
|
26604
|
+
"getShipmentRateForm": [],
|
|
26605
|
+
"createShipmentRateEmail": [
|
|
26606
|
+
{
|
|
26607
|
+
"name": "args",
|
|
26608
|
+
"schema": {
|
|
26609
|
+
"k": "ref",
|
|
26610
|
+
"name": "CreateTagtransShipmentRateEmailArgs"
|
|
26611
|
+
},
|
|
26612
|
+
"optional": false
|
|
26613
|
+
}
|
|
26614
|
+
]
|
|
26615
|
+
}
|
|
26616
|
+
},
|
|
25234
26617
|
"providers.tamarackidaho": {
|
|
25235
26618
|
"defs": {
|
|
25236
26619
|
"tamarackidahoSearchArgs": {
|
|
@@ -26232,6 +27615,21 @@ export const VALIDATORS = {
|
|
|
26232
27615
|
]
|
|
26233
27616
|
}
|
|
26234
27617
|
},
|
|
27618
|
+
"providers.totalplastics": {
|
|
27619
|
+
"defs": {},
|
|
27620
|
+
"functions": {
|
|
27621
|
+
"getQuoteFormFields": [],
|
|
27622
|
+
"getQuoteFormFieldOptions": [
|
|
27623
|
+
{
|
|
27624
|
+
"name": "label",
|
|
27625
|
+
"schema": {
|
|
27626
|
+
"k": "string"
|
|
27627
|
+
},
|
|
27628
|
+
"optional": false
|
|
27629
|
+
}
|
|
27630
|
+
]
|
|
27631
|
+
}
|
|
27632
|
+
},
|
|
26235
27633
|
"providers.travelinsured": {
|
|
26236
27634
|
"defs": {},
|
|
26237
27635
|
"functions": {
|
|
@@ -26640,6 +28038,28 @@ export const VALIDATORS = {
|
|
|
26640
28038
|
]
|
|
26641
28039
|
}
|
|
26642
28040
|
},
|
|
28041
|
+
"providers.tryalma_com": {
|
|
28042
|
+
"defs": {},
|
|
28043
|
+
"functions": {
|
|
28044
|
+
"search": [
|
|
28045
|
+
{
|
|
28046
|
+
"name": "query",
|
|
28047
|
+
"schema": {
|
|
28048
|
+
"k": "string"
|
|
28049
|
+
},
|
|
28050
|
+
"optional": false
|
|
28051
|
+
}
|
|
28052
|
+
],
|
|
28053
|
+
"listPages": []
|
|
28054
|
+
}
|
|
28055
|
+
},
|
|
28056
|
+
"providers.tweethunter": {
|
|
28057
|
+
"defs": {},
|
|
28058
|
+
"functions": {
|
|
28059
|
+
"listFeatures": [],
|
|
28060
|
+
"listFeatureCategories": []
|
|
28061
|
+
}
|
|
28062
|
+
},
|
|
26643
28063
|
"providers.twiddy": {
|
|
26644
28064
|
"defs": {},
|
|
26645
28065
|
"functions": {
|
|
@@ -26800,6 +28220,68 @@ export const VALIDATORS = {
|
|
|
26800
28220
|
]
|
|
26801
28221
|
}
|
|
26802
28222
|
},
|
|
28223
|
+
"providers.upkeepstl_com": {
|
|
28224
|
+
"defs": {},
|
|
28225
|
+
"functions": {
|
|
28226
|
+
"getPlanBuilder": [],
|
|
28227
|
+
"estimatePlanCost": [
|
|
28228
|
+
{
|
|
28229
|
+
"name": "args",
|
|
28230
|
+
"schema": {
|
|
28231
|
+
"k": "object",
|
|
28232
|
+
"props": [
|
|
28233
|
+
{
|
|
28234
|
+
"name": "planId",
|
|
28235
|
+
"schema": {
|
|
28236
|
+
"k": "string"
|
|
28237
|
+
},
|
|
28238
|
+
"optional": false
|
|
28239
|
+
},
|
|
28240
|
+
{
|
|
28241
|
+
"name": "homeTypeId",
|
|
28242
|
+
"schema": {
|
|
28243
|
+
"k": "string"
|
|
28244
|
+
},
|
|
28245
|
+
"optional": false
|
|
28246
|
+
},
|
|
28247
|
+
{
|
|
28248
|
+
"name": "warrantyYears",
|
|
28249
|
+
"schema": {
|
|
28250
|
+
"k": "number"
|
|
28251
|
+
},
|
|
28252
|
+
"optional": false
|
|
28253
|
+
},
|
|
28254
|
+
{
|
|
28255
|
+
"name": "upgradeId",
|
|
28256
|
+
"schema": {
|
|
28257
|
+
"k": "string"
|
|
28258
|
+
},
|
|
28259
|
+
"optional": true
|
|
28260
|
+
},
|
|
28261
|
+
{
|
|
28262
|
+
"name": "addOnIds",
|
|
28263
|
+
"schema": {
|
|
28264
|
+
"k": "array",
|
|
28265
|
+
"of": {
|
|
28266
|
+
"k": "string"
|
|
28267
|
+
}
|
|
28268
|
+
},
|
|
28269
|
+
"optional": true
|
|
28270
|
+
},
|
|
28271
|
+
{
|
|
28272
|
+
"name": "applianceQuantity",
|
|
28273
|
+
"schema": {
|
|
28274
|
+
"k": "number"
|
|
28275
|
+
},
|
|
28276
|
+
"optional": true
|
|
28277
|
+
}
|
|
28278
|
+
]
|
|
28279
|
+
},
|
|
28280
|
+
"optional": false
|
|
28281
|
+
}
|
|
28282
|
+
]
|
|
28283
|
+
}
|
|
28284
|
+
},
|
|
26803
28285
|
"providers.ups": {
|
|
26804
28286
|
"defs": {},
|
|
26805
28287
|
"functions": {
|
|
@@ -27670,6 +29152,21 @@ export const VALIDATORS = {
|
|
|
27670
29152
|
]
|
|
27671
29153
|
}
|
|
27672
29154
|
},
|
|
29155
|
+
"providers.wearehirschfeld": {
|
|
29156
|
+
"defs": {},
|
|
29157
|
+
"functions": {
|
|
29158
|
+
"listPages": [],
|
|
29159
|
+
"getContactForm": [
|
|
29160
|
+
{
|
|
29161
|
+
"name": "url",
|
|
29162
|
+
"schema": {
|
|
29163
|
+
"k": "string"
|
|
29164
|
+
},
|
|
29165
|
+
"optional": true
|
|
29166
|
+
}
|
|
29167
|
+
]
|
|
29168
|
+
}
|
|
29169
|
+
},
|
|
27673
29170
|
"providers.wellfound": {
|
|
27674
29171
|
"defs": {},
|
|
27675
29172
|
"functions": {
|