@utdk/spotify 1.0.0-20260407.6-dev.646adf4

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/metadata.ts ADDED
@@ -0,0 +1,1963 @@
1
+ import type { ToolRuntimeMetadataMap } from "../client.js";
2
+
3
+ export const toolMetadata = {
4
+ "get-an-album": {
5
+ "accessPath": [
6
+ "getAnAlbum"
7
+ ],
8
+ "bodyAllowsAdditionalProperties": false,
9
+ "bodyKind": "none",
10
+ "bodyPropertyKeys": [],
11
+ "contentType": "application/json",
12
+ "headerParameterKeys": [],
13
+ "method": "GET",
14
+ "routeTemplate": "/v1/albums/{id}",
15
+ "pathConflictKeys": [],
16
+ "pathParameterKeys": [
17
+ "id"
18
+ ],
19
+ "queryConflictKeys": [],
20
+ "queryParameterKeys": [
21
+ "market"
22
+ ]
23
+ },
24
+ "get-multiple-albums": {
25
+ "accessPath": [
26
+ "getMultipleAlbums"
27
+ ],
28
+ "bodyAllowsAdditionalProperties": false,
29
+ "bodyKind": "none",
30
+ "bodyPropertyKeys": [],
31
+ "contentType": "application/json",
32
+ "headerParameterKeys": [],
33
+ "method": "GET",
34
+ "routeTemplate": "/v1/albums",
35
+ "pathConflictKeys": [],
36
+ "pathParameterKeys": [],
37
+ "queryConflictKeys": [],
38
+ "queryParameterKeys": [
39
+ "ids",
40
+ "market"
41
+ ]
42
+ },
43
+ "get-an-albums-tracks": {
44
+ "accessPath": [
45
+ "getAnAlbumsTracks"
46
+ ],
47
+ "bodyAllowsAdditionalProperties": false,
48
+ "bodyKind": "none",
49
+ "bodyPropertyKeys": [],
50
+ "contentType": "application/json",
51
+ "headerParameterKeys": [],
52
+ "method": "GET",
53
+ "routeTemplate": "/v1/albums/{id}/tracks",
54
+ "pathConflictKeys": [],
55
+ "pathParameterKeys": [
56
+ "id"
57
+ ],
58
+ "queryConflictKeys": [],
59
+ "queryParameterKeys": [
60
+ "market",
61
+ "limit",
62
+ "offset"
63
+ ]
64
+ },
65
+ "get-an-artist": {
66
+ "accessPath": [
67
+ "getAnArtist"
68
+ ],
69
+ "bodyAllowsAdditionalProperties": false,
70
+ "bodyKind": "none",
71
+ "bodyPropertyKeys": [],
72
+ "contentType": "application/json",
73
+ "headerParameterKeys": [],
74
+ "method": "GET",
75
+ "routeTemplate": "/v1/artists/{id}",
76
+ "pathConflictKeys": [],
77
+ "pathParameterKeys": [
78
+ "id"
79
+ ],
80
+ "queryConflictKeys": [],
81
+ "queryParameterKeys": []
82
+ },
83
+ "get-multiple-artists": {
84
+ "accessPath": [
85
+ "getMultipleArtists"
86
+ ],
87
+ "bodyAllowsAdditionalProperties": false,
88
+ "bodyKind": "none",
89
+ "bodyPropertyKeys": [],
90
+ "contentType": "application/json",
91
+ "headerParameterKeys": [],
92
+ "method": "GET",
93
+ "routeTemplate": "/v1/artists",
94
+ "pathConflictKeys": [],
95
+ "pathParameterKeys": [],
96
+ "queryConflictKeys": [],
97
+ "queryParameterKeys": [
98
+ "ids"
99
+ ]
100
+ },
101
+ "get-an-artists-albums": {
102
+ "accessPath": [
103
+ "getAnArtistsAlbums"
104
+ ],
105
+ "bodyAllowsAdditionalProperties": false,
106
+ "bodyKind": "none",
107
+ "bodyPropertyKeys": [],
108
+ "contentType": "application/json",
109
+ "headerParameterKeys": [],
110
+ "method": "GET",
111
+ "routeTemplate": "/v1/artists/{id}/albums",
112
+ "pathConflictKeys": [],
113
+ "pathParameterKeys": [
114
+ "id"
115
+ ],
116
+ "queryConflictKeys": [],
117
+ "queryParameterKeys": [
118
+ "include_groups",
119
+ "market",
120
+ "limit",
121
+ "offset"
122
+ ]
123
+ },
124
+ "get-an-artists-top-tracks": {
125
+ "accessPath": [
126
+ "getAnArtistsTopTracks"
127
+ ],
128
+ "bodyAllowsAdditionalProperties": false,
129
+ "bodyKind": "none",
130
+ "bodyPropertyKeys": [],
131
+ "contentType": "application/json",
132
+ "headerParameterKeys": [],
133
+ "method": "GET",
134
+ "routeTemplate": "/v1/artists/{id}/top-tracks",
135
+ "pathConflictKeys": [],
136
+ "pathParameterKeys": [
137
+ "id"
138
+ ],
139
+ "queryConflictKeys": [],
140
+ "queryParameterKeys": [
141
+ "market"
142
+ ]
143
+ },
144
+ "get-an-artists-related-artists": {
145
+ "accessPath": [
146
+ "getAnArtistsRelatedArtists"
147
+ ],
148
+ "bodyAllowsAdditionalProperties": false,
149
+ "bodyKind": "none",
150
+ "bodyPropertyKeys": [],
151
+ "contentType": "application/json",
152
+ "headerParameterKeys": [],
153
+ "method": "GET",
154
+ "routeTemplate": "/v1/artists/{id}/related-artists",
155
+ "pathConflictKeys": [],
156
+ "pathParameterKeys": [
157
+ "id"
158
+ ],
159
+ "queryConflictKeys": [],
160
+ "queryParameterKeys": []
161
+ },
162
+ "get-a-show": {
163
+ "accessPath": [
164
+ "getAShow"
165
+ ],
166
+ "bodyAllowsAdditionalProperties": false,
167
+ "bodyKind": "none",
168
+ "bodyPropertyKeys": [],
169
+ "contentType": "application/json",
170
+ "headerParameterKeys": [],
171
+ "method": "GET",
172
+ "routeTemplate": "/v1/shows/{id}",
173
+ "pathConflictKeys": [],
174
+ "pathParameterKeys": [
175
+ "id"
176
+ ],
177
+ "queryConflictKeys": [],
178
+ "queryParameterKeys": [
179
+ "market"
180
+ ]
181
+ },
182
+ "get-multiple-shows": {
183
+ "accessPath": [
184
+ "getMultipleShows"
185
+ ],
186
+ "bodyAllowsAdditionalProperties": false,
187
+ "bodyKind": "none",
188
+ "bodyPropertyKeys": [],
189
+ "contentType": "application/json",
190
+ "headerParameterKeys": [],
191
+ "method": "GET",
192
+ "routeTemplate": "/v1/shows",
193
+ "pathConflictKeys": [],
194
+ "pathParameterKeys": [],
195
+ "queryConflictKeys": [],
196
+ "queryParameterKeys": [
197
+ "market",
198
+ "ids"
199
+ ]
200
+ },
201
+ "get-a-shows-episodes": {
202
+ "accessPath": [
203
+ "getAShowsEpisodes"
204
+ ],
205
+ "bodyAllowsAdditionalProperties": false,
206
+ "bodyKind": "none",
207
+ "bodyPropertyKeys": [],
208
+ "contentType": "application/json",
209
+ "headerParameterKeys": [],
210
+ "method": "GET",
211
+ "routeTemplate": "/v1/shows/{id}/episodes",
212
+ "pathConflictKeys": [],
213
+ "pathParameterKeys": [
214
+ "id"
215
+ ],
216
+ "queryConflictKeys": [],
217
+ "queryParameterKeys": [
218
+ "market",
219
+ "limit",
220
+ "offset"
221
+ ]
222
+ },
223
+ "get-an-episode": {
224
+ "accessPath": [
225
+ "getAnEpisode"
226
+ ],
227
+ "bodyAllowsAdditionalProperties": false,
228
+ "bodyKind": "none",
229
+ "bodyPropertyKeys": [],
230
+ "contentType": "application/json",
231
+ "headerParameterKeys": [],
232
+ "method": "GET",
233
+ "routeTemplate": "/v1/episodes/{id}",
234
+ "pathConflictKeys": [],
235
+ "pathParameterKeys": [
236
+ "id"
237
+ ],
238
+ "queryConflictKeys": [],
239
+ "queryParameterKeys": [
240
+ "market"
241
+ ]
242
+ },
243
+ "get-multiple-episodes": {
244
+ "accessPath": [
245
+ "getMultipleEpisodes"
246
+ ],
247
+ "bodyAllowsAdditionalProperties": false,
248
+ "bodyKind": "none",
249
+ "bodyPropertyKeys": [],
250
+ "contentType": "application/json",
251
+ "headerParameterKeys": [],
252
+ "method": "GET",
253
+ "routeTemplate": "/v1/episodes",
254
+ "pathConflictKeys": [],
255
+ "pathParameterKeys": [],
256
+ "queryConflictKeys": [],
257
+ "queryParameterKeys": [
258
+ "ids",
259
+ "market"
260
+ ]
261
+ },
262
+ "get-an-audiobook": {
263
+ "accessPath": [
264
+ "getAnAudiobook"
265
+ ],
266
+ "bodyAllowsAdditionalProperties": false,
267
+ "bodyKind": "none",
268
+ "bodyPropertyKeys": [],
269
+ "contentType": "application/json",
270
+ "headerParameterKeys": [],
271
+ "method": "GET",
272
+ "routeTemplate": "/v1/audiobooks/{id}",
273
+ "pathConflictKeys": [],
274
+ "pathParameterKeys": [
275
+ "id"
276
+ ],
277
+ "queryConflictKeys": [],
278
+ "queryParameterKeys": [
279
+ "market"
280
+ ]
281
+ },
282
+ "get-multiple-audiobooks": {
283
+ "accessPath": [
284
+ "getMultipleAudiobooks"
285
+ ],
286
+ "bodyAllowsAdditionalProperties": false,
287
+ "bodyKind": "none",
288
+ "bodyPropertyKeys": [],
289
+ "contentType": "application/json",
290
+ "headerParameterKeys": [],
291
+ "method": "GET",
292
+ "routeTemplate": "/v1/audiobooks",
293
+ "pathConflictKeys": [],
294
+ "pathParameterKeys": [],
295
+ "queryConflictKeys": [],
296
+ "queryParameterKeys": [
297
+ "ids",
298
+ "market"
299
+ ]
300
+ },
301
+ "get-audiobook-chapters": {
302
+ "accessPath": [
303
+ "getAudiobookChapters"
304
+ ],
305
+ "bodyAllowsAdditionalProperties": false,
306
+ "bodyKind": "none",
307
+ "bodyPropertyKeys": [],
308
+ "contentType": "application/json",
309
+ "headerParameterKeys": [],
310
+ "method": "GET",
311
+ "routeTemplate": "/v1/audiobooks/{id}/chapters",
312
+ "pathConflictKeys": [],
313
+ "pathParameterKeys": [
314
+ "id"
315
+ ],
316
+ "queryConflictKeys": [],
317
+ "queryParameterKeys": [
318
+ "market",
319
+ "limit",
320
+ "offset"
321
+ ]
322
+ },
323
+ "get-users-saved-audiobooks": {
324
+ "accessPath": [
325
+ "getUsersSavedAudiobooks"
326
+ ],
327
+ "bodyAllowsAdditionalProperties": false,
328
+ "bodyKind": "none",
329
+ "bodyPropertyKeys": [],
330
+ "contentType": "application/json",
331
+ "headerParameterKeys": [],
332
+ "method": "GET",
333
+ "routeTemplate": "/v1/me/audiobooks",
334
+ "pathConflictKeys": [],
335
+ "pathParameterKeys": [],
336
+ "queryConflictKeys": [],
337
+ "queryParameterKeys": [
338
+ "limit",
339
+ "offset"
340
+ ]
341
+ },
342
+ "save-audiobooks-user": {
343
+ "accessPath": [
344
+ "saveAudiobooksUser"
345
+ ],
346
+ "bodyAllowsAdditionalProperties": false,
347
+ "bodyKind": "none",
348
+ "bodyPropertyKeys": [],
349
+ "contentType": "application/json",
350
+ "headerParameterKeys": [],
351
+ "method": "PUT",
352
+ "routeTemplate": "/v1/me/audiobooks",
353
+ "pathConflictKeys": [],
354
+ "pathParameterKeys": [],
355
+ "queryConflictKeys": [],
356
+ "queryParameterKeys": [
357
+ "ids"
358
+ ]
359
+ },
360
+ "remove-audiobooks-user": {
361
+ "accessPath": [
362
+ "removeAudiobooksUser"
363
+ ],
364
+ "bodyAllowsAdditionalProperties": false,
365
+ "bodyKind": "none",
366
+ "bodyPropertyKeys": [],
367
+ "contentType": "application/json",
368
+ "headerParameterKeys": [],
369
+ "method": "DELETE",
370
+ "routeTemplate": "/v1/me/audiobooks",
371
+ "pathConflictKeys": [],
372
+ "pathParameterKeys": [],
373
+ "queryConflictKeys": [],
374
+ "queryParameterKeys": [
375
+ "ids"
376
+ ]
377
+ },
378
+ "check-users-saved-audiobooks": {
379
+ "accessPath": [
380
+ "checkUsersSavedAudiobooks"
381
+ ],
382
+ "bodyAllowsAdditionalProperties": false,
383
+ "bodyKind": "none",
384
+ "bodyPropertyKeys": [],
385
+ "contentType": "application/json",
386
+ "headerParameterKeys": [],
387
+ "method": "GET",
388
+ "routeTemplate": "/v1/me/audiobooks/contains",
389
+ "pathConflictKeys": [],
390
+ "pathParameterKeys": [],
391
+ "queryConflictKeys": [],
392
+ "queryParameterKeys": [
393
+ "ids"
394
+ ]
395
+ },
396
+ "get-a-chapter": {
397
+ "accessPath": [
398
+ "getAChapter"
399
+ ],
400
+ "bodyAllowsAdditionalProperties": false,
401
+ "bodyKind": "none",
402
+ "bodyPropertyKeys": [],
403
+ "contentType": "application/json",
404
+ "headerParameterKeys": [],
405
+ "method": "GET",
406
+ "routeTemplate": "/v1/chapters/{id}",
407
+ "pathConflictKeys": [],
408
+ "pathParameterKeys": [
409
+ "id"
410
+ ],
411
+ "queryConflictKeys": [],
412
+ "queryParameterKeys": [
413
+ "market"
414
+ ]
415
+ },
416
+ "get-several-chapters": {
417
+ "accessPath": [
418
+ "getSeveralChapters"
419
+ ],
420
+ "bodyAllowsAdditionalProperties": false,
421
+ "bodyKind": "none",
422
+ "bodyPropertyKeys": [],
423
+ "contentType": "application/json",
424
+ "headerParameterKeys": [],
425
+ "method": "GET",
426
+ "routeTemplate": "/v1/chapters",
427
+ "pathConflictKeys": [],
428
+ "pathParameterKeys": [],
429
+ "queryConflictKeys": [],
430
+ "queryParameterKeys": [
431
+ "ids",
432
+ "market"
433
+ ]
434
+ },
435
+ "get-track": {
436
+ "accessPath": [
437
+ "getTrack"
438
+ ],
439
+ "bodyAllowsAdditionalProperties": false,
440
+ "bodyKind": "none",
441
+ "bodyPropertyKeys": [],
442
+ "contentType": "application/json",
443
+ "headerParameterKeys": [],
444
+ "method": "GET",
445
+ "routeTemplate": "/v1/tracks/{id}",
446
+ "pathConflictKeys": [],
447
+ "pathParameterKeys": [
448
+ "id"
449
+ ],
450
+ "queryConflictKeys": [],
451
+ "queryParameterKeys": [
452
+ "market"
453
+ ]
454
+ },
455
+ "get-several-tracks": {
456
+ "accessPath": [
457
+ "getSeveralTracks"
458
+ ],
459
+ "bodyAllowsAdditionalProperties": false,
460
+ "bodyKind": "none",
461
+ "bodyPropertyKeys": [],
462
+ "contentType": "application/json",
463
+ "headerParameterKeys": [],
464
+ "method": "GET",
465
+ "routeTemplate": "/v1/tracks",
466
+ "pathConflictKeys": [],
467
+ "pathParameterKeys": [],
468
+ "queryConflictKeys": [],
469
+ "queryParameterKeys": [
470
+ "market",
471
+ "ids"
472
+ ]
473
+ },
474
+ "search": {
475
+ "accessPath": [
476
+ "search"
477
+ ],
478
+ "bodyAllowsAdditionalProperties": false,
479
+ "bodyKind": "none",
480
+ "bodyPropertyKeys": [],
481
+ "contentType": "application/json",
482
+ "headerParameterKeys": [],
483
+ "method": "GET",
484
+ "routeTemplate": "/v1/search",
485
+ "pathConflictKeys": [],
486
+ "pathParameterKeys": [],
487
+ "queryConflictKeys": [],
488
+ "queryParameterKeys": [
489
+ "q",
490
+ "type",
491
+ "market",
492
+ "limit",
493
+ "offset",
494
+ "include_external"
495
+ ]
496
+ },
497
+ "get-current-users-profile": {
498
+ "accessPath": [
499
+ "getCurrentUsersProfile"
500
+ ],
501
+ "bodyAllowsAdditionalProperties": false,
502
+ "bodyKind": "none",
503
+ "bodyPropertyKeys": [],
504
+ "contentType": "application/json",
505
+ "headerParameterKeys": [],
506
+ "method": "GET",
507
+ "routeTemplate": "/v1/me",
508
+ "pathConflictKeys": [],
509
+ "pathParameterKeys": [],
510
+ "queryConflictKeys": [],
511
+ "queryParameterKeys": []
512
+ },
513
+ "get-playlist": {
514
+ "accessPath": [
515
+ "getPlaylist"
516
+ ],
517
+ "bodyAllowsAdditionalProperties": false,
518
+ "bodyKind": "none",
519
+ "bodyPropertyKeys": [],
520
+ "contentType": "application/json",
521
+ "headerParameterKeys": [],
522
+ "method": "GET",
523
+ "routeTemplate": "/v1/playlists/{playlist_id}",
524
+ "pathConflictKeys": [],
525
+ "pathParameterKeys": [
526
+ "playlist_id"
527
+ ],
528
+ "queryConflictKeys": [],
529
+ "queryParameterKeys": [
530
+ "market",
531
+ "fields",
532
+ "additional_types"
533
+ ]
534
+ },
535
+ "change-playlist-details": {
536
+ "accessPath": [
537
+ "changePlaylistDetails"
538
+ ],
539
+ "bodyAllowsAdditionalProperties": true,
540
+ "bodyKind": "properties",
541
+ "bodyPropertyKeys": [
542
+ "name",
543
+ "public",
544
+ "collaborative",
545
+ "description"
546
+ ],
547
+ "contentType": "application/json",
548
+ "headerParameterKeys": [],
549
+ "method": "PUT",
550
+ "routeTemplate": "/v1/playlists/{playlist_id}",
551
+ "pathConflictKeys": [],
552
+ "pathParameterKeys": [
553
+ "playlist_id"
554
+ ],
555
+ "queryConflictKeys": [],
556
+ "queryParameterKeys": []
557
+ },
558
+ "get-playlists-tracks": {
559
+ "accessPath": [
560
+ "getPlaylistsTracks"
561
+ ],
562
+ "bodyAllowsAdditionalProperties": false,
563
+ "bodyKind": "none",
564
+ "bodyPropertyKeys": [],
565
+ "contentType": "application/json",
566
+ "headerParameterKeys": [],
567
+ "method": "GET",
568
+ "routeTemplate": "/v1/playlists/{playlist_id}/tracks",
569
+ "pathConflictKeys": [],
570
+ "pathParameterKeys": [
571
+ "playlist_id"
572
+ ],
573
+ "queryConflictKeys": [],
574
+ "queryParameterKeys": [
575
+ "market",
576
+ "fields",
577
+ "limit",
578
+ "offset",
579
+ "additional_types"
580
+ ]
581
+ },
582
+ "add-tracks-to-playlist": {
583
+ "accessPath": [
584
+ "addTracksToPlaylist"
585
+ ],
586
+ "bodyAllowsAdditionalProperties": true,
587
+ "bodyKind": "properties",
588
+ "bodyPropertyKeys": [
589
+ "uris",
590
+ "position"
591
+ ],
592
+ "contentType": "application/json",
593
+ "headerParameterKeys": [],
594
+ "method": "POST",
595
+ "routeTemplate": "/v1/playlists/{playlist_id}/tracks",
596
+ "pathConflictKeys": [],
597
+ "pathParameterKeys": [
598
+ "playlist_id"
599
+ ],
600
+ "queryConflictKeys": [
601
+ "position",
602
+ "uris"
603
+ ],
604
+ "queryParameterKeys": [
605
+ "position",
606
+ "uris"
607
+ ]
608
+ },
609
+ "reorder-or-replace-playlists-tracks": {
610
+ "accessPath": [
611
+ "reorderOrReplacePlaylistsTracks"
612
+ ],
613
+ "bodyAllowsAdditionalProperties": true,
614
+ "bodyKind": "properties",
615
+ "bodyPropertyKeys": [
616
+ "uris",
617
+ "range_start",
618
+ "insert_before",
619
+ "range_length",
620
+ "snapshot_id"
621
+ ],
622
+ "contentType": "application/json",
623
+ "headerParameterKeys": [],
624
+ "method": "PUT",
625
+ "routeTemplate": "/v1/playlists/{playlist_id}/tracks",
626
+ "pathConflictKeys": [],
627
+ "pathParameterKeys": [
628
+ "playlist_id"
629
+ ],
630
+ "queryConflictKeys": [
631
+ "uris"
632
+ ],
633
+ "queryParameterKeys": [
634
+ "uris"
635
+ ]
636
+ },
637
+ "remove-tracks-playlist": {
638
+ "accessPath": [
639
+ "removeTracksPlaylist"
640
+ ],
641
+ "bodyAllowsAdditionalProperties": false,
642
+ "bodyKind": "properties",
643
+ "bodyPropertyKeys": [
644
+ "tracks",
645
+ "snapshot_id"
646
+ ],
647
+ "contentType": "application/json",
648
+ "headerParameterKeys": [],
649
+ "method": "DELETE",
650
+ "routeTemplate": "/v1/playlists/{playlist_id}/tracks",
651
+ "pathConflictKeys": [],
652
+ "pathParameterKeys": [
653
+ "playlist_id"
654
+ ],
655
+ "queryConflictKeys": [],
656
+ "queryParameterKeys": []
657
+ },
658
+ "get-playlists-items": {
659
+ "accessPath": [
660
+ "getPlaylistsItems"
661
+ ],
662
+ "bodyAllowsAdditionalProperties": false,
663
+ "bodyKind": "none",
664
+ "bodyPropertyKeys": [],
665
+ "contentType": "application/json",
666
+ "headerParameterKeys": [],
667
+ "method": "GET",
668
+ "routeTemplate": "/v1/playlists/{playlist_id}/items",
669
+ "pathConflictKeys": [],
670
+ "pathParameterKeys": [
671
+ "playlist_id"
672
+ ],
673
+ "queryConflictKeys": [],
674
+ "queryParameterKeys": [
675
+ "market",
676
+ "fields",
677
+ "limit",
678
+ "offset",
679
+ "additional_types"
680
+ ]
681
+ },
682
+ "add-items-to-playlist": {
683
+ "accessPath": [
684
+ "addItemsToPlaylist"
685
+ ],
686
+ "bodyAllowsAdditionalProperties": true,
687
+ "bodyKind": "properties",
688
+ "bodyPropertyKeys": [
689
+ "uris",
690
+ "position"
691
+ ],
692
+ "contentType": "application/json",
693
+ "headerParameterKeys": [],
694
+ "method": "POST",
695
+ "routeTemplate": "/v1/playlists/{playlist_id}/items",
696
+ "pathConflictKeys": [],
697
+ "pathParameterKeys": [
698
+ "playlist_id"
699
+ ],
700
+ "queryConflictKeys": [
701
+ "position",
702
+ "uris"
703
+ ],
704
+ "queryParameterKeys": [
705
+ "position",
706
+ "uris"
707
+ ]
708
+ },
709
+ "reorder-or-replace-playlists-items": {
710
+ "accessPath": [
711
+ "reorderOrReplacePlaylistsItems"
712
+ ],
713
+ "bodyAllowsAdditionalProperties": true,
714
+ "bodyKind": "properties",
715
+ "bodyPropertyKeys": [
716
+ "uris",
717
+ "range_start",
718
+ "insert_before",
719
+ "range_length",
720
+ "snapshot_id"
721
+ ],
722
+ "contentType": "application/json",
723
+ "headerParameterKeys": [],
724
+ "method": "PUT",
725
+ "routeTemplate": "/v1/playlists/{playlist_id}/items",
726
+ "pathConflictKeys": [],
727
+ "pathParameterKeys": [
728
+ "playlist_id"
729
+ ],
730
+ "queryConflictKeys": [
731
+ "uris"
732
+ ],
733
+ "queryParameterKeys": [
734
+ "uris"
735
+ ]
736
+ },
737
+ "remove-items-playlist": {
738
+ "accessPath": [
739
+ "removeItemsPlaylist"
740
+ ],
741
+ "bodyAllowsAdditionalProperties": false,
742
+ "bodyKind": "properties",
743
+ "bodyPropertyKeys": [
744
+ "items",
745
+ "snapshot_id"
746
+ ],
747
+ "contentType": "application/json",
748
+ "headerParameterKeys": [],
749
+ "method": "DELETE",
750
+ "routeTemplate": "/v1/playlists/{playlist_id}/items",
751
+ "pathConflictKeys": [],
752
+ "pathParameterKeys": [
753
+ "playlist_id"
754
+ ],
755
+ "queryConflictKeys": [],
756
+ "queryParameterKeys": []
757
+ },
758
+ "get-a-list-of-current-users-playlists": {
759
+ "accessPath": [
760
+ "getAListOfCurrentUsersPlaylists"
761
+ ],
762
+ "bodyAllowsAdditionalProperties": false,
763
+ "bodyKind": "none",
764
+ "bodyPropertyKeys": [],
765
+ "contentType": "application/json",
766
+ "headerParameterKeys": [],
767
+ "method": "GET",
768
+ "routeTemplate": "/v1/me/playlists",
769
+ "pathConflictKeys": [],
770
+ "pathParameterKeys": [],
771
+ "queryConflictKeys": [],
772
+ "queryParameterKeys": [
773
+ "limit",
774
+ "offset"
775
+ ]
776
+ },
777
+ "create-playlist": {
778
+ "accessPath": [
779
+ "createPlaylist"
780
+ ],
781
+ "bodyAllowsAdditionalProperties": true,
782
+ "bodyKind": "properties",
783
+ "bodyPropertyKeys": [
784
+ "name",
785
+ "public",
786
+ "collaborative",
787
+ "description"
788
+ ],
789
+ "contentType": "application/json",
790
+ "headerParameterKeys": [],
791
+ "method": "POST",
792
+ "routeTemplate": "/v1/me/playlists",
793
+ "pathConflictKeys": [],
794
+ "pathParameterKeys": [],
795
+ "queryConflictKeys": [],
796
+ "queryParameterKeys": []
797
+ },
798
+ "save-library-items": {
799
+ "accessPath": [
800
+ "saveLibraryItems"
801
+ ],
802
+ "bodyAllowsAdditionalProperties": false,
803
+ "bodyKind": "none",
804
+ "bodyPropertyKeys": [],
805
+ "contentType": "application/json",
806
+ "headerParameterKeys": [],
807
+ "method": "PUT",
808
+ "routeTemplate": "/v1/me/library",
809
+ "pathConflictKeys": [],
810
+ "pathParameterKeys": [],
811
+ "queryConflictKeys": [],
812
+ "queryParameterKeys": [
813
+ "uris"
814
+ ]
815
+ },
816
+ "remove-library-items": {
817
+ "accessPath": [
818
+ "removeLibraryItems"
819
+ ],
820
+ "bodyAllowsAdditionalProperties": false,
821
+ "bodyKind": "none",
822
+ "bodyPropertyKeys": [],
823
+ "contentType": "application/json",
824
+ "headerParameterKeys": [],
825
+ "method": "DELETE",
826
+ "routeTemplate": "/v1/me/library",
827
+ "pathConflictKeys": [],
828
+ "pathParameterKeys": [],
829
+ "queryConflictKeys": [],
830
+ "queryParameterKeys": [
831
+ "uris"
832
+ ]
833
+ },
834
+ "check-library-contains": {
835
+ "accessPath": [
836
+ "checkLibraryContains"
837
+ ],
838
+ "bodyAllowsAdditionalProperties": false,
839
+ "bodyKind": "none",
840
+ "bodyPropertyKeys": [],
841
+ "contentType": "application/json",
842
+ "headerParameterKeys": [],
843
+ "method": "GET",
844
+ "routeTemplate": "/v1/me/library/contains",
845
+ "pathConflictKeys": [],
846
+ "pathParameterKeys": [],
847
+ "queryConflictKeys": [],
848
+ "queryParameterKeys": [
849
+ "uris"
850
+ ]
851
+ },
852
+ "get-users-saved-albums": {
853
+ "accessPath": [
854
+ "getUsersSavedAlbums"
855
+ ],
856
+ "bodyAllowsAdditionalProperties": false,
857
+ "bodyKind": "none",
858
+ "bodyPropertyKeys": [],
859
+ "contentType": "application/json",
860
+ "headerParameterKeys": [],
861
+ "method": "GET",
862
+ "routeTemplate": "/v1/me/albums",
863
+ "pathConflictKeys": [],
864
+ "pathParameterKeys": [],
865
+ "queryConflictKeys": [],
866
+ "queryParameterKeys": [
867
+ "limit",
868
+ "offset",
869
+ "market"
870
+ ]
871
+ },
872
+ "save-albums-user": {
873
+ "accessPath": [
874
+ "saveAlbumsUser"
875
+ ],
876
+ "bodyAllowsAdditionalProperties": true,
877
+ "bodyKind": "properties",
878
+ "bodyPropertyKeys": [
879
+ "ids"
880
+ ],
881
+ "contentType": "application/json",
882
+ "headerParameterKeys": [],
883
+ "method": "PUT",
884
+ "routeTemplate": "/v1/me/albums",
885
+ "pathConflictKeys": [],
886
+ "pathParameterKeys": [],
887
+ "queryConflictKeys": [
888
+ "ids"
889
+ ],
890
+ "queryParameterKeys": [
891
+ "ids"
892
+ ]
893
+ },
894
+ "remove-albums-user": {
895
+ "accessPath": [
896
+ "removeAlbumsUser"
897
+ ],
898
+ "bodyAllowsAdditionalProperties": true,
899
+ "bodyKind": "properties",
900
+ "bodyPropertyKeys": [
901
+ "ids"
902
+ ],
903
+ "contentType": "application/json",
904
+ "headerParameterKeys": [],
905
+ "method": "DELETE",
906
+ "routeTemplate": "/v1/me/albums",
907
+ "pathConflictKeys": [],
908
+ "pathParameterKeys": [],
909
+ "queryConflictKeys": [
910
+ "ids"
911
+ ],
912
+ "queryParameterKeys": [
913
+ "ids"
914
+ ]
915
+ },
916
+ "check-users-saved-albums": {
917
+ "accessPath": [
918
+ "checkUsersSavedAlbums"
919
+ ],
920
+ "bodyAllowsAdditionalProperties": false,
921
+ "bodyKind": "none",
922
+ "bodyPropertyKeys": [],
923
+ "contentType": "application/json",
924
+ "headerParameterKeys": [],
925
+ "method": "GET",
926
+ "routeTemplate": "/v1/me/albums/contains",
927
+ "pathConflictKeys": [],
928
+ "pathParameterKeys": [],
929
+ "queryConflictKeys": [],
930
+ "queryParameterKeys": [
931
+ "ids"
932
+ ]
933
+ },
934
+ "get-users-saved-tracks": {
935
+ "accessPath": [
936
+ "getUsersSavedTracks"
937
+ ],
938
+ "bodyAllowsAdditionalProperties": false,
939
+ "bodyKind": "none",
940
+ "bodyPropertyKeys": [],
941
+ "contentType": "application/json",
942
+ "headerParameterKeys": [],
943
+ "method": "GET",
944
+ "routeTemplate": "/v1/me/tracks",
945
+ "pathConflictKeys": [],
946
+ "pathParameterKeys": [],
947
+ "queryConflictKeys": [],
948
+ "queryParameterKeys": [
949
+ "market",
950
+ "limit",
951
+ "offset"
952
+ ]
953
+ },
954
+ "save-tracks-user": {
955
+ "accessPath": [
956
+ "saveTracksUser"
957
+ ],
958
+ "bodyAllowsAdditionalProperties": true,
959
+ "bodyKind": "properties",
960
+ "bodyPropertyKeys": [
961
+ "ids",
962
+ "timestamped_ids"
963
+ ],
964
+ "contentType": "application/json",
965
+ "headerParameterKeys": [],
966
+ "method": "PUT",
967
+ "routeTemplate": "/v1/me/tracks",
968
+ "pathConflictKeys": [],
969
+ "pathParameterKeys": [],
970
+ "queryConflictKeys": [],
971
+ "queryParameterKeys": []
972
+ },
973
+ "remove-tracks-user": {
974
+ "accessPath": [
975
+ "removeTracksUser"
976
+ ],
977
+ "bodyAllowsAdditionalProperties": true,
978
+ "bodyKind": "properties",
979
+ "bodyPropertyKeys": [
980
+ "ids"
981
+ ],
982
+ "contentType": "application/json",
983
+ "headerParameterKeys": [],
984
+ "method": "DELETE",
985
+ "routeTemplate": "/v1/me/tracks",
986
+ "pathConflictKeys": [],
987
+ "pathParameterKeys": [],
988
+ "queryConflictKeys": [
989
+ "ids"
990
+ ],
991
+ "queryParameterKeys": [
992
+ "ids"
993
+ ]
994
+ },
995
+ "check-users-saved-tracks": {
996
+ "accessPath": [
997
+ "checkUsersSavedTracks"
998
+ ],
999
+ "bodyAllowsAdditionalProperties": false,
1000
+ "bodyKind": "none",
1001
+ "bodyPropertyKeys": [],
1002
+ "contentType": "application/json",
1003
+ "headerParameterKeys": [],
1004
+ "method": "GET",
1005
+ "routeTemplate": "/v1/me/tracks/contains",
1006
+ "pathConflictKeys": [],
1007
+ "pathParameterKeys": [],
1008
+ "queryConflictKeys": [],
1009
+ "queryParameterKeys": [
1010
+ "ids"
1011
+ ]
1012
+ },
1013
+ "get-users-saved-episodes": {
1014
+ "accessPath": [
1015
+ "getUsersSavedEpisodes"
1016
+ ],
1017
+ "bodyAllowsAdditionalProperties": false,
1018
+ "bodyKind": "none",
1019
+ "bodyPropertyKeys": [],
1020
+ "contentType": "application/json",
1021
+ "headerParameterKeys": [],
1022
+ "method": "GET",
1023
+ "routeTemplate": "/v1/me/episodes",
1024
+ "pathConflictKeys": [],
1025
+ "pathParameterKeys": [],
1026
+ "queryConflictKeys": [],
1027
+ "queryParameterKeys": [
1028
+ "market",
1029
+ "limit",
1030
+ "offset"
1031
+ ]
1032
+ },
1033
+ "save-episodes-user": {
1034
+ "accessPath": [
1035
+ "saveEpisodesUser"
1036
+ ],
1037
+ "bodyAllowsAdditionalProperties": true,
1038
+ "bodyKind": "properties",
1039
+ "bodyPropertyKeys": [
1040
+ "ids"
1041
+ ],
1042
+ "contentType": "application/json",
1043
+ "headerParameterKeys": [],
1044
+ "method": "PUT",
1045
+ "routeTemplate": "/v1/me/episodes",
1046
+ "pathConflictKeys": [],
1047
+ "pathParameterKeys": [],
1048
+ "queryConflictKeys": [
1049
+ "ids"
1050
+ ],
1051
+ "queryParameterKeys": [
1052
+ "ids"
1053
+ ]
1054
+ },
1055
+ "remove-episodes-user": {
1056
+ "accessPath": [
1057
+ "removeEpisodesUser"
1058
+ ],
1059
+ "bodyAllowsAdditionalProperties": true,
1060
+ "bodyKind": "properties",
1061
+ "bodyPropertyKeys": [
1062
+ "ids"
1063
+ ],
1064
+ "contentType": "application/json",
1065
+ "headerParameterKeys": [],
1066
+ "method": "DELETE",
1067
+ "routeTemplate": "/v1/me/episodes",
1068
+ "pathConflictKeys": [],
1069
+ "pathParameterKeys": [],
1070
+ "queryConflictKeys": [
1071
+ "ids"
1072
+ ],
1073
+ "queryParameterKeys": [
1074
+ "ids"
1075
+ ]
1076
+ },
1077
+ "check-users-saved-episodes": {
1078
+ "accessPath": [
1079
+ "checkUsersSavedEpisodes"
1080
+ ],
1081
+ "bodyAllowsAdditionalProperties": false,
1082
+ "bodyKind": "none",
1083
+ "bodyPropertyKeys": [],
1084
+ "contentType": "application/json",
1085
+ "headerParameterKeys": [],
1086
+ "method": "GET",
1087
+ "routeTemplate": "/v1/me/episodes/contains",
1088
+ "pathConflictKeys": [],
1089
+ "pathParameterKeys": [],
1090
+ "queryConflictKeys": [],
1091
+ "queryParameterKeys": [
1092
+ "ids"
1093
+ ]
1094
+ },
1095
+ "get-users-saved-shows": {
1096
+ "accessPath": [
1097
+ "getUsersSavedShows"
1098
+ ],
1099
+ "bodyAllowsAdditionalProperties": false,
1100
+ "bodyKind": "none",
1101
+ "bodyPropertyKeys": [],
1102
+ "contentType": "application/json",
1103
+ "headerParameterKeys": [],
1104
+ "method": "GET",
1105
+ "routeTemplate": "/v1/me/shows",
1106
+ "pathConflictKeys": [],
1107
+ "pathParameterKeys": [],
1108
+ "queryConflictKeys": [],
1109
+ "queryParameterKeys": [
1110
+ "limit",
1111
+ "offset"
1112
+ ]
1113
+ },
1114
+ "save-shows-user": {
1115
+ "accessPath": [
1116
+ "saveShowsUser"
1117
+ ],
1118
+ "bodyAllowsAdditionalProperties": false,
1119
+ "bodyKind": "none",
1120
+ "bodyPropertyKeys": [],
1121
+ "contentType": "application/json",
1122
+ "headerParameterKeys": [],
1123
+ "method": "PUT",
1124
+ "routeTemplate": "/v1/me/shows",
1125
+ "pathConflictKeys": [],
1126
+ "pathParameterKeys": [],
1127
+ "queryConflictKeys": [],
1128
+ "queryParameterKeys": [
1129
+ "ids"
1130
+ ]
1131
+ },
1132
+ "remove-shows-user": {
1133
+ "accessPath": [
1134
+ "removeShowsUser"
1135
+ ],
1136
+ "bodyAllowsAdditionalProperties": false,
1137
+ "bodyKind": "none",
1138
+ "bodyPropertyKeys": [],
1139
+ "contentType": "application/json",
1140
+ "headerParameterKeys": [],
1141
+ "method": "DELETE",
1142
+ "routeTemplate": "/v1/me/shows",
1143
+ "pathConflictKeys": [],
1144
+ "pathParameterKeys": [],
1145
+ "queryConflictKeys": [],
1146
+ "queryParameterKeys": [
1147
+ "ids",
1148
+ "market"
1149
+ ]
1150
+ },
1151
+ "check-users-saved-shows": {
1152
+ "accessPath": [
1153
+ "checkUsersSavedShows"
1154
+ ],
1155
+ "bodyAllowsAdditionalProperties": false,
1156
+ "bodyKind": "none",
1157
+ "bodyPropertyKeys": [],
1158
+ "contentType": "application/json",
1159
+ "headerParameterKeys": [],
1160
+ "method": "GET",
1161
+ "routeTemplate": "/v1/me/shows/contains",
1162
+ "pathConflictKeys": [],
1163
+ "pathParameterKeys": [],
1164
+ "queryConflictKeys": [],
1165
+ "queryParameterKeys": [
1166
+ "ids"
1167
+ ]
1168
+ },
1169
+ "get-users-top-artists-and-tracks": {
1170
+ "accessPath": [
1171
+ "getUsersTopArtistsAndTracks"
1172
+ ],
1173
+ "bodyAllowsAdditionalProperties": false,
1174
+ "bodyKind": "none",
1175
+ "bodyPropertyKeys": [],
1176
+ "contentType": "application/json",
1177
+ "headerParameterKeys": [],
1178
+ "method": "GET",
1179
+ "routeTemplate": "/v1/me/top/{type}",
1180
+ "pathConflictKeys": [],
1181
+ "pathParameterKeys": [
1182
+ "type"
1183
+ ],
1184
+ "queryConflictKeys": [],
1185
+ "queryParameterKeys": [
1186
+ "time_range",
1187
+ "limit",
1188
+ "offset"
1189
+ ]
1190
+ },
1191
+ "get-users-profile": {
1192
+ "accessPath": [
1193
+ "getUsersProfile"
1194
+ ],
1195
+ "bodyAllowsAdditionalProperties": false,
1196
+ "bodyKind": "none",
1197
+ "bodyPropertyKeys": [],
1198
+ "contentType": "application/json",
1199
+ "headerParameterKeys": [],
1200
+ "method": "GET",
1201
+ "routeTemplate": "/v1/users/{user_id}",
1202
+ "pathConflictKeys": [],
1203
+ "pathParameterKeys": [
1204
+ "user_id"
1205
+ ],
1206
+ "queryConflictKeys": [],
1207
+ "queryParameterKeys": []
1208
+ },
1209
+ "get-list-users-playlists": {
1210
+ "accessPath": [
1211
+ "getListUsersPlaylists"
1212
+ ],
1213
+ "bodyAllowsAdditionalProperties": false,
1214
+ "bodyKind": "none",
1215
+ "bodyPropertyKeys": [],
1216
+ "contentType": "application/json",
1217
+ "headerParameterKeys": [],
1218
+ "method": "GET",
1219
+ "routeTemplate": "/v1/users/{user_id}/playlists",
1220
+ "pathConflictKeys": [],
1221
+ "pathParameterKeys": [
1222
+ "user_id"
1223
+ ],
1224
+ "queryConflictKeys": [],
1225
+ "queryParameterKeys": [
1226
+ "limit",
1227
+ "offset"
1228
+ ]
1229
+ },
1230
+ "create-playlist-for-user": {
1231
+ "accessPath": [
1232
+ "createPlaylistForUser"
1233
+ ],
1234
+ "bodyAllowsAdditionalProperties": true,
1235
+ "bodyKind": "properties",
1236
+ "bodyPropertyKeys": [
1237
+ "name",
1238
+ "public",
1239
+ "collaborative",
1240
+ "description"
1241
+ ],
1242
+ "contentType": "application/json",
1243
+ "headerParameterKeys": [],
1244
+ "method": "POST",
1245
+ "routeTemplate": "/v1/users/{user_id}/playlists",
1246
+ "pathConflictKeys": [],
1247
+ "pathParameterKeys": [
1248
+ "user_id"
1249
+ ],
1250
+ "queryConflictKeys": [],
1251
+ "queryParameterKeys": []
1252
+ },
1253
+ "follow-playlist": {
1254
+ "accessPath": [
1255
+ "followPlaylist"
1256
+ ],
1257
+ "bodyAllowsAdditionalProperties": true,
1258
+ "bodyKind": "properties",
1259
+ "bodyPropertyKeys": [
1260
+ "public"
1261
+ ],
1262
+ "contentType": "application/json",
1263
+ "headerParameterKeys": [],
1264
+ "method": "PUT",
1265
+ "routeTemplate": "/v1/playlists/{playlist_id}/followers",
1266
+ "pathConflictKeys": [],
1267
+ "pathParameterKeys": [
1268
+ "playlist_id"
1269
+ ],
1270
+ "queryConflictKeys": [],
1271
+ "queryParameterKeys": []
1272
+ },
1273
+ "unfollow-playlist": {
1274
+ "accessPath": [
1275
+ "unfollowPlaylist"
1276
+ ],
1277
+ "bodyAllowsAdditionalProperties": false,
1278
+ "bodyKind": "none",
1279
+ "bodyPropertyKeys": [],
1280
+ "contentType": "application/json",
1281
+ "headerParameterKeys": [],
1282
+ "method": "DELETE",
1283
+ "routeTemplate": "/v1/playlists/{playlist_id}/followers",
1284
+ "pathConflictKeys": [],
1285
+ "pathParameterKeys": [
1286
+ "playlist_id"
1287
+ ],
1288
+ "queryConflictKeys": [],
1289
+ "queryParameterKeys": []
1290
+ },
1291
+ "get-featured-playlists": {
1292
+ "accessPath": [
1293
+ "getFeaturedPlaylists"
1294
+ ],
1295
+ "bodyAllowsAdditionalProperties": false,
1296
+ "bodyKind": "none",
1297
+ "bodyPropertyKeys": [],
1298
+ "contentType": "application/json",
1299
+ "headerParameterKeys": [],
1300
+ "method": "GET",
1301
+ "routeTemplate": "/v1/browse/featured-playlists",
1302
+ "pathConflictKeys": [],
1303
+ "pathParameterKeys": [],
1304
+ "queryConflictKeys": [],
1305
+ "queryParameterKeys": [
1306
+ "locale",
1307
+ "limit",
1308
+ "offset"
1309
+ ]
1310
+ },
1311
+ "get-categories": {
1312
+ "accessPath": [
1313
+ "getCategories"
1314
+ ],
1315
+ "bodyAllowsAdditionalProperties": false,
1316
+ "bodyKind": "none",
1317
+ "bodyPropertyKeys": [],
1318
+ "contentType": "application/json",
1319
+ "headerParameterKeys": [],
1320
+ "method": "GET",
1321
+ "routeTemplate": "/v1/browse/categories",
1322
+ "pathConflictKeys": [],
1323
+ "pathParameterKeys": [],
1324
+ "queryConflictKeys": [],
1325
+ "queryParameterKeys": [
1326
+ "locale",
1327
+ "limit",
1328
+ "offset"
1329
+ ]
1330
+ },
1331
+ "get-a-category": {
1332
+ "accessPath": [
1333
+ "getACategory"
1334
+ ],
1335
+ "bodyAllowsAdditionalProperties": false,
1336
+ "bodyKind": "none",
1337
+ "bodyPropertyKeys": [],
1338
+ "contentType": "application/json",
1339
+ "headerParameterKeys": [],
1340
+ "method": "GET",
1341
+ "routeTemplate": "/v1/browse/categories/{category_id}",
1342
+ "pathConflictKeys": [],
1343
+ "pathParameterKeys": [
1344
+ "category_id"
1345
+ ],
1346
+ "queryConflictKeys": [],
1347
+ "queryParameterKeys": [
1348
+ "locale"
1349
+ ]
1350
+ },
1351
+ "get-a-categories-playlists": {
1352
+ "accessPath": [
1353
+ "getACategoriesPlaylists"
1354
+ ],
1355
+ "bodyAllowsAdditionalProperties": false,
1356
+ "bodyKind": "none",
1357
+ "bodyPropertyKeys": [],
1358
+ "contentType": "application/json",
1359
+ "headerParameterKeys": [],
1360
+ "method": "GET",
1361
+ "routeTemplate": "/v1/browse/categories/{category_id}/playlists",
1362
+ "pathConflictKeys": [],
1363
+ "pathParameterKeys": [
1364
+ "category_id"
1365
+ ],
1366
+ "queryConflictKeys": [],
1367
+ "queryParameterKeys": [
1368
+ "limit",
1369
+ "offset"
1370
+ ]
1371
+ },
1372
+ "get-playlist-cover": {
1373
+ "accessPath": [
1374
+ "getPlaylistCover"
1375
+ ],
1376
+ "bodyAllowsAdditionalProperties": false,
1377
+ "bodyKind": "none",
1378
+ "bodyPropertyKeys": [],
1379
+ "contentType": "application/json",
1380
+ "headerParameterKeys": [],
1381
+ "method": "GET",
1382
+ "routeTemplate": "/v1/playlists/{playlist_id}/images",
1383
+ "pathConflictKeys": [],
1384
+ "pathParameterKeys": [
1385
+ "playlist_id"
1386
+ ],
1387
+ "queryConflictKeys": [],
1388
+ "queryParameterKeys": []
1389
+ },
1390
+ "upload-custom-playlist-cover": {
1391
+ "accessPath": [
1392
+ "uploadCustomPlaylistCover"
1393
+ ],
1394
+ "bodyAllowsAdditionalProperties": false,
1395
+ "bodyKind": "raw",
1396
+ "bodyPropertyKeys": [],
1397
+ "contentType": "application/json",
1398
+ "headerParameterKeys": [],
1399
+ "method": "PUT",
1400
+ "routeTemplate": "/v1/playlists/{playlist_id}/images",
1401
+ "pathConflictKeys": [],
1402
+ "pathParameterKeys": [
1403
+ "playlist_id"
1404
+ ],
1405
+ "queryConflictKeys": [],
1406
+ "queryParameterKeys": []
1407
+ },
1408
+ "get-new-releases": {
1409
+ "accessPath": [
1410
+ "getNewReleases"
1411
+ ],
1412
+ "bodyAllowsAdditionalProperties": false,
1413
+ "bodyKind": "none",
1414
+ "bodyPropertyKeys": [],
1415
+ "contentType": "application/json",
1416
+ "headerParameterKeys": [],
1417
+ "method": "GET",
1418
+ "routeTemplate": "/v1/browse/new-releases",
1419
+ "pathConflictKeys": [],
1420
+ "pathParameterKeys": [],
1421
+ "queryConflictKeys": [],
1422
+ "queryParameterKeys": [
1423
+ "limit",
1424
+ "offset"
1425
+ ]
1426
+ },
1427
+ "get-followed": {
1428
+ "accessPath": [
1429
+ "getFollowed"
1430
+ ],
1431
+ "bodyAllowsAdditionalProperties": false,
1432
+ "bodyKind": "none",
1433
+ "bodyPropertyKeys": [],
1434
+ "contentType": "application/json",
1435
+ "headerParameterKeys": [],
1436
+ "method": "GET",
1437
+ "routeTemplate": "/v1/me/following",
1438
+ "pathConflictKeys": [],
1439
+ "pathParameterKeys": [],
1440
+ "queryConflictKeys": [],
1441
+ "queryParameterKeys": [
1442
+ "type",
1443
+ "after",
1444
+ "limit"
1445
+ ]
1446
+ },
1447
+ "follow-artists-users": {
1448
+ "accessPath": [
1449
+ "followArtistsUsers"
1450
+ ],
1451
+ "bodyAllowsAdditionalProperties": true,
1452
+ "bodyKind": "properties",
1453
+ "bodyPropertyKeys": [
1454
+ "ids"
1455
+ ],
1456
+ "contentType": "application/json",
1457
+ "headerParameterKeys": [],
1458
+ "method": "PUT",
1459
+ "routeTemplate": "/v1/me/following",
1460
+ "pathConflictKeys": [],
1461
+ "pathParameterKeys": [],
1462
+ "queryConflictKeys": [
1463
+ "ids"
1464
+ ],
1465
+ "queryParameterKeys": [
1466
+ "type",
1467
+ "ids"
1468
+ ]
1469
+ },
1470
+ "unfollow-artists-users": {
1471
+ "accessPath": [
1472
+ "unfollowArtistsUsers"
1473
+ ],
1474
+ "bodyAllowsAdditionalProperties": true,
1475
+ "bodyKind": "properties",
1476
+ "bodyPropertyKeys": [
1477
+ "ids"
1478
+ ],
1479
+ "contentType": "application/json",
1480
+ "headerParameterKeys": [],
1481
+ "method": "DELETE",
1482
+ "routeTemplate": "/v1/me/following",
1483
+ "pathConflictKeys": [],
1484
+ "pathParameterKeys": [],
1485
+ "queryConflictKeys": [
1486
+ "ids"
1487
+ ],
1488
+ "queryParameterKeys": [
1489
+ "type",
1490
+ "ids"
1491
+ ]
1492
+ },
1493
+ "check-current-user-follows": {
1494
+ "accessPath": [
1495
+ "checkCurrentUserFollows"
1496
+ ],
1497
+ "bodyAllowsAdditionalProperties": false,
1498
+ "bodyKind": "none",
1499
+ "bodyPropertyKeys": [],
1500
+ "contentType": "application/json",
1501
+ "headerParameterKeys": [],
1502
+ "method": "GET",
1503
+ "routeTemplate": "/v1/me/following/contains",
1504
+ "pathConflictKeys": [],
1505
+ "pathParameterKeys": [],
1506
+ "queryConflictKeys": [],
1507
+ "queryParameterKeys": [
1508
+ "type",
1509
+ "ids"
1510
+ ]
1511
+ },
1512
+ "check-if-user-follows-playlist": {
1513
+ "accessPath": [
1514
+ "checkIfUserFollowsPlaylist"
1515
+ ],
1516
+ "bodyAllowsAdditionalProperties": false,
1517
+ "bodyKind": "none",
1518
+ "bodyPropertyKeys": [],
1519
+ "contentType": "application/json",
1520
+ "headerParameterKeys": [],
1521
+ "method": "GET",
1522
+ "routeTemplate": "/v1/playlists/{playlist_id}/followers/contains",
1523
+ "pathConflictKeys": [],
1524
+ "pathParameterKeys": [
1525
+ "playlist_id"
1526
+ ],
1527
+ "queryConflictKeys": [],
1528
+ "queryParameterKeys": [
1529
+ "ids"
1530
+ ]
1531
+ },
1532
+ "get-several-audio-features": {
1533
+ "accessPath": [
1534
+ "getSeveralAudioFeatures"
1535
+ ],
1536
+ "bodyAllowsAdditionalProperties": false,
1537
+ "bodyKind": "none",
1538
+ "bodyPropertyKeys": [],
1539
+ "contentType": "application/json",
1540
+ "headerParameterKeys": [],
1541
+ "method": "GET",
1542
+ "routeTemplate": "/v1/audio-features",
1543
+ "pathConflictKeys": [],
1544
+ "pathParameterKeys": [],
1545
+ "queryConflictKeys": [],
1546
+ "queryParameterKeys": [
1547
+ "ids"
1548
+ ]
1549
+ },
1550
+ "get-audio-features": {
1551
+ "accessPath": [
1552
+ "getAudioFeatures"
1553
+ ],
1554
+ "bodyAllowsAdditionalProperties": false,
1555
+ "bodyKind": "none",
1556
+ "bodyPropertyKeys": [],
1557
+ "contentType": "application/json",
1558
+ "headerParameterKeys": [],
1559
+ "method": "GET",
1560
+ "routeTemplate": "/v1/audio-features/{id}",
1561
+ "pathConflictKeys": [],
1562
+ "pathParameterKeys": [
1563
+ "id"
1564
+ ],
1565
+ "queryConflictKeys": [],
1566
+ "queryParameterKeys": []
1567
+ },
1568
+ "get-audio-analysis": {
1569
+ "accessPath": [
1570
+ "getAudioAnalysis"
1571
+ ],
1572
+ "bodyAllowsAdditionalProperties": false,
1573
+ "bodyKind": "none",
1574
+ "bodyPropertyKeys": [],
1575
+ "contentType": "application/json",
1576
+ "headerParameterKeys": [],
1577
+ "method": "GET",
1578
+ "routeTemplate": "/v1/audio-analysis/{id}",
1579
+ "pathConflictKeys": [],
1580
+ "pathParameterKeys": [
1581
+ "id"
1582
+ ],
1583
+ "queryConflictKeys": [],
1584
+ "queryParameterKeys": []
1585
+ },
1586
+ "get-recommendations": {
1587
+ "accessPath": [
1588
+ "getRecommendations"
1589
+ ],
1590
+ "bodyAllowsAdditionalProperties": false,
1591
+ "bodyKind": "none",
1592
+ "bodyPropertyKeys": [],
1593
+ "contentType": "application/json",
1594
+ "headerParameterKeys": [],
1595
+ "method": "GET",
1596
+ "routeTemplate": "/v1/recommendations",
1597
+ "pathConflictKeys": [],
1598
+ "pathParameterKeys": [],
1599
+ "queryConflictKeys": [],
1600
+ "queryParameterKeys": [
1601
+ "limit",
1602
+ "market",
1603
+ "seed_artists",
1604
+ "seed_genres",
1605
+ "seed_tracks",
1606
+ "min_acousticness",
1607
+ "max_acousticness",
1608
+ "target_acousticness",
1609
+ "min_danceability",
1610
+ "max_danceability",
1611
+ "target_danceability",
1612
+ "min_duration_ms",
1613
+ "max_duration_ms",
1614
+ "target_duration_ms",
1615
+ "min_energy",
1616
+ "max_energy",
1617
+ "target_energy",
1618
+ "min_instrumentalness",
1619
+ "max_instrumentalness",
1620
+ "target_instrumentalness",
1621
+ "min_key",
1622
+ "max_key",
1623
+ "target_key",
1624
+ "min_liveness",
1625
+ "max_liveness",
1626
+ "target_liveness",
1627
+ "min_loudness",
1628
+ "max_loudness",
1629
+ "target_loudness",
1630
+ "min_mode",
1631
+ "max_mode",
1632
+ "target_mode",
1633
+ "min_popularity",
1634
+ "max_popularity",
1635
+ "target_popularity",
1636
+ "min_speechiness",
1637
+ "max_speechiness",
1638
+ "target_speechiness",
1639
+ "min_tempo",
1640
+ "max_tempo",
1641
+ "target_tempo",
1642
+ "min_time_signature",
1643
+ "max_time_signature",
1644
+ "target_time_signature",
1645
+ "min_valence",
1646
+ "max_valence",
1647
+ "target_valence"
1648
+ ]
1649
+ },
1650
+ "get-recommendation-genres": {
1651
+ "accessPath": [
1652
+ "getRecommendationGenres"
1653
+ ],
1654
+ "bodyAllowsAdditionalProperties": false,
1655
+ "bodyKind": "none",
1656
+ "bodyPropertyKeys": [],
1657
+ "contentType": "application/json",
1658
+ "headerParameterKeys": [],
1659
+ "method": "GET",
1660
+ "routeTemplate": "/v1/recommendations/available-genre-seeds",
1661
+ "pathConflictKeys": [],
1662
+ "pathParameterKeys": [],
1663
+ "queryConflictKeys": [],
1664
+ "queryParameterKeys": []
1665
+ },
1666
+ "get-information-about-the-users-current-playback": {
1667
+ "accessPath": [
1668
+ "getInformationAboutTheUsersCurrentPlayback"
1669
+ ],
1670
+ "bodyAllowsAdditionalProperties": false,
1671
+ "bodyKind": "none",
1672
+ "bodyPropertyKeys": [],
1673
+ "contentType": "application/json",
1674
+ "headerParameterKeys": [],
1675
+ "method": "GET",
1676
+ "routeTemplate": "/v1/me/player",
1677
+ "pathConflictKeys": [],
1678
+ "pathParameterKeys": [],
1679
+ "queryConflictKeys": [],
1680
+ "queryParameterKeys": [
1681
+ "market",
1682
+ "additional_types"
1683
+ ]
1684
+ },
1685
+ "transfer-a-users-playback": {
1686
+ "accessPath": [
1687
+ "transferAUsersPlayback"
1688
+ ],
1689
+ "bodyAllowsAdditionalProperties": true,
1690
+ "bodyKind": "properties",
1691
+ "bodyPropertyKeys": [
1692
+ "device_ids",
1693
+ "play"
1694
+ ],
1695
+ "contentType": "application/json",
1696
+ "headerParameterKeys": [],
1697
+ "method": "PUT",
1698
+ "routeTemplate": "/v1/me/player",
1699
+ "pathConflictKeys": [],
1700
+ "pathParameterKeys": [],
1701
+ "queryConflictKeys": [],
1702
+ "queryParameterKeys": []
1703
+ },
1704
+ "get-a-users-available-devices": {
1705
+ "accessPath": [
1706
+ "getAUsersAvailableDevices"
1707
+ ],
1708
+ "bodyAllowsAdditionalProperties": false,
1709
+ "bodyKind": "none",
1710
+ "bodyPropertyKeys": [],
1711
+ "contentType": "application/json",
1712
+ "headerParameterKeys": [],
1713
+ "method": "GET",
1714
+ "routeTemplate": "/v1/me/player/devices",
1715
+ "pathConflictKeys": [],
1716
+ "pathParameterKeys": [],
1717
+ "queryConflictKeys": [],
1718
+ "queryParameterKeys": []
1719
+ },
1720
+ "get-the-users-currently-playing-track": {
1721
+ "accessPath": [
1722
+ "getTheUsersCurrentlyPlayingTrack"
1723
+ ],
1724
+ "bodyAllowsAdditionalProperties": false,
1725
+ "bodyKind": "none",
1726
+ "bodyPropertyKeys": [],
1727
+ "contentType": "application/json",
1728
+ "headerParameterKeys": [],
1729
+ "method": "GET",
1730
+ "routeTemplate": "/v1/me/player/currently-playing",
1731
+ "pathConflictKeys": [],
1732
+ "pathParameterKeys": [],
1733
+ "queryConflictKeys": [],
1734
+ "queryParameterKeys": [
1735
+ "market",
1736
+ "additional_types"
1737
+ ]
1738
+ },
1739
+ "start-a-users-playback": {
1740
+ "accessPath": [
1741
+ "startAUsersPlayback"
1742
+ ],
1743
+ "bodyAllowsAdditionalProperties": true,
1744
+ "bodyKind": "properties",
1745
+ "bodyPropertyKeys": [
1746
+ "context_uri",
1747
+ "uris",
1748
+ "offset",
1749
+ "position_ms"
1750
+ ],
1751
+ "contentType": "application/json",
1752
+ "headerParameterKeys": [],
1753
+ "method": "PUT",
1754
+ "routeTemplate": "/v1/me/player/play",
1755
+ "pathConflictKeys": [],
1756
+ "pathParameterKeys": [],
1757
+ "queryConflictKeys": [],
1758
+ "queryParameterKeys": [
1759
+ "device_id"
1760
+ ]
1761
+ },
1762
+ "pause-a-users-playback": {
1763
+ "accessPath": [
1764
+ "pauseAUsersPlayback"
1765
+ ],
1766
+ "bodyAllowsAdditionalProperties": false,
1767
+ "bodyKind": "none",
1768
+ "bodyPropertyKeys": [],
1769
+ "contentType": "application/json",
1770
+ "headerParameterKeys": [],
1771
+ "method": "PUT",
1772
+ "routeTemplate": "/v1/me/player/pause",
1773
+ "pathConflictKeys": [],
1774
+ "pathParameterKeys": [],
1775
+ "queryConflictKeys": [],
1776
+ "queryParameterKeys": [
1777
+ "device_id"
1778
+ ]
1779
+ },
1780
+ "skip-users-playback-to-next-track": {
1781
+ "accessPath": [
1782
+ "skipUsersPlaybackToNextTrack"
1783
+ ],
1784
+ "bodyAllowsAdditionalProperties": false,
1785
+ "bodyKind": "none",
1786
+ "bodyPropertyKeys": [],
1787
+ "contentType": "application/json",
1788
+ "headerParameterKeys": [],
1789
+ "method": "POST",
1790
+ "routeTemplate": "/v1/me/player/next",
1791
+ "pathConflictKeys": [],
1792
+ "pathParameterKeys": [],
1793
+ "queryConflictKeys": [],
1794
+ "queryParameterKeys": [
1795
+ "device_id"
1796
+ ]
1797
+ },
1798
+ "skip-users-playback-to-previous-track": {
1799
+ "accessPath": [
1800
+ "skipUsersPlaybackToPreviousTrack"
1801
+ ],
1802
+ "bodyAllowsAdditionalProperties": false,
1803
+ "bodyKind": "none",
1804
+ "bodyPropertyKeys": [],
1805
+ "contentType": "application/json",
1806
+ "headerParameterKeys": [],
1807
+ "method": "POST",
1808
+ "routeTemplate": "/v1/me/player/previous",
1809
+ "pathConflictKeys": [],
1810
+ "pathParameterKeys": [],
1811
+ "queryConflictKeys": [],
1812
+ "queryParameterKeys": [
1813
+ "device_id"
1814
+ ]
1815
+ },
1816
+ "seek-to-position-in-currently-playing-track": {
1817
+ "accessPath": [
1818
+ "seekToPositionInCurrentlyPlayingTrack"
1819
+ ],
1820
+ "bodyAllowsAdditionalProperties": false,
1821
+ "bodyKind": "none",
1822
+ "bodyPropertyKeys": [],
1823
+ "contentType": "application/json",
1824
+ "headerParameterKeys": [],
1825
+ "method": "PUT",
1826
+ "routeTemplate": "/v1/me/player/seek",
1827
+ "pathConflictKeys": [],
1828
+ "pathParameterKeys": [],
1829
+ "queryConflictKeys": [],
1830
+ "queryParameterKeys": [
1831
+ "position_ms",
1832
+ "device_id"
1833
+ ]
1834
+ },
1835
+ "set-repeat-mode-on-users-playback": {
1836
+ "accessPath": [
1837
+ "setRepeatModeOnUsersPlayback"
1838
+ ],
1839
+ "bodyAllowsAdditionalProperties": false,
1840
+ "bodyKind": "none",
1841
+ "bodyPropertyKeys": [],
1842
+ "contentType": "application/json",
1843
+ "headerParameterKeys": [],
1844
+ "method": "PUT",
1845
+ "routeTemplate": "/v1/me/player/repeat",
1846
+ "pathConflictKeys": [],
1847
+ "pathParameterKeys": [],
1848
+ "queryConflictKeys": [],
1849
+ "queryParameterKeys": [
1850
+ "state",
1851
+ "device_id"
1852
+ ]
1853
+ },
1854
+ "set-volume-for-users-playback": {
1855
+ "accessPath": [
1856
+ "setVolumeForUsersPlayback"
1857
+ ],
1858
+ "bodyAllowsAdditionalProperties": false,
1859
+ "bodyKind": "none",
1860
+ "bodyPropertyKeys": [],
1861
+ "contentType": "application/json",
1862
+ "headerParameterKeys": [],
1863
+ "method": "PUT",
1864
+ "routeTemplate": "/v1/me/player/volume",
1865
+ "pathConflictKeys": [],
1866
+ "pathParameterKeys": [],
1867
+ "queryConflictKeys": [],
1868
+ "queryParameterKeys": [
1869
+ "volume_percent",
1870
+ "device_id"
1871
+ ]
1872
+ },
1873
+ "toggle-shuffle-for-users-playback": {
1874
+ "accessPath": [
1875
+ "toggleShuffleForUsersPlayback"
1876
+ ],
1877
+ "bodyAllowsAdditionalProperties": false,
1878
+ "bodyKind": "none",
1879
+ "bodyPropertyKeys": [],
1880
+ "contentType": "application/json",
1881
+ "headerParameterKeys": [],
1882
+ "method": "PUT",
1883
+ "routeTemplate": "/v1/me/player/shuffle",
1884
+ "pathConflictKeys": [],
1885
+ "pathParameterKeys": [],
1886
+ "queryConflictKeys": [],
1887
+ "queryParameterKeys": [
1888
+ "state",
1889
+ "device_id"
1890
+ ]
1891
+ },
1892
+ "get-recently-played": {
1893
+ "accessPath": [
1894
+ "getRecentlyPlayed"
1895
+ ],
1896
+ "bodyAllowsAdditionalProperties": false,
1897
+ "bodyKind": "none",
1898
+ "bodyPropertyKeys": [],
1899
+ "contentType": "application/json",
1900
+ "headerParameterKeys": [],
1901
+ "method": "GET",
1902
+ "routeTemplate": "/v1/me/player/recently-played",
1903
+ "pathConflictKeys": [],
1904
+ "pathParameterKeys": [],
1905
+ "queryConflictKeys": [],
1906
+ "queryParameterKeys": [
1907
+ "limit",
1908
+ "after",
1909
+ "before"
1910
+ ]
1911
+ },
1912
+ "get-queue": {
1913
+ "accessPath": [
1914
+ "getQueue"
1915
+ ],
1916
+ "bodyAllowsAdditionalProperties": false,
1917
+ "bodyKind": "none",
1918
+ "bodyPropertyKeys": [],
1919
+ "contentType": "application/json",
1920
+ "headerParameterKeys": [],
1921
+ "method": "GET",
1922
+ "routeTemplate": "/v1/me/player/queue",
1923
+ "pathConflictKeys": [],
1924
+ "pathParameterKeys": [],
1925
+ "queryConflictKeys": [],
1926
+ "queryParameterKeys": []
1927
+ },
1928
+ "add-to-queue": {
1929
+ "accessPath": [
1930
+ "addToQueue"
1931
+ ],
1932
+ "bodyAllowsAdditionalProperties": false,
1933
+ "bodyKind": "none",
1934
+ "bodyPropertyKeys": [],
1935
+ "contentType": "application/json",
1936
+ "headerParameterKeys": [],
1937
+ "method": "POST",
1938
+ "routeTemplate": "/v1/me/player/queue",
1939
+ "pathConflictKeys": [],
1940
+ "pathParameterKeys": [],
1941
+ "queryConflictKeys": [],
1942
+ "queryParameterKeys": [
1943
+ "uri",
1944
+ "device_id"
1945
+ ]
1946
+ },
1947
+ "get-available-markets": {
1948
+ "accessPath": [
1949
+ "getAvailableMarkets"
1950
+ ],
1951
+ "bodyAllowsAdditionalProperties": false,
1952
+ "bodyKind": "none",
1953
+ "bodyPropertyKeys": [],
1954
+ "contentType": "application/json",
1955
+ "headerParameterKeys": [],
1956
+ "method": "GET",
1957
+ "routeTemplate": "/v1/markets",
1958
+ "pathConflictKeys": [],
1959
+ "pathParameterKeys": [],
1960
+ "queryConflictKeys": [],
1961
+ "queryParameterKeys": []
1962
+ }
1963
+ } satisfies ToolRuntimeMetadataMap;