@bowmark/web 1.24.1 → 1.24.2

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: 83b6073de78d83a7366cd17844242d5703320faa6ea88973baea85a98639f7d0
9
- // 1104 checked, 20 unchecked.
8
+ // Manifest version: 8cc406ad353aaf7223bd7938597d0198b89ecc312e3388dff6a1c405b92c38a8
9
+ // 1164 checked, 20 unchecked.
10
10
  export const VALIDATORS = {
11
- "version": "83b6073de78d83a7366cd17844242d5703320faa6ea88973baea85a98639f7d0",
11
+ "version": "8cc406ad353aaf7223bd7938597d0198b89ecc312e3388dff6a1c405b92c38a8",
12
12
  "units": {
13
13
  "booking_links": {
14
14
  "defs": {
@@ -639,6 +639,43 @@ export const VALIDATORS = {
639
639
  ]
640
640
  }
641
641
  },
642
+ "custom_packaging_quote": {
643
+ "defs": {},
644
+ "functions": {
645
+ "quoteCustomBox": [
646
+ {
647
+ "name": "args",
648
+ "schema": {
649
+ "k": "object",
650
+ "props": [
651
+ {
652
+ "name": "size",
653
+ "schema": {
654
+ "k": "string"
655
+ },
656
+ "optional": false
657
+ },
658
+ {
659
+ "name": "printArea",
660
+ "schema": {
661
+ "k": "string"
662
+ },
663
+ "optional": false
664
+ },
665
+ {
666
+ "name": "quantity",
667
+ "schema": {
668
+ "k": "number"
669
+ },
670
+ "optional": false
671
+ }
672
+ ]
673
+ },
674
+ "optional": false
675
+ }
676
+ ]
677
+ }
678
+ },
642
679
  "custom_sofa_configurator": {
643
680
  "defs": {},
644
681
  "functions": {
@@ -782,6 +819,41 @@ export const VALIDATORS = {
782
819
  ]
783
820
  }
784
821
  },
822
+ "dfs_ownership_projections": {
823
+ "defs": {
824
+ "CallOptions": {
825
+ "k": "object",
826
+ "props": [
827
+ {
828
+ "name": "timeoutMs",
829
+ "schema": {
830
+ "k": "number"
831
+ },
832
+ "optional": true
833
+ }
834
+ ]
835
+ }
836
+ },
837
+ "functions": {
838
+ "search": [
839
+ {
840
+ "name": "query",
841
+ "schema": {
842
+ "k": "string"
843
+ },
844
+ "optional": false
845
+ },
846
+ {
847
+ "name": "options",
848
+ "schema": {
849
+ "k": "ref",
850
+ "name": "CallOptions"
851
+ },
852
+ "optional": true
853
+ }
854
+ ]
855
+ }
856
+ },
785
857
  "domain": {
786
858
  "defs": {},
787
859
  "functions": {
@@ -1768,6 +1840,57 @@ export const VALIDATORS = {
1768
1840
  ]
1769
1841
  }
1770
1842
  },
1843
+ "mac_trade_in": {
1844
+ "defs": {},
1845
+ "functions": {
1846
+ "estimate": [
1847
+ {
1848
+ "name": "model",
1849
+ "schema": {
1850
+ "k": "string"
1851
+ },
1852
+ "optional": false
1853
+ },
1854
+ {
1855
+ "name": "options",
1856
+ "schema": {
1857
+ "k": "object",
1858
+ "props": [
1859
+ {
1860
+ "name": "chip",
1861
+ "schema": {
1862
+ "k": "string"
1863
+ },
1864
+ "optional": true
1865
+ },
1866
+ {
1867
+ "name": "storage",
1868
+ "schema": {
1869
+ "k": "string"
1870
+ },
1871
+ "optional": true
1872
+ },
1873
+ {
1874
+ "name": "ram",
1875
+ "schema": {
1876
+ "k": "string"
1877
+ },
1878
+ "optional": true
1879
+ },
1880
+ {
1881
+ "name": "condition",
1882
+ "schema": {
1883
+ "k": "string"
1884
+ },
1885
+ "optional": true
1886
+ }
1887
+ ]
1888
+ },
1889
+ "optional": true
1890
+ }
1891
+ ]
1892
+ }
1893
+ },
1771
1894
  "mcp_registry": {
1772
1895
  "defs": {
1773
1896
  "CallOptions": {
@@ -2233,6 +2356,43 @@ export const VALIDATORS = {
2233
2356
  ]
2234
2357
  }
2235
2358
  },
2359
+ "postcard_direct_mail_quote": {
2360
+ "defs": {},
2361
+ "functions": {
2362
+ "getQuote": [
2363
+ {
2364
+ "name": "args",
2365
+ "schema": {
2366
+ "k": "object",
2367
+ "props": [
2368
+ {
2369
+ "name": "quantity",
2370
+ "schema": {
2371
+ "k": "number"
2372
+ },
2373
+ "optional": false
2374
+ },
2375
+ {
2376
+ "name": "size",
2377
+ "schema": {
2378
+ "k": "string"
2379
+ },
2380
+ "optional": true
2381
+ },
2382
+ {
2383
+ "name": "stock",
2384
+ "schema": {
2385
+ "k": "string"
2386
+ },
2387
+ "optional": true
2388
+ }
2389
+ ]
2390
+ },
2391
+ "optional": false
2392
+ }
2393
+ ]
2394
+ }
2395
+ },
2236
2396
  "pricing": {
2237
2397
  "defs": {
2238
2398
  "PersonalizationPersona": {
@@ -3174,6 +3334,156 @@ export const VALIDATORS = {
3174
3334
  ]
3175
3335
  }
3176
3336
  },
3337
+ "video_library": {
3338
+ "defs": {
3339
+ "AddToPlaylistOptions": {
3340
+ "k": "object",
3341
+ "props": [
3342
+ {
3343
+ "name": "playlist",
3344
+ "schema": {
3345
+ "k": "string"
3346
+ },
3347
+ "optional": false
3348
+ },
3349
+ {
3350
+ "name": "video",
3351
+ "schema": {
3352
+ "k": "string"
3353
+ },
3354
+ "optional": true
3355
+ },
3356
+ {
3357
+ "name": "videos",
3358
+ "schema": {
3359
+ "k": "array",
3360
+ "of": {
3361
+ "k": "string"
3362
+ }
3363
+ },
3364
+ "optional": true
3365
+ }
3366
+ ]
3367
+ },
3368
+ "CreatePlaylistOptions": {
3369
+ "k": "object",
3370
+ "props": [
3371
+ {
3372
+ "name": "title",
3373
+ "schema": {
3374
+ "k": "string"
3375
+ },
3376
+ "optional": false
3377
+ },
3378
+ {
3379
+ "name": "description",
3380
+ "schema": {
3381
+ "k": "string"
3382
+ },
3383
+ "optional": true
3384
+ },
3385
+ {
3386
+ "name": "privacy",
3387
+ "schema": {
3388
+ "k": "union",
3389
+ "of": [
3390
+ {
3391
+ "k": "literal",
3392
+ "v": "private"
3393
+ },
3394
+ {
3395
+ "k": "literal",
3396
+ "v": "unlisted"
3397
+ },
3398
+ {
3399
+ "k": "literal",
3400
+ "v": "public"
3401
+ }
3402
+ ]
3403
+ },
3404
+ "optional": true
3405
+ }
3406
+ ]
3407
+ }
3408
+ },
3409
+ "functions": {
3410
+ "homeFeed": [
3411
+ {
3412
+ "name": "options",
3413
+ "schema": {
3414
+ "k": "object",
3415
+ "props": [
3416
+ {
3417
+ "name": "limit",
3418
+ "schema": {
3419
+ "k": "number"
3420
+ },
3421
+ "optional": true
3422
+ }
3423
+ ]
3424
+ },
3425
+ "optional": true
3426
+ }
3427
+ ],
3428
+ "watchLater": [
3429
+ {
3430
+ "name": "options",
3431
+ "schema": {
3432
+ "k": "object",
3433
+ "props": [
3434
+ {
3435
+ "name": "continuation",
3436
+ "schema": {
3437
+ "k": "string"
3438
+ },
3439
+ "optional": true
3440
+ }
3441
+ ]
3442
+ },
3443
+ "optional": true
3444
+ }
3445
+ ],
3446
+ "liked": [
3447
+ {
3448
+ "name": "options",
3449
+ "schema": {
3450
+ "k": "object",
3451
+ "props": [
3452
+ {
3453
+ "name": "continuation",
3454
+ "schema": {
3455
+ "k": "string"
3456
+ },
3457
+ "optional": true
3458
+ }
3459
+ ]
3460
+ },
3461
+ "optional": true
3462
+ }
3463
+ ],
3464
+ "createPlaylist": [
3465
+ {
3466
+ "name": "options",
3467
+ "schema": {
3468
+ "k": "ref",
3469
+ "name": "CreatePlaylistOptions"
3470
+ },
3471
+ "optional": false
3472
+ }
3473
+ ],
3474
+ "createChannel": [],
3475
+ "addToPlaylist": [
3476
+ {
3477
+ "name": "options",
3478
+ "schema": {
3479
+ "k": "ref",
3480
+ "name": "AddToPlaylistOptions"
3481
+ },
3482
+ "optional": false
3483
+ }
3484
+ ]
3485
+ }
3486
+ },
3177
3487
  "weather": {
3178
3488
  "defs": {},
3179
3489
  "functions": {
@@ -4076,6 +4386,192 @@ export const VALIDATORS = {
4076
4386
  ]
4077
4387
  }
4078
4388
  },
4389
+ "providers.airtable": {
4390
+ "defs": {
4391
+ "CreateRecordArgs": {
4392
+ "k": "object",
4393
+ "props": [
4394
+ {
4395
+ "name": "baseId",
4396
+ "schema": {
4397
+ "k": "string"
4398
+ },
4399
+ "optional": false
4400
+ },
4401
+ {
4402
+ "name": "tableId",
4403
+ "schema": {
4404
+ "k": "string"
4405
+ },
4406
+ "optional": false
4407
+ },
4408
+ {
4409
+ "name": "fields",
4410
+ "schema": {
4411
+ "k": "record",
4412
+ "value": {
4413
+ "k": "any"
4414
+ }
4415
+ },
4416
+ "optional": false
4417
+ }
4418
+ ]
4419
+ },
4420
+ "GetRecordArgs": {
4421
+ "k": "object",
4422
+ "props": [
4423
+ {
4424
+ "name": "baseId",
4425
+ "schema": {
4426
+ "k": "string"
4427
+ },
4428
+ "optional": false
4429
+ },
4430
+ {
4431
+ "name": "tableId",
4432
+ "schema": {
4433
+ "k": "string"
4434
+ },
4435
+ "optional": false
4436
+ },
4437
+ {
4438
+ "name": "recordId",
4439
+ "schema": {
4440
+ "k": "string"
4441
+ },
4442
+ "optional": false
4443
+ }
4444
+ ]
4445
+ },
4446
+ "ListRecordsArgs": {
4447
+ "k": "object",
4448
+ "props": [
4449
+ {
4450
+ "name": "baseId",
4451
+ "schema": {
4452
+ "k": "string"
4453
+ },
4454
+ "optional": false
4455
+ },
4456
+ {
4457
+ "name": "tableId",
4458
+ "schema": {
4459
+ "k": "string"
4460
+ },
4461
+ "optional": false
4462
+ },
4463
+ {
4464
+ "name": "pageSize",
4465
+ "schema": {
4466
+ "k": "number"
4467
+ },
4468
+ "optional": true
4469
+ }
4470
+ ]
4471
+ },
4472
+ "ListTablesArgs": {
4473
+ "k": "object",
4474
+ "props": [
4475
+ {
4476
+ "name": "baseId",
4477
+ "schema": {
4478
+ "k": "string"
4479
+ },
4480
+ "optional": false
4481
+ }
4482
+ ]
4483
+ },
4484
+ "UpdateRecordArgs": {
4485
+ "k": "object",
4486
+ "props": [
4487
+ {
4488
+ "name": "baseId",
4489
+ "schema": {
4490
+ "k": "string"
4491
+ },
4492
+ "optional": false
4493
+ },
4494
+ {
4495
+ "name": "tableId",
4496
+ "schema": {
4497
+ "k": "string"
4498
+ },
4499
+ "optional": false
4500
+ },
4501
+ {
4502
+ "name": "recordId",
4503
+ "schema": {
4504
+ "k": "string"
4505
+ },
4506
+ "optional": false
4507
+ },
4508
+ {
4509
+ "name": "fields",
4510
+ "schema": {
4511
+ "k": "record",
4512
+ "value": {
4513
+ "k": "any"
4514
+ }
4515
+ },
4516
+ "optional": false
4517
+ }
4518
+ ]
4519
+ }
4520
+ },
4521
+ "functions": {
4522
+ "listBases": [],
4523
+ "listTables": [
4524
+ {
4525
+ "name": "baseId",
4526
+ "schema": {
4527
+ "k": "ref",
4528
+ "name": "ListTablesArgs"
4529
+ },
4530
+ "optional": false
4531
+ }
4532
+ ],
4533
+ "listRecords": [
4534
+ {
4535
+ "name": "args",
4536
+ "schema": {
4537
+ "k": "ref",
4538
+ "name": "ListRecordsArgs"
4539
+ },
4540
+ "optional": false
4541
+ }
4542
+ ],
4543
+ "getRecord": [
4544
+ {
4545
+ "name": "args",
4546
+ "schema": {
4547
+ "k": "ref",
4548
+ "name": "GetRecordArgs"
4549
+ },
4550
+ "optional": false
4551
+ }
4552
+ ],
4553
+ "createRecord": [
4554
+ {
4555
+ "name": "args",
4556
+ "schema": {
4557
+ "k": "ref",
4558
+ "name": "CreateRecordArgs"
4559
+ },
4560
+ "optional": false
4561
+ }
4562
+ ],
4563
+ "updateRecord": [
4564
+ {
4565
+ "name": "args",
4566
+ "schema": {
4567
+ "k": "ref",
4568
+ "name": "UpdateRecordArgs"
4569
+ },
4570
+ "optional": false
4571
+ }
4572
+ ]
4573
+ }
4574
+ },
4079
4575
  "providers.ajmadison": {
4080
4576
  "defs": {
4081
4577
  "AjmadisonSearchArgs": {
@@ -4315,6 +4811,32 @@ export const VALIDATORS = {
4315
4811
  }
4316
4812
  ]
4317
4813
  },
4814
+ "ListCategoryProductsArgs": {
4815
+ "k": "object",
4816
+ "props": [
4817
+ {
4818
+ "name": "department",
4819
+ "schema": {
4820
+ "k": "string"
4821
+ },
4822
+ "optional": false
4823
+ },
4824
+ {
4825
+ "name": "sort",
4826
+ "schema": {
4827
+ "k": "string"
4828
+ },
4829
+ "optional": true
4830
+ },
4831
+ {
4832
+ "name": "page",
4833
+ "schema": {
4834
+ "k": "number"
4835
+ },
4836
+ "optional": true
4837
+ }
4838
+ ]
4839
+ },
4318
4840
  "SearchProductsArgs": {
4319
4841
  "k": "object",
4320
4842
  "props": [
@@ -4359,6 +4881,13 @@ export const VALIDATORS = {
4359
4881
  "k": "string"
4360
4882
  },
4361
4883
  "optional": true
4884
+ },
4885
+ {
4886
+ "name": "page",
4887
+ "schema": {
4888
+ "k": "number"
4889
+ },
4890
+ "optional": true
4362
4891
  }
4363
4892
  ]
4364
4893
  }
@@ -4374,6 +4903,16 @@ export const VALIDATORS = {
4374
4903
  "optional": false
4375
4904
  }
4376
4905
  ],
4906
+ "listCategoryProducts": [
4907
+ {
4908
+ "name": "args",
4909
+ "schema": {
4910
+ "k": "ref",
4911
+ "name": "ListCategoryProductsArgs"
4912
+ },
4913
+ "optional": false
4914
+ }
4915
+ ],
4377
4916
  "suggestKeywords": [
4378
4917
  {
4379
4918
  "name": "prefix",
@@ -5705,6 +6244,15 @@ export const VALIDATORS = {
5705
6244
  "optional": false
5706
6245
  }
5707
6246
  ],
6247
+ "listTodaySessions": [
6248
+ {
6249
+ "name": "storeSlugOrUrl",
6250
+ "schema": {
6251
+ "k": "string"
6252
+ },
6253
+ "optional": false
6254
+ }
6255
+ ],
5708
6256
  "listNewsroomPosts": [],
5709
6257
  "getNewsroomPost": [
5710
6258
  {
@@ -6570,6 +7118,20 @@ export const VALIDATORS = {
6570
7118
  ]
6571
7119
  }
6572
7120
  },
7121
+ "providers.bahn": {
7122
+ "defs": {},
7123
+ "functions": {
7124
+ "listDisruptions": [
7125
+ {
7126
+ "name": "trainCategory",
7127
+ "schema": {
7128
+ "k": "string"
7129
+ },
7130
+ "optional": true
7131
+ }
7132
+ ]
7133
+ }
7134
+ },
6573
7135
  "providers.bankmycell": {
6574
7136
  "defs": {},
6575
7137
  "functions": {
@@ -10945,6 +11507,39 @@ export const VALIDATORS = {
10945
11507
  ]
10946
11508
  }
10947
11509
  },
11510
+ "providers.countycourt_vic_gov_au": {
11511
+ "defs": {
11512
+ "CountycourtListSlug": {
11513
+ "k": "union",
11514
+ "of": [
11515
+ {
11516
+ "k": "literal",
11517
+ "v": "crime-and-appeals"
11518
+ },
11519
+ {
11520
+ "k": "literal",
11521
+ "v": "civil"
11522
+ },
11523
+ {
11524
+ "k": "literal",
11525
+ "v": "circuit"
11526
+ }
11527
+ ]
11528
+ }
11529
+ },
11530
+ "functions": {
11531
+ "dailyList": [
11532
+ {
11533
+ "name": "list",
11534
+ "schema": {
11535
+ "k": "ref",
11536
+ "name": "CountycourtListSlug"
11537
+ },
11538
+ "optional": true
11539
+ }
11540
+ ]
11541
+ }
11542
+ },
10948
11543
  "providers.couponfollow": {
10949
11544
  "defs": {},
10950
11545
  "functions": {
@@ -11693,6 +12288,29 @@ export const VALIDATORS = {
11693
12288
  ]
11694
12289
  }
11695
12290
  },
12291
+ "providers.deutschepost": {
12292
+ "defs": {},
12293
+ "functions": {
12294
+ "getDialogpostRates": [
12295
+ {
12296
+ "name": "options",
12297
+ "schema": {
12298
+ "k": "object",
12299
+ "props": [
12300
+ {
12301
+ "name": "format",
12302
+ "schema": {
12303
+ "k": "string"
12304
+ },
12305
+ "optional": true
12306
+ }
12307
+ ]
12308
+ },
12309
+ "optional": true
12310
+ }
12311
+ ]
12312
+ }
12313
+ },
11696
12314
  "providers.developersopenai": {
11697
12315
  "defs": {},
11698
12316
  "functions": {
@@ -11707,6 +12325,34 @@ export const VALIDATORS = {
11707
12325
  ]
11708
12326
  }
11709
12327
  },
12328
+ "providers.dfs_rotogrinderssearch": {
12329
+ "defs": {
12330
+ "SearchArgs": {
12331
+ "k": "object",
12332
+ "props": [
12333
+ {
12334
+ "name": "query",
12335
+ "schema": {
12336
+ "k": "string"
12337
+ },
12338
+ "optional": false
12339
+ }
12340
+ ]
12341
+ }
12342
+ },
12343
+ "functions": {
12344
+ "search": [
12345
+ {
12346
+ "name": "args",
12347
+ "schema": {
12348
+ "k": "ref",
12349
+ "name": "SearchArgs"
12350
+ },
12351
+ "optional": false
12352
+ }
12353
+ ]
12354
+ }
12355
+ },
11710
12356
  "providers.dice": {
11711
12357
  "defs": {},
11712
12358
  "functions": {
@@ -12504,6 +13150,29 @@ export const VALIDATORS = {
12504
13150
  ]
12505
13151
  }
12506
13152
  },
13153
+ "providers.energyaustralia_com_au": {
13154
+ "defs": {},
13155
+ "functions": {
13156
+ "getBusinessElectricityQuote": [
13157
+ {
13158
+ "name": "arg0",
13159
+ "schema": {
13160
+ "k": "object",
13161
+ "props": [
13162
+ {
13163
+ "name": "postcode",
13164
+ "schema": {
13165
+ "k": "string"
13166
+ },
13167
+ "optional": false
13168
+ }
13169
+ ]
13170
+ },
13171
+ "optional": false
13172
+ }
13173
+ ]
13174
+ }
13175
+ },
12507
13176
  "providers.epromos": {
12508
13177
  "defs": {},
12509
13178
  "functions": {
@@ -12734,6 +13403,29 @@ export const VALIDATORS = {
12734
13403
  ]
12735
13404
  }
12736
13405
  },
13406
+ "providers.evag": {
13407
+ "defs": {},
13408
+ "functions": {
13409
+ "listDepartures": [
13410
+ {
13411
+ "name": "stopId",
13412
+ "schema": {
13413
+ "k": "string"
13414
+ },
13415
+ "optional": false
13416
+ }
13417
+ ],
13418
+ "searchStop": [
13419
+ {
13420
+ "name": "query",
13421
+ "schema": {
13422
+ "k": "string"
13423
+ },
13424
+ "optional": false
13425
+ }
13426
+ ]
13427
+ }
13428
+ },
12737
13429
  "providers.eventsource": {
12738
13430
  "defs": {},
12739
13431
  "functions": {
@@ -15076,6 +15768,32 @@ export const VALIDATORS = {
15076
15768
  }
15077
15769
  ]
15078
15770
  },
15771
+ "SearchNearbyArgs": {
15772
+ "k": "object",
15773
+ "props": [
15774
+ {
15775
+ "name": "query",
15776
+ "schema": {
15777
+ "k": "string"
15778
+ },
15779
+ "optional": false
15780
+ },
15781
+ {
15782
+ "name": "lat",
15783
+ "schema": {
15784
+ "k": "number"
15785
+ },
15786
+ "optional": false
15787
+ },
15788
+ {
15789
+ "name": "lng",
15790
+ "schema": {
15791
+ "k": "number"
15792
+ },
15793
+ "optional": false
15794
+ }
15795
+ ]
15796
+ },
15079
15797
  "SearchPlacesArgs": {
15080
15798
  "k": "object",
15081
15799
  "props": [
@@ -15122,6 +15840,16 @@ export const VALIDATORS = {
15122
15840
  "optional": false
15123
15841
  }
15124
15842
  ],
15843
+ "searchNearby": [
15844
+ {
15845
+ "name": "args",
15846
+ "schema": {
15847
+ "k": "ref",
15848
+ "name": "SearchNearbyArgs"
15849
+ },
15850
+ "optional": false
15851
+ }
15852
+ ],
15125
15853
  "geocodeAddress": [
15126
15854
  {
15127
15855
  "name": "args",
@@ -20033,6 +20761,79 @@ export const VALIDATORS = {
20033
20761
  "listCommunities": []
20034
20762
  }
20035
20763
  },
20764
+ "providers.letterboxd": {
20765
+ "defs": {},
20766
+ "functions": {
20767
+ "film": [
20768
+ {
20769
+ "name": "args",
20770
+ "schema": {
20771
+ "k": "object",
20772
+ "props": [
20773
+ {
20774
+ "name": "slug",
20775
+ "schema": {
20776
+ "k": "string"
20777
+ },
20778
+ "optional": false
20779
+ }
20780
+ ]
20781
+ },
20782
+ "optional": false
20783
+ }
20784
+ ],
20785
+ "memberFilms": [
20786
+ {
20787
+ "name": "args",
20788
+ "schema": {
20789
+ "k": "object",
20790
+ "props": [
20791
+ {
20792
+ "name": "member",
20793
+ "schema": {
20794
+ "k": "string"
20795
+ },
20796
+ "optional": false
20797
+ },
20798
+ {
20799
+ "name": "limit",
20800
+ "schema": {
20801
+ "k": "number"
20802
+ },
20803
+ "optional": true
20804
+ }
20805
+ ]
20806
+ },
20807
+ "optional": false
20808
+ }
20809
+ ],
20810
+ "memberDiary": [
20811
+ {
20812
+ "name": "args",
20813
+ "schema": {
20814
+ "k": "object",
20815
+ "props": [
20816
+ {
20817
+ "name": "member",
20818
+ "schema": {
20819
+ "k": "string"
20820
+ },
20821
+ "optional": false
20822
+ },
20823
+ {
20824
+ "name": "limit",
20825
+ "schema": {
20826
+ "k": "number"
20827
+ },
20828
+ "optional": true
20829
+ }
20830
+ ]
20831
+ },
20832
+ "optional": false
20833
+ }
20834
+ ]
20835
+ }
20836
+ },
20036
20837
  "providers.linkedin": {
20037
20838
  "defs": {
20038
20839
  "LinkedinJobSearchQuery": {
@@ -22727,6 +23528,34 @@ export const VALIDATORS = {
22727
23528
  ]
22728
23529
  }
22729
23530
  },
23531
+ "providers.originenergy_com_au": {
23532
+ "defs": {
23533
+ "OriginBusinessElectricityQuoteArgs": {
23534
+ "k": "object",
23535
+ "props": [
23536
+ {
23537
+ "name": "postcode",
23538
+ "schema": {
23539
+ "k": "string"
23540
+ },
23541
+ "optional": false
23542
+ }
23543
+ ]
23544
+ }
23545
+ },
23546
+ "functions": {
23547
+ "getBusinessElectricityQuote": [
23548
+ {
23549
+ "name": "arg0",
23550
+ "schema": {
23551
+ "k": "ref",
23552
+ "name": "OriginBusinessElectricityQuoteArgs"
23553
+ },
23554
+ "optional": false
23555
+ }
23556
+ ]
23557
+ }
23558
+ },
22730
23559
  "providers.othership": {
22731
23560
  "defs": {},
22732
23561
  "functions": {
@@ -22997,6 +23826,206 @@ export const VALIDATORS = {
22997
23826
  ]
22998
23827
  }
22999
23828
  },
23829
+ "providers.packlane": {
23830
+ "defs": {
23831
+ "GetQuoteArgs": {
23832
+ "k": "object",
23833
+ "props": [
23834
+ {
23835
+ "name": "size",
23836
+ "schema": {
23837
+ "k": "ref",
23838
+ "name": "MailerBoxSize"
23839
+ },
23840
+ "optional": false
23841
+ },
23842
+ {
23843
+ "name": "material",
23844
+ "schema": {
23845
+ "k": "ref",
23846
+ "name": "MailerBoxMaterial"
23847
+ },
23848
+ "optional": false
23849
+ },
23850
+ {
23851
+ "name": "printSides",
23852
+ "schema": {
23853
+ "k": "ref",
23854
+ "name": "PrintSidesOption"
23855
+ },
23856
+ "optional": false
23857
+ },
23858
+ {
23859
+ "name": "quantity",
23860
+ "schema": {
23861
+ "k": "number"
23862
+ },
23863
+ "optional": false
23864
+ }
23865
+ ]
23866
+ },
23867
+ "MailerBoxMaterial": {
23868
+ "k": "union",
23869
+ "of": [
23870
+ {
23871
+ "k": "literal",
23872
+ "v": "white"
23873
+ },
23874
+ {
23875
+ "k": "literal",
23876
+ "v": "white-b-flute"
23877
+ },
23878
+ {
23879
+ "k": "literal",
23880
+ "v": "dreamcoat"
23881
+ },
23882
+ {
23883
+ "k": "literal",
23884
+ "v": "dreamcoat-b-flute"
23885
+ },
23886
+ {
23887
+ "k": "literal",
23888
+ "v": "kraft"
23889
+ },
23890
+ {
23891
+ "k": "literal",
23892
+ "v": "kraft-b-flute"
23893
+ }
23894
+ ]
23895
+ },
23896
+ "MailerBoxSize": {
23897
+ "k": "union",
23898
+ "of": [
23899
+ {
23900
+ "k": "literal",
23901
+ "v": "5x3x1.5"
23902
+ },
23903
+ {
23904
+ "k": "literal",
23905
+ "v": "6x4x3"
23906
+ },
23907
+ {
23908
+ "k": "literal",
23909
+ "v": "6x5x2.25"
23910
+ },
23911
+ {
23912
+ "k": "literal",
23913
+ "v": "7x5x3"
23914
+ },
23915
+ {
23916
+ "k": "literal",
23917
+ "v": "8x6x3"
23918
+ },
23919
+ {
23920
+ "k": "literal",
23921
+ "v": "9x6x4"
23922
+ },
23923
+ {
23924
+ "k": "literal",
23925
+ "v": "9x7x2.25"
23926
+ },
23927
+ {
23928
+ "k": "literal",
23929
+ "v": "9.5x7.75x4"
23930
+ },
23931
+ {
23932
+ "k": "literal",
23933
+ "v": "10x8x4"
23934
+ },
23935
+ {
23936
+ "k": "literal",
23937
+ "v": "11.25x9x3"
23938
+ },
23939
+ {
23940
+ "k": "literal",
23941
+ "v": "12x9x2"
23942
+ },
23943
+ {
23944
+ "k": "literal",
23945
+ "v": "12x10x4"
23946
+ },
23947
+ {
23948
+ "k": "literal",
23949
+ "v": "13x10x5"
23950
+ },
23951
+ {
23952
+ "k": "literal",
23953
+ "v": "14x10x4"
23954
+ }
23955
+ ]
23956
+ },
23957
+ "PrintSidesOption": {
23958
+ "k": "union",
23959
+ "of": [
23960
+ {
23961
+ "k": "literal",
23962
+ "v": "both-sides"
23963
+ },
23964
+ {
23965
+ "k": "literal",
23966
+ "v": "outside"
23967
+ },
23968
+ {
23969
+ "k": "literal",
23970
+ "v": "inside"
23971
+ },
23972
+ {
23973
+ "k": "literal",
23974
+ "v": "blank"
23975
+ }
23976
+ ]
23977
+ }
23978
+ },
23979
+ "functions": {
23980
+ "getQuote": [
23981
+ {
23982
+ "name": "args",
23983
+ "schema": {
23984
+ "k": "ref",
23985
+ "name": "GetQuoteArgs"
23986
+ },
23987
+ "optional": false
23988
+ }
23989
+ ]
23990
+ }
23991
+ },
23992
+ "providers.pawsup": {
23993
+ "defs": {},
23994
+ "functions": {
23995
+ "checkAvailability": [
23996
+ {
23997
+ "name": "args",
23998
+ "schema": {
23999
+ "k": "object",
24000
+ "props": [
24001
+ {
24002
+ "name": "checkInDate",
24003
+ "schema": {
24004
+ "k": "string"
24005
+ },
24006
+ "optional": false
24007
+ },
24008
+ {
24009
+ "name": "checkOutDate",
24010
+ "schema": {
24011
+ "k": "string"
24012
+ },
24013
+ "optional": false
24014
+ },
24015
+ {
24016
+ "name": "guests",
24017
+ "schema": {
24018
+ "k": "number"
24019
+ },
24020
+ "optional": true
24021
+ }
24022
+ ]
24023
+ },
24024
+ "optional": false
24025
+ }
24026
+ ]
24027
+ }
24028
+ },
23000
24029
  "providers.paypal": {
23001
24030
  "defs": {
23002
24031
  "PaypalConversionKind": {
@@ -23624,6 +24653,20 @@ export const VALIDATORS = {
23624
24653
  ]
23625
24654
  }
23626
24655
  },
24656
+ "providers.planning_inspectorate_ni": {
24657
+ "defs": {},
24658
+ "functions": {
24659
+ "search": [
24660
+ {
24661
+ "name": "query",
24662
+ "schema": {
24663
+ "k": "string"
24664
+ },
24665
+ "optional": false
24666
+ }
24667
+ ]
24668
+ }
24669
+ },
23627
24670
  "providers.platform_claude_com": {
23628
24671
  "defs": {},
23629
24672
  "functions": {
@@ -23741,6 +24784,48 @@ export const VALIDATORS = {
23741
24784
  ]
23742
24785
  }
23743
24786
  },
24787
+ "providers.postcard_direct_mail": {
24788
+ "defs": {
24789
+ "GetQuoteArgs": {
24790
+ "k": "object",
24791
+ "props": [
24792
+ {
24793
+ "name": "quantity",
24794
+ "schema": {
24795
+ "k": "number"
24796
+ },
24797
+ "optional": false
24798
+ },
24799
+ {
24800
+ "name": "size",
24801
+ "schema": {
24802
+ "k": "string"
24803
+ },
24804
+ "optional": true
24805
+ },
24806
+ {
24807
+ "name": "stock",
24808
+ "schema": {
24809
+ "k": "string"
24810
+ },
24811
+ "optional": true
24812
+ }
24813
+ ]
24814
+ }
24815
+ },
24816
+ "functions": {
24817
+ "getQuote": [
24818
+ {
24819
+ "name": "args",
24820
+ "schema": {
24821
+ "k": "ref",
24822
+ "name": "GetQuoteArgs"
24823
+ },
24824
+ "optional": false
24825
+ }
24826
+ ]
24827
+ }
24828
+ },
23744
24829
  "providers.postiz": {
23745
24830
  "defs": {
23746
24831
  "CreatePostArgs": {
@@ -23857,6 +24942,20 @@ export const VALIDATORS = {
23857
24942
  ]
23858
24943
  }
23859
24944
  },
24945
+ "providers.powys": {
24946
+ "defs": {},
24947
+ "functions": {
24948
+ "search": [
24949
+ {
24950
+ "name": "query",
24951
+ "schema": {
24952
+ "k": "string"
24953
+ },
24954
+ "optional": false
24955
+ }
24956
+ ]
24957
+ }
24958
+ },
23860
24959
  "providers.premierbuildings": {
23861
24960
  "defs": {},
23862
24961
  "functions": {
@@ -23920,36 +25019,6 @@ export const VALIDATORS = {
23920
25019
  "k": "string"
23921
25020
  },
23922
25021
  "optional": false
23923
- },
23924
- {
23925
- "name": "options",
23926
- "schema": {
23927
- "k": "object",
23928
- "props": [
23929
- {
23930
- "name": "waysToWatch",
23931
- "schema": {
23932
- "k": "union",
23933
- "of": [
23934
- {
23935
- "k": "literal",
23936
- "v": "prime"
23937
- },
23938
- {
23939
- "k": "literal",
23940
- "v": "channels"
23941
- },
23942
- {
23943
- "k": "literal",
23944
- "v": "rentOrBuy"
23945
- }
23946
- ]
23947
- },
23948
- "optional": true
23949
- }
23950
- ]
23951
- },
23952
- "optional": true
23953
25022
  }
23954
25023
  ],
23955
25024
  "suggestTitles": [
@@ -24052,7 +25121,7 @@ export const VALIDATORS = {
24052
25121
  "listChannels": [],
24053
25122
  "getChannel": [
24054
25123
  {
24055
- "name": "channelId",
25124
+ "name": "channel",
24056
25125
  "schema": {
24057
25126
  "k": "string"
24058
25127
  },
@@ -24104,7 +25173,16 @@ export const VALIDATORS = {
24104
25173
  "optional": false
24105
25174
  }
24106
25175
  ],
24107
- "listLiveSports": []
25176
+ "listLiveSports": [],
25177
+ "listRelatedTitles": [
25178
+ {
25179
+ "name": "titleId",
25180
+ "schema": {
25181
+ "k": "string"
25182
+ },
25183
+ "optional": false
25184
+ }
25185
+ ]
24108
25186
  }
24109
25187
  },
24110
25188
  "providers.progressive": {
@@ -32847,6 +33925,20 @@ export const VALIDATORS = {
32847
33925
  ]
32848
33926
  }
32849
33927
  },
33928
+ "providers.wholefoodsmarket": {
33929
+ "defs": {},
33930
+ "functions": {
33931
+ "search": [
33932
+ {
33933
+ "name": "query",
33934
+ "schema": {
33935
+ "k": "string"
33936
+ },
33937
+ "optional": false
33938
+ }
33939
+ ]
33940
+ }
33941
+ },
32850
33942
  "providers.winestyles": {
32851
33943
  "defs": {},
32852
33944
  "functions": {
@@ -33115,6 +34207,24 @@ export const VALIDATORS = {
33115
34207
  "optional": false
33116
34208
  }
33117
34209
  ],
34210
+ "suggestSearches": [
34211
+ {
34212
+ "name": "input",
34213
+ "schema": {
34214
+ "k": "object",
34215
+ "props": [
34216
+ {
34217
+ "name": "query",
34218
+ "schema": {
34219
+ "k": "string"
34220
+ },
34221
+ "optional": false
34222
+ }
34223
+ ]
34224
+ },
34225
+ "optional": false
34226
+ }
34227
+ ],
33118
34228
  "getTranscript": [
33119
34229
  {
33120
34230
  "name": "input",
@@ -33220,6 +34330,590 @@ export const VALIDATORS = {
33220
34330
  },
33221
34331
  "optional": false
33222
34332
  }
34333
+ ],
34334
+ "listCommentReplies": [
34335
+ {
34336
+ "name": "input",
34337
+ "schema": {
34338
+ "k": "object",
34339
+ "props": [
34340
+ {
34341
+ "name": "continuation",
34342
+ "schema": {
34343
+ "k": "string"
34344
+ },
34345
+ "optional": false
34346
+ }
34347
+ ]
34348
+ },
34349
+ "optional": false
34350
+ }
34351
+ ],
34352
+ "listRelatedVideos": [
34353
+ {
34354
+ "name": "input",
34355
+ "schema": {
34356
+ "k": "union",
34357
+ "of": [
34358
+ {
34359
+ "k": "object",
34360
+ "props": [
34361
+ {
34362
+ "name": "video",
34363
+ "schema": {
34364
+ "k": "string"
34365
+ },
34366
+ "optional": false
34367
+ }
34368
+ ]
34369
+ },
34370
+ {
34371
+ "k": "object",
34372
+ "props": [
34373
+ {
34374
+ "name": "continuation",
34375
+ "schema": {
34376
+ "k": "string"
34377
+ },
34378
+ "optional": false
34379
+ }
34380
+ ]
34381
+ }
34382
+ ]
34383
+ },
34384
+ "optional": false
34385
+ }
34386
+ ],
34387
+ "listChapters": [
34388
+ {
34389
+ "name": "input",
34390
+ "schema": {
34391
+ "k": "object",
34392
+ "props": [
34393
+ {
34394
+ "name": "video",
34395
+ "schema": {
34396
+ "k": "string"
34397
+ },
34398
+ "optional": false
34399
+ }
34400
+ ]
34401
+ },
34402
+ "optional": false
34403
+ }
34404
+ ],
34405
+ "getLiveChat": [
34406
+ {
34407
+ "name": "input",
34408
+ "schema": {
34409
+ "k": "union",
34410
+ "of": [
34411
+ {
34412
+ "k": "object",
34413
+ "props": [
34414
+ {
34415
+ "name": "video",
34416
+ "schema": {
34417
+ "k": "string"
34418
+ },
34419
+ "optional": false
34420
+ }
34421
+ ]
34422
+ },
34423
+ {
34424
+ "k": "object",
34425
+ "props": [
34426
+ {
34427
+ "name": "continuation",
34428
+ "schema": {
34429
+ "k": "string"
34430
+ },
34431
+ "optional": false
34432
+ }
34433
+ ]
34434
+ }
34435
+ ]
34436
+ },
34437
+ "optional": false
34438
+ }
34439
+ ],
34440
+ "listCaptionTracks": [
34441
+ {
34442
+ "name": "input",
34443
+ "schema": {
34444
+ "k": "object",
34445
+ "props": [
34446
+ {
34447
+ "name": "video",
34448
+ "schema": {
34449
+ "k": "string"
34450
+ },
34451
+ "optional": false
34452
+ }
34453
+ ]
34454
+ },
34455
+ "optional": false
34456
+ }
34457
+ ],
34458
+ "listStreamFormats": [
34459
+ {
34460
+ "name": "input",
34461
+ "schema": {
34462
+ "k": "object",
34463
+ "props": [
34464
+ {
34465
+ "name": "video",
34466
+ "schema": {
34467
+ "k": "string"
34468
+ },
34469
+ "optional": false
34470
+ }
34471
+ ]
34472
+ },
34473
+ "optional": false
34474
+ }
34475
+ ],
34476
+ "listHashtagVideos": [
34477
+ {
34478
+ "name": "input",
34479
+ "schema": {
34480
+ "k": "object",
34481
+ "props": [
34482
+ {
34483
+ "name": "hashtag",
34484
+ "schema": {
34485
+ "k": "string"
34486
+ },
34487
+ "optional": false
34488
+ }
34489
+ ]
34490
+ },
34491
+ "optional": false
34492
+ }
34493
+ ],
34494
+ "getChannel": [
34495
+ {
34496
+ "name": "input",
34497
+ "schema": {
34498
+ "k": "object",
34499
+ "props": [
34500
+ {
34501
+ "name": "channel",
34502
+ "schema": {
34503
+ "k": "string"
34504
+ },
34505
+ "optional": false
34506
+ }
34507
+ ]
34508
+ },
34509
+ "optional": false
34510
+ }
34511
+ ],
34512
+ "listChannelVideos": [
34513
+ {
34514
+ "name": "input",
34515
+ "schema": {
34516
+ "k": "union",
34517
+ "of": [
34518
+ {
34519
+ "k": "object",
34520
+ "props": [
34521
+ {
34522
+ "name": "channel",
34523
+ "schema": {
34524
+ "k": "string"
34525
+ },
34526
+ "optional": false
34527
+ }
34528
+ ]
34529
+ },
34530
+ {
34531
+ "k": "object",
34532
+ "props": [
34533
+ {
34534
+ "name": "continuation",
34535
+ "schema": {
34536
+ "k": "string"
34537
+ },
34538
+ "optional": false
34539
+ }
34540
+ ]
34541
+ }
34542
+ ]
34543
+ },
34544
+ "optional": false
34545
+ }
34546
+ ],
34547
+ "listChannelShorts": [
34548
+ {
34549
+ "name": "input",
34550
+ "schema": {
34551
+ "k": "union",
34552
+ "of": [
34553
+ {
34554
+ "k": "object",
34555
+ "props": [
34556
+ {
34557
+ "name": "channel",
34558
+ "schema": {
34559
+ "k": "string"
34560
+ },
34561
+ "optional": false
34562
+ }
34563
+ ]
34564
+ },
34565
+ {
34566
+ "k": "object",
34567
+ "props": [
34568
+ {
34569
+ "name": "continuation",
34570
+ "schema": {
34571
+ "k": "string"
34572
+ },
34573
+ "optional": false
34574
+ }
34575
+ ]
34576
+ }
34577
+ ]
34578
+ },
34579
+ "optional": false
34580
+ }
34581
+ ],
34582
+ "listChannelLiveStreams": [
34583
+ {
34584
+ "name": "input",
34585
+ "schema": {
34586
+ "k": "union",
34587
+ "of": [
34588
+ {
34589
+ "k": "object",
34590
+ "props": [
34591
+ {
34592
+ "name": "channel",
34593
+ "schema": {
34594
+ "k": "string"
34595
+ },
34596
+ "optional": false
34597
+ }
34598
+ ]
34599
+ },
34600
+ {
34601
+ "k": "object",
34602
+ "props": [
34603
+ {
34604
+ "name": "continuation",
34605
+ "schema": {
34606
+ "k": "string"
34607
+ },
34608
+ "optional": false
34609
+ }
34610
+ ]
34611
+ }
34612
+ ]
34613
+ },
34614
+ "optional": false
34615
+ }
34616
+ ],
34617
+ "listChannelPlaylists": [
34618
+ {
34619
+ "name": "input",
34620
+ "schema": {
34621
+ "k": "union",
34622
+ "of": [
34623
+ {
34624
+ "k": "object",
34625
+ "props": [
34626
+ {
34627
+ "name": "channel",
34628
+ "schema": {
34629
+ "k": "string"
34630
+ },
34631
+ "optional": false
34632
+ }
34633
+ ]
34634
+ },
34635
+ {
34636
+ "k": "object",
34637
+ "props": [
34638
+ {
34639
+ "name": "continuation",
34640
+ "schema": {
34641
+ "k": "string"
34642
+ },
34643
+ "optional": false
34644
+ }
34645
+ ]
34646
+ }
34647
+ ]
34648
+ },
34649
+ "optional": false
34650
+ }
34651
+ ],
34652
+ "listChannelPosts": [
34653
+ {
34654
+ "name": "input",
34655
+ "schema": {
34656
+ "k": "union",
34657
+ "of": [
34658
+ {
34659
+ "k": "object",
34660
+ "props": [
34661
+ {
34662
+ "name": "channel",
34663
+ "schema": {
34664
+ "k": "string"
34665
+ },
34666
+ "optional": false
34667
+ }
34668
+ ]
34669
+ },
34670
+ {
34671
+ "k": "object",
34672
+ "props": [
34673
+ {
34674
+ "name": "continuation",
34675
+ "schema": {
34676
+ "k": "string"
34677
+ },
34678
+ "optional": false
34679
+ }
34680
+ ]
34681
+ }
34682
+ ]
34683
+ },
34684
+ "optional": false
34685
+ }
34686
+ ],
34687
+ "searchWithinChannel": [
34688
+ {
34689
+ "name": "input",
34690
+ "schema": {
34691
+ "k": "union",
34692
+ "of": [
34693
+ {
34694
+ "k": "object",
34695
+ "props": [
34696
+ {
34697
+ "name": "channel",
34698
+ "schema": {
34699
+ "k": "string"
34700
+ },
34701
+ "optional": false
34702
+ },
34703
+ {
34704
+ "name": "query",
34705
+ "schema": {
34706
+ "k": "string"
34707
+ },
34708
+ "optional": false
34709
+ }
34710
+ ]
34711
+ },
34712
+ {
34713
+ "k": "object",
34714
+ "props": [
34715
+ {
34716
+ "name": "continuation",
34717
+ "schema": {
34718
+ "k": "string"
34719
+ },
34720
+ "optional": false
34721
+ }
34722
+ ]
34723
+ }
34724
+ ]
34725
+ },
34726
+ "optional": false
34727
+ }
34728
+ ],
34729
+ "getPlaylist": [
34730
+ {
34731
+ "name": "input",
34732
+ "schema": {
34733
+ "k": "object",
34734
+ "props": [
34735
+ {
34736
+ "name": "playlist",
34737
+ "schema": {
34738
+ "k": "string"
34739
+ },
34740
+ "optional": false
34741
+ }
34742
+ ]
34743
+ },
34744
+ "optional": false
34745
+ }
34746
+ ],
34747
+ "listPlaylistVideos": [
34748
+ {
34749
+ "name": "input",
34750
+ "schema": {
34751
+ "k": "union",
34752
+ "of": [
34753
+ {
34754
+ "k": "object",
34755
+ "props": [
34756
+ {
34757
+ "name": "playlist",
34758
+ "schema": {
34759
+ "k": "string"
34760
+ },
34761
+ "optional": false
34762
+ }
34763
+ ]
34764
+ },
34765
+ {
34766
+ "k": "object",
34767
+ "props": [
34768
+ {
34769
+ "name": "continuation",
34770
+ "schema": {
34771
+ "k": "string"
34772
+ },
34773
+ "optional": false
34774
+ }
34775
+ ]
34776
+ }
34777
+ ]
34778
+ },
34779
+ "optional": false
34780
+ }
34781
+ ],
34782
+ "listHomeFeed": [
34783
+ {
34784
+ "name": "input",
34785
+ "schema": {
34786
+ "k": "object",
34787
+ "props": [
34788
+ {
34789
+ "name": "limit",
34790
+ "schema": {
34791
+ "k": "number"
34792
+ },
34793
+ "optional": true
34794
+ }
34795
+ ]
34796
+ },
34797
+ "optional": true
34798
+ }
34799
+ ],
34800
+ "listWatchLater": [
34801
+ {
34802
+ "name": "input",
34803
+ "schema": {
34804
+ "k": "object",
34805
+ "props": [
34806
+ {
34807
+ "name": "continuation",
34808
+ "schema": {
34809
+ "k": "string"
34810
+ },
34811
+ "optional": true
34812
+ }
34813
+ ]
34814
+ },
34815
+ "optional": true
34816
+ }
34817
+ ],
34818
+ "listLikedVideos": [
34819
+ {
34820
+ "name": "input",
34821
+ "schema": {
34822
+ "k": "object",
34823
+ "props": [
34824
+ {
34825
+ "name": "continuation",
34826
+ "schema": {
34827
+ "k": "string"
34828
+ },
34829
+ "optional": true
34830
+ }
34831
+ ]
34832
+ },
34833
+ "optional": true
34834
+ }
34835
+ ],
34836
+ "createPlaylist": [
34837
+ {
34838
+ "name": "input",
34839
+ "schema": {
34840
+ "k": "object",
34841
+ "props": [
34842
+ {
34843
+ "name": "title",
34844
+ "schema": {
34845
+ "k": "string"
34846
+ },
34847
+ "optional": false
34848
+ },
34849
+ {
34850
+ "name": "description",
34851
+ "schema": {
34852
+ "k": "string"
34853
+ },
34854
+ "optional": true
34855
+ },
34856
+ {
34857
+ "name": "privacy",
34858
+ "schema": {
34859
+ "k": "union",
34860
+ "of": [
34861
+ {
34862
+ "k": "literal",
34863
+ "v": "private"
34864
+ },
34865
+ {
34866
+ "k": "literal",
34867
+ "v": "unlisted"
34868
+ },
34869
+ {
34870
+ "k": "literal",
34871
+ "v": "public"
34872
+ }
34873
+ ]
34874
+ },
34875
+ "optional": true
34876
+ }
34877
+ ]
34878
+ },
34879
+ "optional": false
34880
+ }
34881
+ ],
34882
+ "createChannel": [],
34883
+ "addToPlaylist": [
34884
+ {
34885
+ "name": "input",
34886
+ "schema": {
34887
+ "k": "object",
34888
+ "props": [
34889
+ {
34890
+ "name": "playlist",
34891
+ "schema": {
34892
+ "k": "string"
34893
+ },
34894
+ "optional": false
34895
+ },
34896
+ {
34897
+ "name": "video",
34898
+ "schema": {
34899
+ "k": "string"
34900
+ },
34901
+ "optional": true
34902
+ },
34903
+ {
34904
+ "name": "videos",
34905
+ "schema": {
34906
+ "k": "array",
34907
+ "of": {
34908
+ "k": "string"
34909
+ }
34910
+ },
34911
+ "optional": true
34912
+ }
34913
+ ]
34914
+ },
34915
+ "optional": false
34916
+ }
33223
34917
  ]
33224
34918
  }
33225
34919
  },