@bowmark/web 1.16.0 → 1.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/generated/library.d.ts +526 -65
- package/dist/generated/validators.js +334 -3
- 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: ab1045c2b0a9094f69fd97b6a8be00087ae7b8871ef4e274bb3bb248203dbcea
|
|
9
|
+
// 856 checked, 20 unchecked.
|
|
10
10
|
export const VALIDATORS = {
|
|
11
|
-
"version": "
|
|
11
|
+
"version": "ab1045c2b0a9094f69fd97b6a8be00087ae7b8871ef4e274bb3bb248203dbcea",
|
|
12
12
|
"units": {
|
|
13
13
|
"bundles": {
|
|
14
14
|
"defs": {},
|
|
@@ -1971,6 +1971,20 @@ export const VALIDATORS = {
|
|
|
1971
1971
|
]
|
|
1972
1972
|
}
|
|
1973
1973
|
},
|
|
1974
|
+
"prospect_screening": {
|
|
1975
|
+
"defs": {},
|
|
1976
|
+
"functions": {
|
|
1977
|
+
"screenCompany": [
|
|
1978
|
+
{
|
|
1979
|
+
"name": "domain",
|
|
1980
|
+
"schema": {
|
|
1981
|
+
"k": "string"
|
|
1982
|
+
},
|
|
1983
|
+
"optional": false
|
|
1984
|
+
}
|
|
1985
|
+
]
|
|
1986
|
+
}
|
|
1987
|
+
},
|
|
1974
1988
|
"read": {
|
|
1975
1989
|
"defs": {
|
|
1976
1990
|
"ReadFormat": {
|
|
@@ -4078,9 +4092,31 @@ export const VALIDATORS = {
|
|
|
4078
4092
|
]
|
|
4079
4093
|
}
|
|
4080
4094
|
},
|
|
4095
|
+
"providers.archive_org": {
|
|
4096
|
+
"defs": {},
|
|
4097
|
+
"functions": {
|
|
4098
|
+
"checkAvailability": [
|
|
4099
|
+
{
|
|
4100
|
+
"name": "site",
|
|
4101
|
+
"schema": {
|
|
4102
|
+
"k": "string"
|
|
4103
|
+
},
|
|
4104
|
+
"optional": false
|
|
4105
|
+
},
|
|
4106
|
+
{
|
|
4107
|
+
"name": "timestamp",
|
|
4108
|
+
"schema": {
|
|
4109
|
+
"k": "string"
|
|
4110
|
+
},
|
|
4111
|
+
"optional": true
|
|
4112
|
+
}
|
|
4113
|
+
]
|
|
4114
|
+
}
|
|
4115
|
+
},
|
|
4081
4116
|
"providers.artpix3d": {
|
|
4082
4117
|
"defs": {},
|
|
4083
4118
|
"functions": {
|
|
4119
|
+
"listPhotoCrystalShapes": [],
|
|
4084
4120
|
"listShapes": [],
|
|
4085
4121
|
"getSizePricing": [
|
|
4086
4122
|
{
|
|
@@ -8169,6 +8205,87 @@ export const VALIDATORS = {
|
|
|
8169
8205
|
]
|
|
8170
8206
|
}
|
|
8171
8207
|
},
|
|
8208
|
+
"providers.christianbrothersauto": {
|
|
8209
|
+
"defs": {
|
|
8210
|
+
"CheckAppointmentAvailabilityArgs": {
|
|
8211
|
+
"k": "object",
|
|
8212
|
+
"props": [
|
|
8213
|
+
{
|
|
8214
|
+
"name": "shop",
|
|
8215
|
+
"schema": {
|
|
8216
|
+
"k": "string"
|
|
8217
|
+
},
|
|
8218
|
+
"optional": false
|
|
8219
|
+
},
|
|
8220
|
+
{
|
|
8221
|
+
"name": "service",
|
|
8222
|
+
"schema": {
|
|
8223
|
+
"k": "string"
|
|
8224
|
+
},
|
|
8225
|
+
"optional": false
|
|
8226
|
+
},
|
|
8227
|
+
{
|
|
8228
|
+
"name": "appointmentType",
|
|
8229
|
+
"schema": {
|
|
8230
|
+
"k": "union",
|
|
8231
|
+
"of": [
|
|
8232
|
+
{
|
|
8233
|
+
"k": "literal",
|
|
8234
|
+
"v": "dropoff"
|
|
8235
|
+
},
|
|
8236
|
+
{
|
|
8237
|
+
"k": "literal",
|
|
8238
|
+
"v": "ahdo"
|
|
8239
|
+
}
|
|
8240
|
+
]
|
|
8241
|
+
},
|
|
8242
|
+
"optional": true
|
|
8243
|
+
},
|
|
8244
|
+
{
|
|
8245
|
+
"name": "days",
|
|
8246
|
+
"schema": {
|
|
8247
|
+
"k": "number"
|
|
8248
|
+
},
|
|
8249
|
+
"optional": true
|
|
8250
|
+
}
|
|
8251
|
+
]
|
|
8252
|
+
},
|
|
8253
|
+
"GetShopDetailsArgs": {
|
|
8254
|
+
"k": "object",
|
|
8255
|
+
"props": [
|
|
8256
|
+
{
|
|
8257
|
+
"name": "shop",
|
|
8258
|
+
"schema": {
|
|
8259
|
+
"k": "string"
|
|
8260
|
+
},
|
|
8261
|
+
"optional": false
|
|
8262
|
+
}
|
|
8263
|
+
]
|
|
8264
|
+
}
|
|
8265
|
+
},
|
|
8266
|
+
"functions": {
|
|
8267
|
+
"getShopDetails": [
|
|
8268
|
+
{
|
|
8269
|
+
"name": "args",
|
|
8270
|
+
"schema": {
|
|
8271
|
+
"k": "ref",
|
|
8272
|
+
"name": "GetShopDetailsArgs"
|
|
8273
|
+
},
|
|
8274
|
+
"optional": false
|
|
8275
|
+
}
|
|
8276
|
+
],
|
|
8277
|
+
"checkAppointmentAvailability": [
|
|
8278
|
+
{
|
|
8279
|
+
"name": "args",
|
|
8280
|
+
"schema": {
|
|
8281
|
+
"k": "ref",
|
|
8282
|
+
"name": "CheckAppointmentAvailabilityArgs"
|
|
8283
|
+
},
|
|
8284
|
+
"optional": false
|
|
8285
|
+
}
|
|
8286
|
+
]
|
|
8287
|
+
}
|
|
8288
|
+
},
|
|
8172
8289
|
"providers.classichome": {
|
|
8173
8290
|
"defs": {},
|
|
8174
8291
|
"functions": {
|
|
@@ -8208,6 +8325,45 @@ export const VALIDATORS = {
|
|
|
8208
8325
|
]
|
|
8209
8326
|
}
|
|
8210
8327
|
},
|
|
8328
|
+
"providers.classicrockfab": {
|
|
8329
|
+
"defs": {},
|
|
8330
|
+
"functions": {
|
|
8331
|
+
"listAppointmentTypes": [
|
|
8332
|
+
{
|
|
8333
|
+
"name": "locationQuery",
|
|
8334
|
+
"schema": {
|
|
8335
|
+
"k": "string"
|
|
8336
|
+
},
|
|
8337
|
+
"optional": true
|
|
8338
|
+
}
|
|
8339
|
+
],
|
|
8340
|
+
"checkAvailability": [
|
|
8341
|
+
{
|
|
8342
|
+
"name": "arg",
|
|
8343
|
+
"schema": {
|
|
8344
|
+
"k": "object",
|
|
8345
|
+
"props": [
|
|
8346
|
+
{
|
|
8347
|
+
"name": "appointmentTypeId",
|
|
8348
|
+
"schema": {
|
|
8349
|
+
"k": "number"
|
|
8350
|
+
},
|
|
8351
|
+
"optional": false
|
|
8352
|
+
},
|
|
8353
|
+
{
|
|
8354
|
+
"name": "days",
|
|
8355
|
+
"schema": {
|
|
8356
|
+
"k": "number"
|
|
8357
|
+
},
|
|
8358
|
+
"optional": true
|
|
8359
|
+
}
|
|
8360
|
+
]
|
|
8361
|
+
},
|
|
8362
|
+
"optional": false
|
|
8363
|
+
}
|
|
8364
|
+
]
|
|
8365
|
+
}
|
|
8366
|
+
},
|
|
8211
8367
|
"providers.classpass": {
|
|
8212
8368
|
"defs": {
|
|
8213
8369
|
"ClasspassScheduleOptions": {
|
|
@@ -9431,6 +9587,50 @@ export const VALIDATORS = {
|
|
|
9431
9587
|
]
|
|
9432
9588
|
}
|
|
9433
9589
|
},
|
|
9590
|
+
"providers.donsappliances": {
|
|
9591
|
+
"defs": {
|
|
9592
|
+
"DonsAppliancesSearchArgs": {
|
|
9593
|
+
"k": "object",
|
|
9594
|
+
"props": [
|
|
9595
|
+
{
|
|
9596
|
+
"name": "category",
|
|
9597
|
+
"schema": {
|
|
9598
|
+
"k": "string"
|
|
9599
|
+
},
|
|
9600
|
+
"optional": false
|
|
9601
|
+
},
|
|
9602
|
+
{
|
|
9603
|
+
"name": "maxPrice",
|
|
9604
|
+
"schema": {
|
|
9605
|
+
"k": "number"
|
|
9606
|
+
},
|
|
9607
|
+
"optional": true
|
|
9608
|
+
}
|
|
9609
|
+
]
|
|
9610
|
+
}
|
|
9611
|
+
},
|
|
9612
|
+
"functions": {
|
|
9613
|
+
"search": [
|
|
9614
|
+
{
|
|
9615
|
+
"name": "args",
|
|
9616
|
+
"schema": {
|
|
9617
|
+
"k": "ref",
|
|
9618
|
+
"name": "DonsAppliancesSearchArgs"
|
|
9619
|
+
},
|
|
9620
|
+
"optional": false
|
|
9621
|
+
}
|
|
9622
|
+
],
|
|
9623
|
+
"getProduct": [
|
|
9624
|
+
{
|
|
9625
|
+
"name": "url",
|
|
9626
|
+
"schema": {
|
|
9627
|
+
"k": "string"
|
|
9628
|
+
},
|
|
9629
|
+
"optional": false
|
|
9630
|
+
}
|
|
9631
|
+
]
|
|
9632
|
+
}
|
|
9633
|
+
},
|
|
9434
9634
|
"providers.doordash": {
|
|
9435
9635
|
"defs": {
|
|
9436
9636
|
"DoordashSearchArgs": {
|
|
@@ -9689,6 +9889,54 @@ export const VALIDATORS = {
|
|
|
9689
9889
|
]
|
|
9690
9890
|
}
|
|
9691
9891
|
},
|
|
9892
|
+
"providers.epromos": {
|
|
9893
|
+
"defs": {},
|
|
9894
|
+
"functions": {
|
|
9895
|
+
"getProductConfiguration": [
|
|
9896
|
+
{
|
|
9897
|
+
"name": "url",
|
|
9898
|
+
"schema": {
|
|
9899
|
+
"k": "string"
|
|
9900
|
+
},
|
|
9901
|
+
"optional": false
|
|
9902
|
+
}
|
|
9903
|
+
],
|
|
9904
|
+
"quoteBulkPrice": [
|
|
9905
|
+
{
|
|
9906
|
+
"name": "args",
|
|
9907
|
+
"schema": {
|
|
9908
|
+
"k": "object",
|
|
9909
|
+
"props": [
|
|
9910
|
+
{
|
|
9911
|
+
"name": "productUrl",
|
|
9912
|
+
"schema": {
|
|
9913
|
+
"k": "string"
|
|
9914
|
+
},
|
|
9915
|
+
"optional": false
|
|
9916
|
+
},
|
|
9917
|
+
{
|
|
9918
|
+
"name": "quantity",
|
|
9919
|
+
"schema": {
|
|
9920
|
+
"k": "number"
|
|
9921
|
+
},
|
|
9922
|
+
"optional": false
|
|
9923
|
+
}
|
|
9924
|
+
]
|
|
9925
|
+
},
|
|
9926
|
+
"optional": false
|
|
9927
|
+
}
|
|
9928
|
+
],
|
|
9929
|
+
"listCategoryProducts": [
|
|
9930
|
+
{
|
|
9931
|
+
"name": "url",
|
|
9932
|
+
"schema": {
|
|
9933
|
+
"k": "string"
|
|
9934
|
+
},
|
|
9935
|
+
"optional": false
|
|
9936
|
+
}
|
|
9937
|
+
]
|
|
9938
|
+
}
|
|
9939
|
+
},
|
|
9692
9940
|
"providers.eq3": {
|
|
9693
9941
|
"defs": {},
|
|
9694
9942
|
"functions": {
|
|
@@ -10354,6 +10602,29 @@ export const VALIDATORS = {
|
|
|
10354
10602
|
]
|
|
10355
10603
|
}
|
|
10356
10604
|
},
|
|
10605
|
+
"providers.forms_hubspot_com": {
|
|
10606
|
+
"defs": {},
|
|
10607
|
+
"functions": {
|
|
10608
|
+
"findForms": [
|
|
10609
|
+
{
|
|
10610
|
+
"name": "site",
|
|
10611
|
+
"schema": {
|
|
10612
|
+
"k": "string"
|
|
10613
|
+
},
|
|
10614
|
+
"optional": false
|
|
10615
|
+
}
|
|
10616
|
+
],
|
|
10617
|
+
"getFormDefinition": [
|
|
10618
|
+
{
|
|
10619
|
+
"name": "formUrlOrIds",
|
|
10620
|
+
"schema": {
|
|
10621
|
+
"k": "string"
|
|
10622
|
+
},
|
|
10623
|
+
"optional": false
|
|
10624
|
+
}
|
|
10625
|
+
]
|
|
10626
|
+
}
|
|
10627
|
+
},
|
|
10357
10628
|
"providers.fourseasonsyachts": {
|
|
10358
10629
|
"defs": {},
|
|
10359
10630
|
"functions": {
|
|
@@ -20199,6 +20470,66 @@ export const VALIDATORS = {
|
|
|
20199
20470
|
]
|
|
20200
20471
|
}
|
|
20201
20472
|
},
|
|
20473
|
+
"providers.prolook": {
|
|
20474
|
+
"defs": {},
|
|
20475
|
+
"functions": {
|
|
20476
|
+
"listUniformStyles": [
|
|
20477
|
+
{
|
|
20478
|
+
"name": "sportCode",
|
|
20479
|
+
"schema": {
|
|
20480
|
+
"k": "string"
|
|
20481
|
+
},
|
|
20482
|
+
"optional": false
|
|
20483
|
+
},
|
|
20484
|
+
{
|
|
20485
|
+
"name": "page",
|
|
20486
|
+
"schema": {
|
|
20487
|
+
"k": "number"
|
|
20488
|
+
},
|
|
20489
|
+
"optional": true
|
|
20490
|
+
}
|
|
20491
|
+
],
|
|
20492
|
+
"getStyleCustomizationOptions": [
|
|
20493
|
+
{
|
|
20494
|
+
"name": "styleId",
|
|
20495
|
+
"schema": {
|
|
20496
|
+
"k": "number"
|
|
20497
|
+
},
|
|
20498
|
+
"optional": false
|
|
20499
|
+
}
|
|
20500
|
+
],
|
|
20501
|
+
"getTeamQuote": [
|
|
20502
|
+
{
|
|
20503
|
+
"name": "styleId",
|
|
20504
|
+
"schema": {
|
|
20505
|
+
"k": "number"
|
|
20506
|
+
},
|
|
20507
|
+
"optional": false
|
|
20508
|
+
},
|
|
20509
|
+
{
|
|
20510
|
+
"name": "sportCode",
|
|
20511
|
+
"schema": {
|
|
20512
|
+
"k": "string"
|
|
20513
|
+
},
|
|
20514
|
+
"optional": false
|
|
20515
|
+
},
|
|
20516
|
+
{
|
|
20517
|
+
"name": "page",
|
|
20518
|
+
"schema": {
|
|
20519
|
+
"k": "number"
|
|
20520
|
+
},
|
|
20521
|
+
"optional": false
|
|
20522
|
+
},
|
|
20523
|
+
{
|
|
20524
|
+
"name": "quantity",
|
|
20525
|
+
"schema": {
|
|
20526
|
+
"k": "number"
|
|
20527
|
+
},
|
|
20528
|
+
"optional": false
|
|
20529
|
+
}
|
|
20530
|
+
]
|
|
20531
|
+
}
|
|
20532
|
+
},
|
|
20202
20533
|
"providers.prose": {
|
|
20203
20534
|
"defs": {
|
|
20204
20535
|
"HairConsultationAnswers": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bowmark/web",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The public client for the Bowmark capability library — real TypeScript for the whole bowmark.* surface, with no Bowmark source on the caller's disk. ZERO runtime dependencies, deliberately and permanently.",
|
|
6
6
|
"license": "MIT",
|