@bowmark/web 1.24.0 → 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: 0d8827f7a99d497bd9259feb3f5bd13b057c5a6793454c543b7ac1b7c784b9e2
9
- // 1111 checked, 20 unchecked.
8
+ // Manifest version: 8cc406ad353aaf7223bd7938597d0198b89ecc312e3388dff6a1c405b92c38a8
9
+ // 1164 checked, 20 unchecked.
10
10
  export const VALIDATORS = {
11
- "version": "0d8827f7a99d497bd9259feb3f5bd13b057c5a6793454c543b7ac1b7c784b9e2",
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": {
@@ -2895,6 +3055,57 @@ export const VALIDATORS = {
2895
3055
  ]
2896
3056
  }
2897
3057
  },
3058
+ "stream_channel": {
3059
+ "defs": {
3060
+ "SetChannelOptions": {
3061
+ "k": "object",
3062
+ "props": [
3063
+ {
3064
+ "name": "platform",
3065
+ "schema": {
3066
+ "k": "literal",
3067
+ "v": "twitch"
3068
+ },
3069
+ "optional": true
3070
+ },
3071
+ {
3072
+ "name": "title",
3073
+ "schema": {
3074
+ "k": "string"
3075
+ },
3076
+ "optional": true
3077
+ },
3078
+ {
3079
+ "name": "language",
3080
+ "schema": {
3081
+ "k": "string"
3082
+ },
3083
+ "optional": true
3084
+ },
3085
+ {
3086
+ "name": "game",
3087
+ "schema": {
3088
+ "k": "string"
3089
+ },
3090
+ "optional": true
3091
+ }
3092
+ ]
3093
+ }
3094
+ },
3095
+ "functions": {
3096
+ "get": [],
3097
+ "set": [
3098
+ {
3099
+ "name": "options",
3100
+ "schema": {
3101
+ "k": "ref",
3102
+ "name": "SetChannelOptions"
3103
+ },
3104
+ "optional": false
3105
+ }
3106
+ ]
3107
+ }
3108
+ },
2898
3109
  "stream_highlights": {
2899
3110
  "defs": {
2900
3111
  "CreateHighlightOptions": {
@@ -3123,6 +3334,156 @@ export const VALIDATORS = {
3123
3334
  ]
3124
3335
  }
3125
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
+ },
3126
3487
  "weather": {
3127
3488
  "defs": {},
3128
3489
  "functions": {
@@ -4025,6 +4386,192 @@ export const VALIDATORS = {
4025
4386
  ]
4026
4387
  }
4027
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
+ },
4028
4575
  "providers.ajmadison": {
4029
4576
  "defs": {
4030
4577
  "AjmadisonSearchArgs": {
@@ -4264,6 +4811,32 @@ export const VALIDATORS = {
4264
4811
  }
4265
4812
  ]
4266
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
+ },
4267
4840
  "SearchProductsArgs": {
4268
4841
  "k": "object",
4269
4842
  "props": [
@@ -4308,6 +4881,13 @@ export const VALIDATORS = {
4308
4881
  "k": "string"
4309
4882
  },
4310
4883
  "optional": true
4884
+ },
4885
+ {
4886
+ "name": "page",
4887
+ "schema": {
4888
+ "k": "number"
4889
+ },
4890
+ "optional": true
4311
4891
  }
4312
4892
  ]
4313
4893
  }
@@ -4323,6 +4903,16 @@ export const VALIDATORS = {
4323
4903
  "optional": false
4324
4904
  }
4325
4905
  ],
4906
+ "listCategoryProducts": [
4907
+ {
4908
+ "name": "args",
4909
+ "schema": {
4910
+ "k": "ref",
4911
+ "name": "ListCategoryProductsArgs"
4912
+ },
4913
+ "optional": false
4914
+ }
4915
+ ],
4326
4916
  "suggestKeywords": [
4327
4917
  {
4328
4918
  "name": "prefix",
@@ -5654,6 +6244,15 @@ export const VALIDATORS = {
5654
6244
  "optional": false
5655
6245
  }
5656
6246
  ],
6247
+ "listTodaySessions": [
6248
+ {
6249
+ "name": "storeSlugOrUrl",
6250
+ "schema": {
6251
+ "k": "string"
6252
+ },
6253
+ "optional": false
6254
+ }
6255
+ ],
5657
6256
  "listNewsroomPosts": [],
5658
6257
  "getNewsroomPost": [
5659
6258
  {
@@ -6519,6 +7118,20 @@ export const VALIDATORS = {
6519
7118
  ]
6520
7119
  }
6521
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
+ },
6522
7135
  "providers.bankmycell": {
6523
7136
  "defs": {},
6524
7137
  "functions": {
@@ -8026,206 +8639,6 @@ export const VALIDATORS = {
8026
8639
  ]
8027
8640
  }
8028
8641
  },
8029
- "providers.browser_use": {
8030
- "defs": {
8031
- "BrowserUseCreateRunArgs": {
8032
- "k": "object",
8033
- "props": [
8034
- {
8035
- "name": "task",
8036
- "schema": {
8037
- "k": "string"
8038
- },
8039
- "optional": false
8040
- },
8041
- {
8042
- "name": "model",
8043
- "schema": {
8044
- "k": "string"
8045
- },
8046
- "optional": true
8047
- },
8048
- {
8049
- "name": "sessionId",
8050
- "schema": {
8051
- "k": "string"
8052
- },
8053
- "optional": true
8054
- },
8055
- {
8056
- "name": "maxCostUsd",
8057
- "schema": {
8058
- "k": "number"
8059
- },
8060
- "optional": true
8061
- },
8062
- {
8063
- "name": "proxyCountryCode",
8064
- "schema": {
8065
- "k": "string"
8066
- },
8067
- "optional": true
8068
- }
8069
- ]
8070
- },
8071
- "BrowserUseEventsArgs": {
8072
- "k": "object",
8073
- "props": [
8074
- {
8075
- "name": "runId",
8076
- "schema": {
8077
- "k": "string"
8078
- },
8079
- "optional": false
8080
- },
8081
- {
8082
- "name": "after",
8083
- "schema": {
8084
- "k": "number"
8085
- },
8086
- "optional": true
8087
- },
8088
- {
8089
- "name": "limit",
8090
- "schema": {
8091
- "k": "number"
8092
- },
8093
- "optional": true
8094
- }
8095
- ]
8096
- },
8097
- "BrowserUseQueueArgs": {
8098
- "k": "object",
8099
- "props": [
8100
- {
8101
- "name": "sessionId",
8102
- "schema": {
8103
- "k": "string"
8104
- },
8105
- "optional": false
8106
- },
8107
- {
8108
- "name": "text",
8109
- "schema": {
8110
- "k": "string"
8111
- },
8112
- "optional": false
8113
- },
8114
- {
8115
- "name": "interrupt",
8116
- "schema": {
8117
- "k": "boolean"
8118
- },
8119
- "optional": true
8120
- }
8121
- ]
8122
- }
8123
- },
8124
- "functions": {
8125
- "createRun": [
8126
- {
8127
- "name": "args",
8128
- "schema": {
8129
- "k": "ref",
8130
- "name": "BrowserUseCreateRunArgs"
8131
- },
8132
- "optional": false
8133
- }
8134
- ],
8135
- "getRun": [
8136
- {
8137
- "name": "runId",
8138
- "schema": {
8139
- "k": "string"
8140
- },
8141
- "optional": false
8142
- }
8143
- ],
8144
- "getRunStatus": [
8145
- {
8146
- "name": "runId",
8147
- "schema": {
8148
- "k": "string"
8149
- },
8150
- "optional": false
8151
- }
8152
- ],
8153
- "listRunEvents": [
8154
- {
8155
- "name": "args",
8156
- "schema": {
8157
- "k": "ref",
8158
- "name": "BrowserUseEventsArgs"
8159
- },
8160
- "optional": false
8161
- }
8162
- ],
8163
- "listSessionRuns": [
8164
- {
8165
- "name": "sessionId",
8166
- "schema": {
8167
- "k": "string"
8168
- },
8169
- "optional": false
8170
- }
8171
- ],
8172
- "cancelRun": [
8173
- {
8174
- "name": "runId",
8175
- "schema": {
8176
- "k": "string"
8177
- },
8178
- "optional": false
8179
- }
8180
- ],
8181
- "getSession": [
8182
- {
8183
- "name": "sessionId",
8184
- "schema": {
8185
- "k": "string"
8186
- },
8187
- "optional": false
8188
- }
8189
- ],
8190
- "queueMessage": [
8191
- {
8192
- "name": "args",
8193
- "schema": {
8194
- "k": "ref",
8195
- "name": "BrowserUseQueueArgs"
8196
- },
8197
- "optional": false
8198
- }
8199
- ],
8200
- "findSessionBrowser": [
8201
- {
8202
- "name": "sessionId",
8203
- "schema": {
8204
- "k": "string"
8205
- },
8206
- "optional": false
8207
- }
8208
- ],
8209
- "getBrowser": [
8210
- {
8211
- "name": "browserId",
8212
- "schema": {
8213
- "k": "string"
8214
- },
8215
- "optional": false
8216
- }
8217
- ],
8218
- "stopBrowser": [
8219
- {
8220
- "name": "browserId",
8221
- "schema": {
8222
- "k": "string"
8223
- },
8224
- "optional": false
8225
- }
8226
- ]
8227
- }
8228
- },
8229
8642
  "providers.builder_strucsure_com": {
8230
8643
  "defs": {},
8231
8644
  "functions": {
@@ -11094,6 +11507,39 @@ export const VALIDATORS = {
11094
11507
  ]
11095
11508
  }
11096
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
+ },
11097
11543
  "providers.couponfollow": {
11098
11544
  "defs": {},
11099
11545
  "functions": {
@@ -11842,6 +12288,29 @@ export const VALIDATORS = {
11842
12288
  ]
11843
12289
  }
11844
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
+ },
11845
12314
  "providers.developersopenai": {
11846
12315
  "defs": {},
11847
12316
  "functions": {
@@ -11856,6 +12325,34 @@ export const VALIDATORS = {
11856
12325
  ]
11857
12326
  }
11858
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
+ },
11859
12356
  "providers.dice": {
11860
12357
  "defs": {},
11861
12358
  "functions": {
@@ -12653,6 +13150,29 @@ export const VALIDATORS = {
12653
13150
  ]
12654
13151
  }
12655
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
+ },
12656
13176
  "providers.epromos": {
12657
13177
  "defs": {},
12658
13178
  "functions": {
@@ -12883,6 +13403,29 @@ export const VALIDATORS = {
12883
13403
  ]
12884
13404
  }
12885
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
+ },
12886
13429
  "providers.eventsource": {
12887
13430
  "defs": {},
12888
13431
  "functions": {
@@ -15225,6 +15768,32 @@ export const VALIDATORS = {
15225
15768
  }
15226
15769
  ]
15227
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
+ },
15228
15797
  "SearchPlacesArgs": {
15229
15798
  "k": "object",
15230
15799
  "props": [
@@ -15271,6 +15840,16 @@ export const VALIDATORS = {
15271
15840
  "optional": false
15272
15841
  }
15273
15842
  ],
15843
+ "searchNearby": [
15844
+ {
15845
+ "name": "args",
15846
+ "schema": {
15847
+ "k": "ref",
15848
+ "name": "SearchNearbyArgs"
15849
+ },
15850
+ "optional": false
15851
+ }
15852
+ ],
15274
15853
  "geocodeAddress": [
15275
15854
  {
15276
15855
  "name": "args",
@@ -20182,6 +20761,79 @@ export const VALIDATORS = {
20182
20761
  "listCommunities": []
20183
20762
  }
20184
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
+ },
20185
20837
  "providers.linkedin": {
20186
20838
  "defs": {
20187
20839
  "LinkedinJobSearchQuery": {
@@ -22831,6 +23483,79 @@ export const VALIDATORS = {
22831
23483
  ]
22832
23484
  }
22833
23485
  },
23486
+ "providers.onthemarket": {
23487
+ "defs": {
23488
+ "SearchArgs": {
23489
+ "k": "object",
23490
+ "props": [
23491
+ {
23492
+ "name": "location",
23493
+ "schema": {
23494
+ "k": "string"
23495
+ },
23496
+ "optional": false
23497
+ },
23498
+ {
23499
+ "name": "type",
23500
+ "schema": {
23501
+ "k": "union",
23502
+ "of": [
23503
+ {
23504
+ "k": "literal",
23505
+ "v": "sale"
23506
+ },
23507
+ {
23508
+ "k": "literal",
23509
+ "v": "rent"
23510
+ }
23511
+ ]
23512
+ },
23513
+ "optional": false
23514
+ }
23515
+ ]
23516
+ }
23517
+ },
23518
+ "functions": {
23519
+ "search": [
23520
+ {
23521
+ "name": "args",
23522
+ "schema": {
23523
+ "k": "ref",
23524
+ "name": "SearchArgs"
23525
+ },
23526
+ "optional": false
23527
+ }
23528
+ ]
23529
+ }
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
+ },
22834
23559
  "providers.othership": {
22835
23560
  "defs": {},
22836
23561
  "functions": {
@@ -23101,6 +23826,206 @@ export const VALIDATORS = {
23101
23826
  ]
23102
23827
  }
23103
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
+ },
23104
24029
  "providers.paypal": {
23105
24030
  "defs": {
23106
24031
  "PaypalConversionKind": {
@@ -23728,6 +24653,20 @@ export const VALIDATORS = {
23728
24653
  ]
23729
24654
  }
23730
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
+ },
23731
24670
  "providers.platform_claude_com": {
23732
24671
  "defs": {},
23733
24672
  "functions": {
@@ -23845,6 +24784,48 @@ export const VALIDATORS = {
23845
24784
  ]
23846
24785
  }
23847
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
+ },
23848
24829
  "providers.postiz": {
23849
24830
  "defs": {
23850
24831
  "CreatePostArgs": {
@@ -23961,6 +24942,20 @@ export const VALIDATORS = {
23961
24942
  ]
23962
24943
  }
23963
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
+ },
23964
24959
  "providers.premierbuildings": {
23965
24960
  "defs": {},
23966
24961
  "functions": {
@@ -24024,36 +25019,6 @@ export const VALIDATORS = {
24024
25019
  "k": "string"
24025
25020
  },
24026
25021
  "optional": false
24027
- },
24028
- {
24029
- "name": "options",
24030
- "schema": {
24031
- "k": "object",
24032
- "props": [
24033
- {
24034
- "name": "waysToWatch",
24035
- "schema": {
24036
- "k": "union",
24037
- "of": [
24038
- {
24039
- "k": "literal",
24040
- "v": "prime"
24041
- },
24042
- {
24043
- "k": "literal",
24044
- "v": "channels"
24045
- },
24046
- {
24047
- "k": "literal",
24048
- "v": "rentOrBuy"
24049
- }
24050
- ]
24051
- },
24052
- "optional": true
24053
- }
24054
- ]
24055
- },
24056
- "optional": true
24057
25022
  }
24058
25023
  ],
24059
25024
  "suggestTitles": [
@@ -24156,7 +25121,7 @@ export const VALIDATORS = {
24156
25121
  "listChannels": [],
24157
25122
  "getChannel": [
24158
25123
  {
24159
- "name": "channelId",
25124
+ "name": "channel",
24160
25125
  "schema": {
24161
25126
  "k": "string"
24162
25127
  },
@@ -24208,7 +25173,16 @@ export const VALIDATORS = {
24208
25173
  "optional": false
24209
25174
  }
24210
25175
  ],
24211
- "listLiveSports": []
25176
+ "listLiveSports": [],
25177
+ "listRelatedTitles": [
25178
+ {
25179
+ "name": "titleId",
25180
+ "schema": {
25181
+ "k": "string"
25182
+ },
25183
+ "optional": false
25184
+ }
25185
+ ]
24212
25186
  }
24213
25187
  },
24214
25188
  "providers.progressive": {
@@ -32951,6 +33925,20 @@ export const VALIDATORS = {
32951
33925
  ]
32952
33926
  }
32953
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
+ },
32954
33942
  "providers.winestyles": {
32955
33943
  "defs": {},
32956
33944
  "functions": {
@@ -33219,6 +34207,24 @@ export const VALIDATORS = {
33219
34207
  "optional": false
33220
34208
  }
33221
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
+ ],
33222
34228
  "getTranscript": [
33223
34229
  {
33224
34230
  "name": "input",
@@ -33272,6 +34278,642 @@ export const VALIDATORS = {
33272
34278
  },
33273
34279
  "optional": false
33274
34280
  }
34281
+ ],
34282
+ "listComments": [
34283
+ {
34284
+ "name": "input",
34285
+ "schema": {
34286
+ "k": "union",
34287
+ "of": [
34288
+ {
34289
+ "k": "object",
34290
+ "props": [
34291
+ {
34292
+ "name": "video",
34293
+ "schema": {
34294
+ "k": "string"
34295
+ },
34296
+ "optional": false
34297
+ },
34298
+ {
34299
+ "name": "sortBy",
34300
+ "schema": {
34301
+ "k": "union",
34302
+ "of": [
34303
+ {
34304
+ "k": "literal",
34305
+ "v": "top"
34306
+ },
34307
+ {
34308
+ "k": "literal",
34309
+ "v": "newest"
34310
+ }
34311
+ ]
34312
+ },
34313
+ "optional": true
34314
+ }
34315
+ ]
34316
+ },
34317
+ {
34318
+ "k": "object",
34319
+ "props": [
34320
+ {
34321
+ "name": "continuation",
34322
+ "schema": {
34323
+ "k": "string"
34324
+ },
34325
+ "optional": false
34326
+ }
34327
+ ]
34328
+ }
34329
+ ]
34330
+ },
34331
+ "optional": false
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
+ }
33275
34917
  ]
33276
34918
  }
33277
34919
  },