@tidal-music/api 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.d.ts +2065 -613
  3. package/package.json +7 -7
package/dist/index.d.ts CHANGED
@@ -3,6 +3,91 @@ import { CredentialsProvider } from '@tidal-music/common';
3
3
 
4
4
  export declare interface components {
5
5
  schemas: {
6
+ AlbumCoverArtRelationshipUpdateOperation_Payload: {
7
+ data: components["schemas"]["AlbumCoverArtRelationshipUpdateOperation_Payload_Data"][];
8
+ };
9
+ AlbumCoverArtRelationshipUpdateOperation_Payload_Data: {
10
+ id: string;
11
+ /** @enum {string} */
12
+ type: "artworks";
13
+ };
14
+ AlbumCreateOperation_Payload: {
15
+ data: components["schemas"]["AlbumCreateOperation_Payload_Data"];
16
+ };
17
+ AlbumCreateOperation_Payload_Data: {
18
+ attributes: components["schemas"]["AlbumCreateOperation_Payload_Data_Attributes"];
19
+ relationships: components["schemas"]["AlbumCreateOperation_Payload_Data_Relationships"];
20
+ /** @enum {string} */
21
+ type: "albums";
22
+ };
23
+ AlbumCreateOperation_Payload_Data_Attributes: {
24
+ copyright?: components["schemas"]["AlbumCreateOperation_Payload_Data_Attributes_Copyright"];
25
+ explicitLyrics?: boolean;
26
+ /** Format: date */
27
+ releaseDate?: string;
28
+ title: string;
29
+ upc?: string;
30
+ version?: string;
31
+ };
32
+ AlbumCreateOperation_Payload_Data_Attributes_Copyright: {
33
+ text: string;
34
+ /** Format: int32 */
35
+ year?: number;
36
+ };
37
+ AlbumCreateOperation_Payload_Data_Relationships: {
38
+ artists: components["schemas"]["AlbumCreateOperation_Payload_Data_Relationships_Artists"];
39
+ genres?: components["schemas"]["AlbumCreateOperation_Payload_Data_Relationships_Genres"];
40
+ };
41
+ AlbumCreateOperation_Payload_Data_Relationships_Artists: {
42
+ data: components["schemas"]["AlbumCreateOperation_Payload_Data_Relationships_Artists_Data"][];
43
+ };
44
+ AlbumCreateOperation_Payload_Data_Relationships_Artists_Data: {
45
+ id: string;
46
+ /** @enum {string} */
47
+ type: "artists";
48
+ };
49
+ AlbumCreateOperation_Payload_Data_Relationships_Genres: {
50
+ data: components["schemas"]["AlbumCreateOperation_Payload_Data_Relationships_Genres_Data"][];
51
+ };
52
+ AlbumCreateOperation_Payload_Data_Relationships_Genres_Data: {
53
+ id: string;
54
+ /** @enum {string} */
55
+ type: "genres";
56
+ };
57
+ AlbumUpdateOperation_Payload: {
58
+ data: components["schemas"]["AlbumUpdateOperation_Payload_Data"];
59
+ };
60
+ AlbumUpdateOperation_Payload_Data: {
61
+ attributes: components["schemas"]["AlbumUpdateOperation_Payload_Data_Attributes"];
62
+ id: string;
63
+ relationships: components["schemas"]["AlbumUpdateOperation_Payload_Data_Relationships"];
64
+ /** @enum {string} */
65
+ type: "albums";
66
+ };
67
+ AlbumUpdateOperation_Payload_Data_Attributes: {
68
+ copyright?: components["schemas"]["AlbumUpdateOperation_Payload_Data_Attributes_Copyright"];
69
+ explicitLyrics?: boolean;
70
+ /** Format: date */
71
+ releaseDate?: string;
72
+ title: string;
73
+ version?: string;
74
+ };
75
+ AlbumUpdateOperation_Payload_Data_Attributes_Copyright: {
76
+ text: string;
77
+ /** Format: int32 */
78
+ year?: number;
79
+ };
80
+ AlbumUpdateOperation_Payload_Data_Relationships: {
81
+ genres?: components["schemas"]["AlbumUpdateOperation_Payload_Data_Relationships_Genres"];
82
+ };
83
+ AlbumUpdateOperation_Payload_Data_Relationships_Genres: {
84
+ data: components["schemas"]["AlbumUpdateOperation_Payload_Data_Relationships_Genres_Data"][];
85
+ };
86
+ AlbumUpdateOperation_Payload_Data_Relationships_Genres_Data: {
87
+ id: string;
88
+ /** @enum {string} */
89
+ type: "genres";
90
+ };
6
91
  Albums_Attributes: {
7
92
  /** @description Available usage for this album */
8
93
  availability?: ("STREAM" | "DJ" | "STEM")[];
@@ -64,20 +149,19 @@ export declare interface components {
64
149
  */
65
150
  type: "ALBUM" | "EP" | "SINGLE";
66
151
  };
67
- Albums_Items_Multi_Data_Relationship_Document: {
152
+ Albums_Items_Multi_Relationship_Data_Document: {
68
153
  data?: components["schemas"]["Albums_Items_Resource_Identifier"][];
69
- links?: components["schemas"]["Links"];
154
+ links: components["schemas"]["Links"];
70
155
  };
71
- /** @description Resource identifier JSON:API object */
72
156
  Albums_Items_Resource_Identifier: {
73
157
  /**
74
- * @description resource unique identifier
158
+ * @description Resource id
75
159
  * @example 12345
76
160
  */
77
161
  id: string;
78
162
  meta?: components["schemas"]["Albums_Items_Resource_Identifier_Meta"];
79
163
  /**
80
- * @description resource unique type
164
+ * @description Resource type
81
165
  * @example tracks
82
166
  */
83
167
  type: string;
@@ -96,41 +180,99 @@ export declare interface components {
96
180
  */
97
181
  volumeNumber: number;
98
182
  };
99
- Albums_Multi_Data_Document: {
100
- data?: components["schemas"]["Albums_Resource"][];
183
+ Albums_Multi_Relationship_Data_Document: {
184
+ data?: components["schemas"]["Resource_Identifier"][];
101
185
  included?: components["schemas"]["Included"];
102
- links?: components["schemas"]["Links"];
186
+ links: components["schemas"]["Links"];
103
187
  };
104
- Albums_Multi_Data_Relationship_Document: {
105
- data?: components["schemas"]["Resource_Identifier"][];
188
+ Albums_Multi_Resource_Data_Document: {
189
+ data: components["schemas"]["Albums_Resource_Object"][];
106
190
  included?: components["schemas"]["Included"];
107
- links?: components["schemas"]["Links"];
191
+ links: components["schemas"]["Links"];
108
192
  };
109
193
  Albums_Relationships: {
110
- artists: components["schemas"]["Multi_Data_Relationship_Doc"];
111
- coverArt: components["schemas"]["Multi_Data_Relationship_Doc"];
112
- items: components["schemas"]["Albums_Items_Multi_Data_Relationship_Document"];
113
- providers: components["schemas"]["Multi_Data_Relationship_Doc"];
114
- similarAlbums: components["schemas"]["Multi_Data_Relationship_Doc"];
115
- };
116
- Albums_Resource: {
194
+ artists: components["schemas"]["Multi_Relationship_Data_Document"];
195
+ coverArt: components["schemas"]["Multi_Relationship_Data_Document"];
196
+ genres: components["schemas"]["Multi_Relationship_Data_Document"];
197
+ items: components["schemas"]["Albums_Items_Multi_Relationship_Data_Document"];
198
+ owners: components["schemas"]["Multi_Relationship_Data_Document"];
199
+ providers: components["schemas"]["Multi_Relationship_Data_Document"];
200
+ similarAlbums: components["schemas"]["Multi_Relationship_Data_Document"];
201
+ };
202
+ Albums_Resource_Object: {
117
203
  attributes?: components["schemas"]["Albums_Attributes"];
118
204
  /**
119
- * @description resource unique identifier
205
+ * @description Resource id
120
206
  * @example 12345
121
207
  */
122
208
  id: string;
123
209
  relationships?: components["schemas"]["Albums_Relationships"];
124
210
  /**
125
- * @description resource unique type (enum property replaced by openapi-typescript)
211
+ * @description Resource type (enum property replaced by openapi-typescript)
126
212
  * @enum {string}
127
213
  */
128
214
  type: "albums";
129
215
  };
130
- Albums_Single_Data_Document: {
131
- data?: components["schemas"]["Albums_Resource"];
216
+ Albums_Single_Resource_Data_Document: {
217
+ data: components["schemas"]["Albums_Resource_Object"];
132
218
  included?: components["schemas"]["Included"];
133
- links?: components["schemas"]["Links"];
219
+ links: components["schemas"]["Links"];
220
+ };
221
+ ArtistBiographies_Attributes: {
222
+ /**
223
+ * @description Boolean to indicate if the biography is editable (source = tidal or artist)
224
+ * @example true
225
+ */
226
+ editable: boolean;
227
+ /**
228
+ * @description Artist biography
229
+ * @example Once upon a time an artist is born
230
+ */
231
+ text: string;
232
+ };
233
+ ArtistBiographies_Multi_Relationship_Data_Document: {
234
+ data?: components["schemas"]["Resource_Identifier"][];
235
+ included?: components["schemas"]["Included"];
236
+ links: components["schemas"]["Links"];
237
+ };
238
+ ArtistBiographies_Multi_Resource_Data_Document: {
239
+ data: components["schemas"]["ArtistBiographies_Resource_Object"][];
240
+ included?: components["schemas"]["Included"];
241
+ links: components["schemas"]["Links"];
242
+ };
243
+ ArtistBiographies_Relationships: {
244
+ owners: components["schemas"]["Multi_Relationship_Data_Document"];
245
+ };
246
+ ArtistBiographies_Resource_Object: {
247
+ attributes?: components["schemas"]["ArtistBiographies_Attributes"];
248
+ /**
249
+ * @description Resource id
250
+ * @example 12345
251
+ */
252
+ id: string;
253
+ relationships?: components["schemas"]["ArtistBiographies_Relationships"];
254
+ /**
255
+ * @description Resource type (enum property replaced by openapi-typescript)
256
+ * @enum {string}
257
+ */
258
+ type: "artistBiographies";
259
+ };
260
+ ArtistBiographies_Single_Resource_Data_Document: {
261
+ data: components["schemas"]["ArtistBiographies_Resource_Object"];
262
+ included?: components["schemas"]["Included"];
263
+ links: components["schemas"]["Links"];
264
+ };
265
+ ArtistBiographyUpdateBody: {
266
+ data: components["schemas"]["ArtistBiographyUpdateBody_Data"];
267
+ };
268
+ ArtistBiographyUpdateBody_Data: {
269
+ attributes: components["schemas"]["ArtistBiographyUpdateBody_Data_Attributes"];
270
+ id: string;
271
+ /** @enum {string} */
272
+ type: "artistBiographies";
273
+ };
274
+ ArtistBiographyUpdateBody_Data_Attributes: {
275
+ text?: string;
134
276
  };
135
277
  ArtistCreateOperation_Meta: {
136
278
  dryRun?: boolean;
@@ -159,28 +301,28 @@ export declare interface components {
159
301
  ArtistRoles_Attributes: {
160
302
  name?: string;
161
303
  };
162
- ArtistRoles_Multi_Data_Document: {
163
- data?: components["schemas"]["ArtistRoles_Resource"][];
304
+ ArtistRoles_Multi_Resource_Data_Document: {
305
+ data: components["schemas"]["ArtistRoles_Resource_Object"][];
164
306
  included?: components["schemas"]["Included"];
165
- links?: components["schemas"]["Links"];
307
+ links: components["schemas"]["Links"];
166
308
  };
167
- ArtistRoles_Resource: {
309
+ ArtistRoles_Resource_Object: {
168
310
  attributes?: components["schemas"]["ArtistRoles_Attributes"];
169
311
  /**
170
- * @description resource unique identifier
312
+ * @description Resource id
171
313
  * @example 12345
172
314
  */
173
315
  id: string;
174
316
  /**
175
- * @description resource unique type (enum property replaced by openapi-typescript)
317
+ * @description Resource type (enum property replaced by openapi-typescript)
176
318
  * @enum {string}
177
319
  */
178
320
  type: "artistRoles";
179
321
  };
180
- ArtistRoles_Single_Data_Document: {
181
- data?: components["schemas"]["ArtistRoles_Resource"];
322
+ ArtistRoles_Single_Resource_Data_Document: {
323
+ data: components["schemas"]["ArtistRoles_Resource_Object"];
182
324
  included?: components["schemas"]["Included"];
183
- links?: components["schemas"]["Links"];
325
+ links: components["schemas"]["Links"];
184
326
  };
185
327
  ArtistUpdateBody: {
186
328
  data: components["schemas"]["ArtistUpdateBody_Data"];
@@ -194,6 +336,7 @@ export declare interface components {
194
336
  };
195
337
  ArtistUpdateBody_Data_Attributes: {
196
338
  contributionsEnabled?: boolean;
339
+ contributionsSalesPitch?: string;
197
340
  externalLinks?: components["schemas"]["External_Link"][];
198
341
  handle?: string;
199
342
  name?: string;
@@ -207,6 +350,11 @@ export declare interface components {
207
350
  * @example true
208
351
  */
209
352
  contributionsEnabled?: boolean;
353
+ /**
354
+ * @description Contributions sales pitch
355
+ * @example Help me be a full time artist
356
+ */
357
+ contributionsSalesPitch?: string;
210
358
  /** @description Artist links external to TIDAL API */
211
359
  externalLinks?: components["schemas"]["External_Link"][];
212
360
  /**
@@ -231,60 +379,65 @@ export declare interface components {
231
379
  */
232
380
  spotlighted?: boolean;
233
381
  };
234
- Artists_Multi_Data_Document: {
235
- data?: components["schemas"]["Artists_Resource"][];
382
+ Artists_Multi_Relationship_Data_Document: {
383
+ data?: components["schemas"]["Resource_Identifier"][];
236
384
  included?: components["schemas"]["Included"];
237
- links?: components["schemas"]["Links"];
385
+ links: components["schemas"]["Links"];
238
386
  };
239
- Artists_Multi_Data_Relationship_Document: {
240
- data?: components["schemas"]["Resource_Identifier"][];
387
+ Artists_Multi_Resource_Data_Document: {
388
+ data: components["schemas"]["Artists_Resource_Object"][];
241
389
  included?: components["schemas"]["Included"];
242
- links?: components["schemas"]["Links"];
390
+ links: components["schemas"]["Links"];
243
391
  };
244
392
  Artists_Relationships: {
245
- albums: components["schemas"]["Multi_Data_Relationship_Doc"];
246
- owners: components["schemas"]["Multi_Data_Relationship_Doc"];
247
- profileArt: components["schemas"]["Multi_Data_Relationship_Doc"];
248
- radio: components["schemas"]["Multi_Data_Relationship_Doc"];
249
- roles: components["schemas"]["Multi_Data_Relationship_Doc"];
250
- similarArtists: components["schemas"]["Multi_Data_Relationship_Doc"];
251
- trackProviders: components["schemas"]["Artists_TrackProviders_Multi_Data_Relationship_Document"];
252
- tracks: components["schemas"]["Multi_Data_Relationship_Doc"];
253
- videos: components["schemas"]["Multi_Data_Relationship_Doc"];
254
- };
255
- Artists_Resource: {
393
+ albums: components["schemas"]["Multi_Relationship_Data_Document"];
394
+ biography: components["schemas"]["Single_Relationship_Data_Document"];
395
+ owners: components["schemas"]["Multi_Relationship_Data_Document"];
396
+ profileArt: components["schemas"]["Multi_Relationship_Data_Document"];
397
+ radio: components["schemas"]["Multi_Relationship_Data_Document"];
398
+ roles: components["schemas"]["Multi_Relationship_Data_Document"];
399
+ similarArtists: components["schemas"]["Multi_Relationship_Data_Document"];
400
+ trackProviders: components["schemas"]["Artists_TrackProviders_Multi_Relationship_Data_Document"];
401
+ tracks: components["schemas"]["Multi_Relationship_Data_Document"];
402
+ videos: components["schemas"]["Multi_Relationship_Data_Document"];
403
+ };
404
+ Artists_Resource_Object: {
256
405
  attributes?: components["schemas"]["Artists_Attributes"];
257
406
  /**
258
- * @description resource unique identifier
407
+ * @description Resource id
259
408
  * @example 12345
260
409
  */
261
410
  id: string;
262
411
  relationships?: components["schemas"]["Artists_Relationships"];
263
412
  /**
264
- * @description resource unique type (enum property replaced by openapi-typescript)
413
+ * @description Resource type (enum property replaced by openapi-typescript)
265
414
  * @enum {string}
266
415
  */
267
416
  type: "artists";
268
417
  };
269
- Artists_Single_Data_Document: {
270
- data?: components["schemas"]["Artists_Resource"];
418
+ Artists_Single_Relationship_Data_Document: {
419
+ data?: components["schemas"]["Resource_Identifier"];
420
+ included?: components["schemas"]["Included"];
421
+ links: components["schemas"]["Links"];
422
+ };
423
+ Artists_Single_Resource_Data_Document: {
424
+ data: components["schemas"]["Artists_Resource_Object"];
271
425
  included?: components["schemas"]["Included"];
272
- links?: components["schemas"]["Links"];
426
+ links: components["schemas"]["Links"];
273
427
  };
274
- Artists_TrackProviders_Multi_Data_Relationship_Document: {
428
+ Artists_TrackProviders_Multi_Relationship_Data_Document: {
275
429
  data?: components["schemas"]["Artists_TrackProviders_Resource_Identifier"][];
276
- links?: components["schemas"]["Links"];
430
+ links: components["schemas"]["Links"];
277
431
  };
278
- /** @description Resource identifier JSON:API object */
279
432
  Artists_TrackProviders_Resource_Identifier: {
280
433
  /**
281
- * @description resource unique identifier
434
+ * @description Resource id
282
435
  * @example 12345
283
436
  */
284
437
  id: string;
285
438
  meta?: components["schemas"]["Artists_TrackProviders_Resource_Identifier_Meta"];
286
439
  /**
287
- * @description resource unique type
440
+ * @description Resource type
288
441
  * @example tracks
289
442
  */
290
443
  type: string;
@@ -358,37 +511,42 @@ export declare interface components {
358
511
  mediaType: "IMAGE" | "VIDEO";
359
512
  sourceFile?: components["schemas"]["Artwork_SourceFile"];
360
513
  };
361
- Artworks_Multi_Data_Document: {
362
- data?: components["schemas"]["Artworks_Resource"][];
514
+ Artworks_Multi_Relationship_Data_Document: {
515
+ data?: components["schemas"]["Resource_Identifier"][];
363
516
  included?: components["schemas"]["Included"];
364
- links?: components["schemas"]["Links"];
517
+ links: components["schemas"]["Links"];
365
518
  };
366
- Artworks_Multi_Data_Relationship_Document: {
367
- data?: components["schemas"]["Resource_Identifier"][];
519
+ Artworks_Multi_Resource_Data_Document: {
520
+ data: components["schemas"]["Artworks_Resource_Object"][];
368
521
  included?: components["schemas"]["Included"];
369
- links?: components["schemas"]["Links"];
522
+ links: components["schemas"]["Links"];
370
523
  };
371
524
  Artworks_Relationships: {
372
- owners: components["schemas"]["Multi_Data_Relationship_Doc"];
525
+ owners: components["schemas"]["Multi_Relationship_Data_Document"];
373
526
  };
374
- Artworks_Resource: {
527
+ Artworks_Resource_Object: {
375
528
  attributes?: components["schemas"]["Artworks_Attributes"];
376
529
  /**
377
- * @description resource unique identifier
530
+ * @description Resource id
378
531
  * @example 12345
379
532
  */
380
533
  id: string;
381
534
  relationships?: components["schemas"]["Artworks_Relationships"];
382
535
  /**
383
- * @description resource unique type (enum property replaced by openapi-typescript)
536
+ * @description Resource type (enum property replaced by openapi-typescript)
384
537
  * @enum {string}
385
538
  */
386
539
  type: "artworks";
387
540
  };
388
- Artworks_Single_Data_Document: {
389
- data?: components["schemas"]["Artworks_Resource"];
541
+ Artworks_Single_Resource_Data_Document: {
542
+ data: components["schemas"]["Artworks_Resource_Object"];
390
543
  included?: components["schemas"]["Included"];
391
- links?: components["schemas"]["Links"];
544
+ links: components["schemas"]["Links"];
545
+ };
546
+ AttachSourceFileToTrack: {
547
+ id: string;
548
+ /** @enum {string} */
549
+ type: "tracks";
392
550
  };
393
551
  /** @description Track normalization data */
394
552
  AudioNormalizationData: {
@@ -404,13 +562,6 @@ export declare interface components {
404
562
  drmSystem?: "FAIRPLAY" | "WIDEVINE";
405
563
  licenseUrl?: string;
406
564
  };
407
- /** @description JSON:API error document object */
408
- Error_Document: {
409
- /** @description array of error objects */
410
- errors?: components["schemas"]["Error_Object"][];
411
- links?: components["schemas"]["Links"];
412
- };
413
- /** @description JSON:API error object */
414
565
  Error_Object: {
415
566
  /** @description application-specific error code */
416
567
  code?: string;
@@ -422,7 +573,6 @@ export declare interface components {
422
573
  /** @description HTTP status code applicable to this problem */
423
574
  status?: string;
424
575
  };
425
- /** @description object containing references to the primary source of the error */
426
576
  Error_Object_Source: {
427
577
  /**
428
578
  * @description string indicating the name of a single request header which caused the error
@@ -440,6 +590,11 @@ export declare interface components {
440
590
  */
441
591
  pointer?: string;
442
592
  };
593
+ Errors_Document: {
594
+ /** @description Array of error objects */
595
+ errors?: components["schemas"]["Error_Object"][];
596
+ links?: components["schemas"]["Links"];
597
+ };
443
598
  External_Link: {
444
599
  href: string;
445
600
  meta: components["schemas"]["External_Link_Meta"];
@@ -477,9 +632,39 @@ export declare interface components {
477
632
  /** @description HTTP method */
478
633
  method: string;
479
634
  };
480
- Included: (components["schemas"]["Albums_Resource"] | components["schemas"]["ArtistRoles_Resource"] | components["schemas"]["Artists_Resource"] | components["schemas"]["Artworks_Resource"] | components["schemas"]["Playlists_Resource"] | components["schemas"]["Providers_Resource"] | components["schemas"]["SearchResults_Resource"] | components["schemas"]["SearchSuggestions_Resource"] | components["schemas"]["TrackFiles_Resource"] | components["schemas"]["TrackManifests_Resource"] | components["schemas"]["TrackStatistics_Resource"] | components["schemas"]["Tracks_Resource"] | components["schemas"]["UserCollections_Resource"] | components["schemas"]["UserEntitlements_Resource"] | components["schemas"]["UserRecommendations_Resource"] | components["schemas"]["UserReports_Resource"] | components["schemas"]["Users_Resource"] | components["schemas"]["Videos_Resource"])[];
481
- /** @description Links JSON:API object */
635
+ Genres_Attributes: {
636
+ /**
637
+ * @description Genre name
638
+ * @example pop
639
+ */
640
+ genreName: string;
641
+ };
642
+ Genres_Multi_Resource_Data_Document: {
643
+ data: components["schemas"]["Genres_Resource_Object"][];
644
+ included?: components["schemas"]["Included"];
645
+ links: components["schemas"]["Links"];
646
+ };
647
+ Genres_Resource_Object: {
648
+ attributes?: components["schemas"]["Genres_Attributes"];
649
+ /**
650
+ * @description Resource id
651
+ * @example 12345
652
+ */
653
+ id: string;
654
+ /**
655
+ * @description Resource type (enum property replaced by openapi-typescript)
656
+ * @enum {string}
657
+ */
658
+ type: "genres";
659
+ };
660
+ Genres_Single_Resource_Data_Document: {
661
+ data: components["schemas"]["Genres_Resource_Object"];
662
+ included?: components["schemas"]["Included"];
663
+ links: components["schemas"]["Links"];
664
+ };
665
+ Included: (components["schemas"]["Albums_Resource_Object"] | components["schemas"]["ArtistBiographies_Resource_Object"] | components["schemas"]["ArtistRoles_Resource_Object"] | components["schemas"]["Artists_Resource_Object"] | components["schemas"]["Artworks_Resource_Object"] | components["schemas"]["Genres_Resource_Object"] | components["schemas"]["Lyrics_Resource_Object"] | components["schemas"]["Playlists_Resource_Object"] | components["schemas"]["Providers_Resource_Object"] | components["schemas"]["SearchResults_Resource_Object"] | components["schemas"]["SearchSuggestions_Resource_Object"] | components["schemas"]["TrackFiles_Resource_Object"] | components["schemas"]["TrackManifests_Resource_Object"] | components["schemas"]["TrackSourceFiles_Resource_Object"] | components["schemas"]["TrackStatistics_Resource_Object"] | components["schemas"]["Tracks_Resource_Object"] | components["schemas"]["UserCollections_Resource_Object"] | components["schemas"]["UserEntitlements_Resource_Object"] | components["schemas"]["UserRecommendations_Resource_Object"] | components["schemas"]["UserReports_Resource_Object"] | components["schemas"]["Users_Resource_Object"] | components["schemas"]["Videos_Resource_Object"])[];
482
666
  Links: {
667
+ meta?: components["schemas"]["Links_Meta"];
483
668
  /**
484
669
  * @description Link to next page
485
670
  * @example /artists/xyz/relationships/tracks?page[cursor]=zyx
@@ -491,9 +676,58 @@ export declare interface components {
491
676
  */
492
677
  self: string;
493
678
  };
494
- Multi_Data_Relationship_Doc: {
679
+ /** @description Non-standard meta information for links */
680
+ Links_Meta: {
681
+ /**
682
+ * @description Only cursor part of next link
683
+ * @example zyx
684
+ */
685
+ nextCursor: string;
686
+ };
687
+ Lyrics_Attributes: {
688
+ text: string;
689
+ };
690
+ Lyrics_Multi_Relationship_Data_Document: {
495
691
  data?: components["schemas"]["Resource_Identifier"][];
496
- links?: components["schemas"]["Links"];
692
+ included?: components["schemas"]["Included"];
693
+ links: components["schemas"]["Links"];
694
+ };
695
+ Lyrics_Multi_Resource_Data_Document: {
696
+ data: components["schemas"]["Lyrics_Resource_Object"][];
697
+ included?: components["schemas"]["Included"];
698
+ links: components["schemas"]["Links"];
699
+ };
700
+ Lyrics_Relationships: {
701
+ owners: components["schemas"]["Multi_Relationship_Data_Document"];
702
+ track: components["schemas"]["Single_Relationship_Data_Document"];
703
+ };
704
+ Lyrics_Resource_Object: {
705
+ attributes?: components["schemas"]["Lyrics_Attributes"];
706
+ /**
707
+ * @description Resource id
708
+ * @example 12345
709
+ */
710
+ id: string;
711
+ relationships?: components["schemas"]["Lyrics_Relationships"];
712
+ /**
713
+ * @description Resource type (enum property replaced by openapi-typescript)
714
+ * @enum {string}
715
+ */
716
+ type: "lyrics";
717
+ };
718
+ Lyrics_Single_Relationship_Data_Document: {
719
+ data?: components["schemas"]["Resource_Identifier"];
720
+ included?: components["schemas"]["Included"];
721
+ links: components["schemas"]["Links"];
722
+ };
723
+ Lyrics_Single_Resource_Data_Document: {
724
+ data: components["schemas"]["Lyrics_Resource_Object"];
725
+ included?: components["schemas"]["Included"];
726
+ links: components["schemas"]["Links"];
727
+ };
728
+ Multi_Relationship_Data_Document: {
729
+ data?: components["schemas"]["Resource_Identifier"][];
730
+ links: components["schemas"]["Links"];
497
731
  };
498
732
  PlaylistCoverArtRelationshipUpdateOperation_Payload: {
499
733
  data: components["schemas"]["PlaylistCoverArtRelationshipUpdateOperation_Payload_Data"][];
@@ -626,20 +860,19 @@ export declare interface components {
626
860
  */
627
861
  privacy: "PUBLIC" | "PRIVATE";
628
862
  };
629
- Playlists_Items_Multi_Data_Relationship_Document: {
863
+ Playlists_Items_Multi_Relationship_Data_Document: {
630
864
  data?: components["schemas"]["Playlists_Items_Resource_Identifier"][];
631
- links?: components["schemas"]["Links"];
865
+ links: components["schemas"]["Links"];
632
866
  };
633
- /** @description Resource identifier JSON:API object */
634
867
  Playlists_Items_Resource_Identifier: {
635
868
  /**
636
- * @description resource unique identifier
869
+ * @description Resource id
637
870
  * @example 12345
638
871
  */
639
872
  id: string;
640
873
  meta?: components["schemas"]["Playlists_Items_Resource_Identifier_Meta"];
641
874
  /**
642
- * @description resource unique type
875
+ * @description Resource type
643
876
  * @example tracks
644
877
  */
645
878
  type: string;
@@ -649,39 +882,39 @@ export declare interface components {
649
882
  addedAt?: string;
650
883
  itemId?: string;
651
884
  };
652
- Playlists_Multi_Data_Document: {
653
- data?: components["schemas"]["Playlists_Resource"][];
885
+ Playlists_Multi_Relationship_Data_Document: {
886
+ data?: components["schemas"]["Resource_Identifier"][];
654
887
  included?: components["schemas"]["Included"];
655
- links?: components["schemas"]["Links"];
888
+ links: components["schemas"]["Links"];
656
889
  };
657
- Playlists_Multi_Data_Relationship_Document: {
658
- data?: components["schemas"]["Resource_Identifier"][];
890
+ Playlists_Multi_Resource_Data_Document: {
891
+ data: components["schemas"]["Playlists_Resource_Object"][];
659
892
  included?: components["schemas"]["Included"];
660
- links?: components["schemas"]["Links"];
893
+ links: components["schemas"]["Links"];
661
894
  };
662
895
  Playlists_Relationships: {
663
- coverArt: components["schemas"]["Multi_Data_Relationship_Doc"];
664
- items: components["schemas"]["Playlists_Items_Multi_Data_Relationship_Document"];
665
- owners: components["schemas"]["Multi_Data_Relationship_Doc"];
896
+ coverArt: components["schemas"]["Multi_Relationship_Data_Document"];
897
+ items: components["schemas"]["Playlists_Items_Multi_Relationship_Data_Document"];
898
+ owners: components["schemas"]["Multi_Relationship_Data_Document"];
666
899
  };
667
- Playlists_Resource: {
900
+ Playlists_Resource_Object: {
668
901
  attributes?: components["schemas"]["Playlists_Attributes"];
669
902
  /**
670
- * @description resource unique identifier
903
+ * @description Resource id
671
904
  * @example 12345
672
905
  */
673
906
  id: string;
674
907
  relationships?: components["schemas"]["Playlists_Relationships"];
675
908
  /**
676
- * @description resource unique type (enum property replaced by openapi-typescript)
909
+ * @description Resource type (enum property replaced by openapi-typescript)
677
910
  * @enum {string}
678
911
  */
679
912
  type: "playlists";
680
913
  };
681
- Playlists_Single_Data_Document: {
682
- data?: components["schemas"]["Playlists_Resource"];
914
+ Playlists_Single_Resource_Data_Document: {
915
+ data: components["schemas"]["Playlists_Resource_Object"];
683
916
  included?: components["schemas"]["Included"];
684
- links?: components["schemas"]["Links"];
917
+ links: components["schemas"]["Links"];
685
918
  };
686
919
  Providers_Attributes: {
687
920
  /**
@@ -690,52 +923,51 @@ export declare interface components {
690
923
  */
691
924
  name: string;
692
925
  };
693
- Providers_Multi_Data_Document: {
694
- data?: components["schemas"]["Providers_Resource"][];
926
+ Providers_Multi_Resource_Data_Document: {
927
+ data: components["schemas"]["Providers_Resource_Object"][];
695
928
  included?: components["schemas"]["Included"];
696
- links?: components["schemas"]["Links"];
929
+ links: components["schemas"]["Links"];
697
930
  };
698
- Providers_Resource: {
931
+ Providers_Resource_Object: {
699
932
  attributes?: components["schemas"]["Providers_Attributes"];
700
933
  /**
701
- * @description resource unique identifier
934
+ * @description Resource id
702
935
  * @example 12345
703
936
  */
704
937
  id: string;
705
938
  /**
706
- * @description resource unique type (enum property replaced by openapi-typescript)
939
+ * @description Resource type (enum property replaced by openapi-typescript)
707
940
  * @enum {string}
708
941
  */
709
942
  type: "providers";
710
943
  };
711
- Providers_Single_Data_Document: {
712
- data?: components["schemas"]["Providers_Resource"];
944
+ Providers_Single_Resource_Data_Document: {
945
+ data: components["schemas"]["Providers_Resource_Object"];
713
946
  included?: components["schemas"]["Included"];
714
- links?: components["schemas"]["Links"];
947
+ links: components["schemas"]["Links"];
715
948
  };
716
- ResourceObjectObject: {
717
- attributes?: Record<string, never>;
949
+ Resource_Identifier: {
718
950
  /**
719
- * @description resource unique identifier
951
+ * @description Resource id
720
952
  * @example 12345
721
953
  */
722
954
  id: string;
723
- relationships?: Record<string, never>;
724
955
  /**
725
- * @description resource unique type
956
+ * @description Resource type
726
957
  * @example tracks
727
958
  */
728
959
  type: string;
729
960
  };
730
- /** @description Resource identifier JSON:API object */
731
- Resource_Identifier: {
961
+ Resource_ObjectObjectObject: {
962
+ attributes?: Record<string, never>;
732
963
  /**
733
- * @description resource unique identifier
964
+ * @description Resource id
734
965
  * @example 12345
735
966
  */
736
967
  id: string;
968
+ relationships?: Record<string, never>;
737
969
  /**
738
- * @description resource unique type
970
+ * @description Resource type
739
971
  * @example tracks
740
972
  */
741
973
  type: string;
@@ -752,42 +984,42 @@ export declare interface components {
752
984
  */
753
985
  trackingId: string;
754
986
  };
755
- SearchResults_Multi_Data_Document: {
756
- data?: components["schemas"]["SearchResults_Resource"][];
987
+ SearchResults_Multi_Relationship_Data_Document: {
988
+ data?: components["schemas"]["Resource_Identifier"][];
757
989
  included?: components["schemas"]["Included"];
758
- links?: components["schemas"]["Links"];
990
+ links: components["schemas"]["Links"];
759
991
  };
760
- SearchResults_Multi_Data_Relationship_Document: {
761
- data?: components["schemas"]["Resource_Identifier"][];
992
+ SearchResults_Multi_Resource_Data_Document: {
993
+ data: components["schemas"]["SearchResults_Resource_Object"][];
762
994
  included?: components["schemas"]["Included"];
763
- links?: components["schemas"]["Links"];
995
+ links: components["schemas"]["Links"];
764
996
  };
765
997
  SearchResults_Relationships: {
766
- albums: components["schemas"]["Multi_Data_Relationship_Doc"];
767
- artists: components["schemas"]["Multi_Data_Relationship_Doc"];
768
- playlists: components["schemas"]["Multi_Data_Relationship_Doc"];
769
- topHits: components["schemas"]["Multi_Data_Relationship_Doc"];
770
- tracks: components["schemas"]["Multi_Data_Relationship_Doc"];
771
- videos: components["schemas"]["Multi_Data_Relationship_Doc"];
772
- };
773
- SearchResults_Resource: {
998
+ albums: components["schemas"]["Multi_Relationship_Data_Document"];
999
+ artists: components["schemas"]["Multi_Relationship_Data_Document"];
1000
+ playlists: components["schemas"]["Multi_Relationship_Data_Document"];
1001
+ topHits: components["schemas"]["Multi_Relationship_Data_Document"];
1002
+ tracks: components["schemas"]["Multi_Relationship_Data_Document"];
1003
+ videos: components["schemas"]["Multi_Relationship_Data_Document"];
1004
+ };
1005
+ SearchResults_Resource_Object: {
774
1006
  attributes?: components["schemas"]["SearchResults_Attributes"];
775
1007
  /**
776
- * @description resource unique identifier
1008
+ * @description Resource id
777
1009
  * @example 12345
778
1010
  */
779
1011
  id: string;
780
1012
  relationships?: components["schemas"]["SearchResults_Relationships"];
781
1013
  /**
782
- * @description resource unique type (enum property replaced by openapi-typescript)
1014
+ * @description Resource type (enum property replaced by openapi-typescript)
783
1015
  * @enum {string}
784
1016
  */
785
1017
  type: "searchResults";
786
1018
  };
787
- SearchResults_Single_Data_Document: {
788
- data?: components["schemas"]["SearchResults_Resource"];
1019
+ SearchResults_Single_Resource_Data_Document: {
1020
+ data: components["schemas"]["SearchResults_Resource_Object"];
789
1021
  included?: components["schemas"]["Included"];
790
- links?: components["schemas"]["Links"];
1022
+ links: components["schemas"]["Links"];
791
1023
  };
792
1024
  SearchSuggestions_Attributes: {
793
1025
  /** @description Suggestions from search history */
@@ -808,46 +1040,46 @@ export declare interface components {
808
1040
  highlights?: components["schemas"]["SearchSuggestions_Highlights"][];
809
1041
  query: string;
810
1042
  };
811
- SearchSuggestions_Multi_Data_Document: {
812
- data?: components["schemas"]["SearchSuggestions_Resource"][];
1043
+ SearchSuggestions_Multi_Relationship_Data_Document: {
1044
+ data?: components["schemas"]["Resource_Identifier"][];
813
1045
  included?: components["schemas"]["Included"];
814
- links?: components["schemas"]["Links"];
1046
+ links: components["schemas"]["Links"];
815
1047
  };
816
- SearchSuggestions_Multi_Data_Relationship_Document: {
817
- data?: components["schemas"]["Resource_Identifier"][];
1048
+ SearchSuggestions_Multi_Resource_Data_Document: {
1049
+ data: components["schemas"]["SearchSuggestions_Resource_Object"][];
818
1050
  included?: components["schemas"]["Included"];
819
- links?: components["schemas"]["Links"];
1051
+ links: components["schemas"]["Links"];
820
1052
  };
821
1053
  SearchSuggestions_Relationships: {
822
- directHits: components["schemas"]["Multi_Data_Relationship_Doc"];
1054
+ directHits: components["schemas"]["Multi_Relationship_Data_Document"];
823
1055
  };
824
- SearchSuggestions_Resource: {
1056
+ SearchSuggestions_Resource_Object: {
825
1057
  attributes?: components["schemas"]["SearchSuggestions_Attributes"];
826
1058
  /**
827
- * @description resource unique identifier
1059
+ * @description Resource id
828
1060
  * @example 12345
829
1061
  */
830
1062
  id: string;
831
1063
  relationships?: components["schemas"]["SearchSuggestions_Relationships"];
832
1064
  /**
833
- * @description resource unique type (enum property replaced by openapi-typescript)
1065
+ * @description Resource type (enum property replaced by openapi-typescript)
834
1066
  * @enum {string}
835
1067
  */
836
1068
  type: "searchSuggestions";
837
1069
  };
838
- SearchSuggestions_Single_Data_Document: {
839
- data?: components["schemas"]["SearchSuggestions_Resource"];
1070
+ SearchSuggestions_Single_Resource_Data_Document: {
1071
+ data: components["schemas"]["SearchSuggestions_Resource_Object"];
840
1072
  included?: components["schemas"]["Included"];
841
- links?: components["schemas"]["Links"];
1073
+ links: components["schemas"]["Links"];
842
1074
  };
843
1075
  /** @description Suggested search queries */
844
1076
  SearchSuggestions_Suggestions: {
845
1077
  highlights?: components["schemas"]["SearchSuggestions_Highlights"][];
846
1078
  query: string;
847
1079
  };
848
- Singleton_Data_Relationship_Doc: {
1080
+ Single_Relationship_Data_Document: {
849
1081
  data?: components["schemas"]["Resource_Identifier"];
850
- links?: components["schemas"]["Links"];
1082
+ links: components["schemas"]["Links"];
851
1083
  };
852
1084
  TrackCreateOperation_Payload: {
853
1085
  data: components["schemas"]["TrackCreateOperation_Payload_Data"];
@@ -875,6 +1107,7 @@ export declare interface components {
875
1107
  TrackCreateOperation_Payload_Data_Relationships: {
876
1108
  albums: components["schemas"]["TrackCreateOperation_Payload_Data_Relationships_Albums"];
877
1109
  artists: components["schemas"]["TrackCreateOperation_Payload_Data_Relationships_Artists"];
1110
+ genres?: components["schemas"]["TrackCreateOperation_Payload_Data_Relationships_Genres"];
878
1111
  };
879
1112
  TrackCreateOperation_Payload_Data_Relationships_Albums: {
880
1113
  data: components["schemas"]["TrackCreateOperation_Payload_Data_Relationships_Albums_Data"][];
@@ -892,6 +1125,14 @@ export declare interface components {
892
1125
  /** @enum {string} */
893
1126
  type: "artists";
894
1127
  };
1128
+ TrackCreateOperation_Payload_Data_Relationships_Genres: {
1129
+ data: components["schemas"]["TrackCreateOperation_Payload_Data_Relationships_Genres_Data"][];
1130
+ };
1131
+ TrackCreateOperation_Payload_Data_Relationships_Genres_Data: {
1132
+ id: string;
1133
+ /** @enum {string} */
1134
+ type: "genres";
1135
+ };
895
1136
  TrackFiles_Attributes: {
896
1137
  albumAudioNormalizationData?: components["schemas"]["AudioNormalizationData"];
897
1138
  /**
@@ -908,28 +1149,28 @@ export declare interface components {
908
1149
  /** @description File URL */
909
1150
  url?: string;
910
1151
  };
911
- TrackFiles_Multi_Data_Document: {
912
- data?: components["schemas"]["TrackFiles_Resource"][];
1152
+ TrackFiles_Multi_Resource_Data_Document: {
1153
+ data: components["schemas"]["TrackFiles_Resource_Object"][];
913
1154
  included?: components["schemas"]["Included"];
914
- links?: components["schemas"]["Links"];
1155
+ links: components["schemas"]["Links"];
915
1156
  };
916
- TrackFiles_Resource: {
1157
+ TrackFiles_Resource_Object: {
917
1158
  attributes?: components["schemas"]["TrackFiles_Attributes"];
918
1159
  /**
919
- * @description resource unique identifier
1160
+ * @description Resource id
920
1161
  * @example 12345
921
1162
  */
922
1163
  id: string;
923
1164
  /**
924
- * @description resource unique type (enum property replaced by openapi-typescript)
1165
+ * @description Resource type (enum property replaced by openapi-typescript)
925
1166
  * @enum {string}
926
1167
  */
927
1168
  type: "trackFiles";
928
1169
  };
929
- TrackFiles_Single_Data_Document: {
930
- data?: components["schemas"]["TrackFiles_Resource"];
1170
+ TrackFiles_Single_Resource_Data_Document: {
1171
+ data: components["schemas"]["TrackFiles_Resource_Object"];
931
1172
  included?: components["schemas"]["Included"];
932
- links?: components["schemas"]["Links"];
1173
+ links: components["schemas"]["Links"];
933
1174
  };
934
1175
  TrackManifests_Attributes: {
935
1176
  albumAudioNormalizationData?: components["schemas"]["AudioNormalizationData"];
@@ -947,28 +1188,88 @@ export declare interface components {
947
1188
  /** @description Manifest URI */
948
1189
  uri?: string;
949
1190
  };
950
- TrackManifests_Multi_Data_Document: {
951
- data?: components["schemas"]["TrackManifests_Resource"][];
1191
+ TrackManifests_Multi_Resource_Data_Document: {
1192
+ data: components["schemas"]["TrackManifests_Resource_Object"][];
952
1193
  included?: components["schemas"]["Included"];
953
- links?: components["schemas"]["Links"];
1194
+ links: components["schemas"]["Links"];
954
1195
  };
955
- TrackManifests_Resource: {
1196
+ TrackManifests_Resource_Object: {
956
1197
  attributes?: components["schemas"]["TrackManifests_Attributes"];
957
1198
  /**
958
- * @description resource unique identifier
1199
+ * @description Resource id
959
1200
  * @example 12345
960
1201
  */
961
1202
  id: string;
962
1203
  /**
963
- * @description resource unique type (enum property replaced by openapi-typescript)
1204
+ * @description Resource type (enum property replaced by openapi-typescript)
964
1205
  * @enum {string}
965
1206
  */
966
1207
  type: "trackManifests";
967
1208
  };
968
- TrackManifests_Single_Data_Document: {
969
- data?: components["schemas"]["TrackManifests_Resource"];
1209
+ TrackManifests_Single_Resource_Data_Document: {
1210
+ data: components["schemas"]["TrackManifests_Resource_Object"];
970
1211
  included?: components["schemas"]["Included"];
971
- links?: components["schemas"]["Links"];
1212
+ links: components["schemas"]["Links"];
1213
+ };
1214
+ TrackSourceFileCreateOperation_Payload: {
1215
+ data: components["schemas"]["TrackSourceFileCreateOperation_Payload_Data"];
1216
+ };
1217
+ TrackSourceFileCreateOperation_Payload_Data: {
1218
+ attributes: components["schemas"]["TrackSourceFileCreateOperation_Payload_Data_Attributes"];
1219
+ relationships: components["schemas"]["TrackSourceFileCreateOperation_Payload_Data_Relationships"];
1220
+ /** @enum {string} */
1221
+ type: "trackSourceFiles";
1222
+ };
1223
+ TrackSourceFileCreateOperation_Payload_Data_Attributes: {
1224
+ md5Hash: string;
1225
+ /** Format: int64 */
1226
+ size: number;
1227
+ };
1228
+ TrackSourceFileCreateOperation_Payload_Data_Relationships: {
1229
+ track: components["schemas"]["AttachSourceFileToTrack"];
1230
+ };
1231
+ TrackSourceFiles_Attributes: {
1232
+ /** @description MD5 hash of file to be uploaded */
1233
+ md5Hash: string;
1234
+ /**
1235
+ * Format: int64
1236
+ * @description File size of the track in bytes
1237
+ */
1238
+ size: number;
1239
+ status: components["schemas"]["File_Status"];
1240
+ uploadLink: components["schemas"]["File_Upload_Link"];
1241
+ };
1242
+ TrackSourceFiles_Multi_Relationship_Data_Document: {
1243
+ data?: components["schemas"]["Resource_Identifier"][];
1244
+ included?: components["schemas"]["Included"];
1245
+ links: components["schemas"]["Links"];
1246
+ };
1247
+ TrackSourceFiles_Multi_Resource_Data_Document: {
1248
+ data: components["schemas"]["TrackSourceFiles_Resource_Object"][];
1249
+ included?: components["schemas"]["Included"];
1250
+ links: components["schemas"]["Links"];
1251
+ };
1252
+ TrackSourceFiles_Relationships: {
1253
+ owners: components["schemas"]["Multi_Relationship_Data_Document"];
1254
+ };
1255
+ TrackSourceFiles_Resource_Object: {
1256
+ attributes?: components["schemas"]["TrackSourceFiles_Attributes"];
1257
+ /**
1258
+ * @description Resource id
1259
+ * @example 12345
1260
+ */
1261
+ id: string;
1262
+ relationships?: components["schemas"]["TrackSourceFiles_Relationships"];
1263
+ /**
1264
+ * @description Resource type (enum property replaced by openapi-typescript)
1265
+ * @enum {string}
1266
+ */
1267
+ type: "trackSourceFiles";
1268
+ };
1269
+ TrackSourceFiles_Single_Resource_Data_Document: {
1270
+ data: components["schemas"]["TrackSourceFiles_Resource_Object"];
1271
+ included?: components["schemas"]["Included"];
1272
+ links: components["schemas"]["Links"];
972
1273
  };
973
1274
  TrackStatistics_Attributes: {
974
1275
  /**
@@ -982,37 +1283,37 @@ export declare interface components {
982
1283
  */
983
1284
  uniqueListeners: number;
984
1285
  };
985
- TrackStatistics_Multi_Data_Document: {
986
- data?: components["schemas"]["TrackStatistics_Resource"][];
1286
+ TrackStatistics_Multi_Relationship_Data_Document: {
1287
+ data?: components["schemas"]["Resource_Identifier"][];
987
1288
  included?: components["schemas"]["Included"];
988
- links?: components["schemas"]["Links"];
1289
+ links: components["schemas"]["Links"];
989
1290
  };
990
- TrackStatistics_Multi_Data_Relationship_Document: {
991
- data?: components["schemas"]["Resource_Identifier"][];
1291
+ TrackStatistics_Multi_Resource_Data_Document: {
1292
+ data: components["schemas"]["TrackStatistics_Resource_Object"][];
992
1293
  included?: components["schemas"]["Included"];
993
- links?: components["schemas"]["Links"];
1294
+ links: components["schemas"]["Links"];
994
1295
  };
995
1296
  TrackStatistics_Relationships: {
996
- owners: components["schemas"]["Multi_Data_Relationship_Doc"];
1297
+ owners: components["schemas"]["Multi_Relationship_Data_Document"];
997
1298
  };
998
- TrackStatistics_Resource: {
1299
+ TrackStatistics_Resource_Object: {
999
1300
  attributes?: components["schemas"]["TrackStatistics_Attributes"];
1000
1301
  /**
1001
- * @description resource unique identifier
1302
+ * @description Resource id
1002
1303
  * @example 12345
1003
1304
  */
1004
1305
  id: string;
1005
1306
  relationships?: components["schemas"]["TrackStatistics_Relationships"];
1006
1307
  /**
1007
- * @description resource unique type (enum property replaced by openapi-typescript)
1308
+ * @description Resource type (enum property replaced by openapi-typescript)
1008
1309
  * @enum {string}
1009
1310
  */
1010
1311
  type: "trackStatistics";
1011
1312
  };
1012
- TrackStatistics_Single_Data_Document: {
1013
- data?: components["schemas"]["TrackStatistics_Resource"];
1313
+ TrackStatistics_Single_Resource_Data_Document: {
1314
+ data: components["schemas"]["TrackStatistics_Resource_Object"];
1014
1315
  included?: components["schemas"]["Included"];
1015
- links?: components["schemas"]["Links"];
1316
+ links: components["schemas"]["Links"];
1016
1317
  };
1017
1318
  TrackUpdateOperation_Payload: {
1018
1319
  data: components["schemas"]["TrackUpdateOperation_Payload_Data"];
@@ -1020,6 +1321,7 @@ export declare interface components {
1020
1321
  TrackUpdateOperation_Payload_Data: {
1021
1322
  attributes: components["schemas"]["TrackUpdateOperation_Payload_Data_Attributes"];
1022
1323
  id: string;
1324
+ relationships?: components["schemas"]["TrackUpdateOperation_Payload_Data_Relationships"];
1023
1325
  /** @enum {string} */
1024
1326
  type: "tracks";
1025
1327
  };
@@ -1039,12 +1341,23 @@ export declare interface components {
1039
1341
  explicit?: boolean;
1040
1342
  genreTags?: string[];
1041
1343
  /** @enum {string} */
1042
- key?: "A" | "Ab" | "B" | "Bb" | "C" | "CSharp" | "D" | "E" | "Eb" | "F" | "FSharp" | "G";
1344
+ key?: "UNKNOWN" | "C" | "CSharp" | "D" | "Eb" | "E" | "F" | "FSharp" | "G" | "Ab" | "A" | "Bb" | "B";
1043
1345
  /** @enum {string} */
1044
- keyScale?: "MAJOR" | "MINOR";
1346
+ keyScale?: "UNKNOWN" | "MAJOR" | "MINOR" | "AEOLIAN" | "BLUES" | "DORIAN" | "HARMONIC_MINOR" | "LOCRIAN" | "LYDIAN" | "MIXOLYDIAN" | "PENTATONIC_MAJOR" | "PHRYGIAN" | "MELODIC_MINOR" | "PENTATONIC_MINOR";
1045
1347
  title?: string;
1046
1348
  toneTags?: string[];
1047
1349
  };
1350
+ TrackUpdateOperation_Payload_Data_Relationships: {
1351
+ genres?: components["schemas"]["TrackUpdateOperation_Payload_Data_Relationships_Genres"];
1352
+ };
1353
+ TrackUpdateOperation_Payload_Data_Relationships_Genres: {
1354
+ data: components["schemas"]["TrackUpdateOperation_Payload_Data_Relationships_Genres_Data"][];
1355
+ };
1356
+ TrackUpdateOperation_Payload_Data_Relationships_Genres_Data: {
1357
+ id: string;
1358
+ /** @enum {string} */
1359
+ type: "genres";
1360
+ };
1048
1361
  Tracks_Attributes: {
1049
1362
  /**
1050
1363
  * @description Access type
@@ -1092,12 +1405,12 @@ export declare interface components {
1092
1405
  * @description Key
1093
1406
  * @enum {string}
1094
1407
  */
1095
- key?: "A" | "Ab" | "B" | "Bb" | "C" | "CSharp" | "D" | "E" | "Eb" | "F" | "FSharp" | "G";
1408
+ key: "UNKNOWN" | "C" | "CSharp" | "D" | "Eb" | "E" | "F" | "FSharp" | "G" | "Ab" | "A" | "Bb" | "B";
1096
1409
  /**
1097
1410
  * @description The scale of the key
1098
1411
  * @enum {string}
1099
1412
  */
1100
- keyScale?: "MAJOR" | "MINOR";
1413
+ keyScale: "UNKNOWN" | "MAJOR" | "MINOR" | "AEOLIAN" | "BLUES" | "DORIAN" | "HARMONIC_MINOR" | "LOCRIAN" | "LYDIAN" | "MIXOLYDIAN" | "PENTATONIC_MAJOR" | "PHRYGIAN" | "MELODIC_MINOR" | "PENTATONIC_MINOR";
1101
1414
  mediaTags: string[];
1102
1415
  /**
1103
1416
  * Format: double
@@ -1122,48 +1435,50 @@ export declare interface components {
1122
1435
  */
1123
1436
  version?: string;
1124
1437
  };
1125
- Tracks_Multi_Data_Document: {
1126
- data?: components["schemas"]["Tracks_Resource"][];
1438
+ Tracks_Multi_Relationship_Data_Document: {
1439
+ data?: components["schemas"]["Resource_Identifier"][];
1127
1440
  included?: components["schemas"]["Included"];
1128
- links?: components["schemas"]["Links"];
1441
+ links: components["schemas"]["Links"];
1129
1442
  };
1130
- Tracks_Multi_Data_Relationship_Document: {
1131
- data?: components["schemas"]["Resource_Identifier"][];
1443
+ Tracks_Multi_Resource_Data_Document: {
1444
+ data: components["schemas"]["Tracks_Resource_Object"][];
1132
1445
  included?: components["schemas"]["Included"];
1133
- links?: components["schemas"]["Links"];
1446
+ links: components["schemas"]["Links"];
1134
1447
  };
1135
1448
  Tracks_Relationships: {
1136
- albums: components["schemas"]["Multi_Data_Relationship_Doc"];
1137
- artists: components["schemas"]["Multi_Data_Relationship_Doc"];
1138
- owners: components["schemas"]["Multi_Data_Relationship_Doc"];
1139
- providers: components["schemas"]["Multi_Data_Relationship_Doc"];
1140
- radio: components["schemas"]["Multi_Data_Relationship_Doc"];
1141
- similarTracks: components["schemas"]["Multi_Data_Relationship_Doc"];
1142
- trackStatistics: components["schemas"]["Singleton_Data_Relationship_Doc"];
1143
- };
1144
- Tracks_Resource: {
1449
+ albums: components["schemas"]["Multi_Relationship_Data_Document"];
1450
+ artists: components["schemas"]["Multi_Relationship_Data_Document"];
1451
+ genres: components["schemas"]["Multi_Relationship_Data_Document"];
1452
+ lyrics: components["schemas"]["Multi_Relationship_Data_Document"];
1453
+ owners: components["schemas"]["Multi_Relationship_Data_Document"];
1454
+ providers: components["schemas"]["Multi_Relationship_Data_Document"];
1455
+ radio: components["schemas"]["Multi_Relationship_Data_Document"];
1456
+ similarTracks: components["schemas"]["Multi_Relationship_Data_Document"];
1457
+ trackStatistics: components["schemas"]["Single_Relationship_Data_Document"];
1458
+ };
1459
+ Tracks_Resource_Object: {
1145
1460
  attributes?: components["schemas"]["Tracks_Attributes"];
1146
1461
  /**
1147
- * @description resource unique identifier
1462
+ * @description Resource id
1148
1463
  * @example 12345
1149
1464
  */
1150
1465
  id: string;
1151
1466
  relationships?: components["schemas"]["Tracks_Relationships"];
1152
1467
  /**
1153
- * @description resource unique type (enum property replaced by openapi-typescript)
1468
+ * @description Resource type (enum property replaced by openapi-typescript)
1154
1469
  * @enum {string}
1155
1470
  */
1156
1471
  type: "tracks";
1157
1472
  };
1158
- Tracks_Single_Data_Document: {
1159
- data?: components["schemas"]["Tracks_Resource"];
1473
+ Tracks_Single_Relationship_Data_Document: {
1474
+ data?: components["schemas"]["Resource_Identifier"];
1160
1475
  included?: components["schemas"]["Included"];
1161
- links?: components["schemas"]["Links"];
1476
+ links: components["schemas"]["Links"];
1162
1477
  };
1163
- Tracks_Singleton_Data_Relationship_Document: {
1164
- data?: components["schemas"]["Resource_Identifier"];
1478
+ Tracks_Single_Resource_Data_Document: {
1479
+ data: components["schemas"]["Tracks_Resource_Object"];
1165
1480
  included?: components["schemas"]["Included"];
1166
- links?: components["schemas"]["Links"];
1481
+ links: components["schemas"]["Links"];
1167
1482
  };
1168
1483
  UserCollectionAlbumsRelationshipAddOperation_Payload: {
1169
1484
  data: components["schemas"]["UserCollectionAlbumsRelationshipAddOperation_Payload_Data"][];
@@ -1216,20 +1531,19 @@ export declare interface components {
1216
1531
  UserCollectionPlaylistsRelationshipRemoveOperation_Payload_Data_Meta: {
1217
1532
  itemId: string;
1218
1533
  };
1219
- UserCollections_Albums_Multi_Data_Relationship_Document: {
1534
+ UserCollections_Albums_Multi_Relationship_Data_Document: {
1220
1535
  data?: components["schemas"]["UserCollections_Albums_Resource_Identifier"][];
1221
- links?: components["schemas"]["Links"];
1536
+ links: components["schemas"]["Links"];
1222
1537
  };
1223
- /** @description Resource identifier JSON:API object */
1224
1538
  UserCollections_Albums_Resource_Identifier: {
1225
1539
  /**
1226
- * @description resource unique identifier
1540
+ * @description Resource id
1227
1541
  * @example 12345
1228
1542
  */
1229
1543
  id: string;
1230
1544
  meta?: components["schemas"]["UserCollections_Albums_Resource_Identifier_Meta"];
1231
1545
  /**
1232
- * @description resource unique type
1546
+ * @description Resource type
1233
1547
  * @example tracks
1234
1548
  */
1235
1549
  type: string;
@@ -1239,20 +1553,19 @@ export declare interface components {
1239
1553
  addedAt?: string;
1240
1554
  itemId?: string;
1241
1555
  };
1242
- UserCollections_Artists_Multi_Data_Relationship_Document: {
1556
+ UserCollections_Artists_Multi_Relationship_Data_Document: {
1243
1557
  data?: components["schemas"]["UserCollections_Artists_Resource_Identifier"][];
1244
- links?: components["schemas"]["Links"];
1558
+ links: components["schemas"]["Links"];
1245
1559
  };
1246
- /** @description Resource identifier JSON:API object */
1247
1560
  UserCollections_Artists_Resource_Identifier: {
1248
1561
  /**
1249
- * @description resource unique identifier
1562
+ * @description Resource id
1250
1563
  * @example 12345
1251
1564
  */
1252
1565
  id: string;
1253
1566
  meta?: components["schemas"]["UserCollections_Artists_Resource_Identifier_Meta"];
1254
1567
  /**
1255
- * @description resource unique type
1568
+ * @description Resource type
1256
1569
  * @example tracks
1257
1570
  */
1258
1571
  type: string;
@@ -1263,30 +1576,29 @@ export declare interface components {
1263
1576
  itemId?: string;
1264
1577
  };
1265
1578
  UserCollections_Attributes: Record<string, never>;
1266
- UserCollections_Multi_Data_Document: {
1267
- data?: components["schemas"]["UserCollections_Resource"][];
1579
+ UserCollections_Multi_Relationship_Data_Document: {
1580
+ data?: components["schemas"]["Resource_Identifier"][];
1268
1581
  included?: components["schemas"]["Included"];
1269
- links?: components["schemas"]["Links"];
1582
+ links: components["schemas"]["Links"];
1270
1583
  };
1271
- UserCollections_Multi_Data_Relationship_Document: {
1272
- data?: components["schemas"]["Resource_Identifier"][];
1584
+ UserCollections_Multi_Resource_Data_Document: {
1585
+ data: components["schemas"]["UserCollections_Resource_Object"][];
1273
1586
  included?: components["schemas"]["Included"];
1274
- links?: components["schemas"]["Links"];
1587
+ links: components["schemas"]["Links"];
1275
1588
  };
1276
- UserCollections_Playlists_Multi_Data_Relationship_Document: {
1589
+ UserCollections_Playlists_Multi_Relationship_Data_Document: {
1277
1590
  data?: components["schemas"]["UserCollections_Playlists_Resource_Identifier"][];
1278
- links?: components["schemas"]["Links"];
1591
+ links: components["schemas"]["Links"];
1279
1592
  };
1280
- /** @description Resource identifier JSON:API object */
1281
1593
  UserCollections_Playlists_Resource_Identifier: {
1282
1594
  /**
1283
- * @description resource unique identifier
1595
+ * @description Resource id
1284
1596
  * @example 12345
1285
1597
  */
1286
1598
  id: string;
1287
1599
  meta?: components["schemas"]["UserCollections_Playlists_Resource_Identifier_Meta"];
1288
1600
  /**
1289
- * @description resource unique type
1601
+ * @description Resource type
1290
1602
  * @example tracks
1291
1603
  */
1292
1604
  type: string;
@@ -1297,91 +1609,91 @@ export declare interface components {
1297
1609
  itemId?: string;
1298
1610
  };
1299
1611
  UserCollections_Relationships: {
1300
- albums: components["schemas"]["UserCollections_Albums_Multi_Data_Relationship_Document"];
1301
- artists: components["schemas"]["UserCollections_Artists_Multi_Data_Relationship_Document"];
1302
- owners: components["schemas"]["Multi_Data_Relationship_Doc"];
1303
- playlists: components["schemas"]["UserCollections_Playlists_Multi_Data_Relationship_Document"];
1612
+ albums: components["schemas"]["UserCollections_Albums_Multi_Relationship_Data_Document"];
1613
+ artists: components["schemas"]["UserCollections_Artists_Multi_Relationship_Data_Document"];
1614
+ owners: components["schemas"]["Multi_Relationship_Data_Document"];
1615
+ playlists: components["schemas"]["UserCollections_Playlists_Multi_Relationship_Data_Document"];
1304
1616
  };
1305
- UserCollections_Resource: {
1617
+ UserCollections_Resource_Object: {
1306
1618
  attributes?: components["schemas"]["UserCollections_Attributes"];
1307
1619
  /**
1308
- * @description resource unique identifier
1620
+ * @description Resource id
1309
1621
  * @example 12345
1310
1622
  */
1311
1623
  id: string;
1312
1624
  relationships?: components["schemas"]["UserCollections_Relationships"];
1313
1625
  /**
1314
- * @description resource unique type (enum property replaced by openapi-typescript)
1626
+ * @description Resource type (enum property replaced by openapi-typescript)
1315
1627
  * @enum {string}
1316
1628
  */
1317
1629
  type: "userCollections";
1318
1630
  };
1319
- UserCollections_Single_Data_Document: {
1320
- data?: components["schemas"]["UserCollections_Resource"];
1631
+ UserCollections_Single_Resource_Data_Document: {
1632
+ data: components["schemas"]["UserCollections_Resource_Object"];
1321
1633
  included?: components["schemas"]["Included"];
1322
- links?: components["schemas"]["Links"];
1634
+ links: components["schemas"]["Links"];
1323
1635
  };
1324
1636
  UserEntitlements_Attributes: {
1325
1637
  /** @description entitlements for user */
1326
1638
  entitlements: ("MUSIC" | "DJ")[];
1327
1639
  };
1328
- UserEntitlements_Multi_Data_Document: {
1329
- data?: components["schemas"]["UserEntitlements_Resource"][];
1640
+ UserEntitlements_Multi_Resource_Data_Document: {
1641
+ data: components["schemas"]["UserEntitlements_Resource_Object"][];
1330
1642
  included?: components["schemas"]["Included"];
1331
- links?: components["schemas"]["Links"];
1643
+ links: components["schemas"]["Links"];
1332
1644
  };
1333
- UserEntitlements_Resource: {
1645
+ UserEntitlements_Resource_Object: {
1334
1646
  attributes?: components["schemas"]["UserEntitlements_Attributes"];
1335
1647
  /**
1336
- * @description resource unique identifier
1648
+ * @description Resource id
1337
1649
  * @example 12345
1338
1650
  */
1339
1651
  id: string;
1340
1652
  /**
1341
- * @description resource unique type (enum property replaced by openapi-typescript)
1653
+ * @description Resource type (enum property replaced by openapi-typescript)
1342
1654
  * @enum {string}
1343
1655
  */
1344
1656
  type: "userEntitlements";
1345
1657
  };
1346
- UserEntitlements_Single_Data_Document: {
1347
- data?: components["schemas"]["UserEntitlements_Resource"];
1658
+ UserEntitlements_Single_Resource_Data_Document: {
1659
+ data: components["schemas"]["UserEntitlements_Resource_Object"];
1348
1660
  included?: components["schemas"]["Included"];
1349
- links?: components["schemas"]["Links"];
1661
+ links: components["schemas"]["Links"];
1350
1662
  };
1351
1663
  UserRecommendations_Attributes: Record<string, never>;
1352
- UserRecommendations_Multi_Data_Document: {
1353
- data?: components["schemas"]["UserRecommendations_Resource"][];
1664
+ UserRecommendations_Multi_Relationship_Data_Document: {
1665
+ data?: components["schemas"]["Resource_Identifier"][];
1354
1666
  included?: components["schemas"]["Included"];
1355
- links?: components["schemas"]["Links"];
1667
+ links: components["schemas"]["Links"];
1356
1668
  };
1357
- UserRecommendations_Multi_Data_Relationship_Document: {
1358
- data?: components["schemas"]["Resource_Identifier"][];
1669
+ UserRecommendations_Multi_Resource_Data_Document: {
1670
+ data: components["schemas"]["UserRecommendations_Resource_Object"][];
1359
1671
  included?: components["schemas"]["Included"];
1360
- links?: components["schemas"]["Links"];
1672
+ links: components["schemas"]["Links"];
1361
1673
  };
1362
1674
  UserRecommendations_Relationships: {
1363
- discoveryMixes: components["schemas"]["Multi_Data_Relationship_Doc"];
1364
- myMixes: components["schemas"]["Multi_Data_Relationship_Doc"];
1365
- newArrivalMixes: components["schemas"]["Multi_Data_Relationship_Doc"];
1675
+ discoveryMixes: components["schemas"]["Multi_Relationship_Data_Document"];
1676
+ myMixes: components["schemas"]["Multi_Relationship_Data_Document"];
1677
+ newArrivalMixes: components["schemas"]["Multi_Relationship_Data_Document"];
1366
1678
  };
1367
- UserRecommendations_Resource: {
1679
+ UserRecommendations_Resource_Object: {
1368
1680
  attributes?: components["schemas"]["UserRecommendations_Attributes"];
1369
1681
  /**
1370
- * @description resource unique identifier
1682
+ * @description Resource id
1371
1683
  * @example 12345
1372
1684
  */
1373
1685
  id: string;
1374
1686
  relationships?: components["schemas"]["UserRecommendations_Relationships"];
1375
1687
  /**
1376
- * @description resource unique type (enum property replaced by openapi-typescript)
1688
+ * @description Resource type (enum property replaced by openapi-typescript)
1377
1689
  * @enum {string}
1378
1690
  */
1379
1691
  type: "userRecommendations";
1380
1692
  };
1381
- UserRecommendations_Single_Data_Document: {
1382
- data?: components["schemas"]["UserRecommendations_Resource"];
1693
+ UserRecommendations_Single_Resource_Data_Document: {
1694
+ data: components["schemas"]["UserRecommendations_Resource_Object"];
1383
1695
  included?: components["schemas"]["Included"];
1384
- links?: components["schemas"]["Links"];
1696
+ links: components["schemas"]["Links"];
1385
1697
  };
1386
1698
  UserReportCreateOperation_Payload: {
1387
1699
  data: components["schemas"]["UserReportCreateOperation_Payload_Data"];
@@ -1417,28 +1729,28 @@ export declare interface components {
1417
1729
  */
1418
1730
  reason: "SEXUAL_CONTENT_OR_NUDITY" | "VIOLENT_OR_DANGEROUS_CONTENT" | "HATEFUL_OR_ABUSIVE_CONTENT" | "HARASSMENT" | "PRIVACY_VIOLATION" | "SCAMS_OR_FRAUD" | "SPAM" | "COPYRIGHT_INFRINGEMENT" | "UNKNOWN";
1419
1731
  };
1420
- UserReports_Multi_Data_Document: {
1421
- data?: components["schemas"]["UserReports_Resource"][];
1732
+ UserReports_Multi_Resource_Data_Document: {
1733
+ data: components["schemas"]["UserReports_Resource_Object"][];
1422
1734
  included?: components["schemas"]["Included"];
1423
- links?: components["schemas"]["Links"];
1735
+ links: components["schemas"]["Links"];
1424
1736
  };
1425
- UserReports_Resource: {
1737
+ UserReports_Resource_Object: {
1426
1738
  attributes?: components["schemas"]["UserReports_Attributes"];
1427
1739
  /**
1428
- * @description resource unique identifier
1740
+ * @description Resource id
1429
1741
  * @example 12345
1430
1742
  */
1431
1743
  id: string;
1432
1744
  /**
1433
- * @description resource unique type (enum property replaced by openapi-typescript)
1745
+ * @description Resource type (enum property replaced by openapi-typescript)
1434
1746
  * @enum {string}
1435
1747
  */
1436
1748
  type: "userReports";
1437
1749
  };
1438
- UserReports_Single_Data_Document: {
1439
- data?: components["schemas"]["UserReports_Resource"];
1750
+ UserReports_Single_Resource_Data_Document: {
1751
+ data: components["schemas"]["UserReports_Resource_Object"];
1440
1752
  included?: components["schemas"]["Included"];
1441
- links?: components["schemas"]["Links"];
1753
+ links: components["schemas"]["Links"];
1442
1754
  };
1443
1755
  Users_Attributes: {
1444
1756
  /**
@@ -1477,28 +1789,28 @@ export declare interface components {
1477
1789
  */
1478
1790
  username: string;
1479
1791
  };
1480
- Users_Multi_Data_Document: {
1481
- data?: components["schemas"]["Users_Resource"][];
1792
+ Users_Multi_Resource_Data_Document: {
1793
+ data: components["schemas"]["Users_Resource_Object"][];
1482
1794
  included?: components["schemas"]["Included"];
1483
- links?: components["schemas"]["Links"];
1795
+ links: components["schemas"]["Links"];
1484
1796
  };
1485
- Users_Resource: {
1797
+ Users_Resource_Object: {
1486
1798
  attributes?: components["schemas"]["Users_Attributes"];
1487
1799
  /**
1488
- * @description resource unique identifier
1800
+ * @description Resource id
1489
1801
  * @example 12345
1490
1802
  */
1491
1803
  id: string;
1492
1804
  /**
1493
- * @description resource unique type (enum property replaced by openapi-typescript)
1805
+ * @description Resource type (enum property replaced by openapi-typescript)
1494
1806
  * @enum {string}
1495
1807
  */
1496
1808
  type: "users";
1497
1809
  };
1498
- Users_Single_Data_Document: {
1499
- data?: components["schemas"]["Users_Resource"];
1810
+ Users_Single_Resource_Data_Document: {
1811
+ data: components["schemas"]["Users_Resource_Object"];
1500
1812
  included?: components["schemas"]["Included"];
1501
- links?: components["schemas"]["Links"];
1813
+ links: components["schemas"]["Links"];
1502
1814
  };
1503
1815
  Videos_Attributes: {
1504
1816
  /** @description Available usage for this video */
@@ -1548,40 +1860,40 @@ export declare interface components {
1548
1860
  */
1549
1861
  version?: string;
1550
1862
  };
1551
- Videos_Multi_Data_Document: {
1552
- data?: components["schemas"]["Videos_Resource"][];
1863
+ Videos_Multi_Relationship_Data_Document: {
1864
+ data?: components["schemas"]["Resource_Identifier"][];
1553
1865
  included?: components["schemas"]["Included"];
1554
- links?: components["schemas"]["Links"];
1866
+ links: components["schemas"]["Links"];
1555
1867
  };
1556
- Videos_Multi_Data_Relationship_Document: {
1557
- data?: components["schemas"]["Resource_Identifier"][];
1868
+ Videos_Multi_Resource_Data_Document: {
1869
+ data: components["schemas"]["Videos_Resource_Object"][];
1558
1870
  included?: components["schemas"]["Included"];
1559
- links?: components["schemas"]["Links"];
1871
+ links: components["schemas"]["Links"];
1560
1872
  };
1561
1873
  Videos_Relationships: {
1562
- albums: components["schemas"]["Multi_Data_Relationship_Doc"];
1563
- artists: components["schemas"]["Multi_Data_Relationship_Doc"];
1564
- providers: components["schemas"]["Multi_Data_Relationship_Doc"];
1565
- thumbnailArt: components["schemas"]["Multi_Data_Relationship_Doc"];
1874
+ albums: components["schemas"]["Multi_Relationship_Data_Document"];
1875
+ artists: components["schemas"]["Multi_Relationship_Data_Document"];
1876
+ providers: components["schemas"]["Multi_Relationship_Data_Document"];
1877
+ thumbnailArt: components["schemas"]["Multi_Relationship_Data_Document"];
1566
1878
  };
1567
- Videos_Resource: {
1879
+ Videos_Resource_Object: {
1568
1880
  attributes?: components["schemas"]["Videos_Attributes"];
1569
1881
  /**
1570
- * @description resource unique identifier
1882
+ * @description Resource id
1571
1883
  * @example 12345
1572
1884
  */
1573
1885
  id: string;
1574
1886
  relationships?: components["schemas"]["Videos_Relationships"];
1575
1887
  /**
1576
- * @description resource unique type (enum property replaced by openapi-typescript)
1888
+ * @description Resource type (enum property replaced by openapi-typescript)
1577
1889
  * @enum {string}
1578
1890
  */
1579
1891
  type: "videos";
1580
1892
  };
1581
- Videos_Single_Data_Document: {
1582
- data?: components["schemas"]["Videos_Resource"];
1893
+ Videos_Single_Resource_Data_Document: {
1894
+ data: components["schemas"]["Videos_Resource_Object"];
1583
1895
  included?: components["schemas"]["Included"];
1584
- links?: components["schemas"]["Links"];
1896
+ links: components["schemas"]["Links"];
1585
1897
  };
1586
1898
  };
1587
1899
  responses: {
@@ -1592,7 +1904,7 @@ export declare interface components {
1592
1904
  };
1593
1905
  content: {
1594
1906
  /** @example {"errors":[{"code":"GENERIC_REQUEST_ERROR","detail":"The request contains validation errors","meta":{"category":"INVALID_REQUEST_ERROR"}}]} */
1595
- "application/vnd.api+json": components["schemas"]["Error_Document"];
1907
+ "application/vnd.api+json": components["schemas"]["Errors_Document"];
1596
1908
  };
1597
1909
  };
1598
1910
  /** @description Internal server error - The server encountered an unexpected condition that prevented it from fulfilling the request */
@@ -1602,17 +1914,17 @@ export declare interface components {
1602
1914
  };
1603
1915
  content: {
1604
1916
  /** @example {"errors":[{"code":"INTERNAL_SERVER_ERROR","detail":"The service encountered an error","meta":{"category":"API_ERROR"}}]} */
1605
- "application/vnd.api+json": components["schemas"]["Error_Document"];
1917
+ "application/vnd.api+json": components["schemas"]["Errors_Document"];
1606
1918
  };
1607
1919
  };
1608
- /** @description Method not supported - The request method is not supported for the requested resource */
1609
- Method_Not_Supported_Response: {
1920
+ /** @description Method not allowed - The request method is not allowed for the requested resource */
1921
+ Method_Not_Allowed_Response: {
1610
1922
  headers: {
1611
1923
  [name: string]: unknown;
1612
1924
  };
1613
1925
  content: {
1614
- /** @example {"errors":[{"code":"METHOD_NOT_SUPPORTED","detail":"The resource doesnt support the requested HTTP method: POST","meta":{"category":"INVALID_REQUEST_ERROR"}}]} */
1615
- "application/vnd.api+json": components["schemas"]["Error_Document"];
1926
+ /** @example {"errors":[{"code":"METHOD_NOT_ALLOWED","detail":"The resource doesnt support the requested HTTP method: POST","meta":{"category":"INVALID_REQUEST_ERROR"}}]} */
1927
+ "application/vnd.api+json": components["schemas"]["Errors_Document"];
1616
1928
  };
1617
1929
  };
1618
1930
  /** @description Not acceptable - The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request */
@@ -1622,7 +1934,7 @@ export declare interface components {
1622
1934
  };
1623
1935
  content: {
1624
1936
  /** @example {"errors":[{"code":"NOT_ACCEPTABLE","detail":"Not acceptable response media type on client. Supported media types on server: application/vnd.api+json, application/json","meta":{"category":"INVALID_REQUEST_ERROR"}}]} */
1625
- "application/vnd.api+json": components["schemas"]["Error_Document"];
1937
+ "application/vnd.api+json": components["schemas"]["Errors_Document"];
1626
1938
  };
1627
1939
  };
1628
1940
  /** @description Not found - The requested resource could not be found */
@@ -1632,25 +1944,17 @@ export declare interface components {
1632
1944
  };
1633
1945
  content: {
1634
1946
  /** @example {"errors":[{"code":"NOT_FOUND","detail":"The requested resource could not be found","meta":{"category":"INVALID_REQUEST_ERROR"}}]} */
1635
- "application/vnd.api+json": components["schemas"]["Error_Document"];
1947
+ "application/vnd.api+json": components["schemas"]["Errors_Document"];
1636
1948
  };
1637
1949
  };
1638
1950
  /** @description Too many requests - The user has sent too many requests in a given amount of time */
1639
1951
  Too_Many_Requests_Response: {
1640
1952
  headers: {
1641
- /** @description Initial number of tokens, and max number of tokens that can be replenished. */
1642
- "X-RateLimit-Burst-Capacity"?: number;
1643
- /** @description The number of remaining tokens in the current period */
1644
- "X-RateLimit-Remaining"?: number;
1645
- /** @description The number of tokens replenished per second. */
1646
- "X-RateLimit-Replenish-Rate"?: number;
1647
- /** @description The request cost in tokens. */
1648
- "X-RateLimit-Requested-Tokens"?: number;
1953
+ /** @description Time to wait before making a new request, in seconds. */
1954
+ "Retry-After"?: number;
1649
1955
  [name: string]: unknown;
1650
1956
  };
1651
- content: {
1652
- "application/vnd.api+json": components["schemas"]["Error_Document"];
1653
- };
1957
+ content?: never;
1654
1958
  };
1655
1959
  /** @description Unsupported media type - The request entity has a media type which the server or resource does not support */
1656
1960
  Unsupported_Media_Type_Response: {
@@ -1659,7 +1963,7 @@ export declare interface components {
1659
1963
  };
1660
1964
  content: {
1661
1965
  /** @example {"errors":[{"code":"UNSUPPORTED_MEDIA_TYPE","detail":"Unsupported request media type: application/xml. Expected media type format: application/vnd.api+json","meta":{"category":"INVALID_REQUEST_ERROR"}}]} */
1662
- "application/vnd.api+json": components["schemas"]["Error_Document"];
1966
+ "application/vnd.api+json": components["schemas"]["Errors_Document"];
1663
1967
  };
1664
1968
  };
1665
1969
  };
@@ -1700,14 +2004,21 @@ declare interface paths {
1700
2004
  * @example US
1701
2005
  */
1702
2006
  countryCode: string;
2007
+ /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
2008
+ "page[cursor]"?: string;
1703
2009
  /**
1704
- * @description Allows the client to customize which related resources should be returned. Available options: artists, coverArt, items, providers, similarAlbums
2010
+ * @description Allows the client to customize which related resources should be returned. Available options: artists, coverArt, genres, items, owners, providers, similarAlbums
1705
2011
  * @example artists
1706
2012
  */
1707
2013
  include?: string[];
1708
2014
  /**
1709
- * @description Album id
1710
- * @example 251380836
2015
+ * @description User id
2016
+ * @example 123456
2017
+ */
2018
+ "filter[r.owners.id]"?: string[];
2019
+ /**
2020
+ * @description Album id
2021
+ * @example 251380836
1711
2022
  */
1712
2023
  "filter[id]"?: string[];
1713
2024
  /**
@@ -1728,12 +2039,12 @@ declare interface paths {
1728
2039
  [name: string]: unknown;
1729
2040
  };
1730
2041
  content: {
1731
- "application/vnd.api+json": components["schemas"]["Albums_Multi_Data_Document"];
2042
+ "application/vnd.api+json": components["schemas"]["Albums_Multi_Resource_Data_Document"];
1732
2043
  };
1733
2044
  };
1734
2045
  400: components["responses"]["Bad_Request_Response"];
1735
2046
  404: components["responses"]["Not_Found_Response"];
1736
- 405: components["responses"]["Method_Not_Supported_Response"];
2047
+ 405: components["responses"]["Method_Not_Allowed_Response"];
1737
2048
  406: components["responses"]["Not_Acceptable_Response"];
1738
2049
  415: components["responses"]["Unsupported_Media_Type_Response"];
1739
2050
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -1741,7 +2052,41 @@ declare interface paths {
1741
2052
  };
1742
2053
  };
1743
2054
  put?: never;
1744
- post?: never;
2055
+ /**
2056
+ * Create single album.
2057
+ * @description Creates a new album.
2058
+ */
2059
+ post: {
2060
+ parameters: {
2061
+ query?: never;
2062
+ header?: never;
2063
+ path?: never;
2064
+ cookie?: never;
2065
+ };
2066
+ requestBody?: {
2067
+ content: {
2068
+ "application/vnd.api+json": components["schemas"]["AlbumCreateOperation_Payload"];
2069
+ };
2070
+ };
2071
+ responses: {
2072
+ /** @description Successful response */
2073
+ 201: {
2074
+ headers: {
2075
+ [name: string]: unknown;
2076
+ };
2077
+ content: {
2078
+ "application/vnd.api+json": components["schemas"]["Albums_Single_Resource_Data_Document"];
2079
+ };
2080
+ };
2081
+ 400: components["responses"]["Bad_Request_Response"];
2082
+ 404: components["responses"]["Not_Found_Response"];
2083
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2084
+ 406: components["responses"]["Not_Acceptable_Response"];
2085
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
2086
+ 429: components["responses"]["Too_Many_Requests_Response"];
2087
+ 500: components["responses"]["Internal_Server_Error_Response"];
2088
+ };
2089
+ };
1745
2090
  delete?: never;
1746
2091
  options?: never;
1747
2092
  head?: never;
@@ -1768,7 +2113,7 @@ declare interface paths {
1768
2113
  */
1769
2114
  countryCode: string;
1770
2115
  /**
1771
- * @description Allows the client to customize which related resources should be returned. Available options: artists, coverArt, items, providers, similarAlbums
2116
+ * @description Allows the client to customize which related resources should be returned. Available options: artists, coverArt, genres, items, owners, providers, similarAlbums
1772
2117
  * @example artists
1773
2118
  */
1774
2119
  include?: string[];
@@ -1791,12 +2136,12 @@ declare interface paths {
1791
2136
  [name: string]: unknown;
1792
2137
  };
1793
2138
  content: {
1794
- "application/vnd.api+json": components["schemas"]["Albums_Single_Data_Document"];
2139
+ "application/vnd.api+json": components["schemas"]["Albums_Single_Resource_Data_Document"];
1795
2140
  };
1796
2141
  };
1797
2142
  400: components["responses"]["Bad_Request_Response"];
1798
2143
  404: components["responses"]["Not_Found_Response"];
1799
- 405: components["responses"]["Method_Not_Supported_Response"];
2144
+ 405: components["responses"]["Method_Not_Allowed_Response"];
1800
2145
  406: components["responses"]["Not_Acceptable_Response"];
1801
2146
  415: components["responses"]["Unsupported_Media_Type_Response"];
1802
2147
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -1805,10 +2150,68 @@ declare interface paths {
1805
2150
  };
1806
2151
  put?: never;
1807
2152
  post?: never;
1808
- delete?: never;
2153
+ /**
2154
+ * Delete single album.
2155
+ * @description Deletes existing album.
2156
+ */
2157
+ delete: {
2158
+ parameters: {
2159
+ query?: never;
2160
+ header?: never;
2161
+ path: {
2162
+ /**
2163
+ * @description Album id
2164
+ * @example 251380836
2165
+ */
2166
+ id: string;
2167
+ };
2168
+ cookie?: never;
2169
+ };
2170
+ requestBody?: never;
2171
+ responses: {
2172
+ 400: components["responses"]["Bad_Request_Response"];
2173
+ 404: components["responses"]["Not_Found_Response"];
2174
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2175
+ 406: components["responses"]["Not_Acceptable_Response"];
2176
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
2177
+ 429: components["responses"]["Too_Many_Requests_Response"];
2178
+ 500: components["responses"]["Internal_Server_Error_Response"];
2179
+ };
2180
+ };
1809
2181
  options?: never;
1810
2182
  head?: never;
1811
- patch?: never;
2183
+ /**
2184
+ * Update single album.
2185
+ * @description Updates existing album.
2186
+ */
2187
+ patch: {
2188
+ parameters: {
2189
+ query?: never;
2190
+ header?: never;
2191
+ path: {
2192
+ /**
2193
+ * @description Album id
2194
+ * @example 251380836
2195
+ */
2196
+ id: string;
2197
+ };
2198
+ cookie?: never;
2199
+ };
2200
+ requestBody?: {
2201
+ content: {
2202
+ "application/vnd.api+json": components["schemas"]["AlbumUpdateOperation_Payload"];
2203
+ };
2204
+ };
2205
+ responses: {
2206
+ 400: components["responses"]["Bad_Request_Response"];
2207
+ 404: components["responses"]["Not_Found_Response"];
2208
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2209
+ 406: components["responses"]["Not_Acceptable_Response"];
2210
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
2211
+ 429: components["responses"]["Too_Many_Requests_Response"];
2212
+ 500: components["responses"]["Internal_Server_Error_Response"];
2213
+ };
2214
+ };
1812
2215
  trace?: never;
1813
2216
  };
1814
2217
  "/albums/{id}/relationships/artists": {
@@ -1856,12 +2259,12 @@ declare interface paths {
1856
2259
  [name: string]: unknown;
1857
2260
  };
1858
2261
  content: {
1859
- "application/vnd.api+json": components["schemas"]["Albums_Multi_Data_Relationship_Document"];
2262
+ "application/vnd.api+json": components["schemas"]["Albums_Multi_Relationship_Data_Document"];
1860
2263
  };
1861
2264
  };
1862
2265
  400: components["responses"]["Bad_Request_Response"];
1863
2266
  404: components["responses"]["Not_Found_Response"];
1864
- 405: components["responses"]["Method_Not_Supported_Response"];
2267
+ 405: components["responses"]["Method_Not_Allowed_Response"];
1865
2268
  406: components["responses"]["Not_Acceptable_Response"];
1866
2269
  415: components["responses"]["Unsupported_Media_Type_Response"];
1867
2270
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -1921,12 +2324,108 @@ declare interface paths {
1921
2324
  [name: string]: unknown;
1922
2325
  };
1923
2326
  content: {
1924
- "application/vnd.api+json": components["schemas"]["Albums_Multi_Data_Relationship_Document"];
2327
+ "application/vnd.api+json": components["schemas"]["Albums_Multi_Relationship_Data_Document"];
2328
+ };
2329
+ };
2330
+ 400: components["responses"]["Bad_Request_Response"];
2331
+ 404: components["responses"]["Not_Found_Response"];
2332
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2333
+ 406: components["responses"]["Not_Acceptable_Response"];
2334
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
2335
+ 429: components["responses"]["Too_Many_Requests_Response"];
2336
+ 500: components["responses"]["Internal_Server_Error_Response"];
2337
+ };
2338
+ };
2339
+ put?: never;
2340
+ post?: never;
2341
+ delete?: never;
2342
+ options?: never;
2343
+ head?: never;
2344
+ /**
2345
+ * Update coverArt relationship ("to-many").
2346
+ * @description Updates coverArt relationship.
2347
+ */
2348
+ patch: {
2349
+ parameters: {
2350
+ query?: never;
2351
+ header?: never;
2352
+ path: {
2353
+ /**
2354
+ * @description Album id
2355
+ * @example 251380836
2356
+ */
2357
+ id: string;
2358
+ };
2359
+ cookie?: never;
2360
+ };
2361
+ requestBody?: {
2362
+ content: {
2363
+ "application/vnd.api+json": components["schemas"]["AlbumCoverArtRelationshipUpdateOperation_Payload"];
2364
+ };
2365
+ };
2366
+ responses: {
2367
+ 400: components["responses"]["Bad_Request_Response"];
2368
+ 404: components["responses"]["Not_Found_Response"];
2369
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2370
+ 406: components["responses"]["Not_Acceptable_Response"];
2371
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
2372
+ 429: components["responses"]["Too_Many_Requests_Response"];
2373
+ 500: components["responses"]["Internal_Server_Error_Response"];
2374
+ };
2375
+ };
2376
+ trace?: never;
2377
+ };
2378
+ "/albums/{id}/relationships/genres": {
2379
+ parameters: {
2380
+ query?: never;
2381
+ header?: never;
2382
+ path?: never;
2383
+ cookie?: never;
2384
+ };
2385
+ /**
2386
+ * Get genres relationship ("to-many").
2387
+ * @description Retrieves genres relationship.
2388
+ */
2389
+ get: {
2390
+ parameters: {
2391
+ query: {
2392
+ /**
2393
+ * @description ISO 3166-1 alpha-2 country code
2394
+ * @example US
2395
+ */
2396
+ countryCode: string;
2397
+ /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
2398
+ "page[cursor]"?: string;
2399
+ /**
2400
+ * @description Allows the client to customize which related resources should be returned. Available options: genres
2401
+ * @example genres
2402
+ */
2403
+ include?: string[];
2404
+ };
2405
+ header?: never;
2406
+ path: {
2407
+ /**
2408
+ * @description Album id
2409
+ * @example 251380836
2410
+ */
2411
+ id: string;
2412
+ };
2413
+ cookie?: never;
2414
+ };
2415
+ requestBody?: never;
2416
+ responses: {
2417
+ /** @description Successful response */
2418
+ 200: {
2419
+ headers: {
2420
+ [name: string]: unknown;
2421
+ };
2422
+ content: {
2423
+ "application/vnd.api+json": components["schemas"]["Albums_Multi_Relationship_Data_Document"];
1925
2424
  };
1926
2425
  };
1927
2426
  400: components["responses"]["Bad_Request_Response"];
1928
2427
  404: components["responses"]["Not_Found_Response"];
1929
- 405: components["responses"]["Method_Not_Supported_Response"];
2428
+ 405: components["responses"]["Method_Not_Allowed_Response"];
1930
2429
  406: components["responses"]["Not_Acceptable_Response"];
1931
2430
  415: components["responses"]["Unsupported_Media_Type_Response"];
1932
2431
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -1986,12 +2485,72 @@ declare interface paths {
1986
2485
  [name: string]: unknown;
1987
2486
  };
1988
2487
  content: {
1989
- "application/vnd.api+json": components["schemas"]["Albums_Items_Multi_Data_Relationship_Document"];
2488
+ "application/vnd.api+json": components["schemas"]["Albums_Items_Multi_Relationship_Data_Document"];
2489
+ };
2490
+ };
2491
+ 400: components["responses"]["Bad_Request_Response"];
2492
+ 404: components["responses"]["Not_Found_Response"];
2493
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2494
+ 406: components["responses"]["Not_Acceptable_Response"];
2495
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
2496
+ 429: components["responses"]["Too_Many_Requests_Response"];
2497
+ 500: components["responses"]["Internal_Server_Error_Response"];
2498
+ };
2499
+ };
2500
+ put?: never;
2501
+ post?: never;
2502
+ delete?: never;
2503
+ options?: never;
2504
+ head?: never;
2505
+ patch?: never;
2506
+ trace?: never;
2507
+ };
2508
+ "/albums/{id}/relationships/owners": {
2509
+ parameters: {
2510
+ query?: never;
2511
+ header?: never;
2512
+ path?: never;
2513
+ cookie?: never;
2514
+ };
2515
+ /**
2516
+ * Get owners relationship ("to-many").
2517
+ * @description Retrieves owners relationship.
2518
+ */
2519
+ get: {
2520
+ parameters: {
2521
+ query?: {
2522
+ /**
2523
+ * @description Allows the client to customize which related resources should be returned. Available options: owners
2524
+ * @example owners
2525
+ */
2526
+ include?: string[];
2527
+ /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
2528
+ "page[cursor]"?: string;
2529
+ };
2530
+ header?: never;
2531
+ path: {
2532
+ /**
2533
+ * @description Album id
2534
+ * @example 251380836
2535
+ */
2536
+ id: string;
2537
+ };
2538
+ cookie?: never;
2539
+ };
2540
+ requestBody?: never;
2541
+ responses: {
2542
+ /** @description Successful response */
2543
+ 200: {
2544
+ headers: {
2545
+ [name: string]: unknown;
2546
+ };
2547
+ content: {
2548
+ "application/vnd.api+json": components["schemas"]["Albums_Multi_Relationship_Data_Document"];
1990
2549
  };
1991
2550
  };
1992
2551
  400: components["responses"]["Bad_Request_Response"];
1993
2552
  404: components["responses"]["Not_Found_Response"];
1994
- 405: components["responses"]["Method_Not_Supported_Response"];
2553
+ 405: components["responses"]["Method_Not_Allowed_Response"];
1995
2554
  406: components["responses"]["Not_Acceptable_Response"];
1996
2555
  415: components["responses"]["Unsupported_Media_Type_Response"];
1997
2556
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2051,12 +2610,12 @@ declare interface paths {
2051
2610
  [name: string]: unknown;
2052
2611
  };
2053
2612
  content: {
2054
- "application/vnd.api+json": components["schemas"]["Albums_Multi_Data_Relationship_Document"];
2613
+ "application/vnd.api+json": components["schemas"]["Albums_Multi_Relationship_Data_Document"];
2055
2614
  };
2056
2615
  };
2057
2616
  400: components["responses"]["Bad_Request_Response"];
2058
2617
  404: components["responses"]["Not_Found_Response"];
2059
- 405: components["responses"]["Method_Not_Supported_Response"];
2618
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2060
2619
  406: components["responses"]["Not_Acceptable_Response"];
2061
2620
  415: components["responses"]["Unsupported_Media_Type_Response"];
2062
2621
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2116,12 +2675,228 @@ declare interface paths {
2116
2675
  [name: string]: unknown;
2117
2676
  };
2118
2677
  content: {
2119
- "application/vnd.api+json": components["schemas"]["Albums_Multi_Data_Relationship_Document"];
2678
+ "application/vnd.api+json": components["schemas"]["Albums_Multi_Relationship_Data_Document"];
2679
+ };
2680
+ };
2681
+ 400: components["responses"]["Bad_Request_Response"];
2682
+ 404: components["responses"]["Not_Found_Response"];
2683
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2684
+ 406: components["responses"]["Not_Acceptable_Response"];
2685
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
2686
+ 429: components["responses"]["Too_Many_Requests_Response"];
2687
+ 500: components["responses"]["Internal_Server_Error_Response"];
2688
+ };
2689
+ };
2690
+ put?: never;
2691
+ post?: never;
2692
+ delete?: never;
2693
+ options?: never;
2694
+ head?: never;
2695
+ patch?: never;
2696
+ trace?: never;
2697
+ };
2698
+ "/artistBiographies": {
2699
+ parameters: {
2700
+ query?: never;
2701
+ header?: never;
2702
+ path?: never;
2703
+ cookie?: never;
2704
+ };
2705
+ /**
2706
+ * Get multiple artistBiographies.
2707
+ * @description Retrieves multiple artistBiographies by available filters, or without if applicable.
2708
+ */
2709
+ get: {
2710
+ parameters: {
2711
+ query: {
2712
+ /**
2713
+ * @description ISO 3166-1 alpha-2 country code
2714
+ * @example US
2715
+ */
2716
+ countryCode: string;
2717
+ /**
2718
+ * @description Allows the client to customize which related resources should be returned. Available options: owners
2719
+ * @example owners
2720
+ */
2721
+ include?: string[];
2722
+ /**
2723
+ * @description Artist id
2724
+ * @example 1566
2725
+ */
2726
+ "filter[id]"?: string[];
2727
+ };
2728
+ header?: never;
2729
+ path?: never;
2730
+ cookie?: never;
2731
+ };
2732
+ requestBody?: never;
2733
+ responses: {
2734
+ /** @description Successful response */
2735
+ 200: {
2736
+ headers: {
2737
+ [name: string]: unknown;
2738
+ };
2739
+ content: {
2740
+ "application/vnd.api+json": components["schemas"]["ArtistBiographies_Multi_Resource_Data_Document"];
2741
+ };
2742
+ };
2743
+ 400: components["responses"]["Bad_Request_Response"];
2744
+ 404: components["responses"]["Not_Found_Response"];
2745
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2746
+ 406: components["responses"]["Not_Acceptable_Response"];
2747
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
2748
+ 429: components["responses"]["Too_Many_Requests_Response"];
2749
+ 500: components["responses"]["Internal_Server_Error_Response"];
2750
+ };
2751
+ };
2752
+ put?: never;
2753
+ post?: never;
2754
+ delete?: never;
2755
+ options?: never;
2756
+ head?: never;
2757
+ patch?: never;
2758
+ trace?: never;
2759
+ };
2760
+ "/artistBiographies/{id}": {
2761
+ parameters: {
2762
+ query?: never;
2763
+ header?: never;
2764
+ path?: never;
2765
+ cookie?: never;
2766
+ };
2767
+ /**
2768
+ * Get single artistBiographie.
2769
+ * @description Retrieves single artistBiographie by id.
2770
+ */
2771
+ get: {
2772
+ parameters: {
2773
+ query: {
2774
+ /**
2775
+ * @description ISO 3166-1 alpha-2 country code
2776
+ * @example US
2777
+ */
2778
+ countryCode: string;
2779
+ /**
2780
+ * @description Allows the client to customize which related resources should be returned. Available options: owners
2781
+ * @example owners
2782
+ */
2783
+ include?: string[];
2784
+ };
2785
+ header?: never;
2786
+ path: {
2787
+ /**
2788
+ * @description Artist id
2789
+ * @example 1566
2790
+ */
2791
+ id: string;
2792
+ };
2793
+ cookie?: never;
2794
+ };
2795
+ requestBody?: never;
2796
+ responses: {
2797
+ /** @description Successful response */
2798
+ 200: {
2799
+ headers: {
2800
+ [name: string]: unknown;
2801
+ };
2802
+ content: {
2803
+ "application/vnd.api+json": components["schemas"]["ArtistBiographies_Single_Resource_Data_Document"];
2804
+ };
2805
+ };
2806
+ 400: components["responses"]["Bad_Request_Response"];
2807
+ 404: components["responses"]["Not_Found_Response"];
2808
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2809
+ 406: components["responses"]["Not_Acceptable_Response"];
2810
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
2811
+ 429: components["responses"]["Too_Many_Requests_Response"];
2812
+ 500: components["responses"]["Internal_Server_Error_Response"];
2813
+ };
2814
+ };
2815
+ put?: never;
2816
+ post?: never;
2817
+ delete?: never;
2818
+ options?: never;
2819
+ head?: never;
2820
+ /**
2821
+ * Update single artistBiographie.
2822
+ * @description Updates existing artistBiographie.
2823
+ */
2824
+ patch: {
2825
+ parameters: {
2826
+ query?: never;
2827
+ header?: never;
2828
+ path: {
2829
+ /**
2830
+ * @description Artist id
2831
+ * @example 1566
2832
+ */
2833
+ id: string;
2834
+ };
2835
+ cookie?: never;
2836
+ };
2837
+ requestBody?: {
2838
+ content: {
2839
+ "application/vnd.api+json": components["schemas"]["ArtistBiographyUpdateBody"];
2840
+ };
2841
+ };
2842
+ responses: {
2843
+ 400: components["responses"]["Bad_Request_Response"];
2844
+ 404: components["responses"]["Not_Found_Response"];
2845
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2846
+ 406: components["responses"]["Not_Acceptable_Response"];
2847
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
2848
+ 429: components["responses"]["Too_Many_Requests_Response"];
2849
+ 500: components["responses"]["Internal_Server_Error_Response"];
2850
+ };
2851
+ };
2852
+ trace?: never;
2853
+ };
2854
+ "/artistBiographies/{id}/relationships/owners": {
2855
+ parameters: {
2856
+ query?: never;
2857
+ header?: never;
2858
+ path?: never;
2859
+ cookie?: never;
2860
+ };
2861
+ /**
2862
+ * Get owners relationship ("to-many").
2863
+ * @description Retrieves owners relationship.
2864
+ */
2865
+ get: {
2866
+ parameters: {
2867
+ query?: {
2868
+ /**
2869
+ * @description Allows the client to customize which related resources should be returned. Available options: owners
2870
+ * @example owners
2871
+ */
2872
+ include?: string[];
2873
+ /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
2874
+ "page[cursor]"?: string;
2875
+ };
2876
+ header?: never;
2877
+ path: {
2878
+ /**
2879
+ * @description Artist id
2880
+ * @example 1566
2881
+ */
2882
+ id: string;
2883
+ };
2884
+ cookie?: never;
2885
+ };
2886
+ requestBody?: never;
2887
+ responses: {
2888
+ /** @description Successful response */
2889
+ 200: {
2890
+ headers: {
2891
+ [name: string]: unknown;
2892
+ };
2893
+ content: {
2894
+ "application/vnd.api+json": components["schemas"]["ArtistBiographies_Multi_Relationship_Data_Document"];
2120
2895
  };
2121
2896
  };
2122
2897
  400: components["responses"]["Bad_Request_Response"];
2123
2898
  404: components["responses"]["Not_Found_Response"];
2124
- 405: components["responses"]["Method_Not_Supported_Response"];
2899
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2125
2900
  406: components["responses"]["Not_Acceptable_Response"];
2126
2901
  415: components["responses"]["Unsupported_Media_Type_Response"];
2127
2902
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2168,12 +2943,12 @@ declare interface paths {
2168
2943
  [name: string]: unknown;
2169
2944
  };
2170
2945
  content: {
2171
- "application/vnd.api+json": components["schemas"]["ArtistRoles_Multi_Data_Document"];
2946
+ "application/vnd.api+json": components["schemas"]["ArtistRoles_Multi_Resource_Data_Document"];
2172
2947
  };
2173
2948
  };
2174
2949
  400: components["responses"]["Bad_Request_Response"];
2175
2950
  404: components["responses"]["Not_Found_Response"];
2176
- 405: components["responses"]["Method_Not_Supported_Response"];
2951
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2177
2952
  406: components["responses"]["Not_Acceptable_Response"];
2178
2953
  415: components["responses"]["Unsupported_Media_Type_Response"];
2179
2954
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2220,12 +2995,12 @@ declare interface paths {
2220
2995
  [name: string]: unknown;
2221
2996
  };
2222
2997
  content: {
2223
- "application/vnd.api+json": components["schemas"]["ArtistRoles_Single_Data_Document"];
2998
+ "application/vnd.api+json": components["schemas"]["ArtistRoles_Single_Resource_Data_Document"];
2224
2999
  };
2225
3000
  };
2226
3001
  400: components["responses"]["Bad_Request_Response"];
2227
3002
  404: components["responses"]["Not_Found_Response"];
2228
- 405: components["responses"]["Method_Not_Supported_Response"];
3003
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2229
3004
  406: components["responses"]["Not_Acceptable_Response"];
2230
3005
  415: components["responses"]["Unsupported_Media_Type_Response"];
2231
3006
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2260,7 +3035,7 @@ declare interface paths {
2260
3035
  */
2261
3036
  countryCode: string;
2262
3037
  /**
2263
- * @description Allows the client to customize which related resources should be returned. Available options: albums, owners, profileArt, radio, roles, similarArtists, trackProviders, tracks, videos
3038
+ * @description Allows the client to customize which related resources should be returned. Available options: albums, biography, owners, profileArt, radio, roles, similarArtists, trackProviders, tracks, videos
2264
3039
  * @example albums
2265
3040
  */
2266
3041
  include?: string[];
@@ -2287,12 +3062,12 @@ declare interface paths {
2287
3062
  [name: string]: unknown;
2288
3063
  };
2289
3064
  content: {
2290
- "application/vnd.api+json": components["schemas"]["Artists_Multi_Data_Document"];
3065
+ "application/vnd.api+json": components["schemas"]["Artists_Multi_Resource_Data_Document"];
2291
3066
  };
2292
3067
  };
2293
3068
  400: components["responses"]["Bad_Request_Response"];
2294
3069
  404: components["responses"]["Not_Found_Response"];
2295
- 405: components["responses"]["Method_Not_Supported_Response"];
3070
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2296
3071
  406: components["responses"]["Not_Acceptable_Response"];
2297
3072
  415: components["responses"]["Unsupported_Media_Type_Response"];
2298
3073
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2323,12 +3098,12 @@ declare interface paths {
2323
3098
  [name: string]: unknown;
2324
3099
  };
2325
3100
  content: {
2326
- "application/vnd.api+json": components["schemas"]["Artists_Single_Data_Document"];
3101
+ "application/vnd.api+json": components["schemas"]["Artists_Single_Resource_Data_Document"];
2327
3102
  };
2328
3103
  };
2329
3104
  400: components["responses"]["Bad_Request_Response"];
2330
3105
  404: components["responses"]["Not_Found_Response"];
2331
- 405: components["responses"]["Method_Not_Supported_Response"];
3106
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2332
3107
  406: components["responses"]["Not_Acceptable_Response"];
2333
3108
  415: components["responses"]["Unsupported_Media_Type_Response"];
2334
3109
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2361,7 +3136,7 @@ declare interface paths {
2361
3136
  */
2362
3137
  countryCode: string;
2363
3138
  /**
2364
- * @description Allows the client to customize which related resources should be returned. Available options: albums, owners, profileArt, radio, roles, similarArtists, trackProviders, tracks, videos
3139
+ * @description Allows the client to customize which related resources should be returned. Available options: albums, biography, owners, profileArt, radio, roles, similarArtists, trackProviders, tracks, videos
2365
3140
  * @example albums
2366
3141
  */
2367
3142
  include?: string[];
@@ -2384,12 +3159,12 @@ declare interface paths {
2384
3159
  [name: string]: unknown;
2385
3160
  };
2386
3161
  content: {
2387
- "application/vnd.api+json": components["schemas"]["Artists_Single_Data_Document"];
3162
+ "application/vnd.api+json": components["schemas"]["Artists_Single_Resource_Data_Document"];
2388
3163
  };
2389
3164
  };
2390
3165
  400: components["responses"]["Bad_Request_Response"];
2391
3166
  404: components["responses"]["Not_Found_Response"];
2392
- 405: components["responses"]["Method_Not_Supported_Response"];
3167
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2393
3168
  406: components["responses"]["Not_Acceptable_Response"];
2394
3169
  415: components["responses"]["Unsupported_Media_Type_Response"];
2395
3170
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2426,7 +3201,7 @@ declare interface paths {
2426
3201
  responses: {
2427
3202
  400: components["responses"]["Bad_Request_Response"];
2428
3203
  404: components["responses"]["Not_Found_Response"];
2429
- 405: components["responses"]["Method_Not_Supported_Response"];
3204
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2430
3205
  406: components["responses"]["Not_Acceptable_Response"];
2431
3206
  415: components["responses"]["Unsupported_Media_Type_Response"];
2432
3207
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2454,11 +3229,74 @@ declare interface paths {
2454
3229
  * @example US
2455
3230
  */
2456
3231
  countryCode: string;
2457
- /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
2458
- "page[cursor]"?: string;
3232
+ /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
3233
+ "page[cursor]"?: string;
3234
+ /**
3235
+ * @description Allows the client to customize which related resources should be returned. Available options: albums
3236
+ * @example albums
3237
+ */
3238
+ include?: string[];
3239
+ };
3240
+ header?: never;
3241
+ path: {
3242
+ /**
3243
+ * @description Artist id
3244
+ * @example 1566
3245
+ */
3246
+ id: string;
3247
+ };
3248
+ cookie?: never;
3249
+ };
3250
+ requestBody?: never;
3251
+ responses: {
3252
+ /** @description Successful response */
3253
+ 200: {
3254
+ headers: {
3255
+ [name: string]: unknown;
3256
+ };
3257
+ content: {
3258
+ "application/vnd.api+json": components["schemas"]["Artists_Multi_Relationship_Data_Document"];
3259
+ };
3260
+ };
3261
+ 400: components["responses"]["Bad_Request_Response"];
3262
+ 404: components["responses"]["Not_Found_Response"];
3263
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3264
+ 406: components["responses"]["Not_Acceptable_Response"];
3265
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
3266
+ 429: components["responses"]["Too_Many_Requests_Response"];
3267
+ 500: components["responses"]["Internal_Server_Error_Response"];
3268
+ };
3269
+ };
3270
+ put?: never;
3271
+ post?: never;
3272
+ delete?: never;
3273
+ options?: never;
3274
+ head?: never;
3275
+ patch?: never;
3276
+ trace?: never;
3277
+ };
3278
+ "/artists/{id}/relationships/biography": {
3279
+ parameters: {
3280
+ query?: never;
3281
+ header?: never;
3282
+ path?: never;
3283
+ cookie?: never;
3284
+ };
3285
+ /**
3286
+ * Get biography relationship ("to-one").
3287
+ * @description Retrieves biography relationship.
3288
+ */
3289
+ get: {
3290
+ parameters: {
3291
+ query: {
3292
+ /**
3293
+ * @description ISO 3166-1 alpha-2 country code
3294
+ * @example US
3295
+ */
3296
+ countryCode: string;
2459
3297
  /**
2460
- * @description Allows the client to customize which related resources should be returned. Available options: albums
2461
- * @example albums
3298
+ * @description Allows the client to customize which related resources should be returned. Available options: biography
3299
+ * @example biography
2462
3300
  */
2463
3301
  include?: string[];
2464
3302
  };
@@ -2480,12 +3318,12 @@ declare interface paths {
2480
3318
  [name: string]: unknown;
2481
3319
  };
2482
3320
  content: {
2483
- "application/vnd.api+json": components["schemas"]["Artists_Multi_Data_Relationship_Document"];
3321
+ "application/vnd.api+json": components["schemas"]["Artists_Single_Relationship_Data_Document"];
2484
3322
  };
2485
3323
  };
2486
3324
  400: components["responses"]["Bad_Request_Response"];
2487
3325
  404: components["responses"]["Not_Found_Response"];
2488
- 405: components["responses"]["Method_Not_Supported_Response"];
3326
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2489
3327
  406: components["responses"]["Not_Acceptable_Response"];
2490
3328
  415: components["responses"]["Unsupported_Media_Type_Response"];
2491
3329
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2540,12 +3378,12 @@ declare interface paths {
2540
3378
  [name: string]: unknown;
2541
3379
  };
2542
3380
  content: {
2543
- "application/vnd.api+json": components["schemas"]["Artists_Multi_Data_Relationship_Document"];
3381
+ "application/vnd.api+json": components["schemas"]["Artists_Multi_Relationship_Data_Document"];
2544
3382
  };
2545
3383
  };
2546
3384
  400: components["responses"]["Bad_Request_Response"];
2547
3385
  404: components["responses"]["Not_Found_Response"];
2548
- 405: components["responses"]["Method_Not_Supported_Response"];
3386
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2549
3387
  406: components["responses"]["Not_Acceptable_Response"];
2550
3388
  415: components["responses"]["Unsupported_Media_Type_Response"];
2551
3389
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2605,12 +3443,12 @@ declare interface paths {
2605
3443
  [name: string]: unknown;
2606
3444
  };
2607
3445
  content: {
2608
- "application/vnd.api+json": components["schemas"]["Artists_Multi_Data_Relationship_Document"];
3446
+ "application/vnd.api+json": components["schemas"]["Artists_Multi_Relationship_Data_Document"];
2609
3447
  };
2610
3448
  };
2611
3449
  400: components["responses"]["Bad_Request_Response"];
2612
3450
  404: components["responses"]["Not_Found_Response"];
2613
- 405: components["responses"]["Method_Not_Supported_Response"];
3451
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2614
3452
  406: components["responses"]["Not_Acceptable_Response"];
2615
3453
  415: components["responses"]["Unsupported_Media_Type_Response"];
2616
3454
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2647,7 +3485,7 @@ declare interface paths {
2647
3485
  responses: {
2648
3486
  400: components["responses"]["Bad_Request_Response"];
2649
3487
  404: components["responses"]["Not_Found_Response"];
2650
- 405: components["responses"]["Method_Not_Supported_Response"];
3488
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2651
3489
  406: components["responses"]["Not_Acceptable_Response"];
2652
3490
  415: components["responses"]["Unsupported_Media_Type_Response"];
2653
3491
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2701,12 +3539,12 @@ declare interface paths {
2701
3539
  [name: string]: unknown;
2702
3540
  };
2703
3541
  content: {
2704
- "application/vnd.api+json": components["schemas"]["Artists_Multi_Data_Relationship_Document"];
3542
+ "application/vnd.api+json": components["schemas"]["Artists_Multi_Relationship_Data_Document"];
2705
3543
  };
2706
3544
  };
2707
3545
  400: components["responses"]["Bad_Request_Response"];
2708
3546
  404: components["responses"]["Not_Found_Response"];
2709
- 405: components["responses"]["Method_Not_Supported_Response"];
3547
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2710
3548
  406: components["responses"]["Not_Acceptable_Response"];
2711
3549
  415: components["responses"]["Unsupported_Media_Type_Response"];
2712
3550
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2761,12 +3599,12 @@ declare interface paths {
2761
3599
  [name: string]: unknown;
2762
3600
  };
2763
3601
  content: {
2764
- "application/vnd.api+json": components["schemas"]["Artists_Multi_Data_Relationship_Document"];
3602
+ "application/vnd.api+json": components["schemas"]["Artists_Multi_Relationship_Data_Document"];
2765
3603
  };
2766
3604
  };
2767
3605
  400: components["responses"]["Bad_Request_Response"];
2768
3606
  404: components["responses"]["Not_Found_Response"];
2769
- 405: components["responses"]["Method_Not_Supported_Response"];
3607
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2770
3608
  406: components["responses"]["Not_Acceptable_Response"];
2771
3609
  415: components["responses"]["Unsupported_Media_Type_Response"];
2772
3610
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2826,12 +3664,12 @@ declare interface paths {
2826
3664
  [name: string]: unknown;
2827
3665
  };
2828
3666
  content: {
2829
- "application/vnd.api+json": components["schemas"]["Artists_Multi_Data_Relationship_Document"];
3667
+ "application/vnd.api+json": components["schemas"]["Artists_Multi_Relationship_Data_Document"];
2830
3668
  };
2831
3669
  };
2832
3670
  400: components["responses"]["Bad_Request_Response"];
2833
3671
  404: components["responses"]["Not_Found_Response"];
2834
- 405: components["responses"]["Method_Not_Supported_Response"];
3672
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2835
3673
  406: components["responses"]["Not_Acceptable_Response"];
2836
3674
  415: components["responses"]["Unsupported_Media_Type_Response"];
2837
3675
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2886,12 +3724,12 @@ declare interface paths {
2886
3724
  [name: string]: unknown;
2887
3725
  };
2888
3726
  content: {
2889
- "application/vnd.api+json": components["schemas"]["Artists_TrackProviders_Multi_Data_Relationship_Document"];
3727
+ "application/vnd.api+json": components["schemas"]["Artists_TrackProviders_Multi_Relationship_Data_Document"];
2890
3728
  };
2891
3729
  };
2892
3730
  400: components["responses"]["Bad_Request_Response"];
2893
3731
  404: components["responses"]["Not_Found_Response"];
2894
- 405: components["responses"]["Method_Not_Supported_Response"];
3732
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2895
3733
  406: components["responses"]["Not_Acceptable_Response"];
2896
3734
  415: components["responses"]["Unsupported_Media_Type_Response"];
2897
3735
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -2956,12 +3794,12 @@ declare interface paths {
2956
3794
  [name: string]: unknown;
2957
3795
  };
2958
3796
  content: {
2959
- "application/vnd.api+json": components["schemas"]["Artists_Multi_Data_Relationship_Document"];
3797
+ "application/vnd.api+json": components["schemas"]["Artists_Multi_Relationship_Data_Document"];
2960
3798
  };
2961
3799
  };
2962
3800
  400: components["responses"]["Bad_Request_Response"];
2963
3801
  404: components["responses"]["Not_Found_Response"];
2964
- 405: components["responses"]["Method_Not_Supported_Response"];
3802
+ 405: components["responses"]["Method_Not_Allowed_Response"];
2965
3803
  406: components["responses"]["Not_Acceptable_Response"];
2966
3804
  415: components["responses"]["Unsupported_Media_Type_Response"];
2967
3805
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3021,12 +3859,12 @@ declare interface paths {
3021
3859
  [name: string]: unknown;
3022
3860
  };
3023
3861
  content: {
3024
- "application/vnd.api+json": components["schemas"]["Artists_Multi_Data_Relationship_Document"];
3862
+ "application/vnd.api+json": components["schemas"]["Artists_Multi_Relationship_Data_Document"];
3025
3863
  };
3026
3864
  };
3027
3865
  400: components["responses"]["Bad_Request_Response"];
3028
3866
  404: components["responses"]["Not_Found_Response"];
3029
- 405: components["responses"]["Method_Not_Supported_Response"];
3867
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3030
3868
  406: components["responses"]["Not_Acceptable_Response"];
3031
3869
  415: components["responses"]["Unsupported_Media_Type_Response"];
3032
3870
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3083,12 +3921,12 @@ declare interface paths {
3083
3921
  [name: string]: unknown;
3084
3922
  };
3085
3923
  content: {
3086
- "application/vnd.api+json": components["schemas"]["Artworks_Multi_Data_Document"];
3924
+ "application/vnd.api+json": components["schemas"]["Artworks_Multi_Resource_Data_Document"];
3087
3925
  };
3088
3926
  };
3089
3927
  400: components["responses"]["Bad_Request_Response"];
3090
3928
  404: components["responses"]["Not_Found_Response"];
3091
- 405: components["responses"]["Method_Not_Supported_Response"];
3929
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3092
3930
  406: components["responses"]["Not_Acceptable_Response"];
3093
3931
  415: components["responses"]["Unsupported_Media_Type_Response"];
3094
3932
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3119,12 +3957,12 @@ declare interface paths {
3119
3957
  [name: string]: unknown;
3120
3958
  };
3121
3959
  content: {
3122
- "application/vnd.api+json": components["schemas"]["Artworks_Single_Data_Document"];
3960
+ "application/vnd.api+json": components["schemas"]["Artworks_Single_Resource_Data_Document"];
3123
3961
  };
3124
3962
  };
3125
3963
  400: components["responses"]["Bad_Request_Response"];
3126
3964
  404: components["responses"]["Not_Found_Response"];
3127
- 405: components["responses"]["Method_Not_Supported_Response"];
3965
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3128
3966
  406: components["responses"]["Not_Acceptable_Response"];
3129
3967
  415: components["responses"]["Unsupported_Media_Type_Response"];
3130
3968
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3180,12 +4018,12 @@ declare interface paths {
3180
4018
  [name: string]: unknown;
3181
4019
  };
3182
4020
  content: {
3183
- "application/vnd.api+json": components["schemas"]["Artworks_Single_Data_Document"];
4021
+ "application/vnd.api+json": components["schemas"]["Artworks_Single_Resource_Data_Document"];
3184
4022
  };
3185
4023
  };
3186
4024
  400: components["responses"]["Bad_Request_Response"];
3187
4025
  404: components["responses"]["Not_Found_Response"];
3188
- 405: components["responses"]["Method_Not_Supported_Response"];
4026
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3189
4027
  406: components["responses"]["Not_Acceptable_Response"];
3190
4028
  415: components["responses"]["Unsupported_Media_Type_Response"];
3191
4029
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3213,21 +4051,301 @@ declare interface paths {
3213
4051
  */
3214
4052
  get: {
3215
4053
  parameters: {
3216
- query?: {
4054
+ query?: {
4055
+ /**
4056
+ * @description Allows the client to customize which related resources should be returned. Available options: owners
4057
+ * @example owners
4058
+ */
4059
+ include?: string[];
4060
+ /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
4061
+ "page[cursor]"?: string;
4062
+ };
4063
+ header?: never;
4064
+ path: {
4065
+ /**
4066
+ * @description Artwork id
4067
+ * @example a468bee88def
4068
+ */
4069
+ id: string;
4070
+ };
4071
+ cookie?: never;
4072
+ };
4073
+ requestBody?: never;
4074
+ responses: {
4075
+ /** @description Successful response */
4076
+ 200: {
4077
+ headers: {
4078
+ [name: string]: unknown;
4079
+ };
4080
+ content: {
4081
+ "application/vnd.api+json": components["schemas"]["Artworks_Multi_Relationship_Data_Document"];
4082
+ };
4083
+ };
4084
+ 400: components["responses"]["Bad_Request_Response"];
4085
+ 404: components["responses"]["Not_Found_Response"];
4086
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4087
+ 406: components["responses"]["Not_Acceptable_Response"];
4088
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
4089
+ 429: components["responses"]["Too_Many_Requests_Response"];
4090
+ 500: components["responses"]["Internal_Server_Error_Response"];
4091
+ };
4092
+ };
4093
+ put?: never;
4094
+ post?: never;
4095
+ delete?: never;
4096
+ options?: never;
4097
+ head?: never;
4098
+ patch?: never;
4099
+ trace?: never;
4100
+ };
4101
+ "/genres": {
4102
+ parameters: {
4103
+ query?: never;
4104
+ header?: never;
4105
+ path?: never;
4106
+ cookie?: never;
4107
+ };
4108
+ /**
4109
+ * Get multiple genres.
4110
+ * @description Retrieves multiple genres by available filters, or without if applicable.
4111
+ */
4112
+ get: {
4113
+ parameters: {
4114
+ query?: {
4115
+ /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
4116
+ "page[cursor]"?: string;
4117
+ /**
4118
+ * @description Allows filtering by genre id(s). USER_SELECTABLE is special value used to return specific genres which users can select from
4119
+ * @example '1,2,3' or 'USER_SELECTABLE'
4120
+ */
4121
+ "filter[id]"?: string[];
4122
+ };
4123
+ header?: never;
4124
+ path?: never;
4125
+ cookie?: never;
4126
+ };
4127
+ requestBody?: never;
4128
+ responses: {
4129
+ /** @description Successful response */
4130
+ 200: {
4131
+ headers: {
4132
+ [name: string]: unknown;
4133
+ };
4134
+ content: {
4135
+ "application/vnd.api+json": components["schemas"]["Genres_Multi_Resource_Data_Document"];
4136
+ };
4137
+ };
4138
+ 400: components["responses"]["Bad_Request_Response"];
4139
+ 404: components["responses"]["Not_Found_Response"];
4140
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4141
+ 406: components["responses"]["Not_Acceptable_Response"];
4142
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
4143
+ 429: components["responses"]["Too_Many_Requests_Response"];
4144
+ 500: components["responses"]["Internal_Server_Error_Response"];
4145
+ };
4146
+ };
4147
+ put?: never;
4148
+ post?: never;
4149
+ delete?: never;
4150
+ options?: never;
4151
+ head?: never;
4152
+ patch?: never;
4153
+ trace?: never;
4154
+ };
4155
+ "/genres/{id}": {
4156
+ parameters: {
4157
+ query?: never;
4158
+ header?: never;
4159
+ path?: never;
4160
+ cookie?: never;
4161
+ };
4162
+ /**
4163
+ * Get single genre.
4164
+ * @description Retrieves single genre by id.
4165
+ */
4166
+ get: {
4167
+ parameters: {
4168
+ query?: never;
4169
+ header?: never;
4170
+ path: {
4171
+ /**
4172
+ * @description Genre id
4173
+ * @example 123
4174
+ */
4175
+ id: string;
4176
+ };
4177
+ cookie?: never;
4178
+ };
4179
+ requestBody?: never;
4180
+ responses: {
4181
+ /** @description Successful response */
4182
+ 200: {
4183
+ headers: {
4184
+ [name: string]: unknown;
4185
+ };
4186
+ content: {
4187
+ "application/vnd.api+json": components["schemas"]["Genres_Single_Resource_Data_Document"];
4188
+ };
4189
+ };
4190
+ 400: components["responses"]["Bad_Request_Response"];
4191
+ 404: components["responses"]["Not_Found_Response"];
4192
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4193
+ 406: components["responses"]["Not_Acceptable_Response"];
4194
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
4195
+ 429: components["responses"]["Too_Many_Requests_Response"];
4196
+ 500: components["responses"]["Internal_Server_Error_Response"];
4197
+ };
4198
+ };
4199
+ put?: never;
4200
+ post?: never;
4201
+ delete?: never;
4202
+ options?: never;
4203
+ head?: never;
4204
+ patch?: never;
4205
+ trace?: never;
4206
+ };
4207
+ "/lyrics/{id}": {
4208
+ parameters: {
4209
+ query?: never;
4210
+ header?: never;
4211
+ path?: never;
4212
+ cookie?: never;
4213
+ };
4214
+ /**
4215
+ * Get single lyric.
4216
+ * @description Retrieves single lyric by id.
4217
+ */
4218
+ get: {
4219
+ parameters: {
4220
+ query?: {
4221
+ /**
4222
+ * @description Allows the client to customize which related resources should be returned. Available options: owners, track
4223
+ * @example owners
4224
+ */
4225
+ include?: string[];
4226
+ };
4227
+ header?: never;
4228
+ path: {
4229
+ id: string;
4230
+ };
4231
+ cookie?: never;
4232
+ };
4233
+ requestBody?: never;
4234
+ responses: {
4235
+ /** @description Successful response */
4236
+ 200: {
4237
+ headers: {
4238
+ [name: string]: unknown;
4239
+ };
4240
+ content: {
4241
+ "application/vnd.api+json": components["schemas"]["Lyrics_Single_Resource_Data_Document"];
4242
+ };
4243
+ };
4244
+ 400: components["responses"]["Bad_Request_Response"];
4245
+ 404: components["responses"]["Not_Found_Response"];
4246
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4247
+ 406: components["responses"]["Not_Acceptable_Response"];
4248
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
4249
+ 429: components["responses"]["Too_Many_Requests_Response"];
4250
+ 500: components["responses"]["Internal_Server_Error_Response"];
4251
+ };
4252
+ };
4253
+ put?: never;
4254
+ post?: never;
4255
+ delete?: never;
4256
+ options?: never;
4257
+ head?: never;
4258
+ patch?: never;
4259
+ trace?: never;
4260
+ };
4261
+ "/lyrics/{id}/relationships/owners": {
4262
+ parameters: {
4263
+ query?: never;
4264
+ header?: never;
4265
+ path?: never;
4266
+ cookie?: never;
4267
+ };
4268
+ /**
4269
+ * Get owners relationship ("to-many").
4270
+ * @description Retrieves owners relationship.
4271
+ */
4272
+ get: {
4273
+ parameters: {
4274
+ query: {
4275
+ /**
4276
+ * @description ISO 3166-1 alpha-2 country code
4277
+ * @example US
4278
+ */
4279
+ countryCode: string;
4280
+ /**
4281
+ * @description Allows the client to customize which related resources should be returned. Available options: owners
4282
+ * @example owners
4283
+ */
4284
+ include?: string[];
4285
+ /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
4286
+ "page[cursor]"?: string;
4287
+ };
4288
+ header?: never;
4289
+ path: {
4290
+ id: string;
4291
+ };
4292
+ cookie?: never;
4293
+ };
4294
+ requestBody?: never;
4295
+ responses: {
4296
+ /** @description Successful response */
4297
+ 200: {
4298
+ headers: {
4299
+ [name: string]: unknown;
4300
+ };
4301
+ content: {
4302
+ "application/vnd.api+json": components["schemas"]["Lyrics_Multi_Relationship_Data_Document"];
4303
+ };
4304
+ };
4305
+ 400: components["responses"]["Bad_Request_Response"];
4306
+ 404: components["responses"]["Not_Found_Response"];
4307
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4308
+ 406: components["responses"]["Not_Acceptable_Response"];
4309
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
4310
+ 429: components["responses"]["Too_Many_Requests_Response"];
4311
+ 500: components["responses"]["Internal_Server_Error_Response"];
4312
+ };
4313
+ };
4314
+ put?: never;
4315
+ post?: never;
4316
+ delete?: never;
4317
+ options?: never;
4318
+ head?: never;
4319
+ patch?: never;
4320
+ trace?: never;
4321
+ };
4322
+ "/lyrics/{id}/relationships/track": {
4323
+ parameters: {
4324
+ query?: never;
4325
+ header?: never;
4326
+ path?: never;
4327
+ cookie?: never;
4328
+ };
4329
+ /**
4330
+ * Get track relationship ("to-one").
4331
+ * @description Retrieves track relationship.
4332
+ */
4333
+ get: {
4334
+ parameters: {
4335
+ query: {
3217
4336
  /**
3218
- * @description Allows the client to customize which related resources should be returned. Available options: owners
3219
- * @example owners
4337
+ * @description ISO 3166-1 alpha-2 country code
4338
+ * @example US
4339
+ */
4340
+ countryCode: string;
4341
+ /**
4342
+ * @description Allows the client to customize which related resources should be returned. Available options: track
4343
+ * @example track
3220
4344
  */
3221
4345
  include?: string[];
3222
- /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
3223
- "page[cursor]"?: string;
3224
4346
  };
3225
4347
  header?: never;
3226
4348
  path: {
3227
- /**
3228
- * @description Artwork id
3229
- * @example a468bee88def
3230
- */
3231
4349
  id: string;
3232
4350
  };
3233
4351
  cookie?: never;
@@ -3240,12 +4358,12 @@ declare interface paths {
3240
4358
  [name: string]: unknown;
3241
4359
  };
3242
4360
  content: {
3243
- "application/vnd.api+json": components["schemas"]["Artworks_Multi_Data_Relationship_Document"];
4361
+ "application/vnd.api+json": components["schemas"]["Lyrics_Single_Relationship_Data_Document"];
3244
4362
  };
3245
4363
  };
3246
4364
  400: components["responses"]["Bad_Request_Response"];
3247
4365
  404: components["responses"]["Not_Found_Response"];
3248
- 405: components["responses"]["Method_Not_Supported_Response"];
4366
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3249
4367
  406: components["responses"]["Not_Acceptable_Response"];
3250
4368
  415: components["responses"]["Unsupported_Media_Type_Response"];
3251
4369
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3309,12 +4427,12 @@ declare interface paths {
3309
4427
  [name: string]: unknown;
3310
4428
  };
3311
4429
  content: {
3312
- "application/vnd.api+json": components["schemas"]["Playlists_Multi_Data_Document"];
4430
+ "application/vnd.api+json": components["schemas"]["Playlists_Multi_Resource_Data_Document"];
3313
4431
  };
3314
4432
  };
3315
4433
  400: components["responses"]["Bad_Request_Response"];
3316
4434
  404: components["responses"]["Not_Found_Response"];
3317
- 405: components["responses"]["Method_Not_Supported_Response"];
4435
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3318
4436
  406: components["responses"]["Not_Acceptable_Response"];
3319
4437
  415: components["responses"]["Unsupported_Media_Type_Response"];
3320
4438
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3351,12 +4469,12 @@ declare interface paths {
3351
4469
  [name: string]: unknown;
3352
4470
  };
3353
4471
  content: {
3354
- "application/vnd.api+json": components["schemas"]["Playlists_Single_Data_Document"];
4472
+ "application/vnd.api+json": components["schemas"]["Playlists_Single_Resource_Data_Document"];
3355
4473
  };
3356
4474
  };
3357
4475
  400: components["responses"]["Bad_Request_Response"];
3358
4476
  404: components["responses"]["Not_Found_Response"];
3359
- 405: components["responses"]["Method_Not_Supported_Response"];
4477
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3360
4478
  406: components["responses"]["Not_Acceptable_Response"];
3361
4479
  415: components["responses"]["Unsupported_Media_Type_Response"];
3362
4480
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3412,12 +4530,12 @@ declare interface paths {
3412
4530
  [name: string]: unknown;
3413
4531
  };
3414
4532
  content: {
3415
- "application/vnd.api+json": components["schemas"]["Playlists_Single_Data_Document"];
4533
+ "application/vnd.api+json": components["schemas"]["Playlists_Single_Resource_Data_Document"];
3416
4534
  };
3417
4535
  };
3418
4536
  400: components["responses"]["Bad_Request_Response"];
3419
4537
  404: components["responses"]["Not_Found_Response"];
3420
- 405: components["responses"]["Method_Not_Supported_Response"];
4538
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3421
4539
  406: components["responses"]["Not_Acceptable_Response"];
3422
4540
  415: components["responses"]["Unsupported_Media_Type_Response"];
3423
4541
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3447,7 +4565,7 @@ declare interface paths {
3447
4565
  responses: {
3448
4566
  400: components["responses"]["Bad_Request_Response"];
3449
4567
  404: components["responses"]["Not_Found_Response"];
3450
- 405: components["responses"]["Method_Not_Supported_Response"];
4568
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3451
4569
  406: components["responses"]["Not_Acceptable_Response"];
3452
4570
  415: components["responses"]["Unsupported_Media_Type_Response"];
3453
4571
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3487,7 +4605,7 @@ declare interface paths {
3487
4605
  responses: {
3488
4606
  400: components["responses"]["Bad_Request_Response"];
3489
4607
  404: components["responses"]["Not_Found_Response"];
3490
- 405: components["responses"]["Method_Not_Supported_Response"];
4608
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3491
4609
  406: components["responses"]["Not_Acceptable_Response"];
3492
4610
  415: components["responses"]["Unsupported_Media_Type_Response"];
3493
4611
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3541,12 +4659,12 @@ declare interface paths {
3541
4659
  [name: string]: unknown;
3542
4660
  };
3543
4661
  content: {
3544
- "application/vnd.api+json": components["schemas"]["Playlists_Multi_Data_Relationship_Document"];
4662
+ "application/vnd.api+json": components["schemas"]["Playlists_Multi_Relationship_Data_Document"];
3545
4663
  };
3546
4664
  };
3547
4665
  400: components["responses"]["Bad_Request_Response"];
3548
4666
  404: components["responses"]["Not_Found_Response"];
3549
- 405: components["responses"]["Method_Not_Supported_Response"];
4667
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3550
4668
  406: components["responses"]["Not_Acceptable_Response"];
3551
4669
  415: components["responses"]["Unsupported_Media_Type_Response"];
3552
4670
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3583,7 +4701,7 @@ declare interface paths {
3583
4701
  responses: {
3584
4702
  400: components["responses"]["Bad_Request_Response"];
3585
4703
  404: components["responses"]["Not_Found_Response"];
3586
- 405: components["responses"]["Method_Not_Supported_Response"];
4704
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3587
4705
  406: components["responses"]["Not_Acceptable_Response"];
3588
4706
  415: components["responses"]["Unsupported_Media_Type_Response"];
3589
4707
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3637,12 +4755,12 @@ declare interface paths {
3637
4755
  [name: string]: unknown;
3638
4756
  };
3639
4757
  content: {
3640
- "application/vnd.api+json": components["schemas"]["Playlists_Items_Multi_Data_Relationship_Document"];
4758
+ "application/vnd.api+json": components["schemas"]["Playlists_Items_Multi_Relationship_Data_Document"];
3641
4759
  };
3642
4760
  };
3643
4761
  400: components["responses"]["Bad_Request_Response"];
3644
4762
  404: components["responses"]["Not_Found_Response"];
3645
- 405: components["responses"]["Method_Not_Supported_Response"];
4763
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3646
4764
  406: components["responses"]["Not_Acceptable_Response"];
3647
4765
  415: components["responses"]["Unsupported_Media_Type_Response"];
3648
4766
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3681,7 +4799,7 @@ declare interface paths {
3681
4799
  responses: {
3682
4800
  400: components["responses"]["Bad_Request_Response"];
3683
4801
  404: components["responses"]["Not_Found_Response"];
3684
- 405: components["responses"]["Method_Not_Supported_Response"];
4802
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3685
4803
  406: components["responses"]["Not_Acceptable_Response"];
3686
4804
  415: components["responses"]["Unsupported_Media_Type_Response"];
3687
4805
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3713,7 +4831,7 @@ declare interface paths {
3713
4831
  responses: {
3714
4832
  400: components["responses"]["Bad_Request_Response"];
3715
4833
  404: components["responses"]["Not_Found_Response"];
3716
- 405: components["responses"]["Method_Not_Supported_Response"];
4834
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3717
4835
  406: components["responses"]["Not_Acceptable_Response"];
3718
4836
  415: components["responses"]["Unsupported_Media_Type_Response"];
3719
4837
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3747,7 +4865,7 @@ declare interface paths {
3747
4865
  responses: {
3748
4866
  400: components["responses"]["Bad_Request_Response"];
3749
4867
  404: components["responses"]["Not_Found_Response"];
3750
- 405: components["responses"]["Method_Not_Supported_Response"];
4868
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3751
4869
  406: components["responses"]["Not_Acceptable_Response"];
3752
4870
  415: components["responses"]["Unsupported_Media_Type_Response"];
3753
4871
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3801,12 +4919,12 @@ declare interface paths {
3801
4919
  [name: string]: unknown;
3802
4920
  };
3803
4921
  content: {
3804
- "application/vnd.api+json": components["schemas"]["Playlists_Multi_Data_Relationship_Document"];
4922
+ "application/vnd.api+json": components["schemas"]["Playlists_Multi_Relationship_Data_Document"];
3805
4923
  };
3806
4924
  };
3807
4925
  400: components["responses"]["Bad_Request_Response"];
3808
4926
  404: components["responses"]["Not_Found_Response"];
3809
- 405: components["responses"]["Method_Not_Supported_Response"];
4927
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3810
4928
  406: components["responses"]["Not_Acceptable_Response"];
3811
4929
  415: components["responses"]["Unsupported_Media_Type_Response"];
3812
4930
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3853,12 +4971,12 @@ declare interface paths {
3853
4971
  [name: string]: unknown;
3854
4972
  };
3855
4973
  content: {
3856
- "application/vnd.api+json": components["schemas"]["Providers_Multi_Data_Document"];
4974
+ "application/vnd.api+json": components["schemas"]["Providers_Multi_Resource_Data_Document"];
3857
4975
  };
3858
4976
  };
3859
4977
  400: components["responses"]["Bad_Request_Response"];
3860
4978
  404: components["responses"]["Not_Found_Response"];
3861
- 405: components["responses"]["Method_Not_Supported_Response"];
4979
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3862
4980
  406: components["responses"]["Not_Acceptable_Response"];
3863
4981
  415: components["responses"]["Unsupported_Media_Type_Response"];
3864
4982
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3905,12 +5023,12 @@ declare interface paths {
3905
5023
  [name: string]: unknown;
3906
5024
  };
3907
5025
  content: {
3908
- "application/vnd.api+json": components["schemas"]["Providers_Single_Data_Document"];
5026
+ "application/vnd.api+json": components["schemas"]["Providers_Single_Resource_Data_Document"];
3909
5027
  };
3910
5028
  };
3911
5029
  400: components["responses"]["Bad_Request_Response"];
3912
5030
  404: components["responses"]["Not_Found_Response"];
3913
- 405: components["responses"]["Method_Not_Supported_Response"];
5031
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3914
5032
  406: components["responses"]["Not_Acceptable_Response"];
3915
5033
  415: components["responses"]["Unsupported_Media_Type_Response"];
3916
5034
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -3973,12 +5091,12 @@ declare interface paths {
3973
5091
  [name: string]: unknown;
3974
5092
  };
3975
5093
  content: {
3976
- "application/vnd.api+json": components["schemas"]["SearchResults_Single_Data_Document"];
5094
+ "application/vnd.api+json": components["schemas"]["SearchResults_Single_Resource_Data_Document"];
3977
5095
  };
3978
5096
  };
3979
5097
  400: components["responses"]["Bad_Request_Response"];
3980
5098
  404: components["responses"]["Not_Found_Response"];
3981
- 405: components["responses"]["Method_Not_Supported_Response"];
5099
+ 405: components["responses"]["Method_Not_Allowed_Response"];
3982
5100
  406: components["responses"]["Not_Acceptable_Response"];
3983
5101
  415: components["responses"]["Unsupported_Media_Type_Response"];
3984
5102
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4043,12 +5161,12 @@ declare interface paths {
4043
5161
  [name: string]: unknown;
4044
5162
  };
4045
5163
  content: {
4046
- "application/vnd.api+json": components["schemas"]["SearchResults_Multi_Data_Relationship_Document"];
5164
+ "application/vnd.api+json": components["schemas"]["SearchResults_Multi_Relationship_Data_Document"];
4047
5165
  };
4048
5166
  };
4049
5167
  400: components["responses"]["Bad_Request_Response"];
4050
5168
  404: components["responses"]["Not_Found_Response"];
4051
- 405: components["responses"]["Method_Not_Supported_Response"];
5169
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4052
5170
  406: components["responses"]["Not_Acceptable_Response"];
4053
5171
  415: components["responses"]["Unsupported_Media_Type_Response"];
4054
5172
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4113,12 +5231,12 @@ declare interface paths {
4113
5231
  [name: string]: unknown;
4114
5232
  };
4115
5233
  content: {
4116
- "application/vnd.api+json": components["schemas"]["SearchResults_Multi_Data_Relationship_Document"];
5234
+ "application/vnd.api+json": components["schemas"]["SearchResults_Multi_Relationship_Data_Document"];
4117
5235
  };
4118
5236
  };
4119
5237
  400: components["responses"]["Bad_Request_Response"];
4120
5238
  404: components["responses"]["Not_Found_Response"];
4121
- 405: components["responses"]["Method_Not_Supported_Response"];
5239
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4122
5240
  406: components["responses"]["Not_Acceptable_Response"];
4123
5241
  415: components["responses"]["Unsupported_Media_Type_Response"];
4124
5242
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4183,12 +5301,12 @@ declare interface paths {
4183
5301
  [name: string]: unknown;
4184
5302
  };
4185
5303
  content: {
4186
- "application/vnd.api+json": components["schemas"]["SearchResults_Multi_Data_Relationship_Document"];
5304
+ "application/vnd.api+json": components["schemas"]["SearchResults_Multi_Relationship_Data_Document"];
4187
5305
  };
4188
5306
  };
4189
5307
  400: components["responses"]["Bad_Request_Response"];
4190
5308
  404: components["responses"]["Not_Found_Response"];
4191
- 405: components["responses"]["Method_Not_Supported_Response"];
5309
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4192
5310
  406: components["responses"]["Not_Acceptable_Response"];
4193
5311
  415: components["responses"]["Unsupported_Media_Type_Response"];
4194
5312
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4253,12 +5371,12 @@ declare interface paths {
4253
5371
  [name: string]: unknown;
4254
5372
  };
4255
5373
  content: {
4256
- "application/vnd.api+json": components["schemas"]["SearchResults_Multi_Data_Relationship_Document"];
5374
+ "application/vnd.api+json": components["schemas"]["SearchResults_Multi_Relationship_Data_Document"];
4257
5375
  };
4258
5376
  };
4259
5377
  400: components["responses"]["Bad_Request_Response"];
4260
5378
  404: components["responses"]["Not_Found_Response"];
4261
- 405: components["responses"]["Method_Not_Supported_Response"];
5379
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4262
5380
  406: components["responses"]["Not_Acceptable_Response"];
4263
5381
  415: components["responses"]["Unsupported_Media_Type_Response"];
4264
5382
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4323,12 +5441,263 @@ declare interface paths {
4323
5441
  [name: string]: unknown;
4324
5442
  };
4325
5443
  content: {
4326
- "application/vnd.api+json": components["schemas"]["SearchResults_Multi_Data_Relationship_Document"];
5444
+ "application/vnd.api+json": components["schemas"]["SearchResults_Multi_Relationship_Data_Document"];
5445
+ };
5446
+ };
5447
+ 400: components["responses"]["Bad_Request_Response"];
5448
+ 404: components["responses"]["Not_Found_Response"];
5449
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5450
+ 406: components["responses"]["Not_Acceptable_Response"];
5451
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
5452
+ 429: components["responses"]["Too_Many_Requests_Response"];
5453
+ 500: components["responses"]["Internal_Server_Error_Response"];
5454
+ };
5455
+ };
5456
+ put?: never;
5457
+ post?: never;
5458
+ delete?: never;
5459
+ options?: never;
5460
+ head?: never;
5461
+ patch?: never;
5462
+ trace?: never;
5463
+ };
5464
+ "/searchResults/{id}/relationships/videos": {
5465
+ parameters: {
5466
+ query?: never;
5467
+ header?: never;
5468
+ path?: never;
5469
+ cookie?: never;
5470
+ };
5471
+ /**
5472
+ * Get videos relationship ("to-many").
5473
+ * @description Retrieves videos relationship.
5474
+ */
5475
+ get: {
5476
+ parameters: {
5477
+ query: {
5478
+ /**
5479
+ * @description ISO 3166-1 alpha-2 country code
5480
+ * @example US
5481
+ */
5482
+ countryCode: string;
5483
+ /**
5484
+ * @description Explicit filter
5485
+ * @example include, exclude
5486
+ */
5487
+ explicitFilter?: string;
5488
+ /**
5489
+ * @description Allows the client to customize which related resources should be returned. Available options: videos
5490
+ * @example videos
5491
+ */
5492
+ include?: string[];
5493
+ /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
5494
+ "page[cursor]"?: string;
5495
+ };
5496
+ header?: never;
5497
+ path: {
5498
+ /**
5499
+ * @description Search query
5500
+ * @example moon
5501
+ */
5502
+ id: string;
5503
+ };
5504
+ cookie?: never;
5505
+ };
5506
+ requestBody?: never;
5507
+ responses: {
5508
+ /** @description Successful response */
5509
+ 200: {
5510
+ headers: {
5511
+ [name: string]: unknown;
5512
+ };
5513
+ content: {
5514
+ "application/vnd.api+json": components["schemas"]["SearchResults_Multi_Relationship_Data_Document"];
5515
+ };
5516
+ };
5517
+ 400: components["responses"]["Bad_Request_Response"];
5518
+ 404: components["responses"]["Not_Found_Response"];
5519
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5520
+ 406: components["responses"]["Not_Acceptable_Response"];
5521
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
5522
+ 429: components["responses"]["Too_Many_Requests_Response"];
5523
+ 500: components["responses"]["Internal_Server_Error_Response"];
5524
+ };
5525
+ };
5526
+ put?: never;
5527
+ post?: never;
5528
+ delete?: never;
5529
+ options?: never;
5530
+ head?: never;
5531
+ patch?: never;
5532
+ trace?: never;
5533
+ };
5534
+ "/searchSuggestions/{id}": {
5535
+ parameters: {
5536
+ query?: never;
5537
+ header?: never;
5538
+ path?: never;
5539
+ cookie?: never;
5540
+ };
5541
+ /**
5542
+ * Get single searchSuggestion.
5543
+ * @description Retrieves single searchSuggestion by id.
5544
+ */
5545
+ get: {
5546
+ parameters: {
5547
+ query: {
5548
+ /**
5549
+ * @description ISO 3166-1 alpha-2 country code
5550
+ * @example US
5551
+ */
5552
+ countryCode: string;
5553
+ /**
5554
+ * @description Explicit filter
5555
+ * @example include, exclude
5556
+ */
5557
+ explicitFilter?: string;
5558
+ /**
5559
+ * @description Allows the client to customize which related resources should be returned. Available options: directHits
5560
+ * @example directHits
5561
+ */
5562
+ include?: string[];
5563
+ };
5564
+ header?: never;
5565
+ path: {
5566
+ id: string;
5567
+ };
5568
+ cookie?: never;
5569
+ };
5570
+ requestBody?: never;
5571
+ responses: {
5572
+ /** @description Successful response */
5573
+ 200: {
5574
+ headers: {
5575
+ [name: string]: unknown;
5576
+ };
5577
+ content: {
5578
+ "application/vnd.api+json": components["schemas"]["SearchSuggestions_Single_Resource_Data_Document"];
5579
+ };
5580
+ };
5581
+ 400: components["responses"]["Bad_Request_Response"];
5582
+ 404: components["responses"]["Not_Found_Response"];
5583
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5584
+ 406: components["responses"]["Not_Acceptable_Response"];
5585
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
5586
+ 429: components["responses"]["Too_Many_Requests_Response"];
5587
+ 500: components["responses"]["Internal_Server_Error_Response"];
5588
+ };
5589
+ };
5590
+ put?: never;
5591
+ post?: never;
5592
+ delete?: never;
5593
+ options?: never;
5594
+ head?: never;
5595
+ patch?: never;
5596
+ trace?: never;
5597
+ };
5598
+ "/searchSuggestions/{id}/relationships/directHits": {
5599
+ parameters: {
5600
+ query?: never;
5601
+ header?: never;
5602
+ path?: never;
5603
+ cookie?: never;
5604
+ };
5605
+ /**
5606
+ * Get directHits relationship ("to-many").
5607
+ * @description Retrieves directHits relationship.
5608
+ */
5609
+ get: {
5610
+ parameters: {
5611
+ query: {
5612
+ /**
5613
+ * @description ISO 3166-1 alpha-2 country code
5614
+ * @example US
5615
+ */
5616
+ countryCode: string;
5617
+ /**
5618
+ * @description Explicit filter
5619
+ * @example include, exclude
5620
+ */
5621
+ explicitFilter?: string;
5622
+ /**
5623
+ * @description Allows the client to customize which related resources should be returned. Available options: directHits
5624
+ * @example directHits
5625
+ */
5626
+ include?: string[];
5627
+ /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
5628
+ "page[cursor]"?: string;
5629
+ };
5630
+ header?: never;
5631
+ path: {
5632
+ id: string;
5633
+ };
5634
+ cookie?: never;
5635
+ };
5636
+ requestBody?: never;
5637
+ responses: {
5638
+ /** @description Successful response */
5639
+ 200: {
5640
+ headers: {
5641
+ [name: string]: unknown;
5642
+ };
5643
+ content: {
5644
+ "application/vnd.api+json": components["schemas"]["SearchSuggestions_Multi_Relationship_Data_Document"];
5645
+ };
5646
+ };
5647
+ 400: components["responses"]["Bad_Request_Response"];
5648
+ 404: components["responses"]["Not_Found_Response"];
5649
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5650
+ 406: components["responses"]["Not_Acceptable_Response"];
5651
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
5652
+ 429: components["responses"]["Too_Many_Requests_Response"];
5653
+ 500: components["responses"]["Internal_Server_Error_Response"];
5654
+ };
5655
+ };
5656
+ put?: never;
5657
+ post?: never;
5658
+ delete?: never;
5659
+ options?: never;
5660
+ head?: never;
5661
+ patch?: never;
5662
+ trace?: never;
5663
+ };
5664
+ "/trackFiles/{id}": {
5665
+ parameters: {
5666
+ query?: never;
5667
+ header?: never;
5668
+ path?: never;
5669
+ cookie?: never;
5670
+ };
5671
+ /**
5672
+ * Get single trackFile.
5673
+ * @description Retrieves single trackFile by id.
5674
+ */
5675
+ get: {
5676
+ parameters: {
5677
+ query: {
5678
+ formats: string;
5679
+ usage: string;
5680
+ };
5681
+ header?: never;
5682
+ path: {
5683
+ id: string;
5684
+ };
5685
+ cookie?: never;
5686
+ };
5687
+ requestBody?: never;
5688
+ responses: {
5689
+ /** @description Successful response */
5690
+ 200: {
5691
+ headers: {
5692
+ [name: string]: unknown;
5693
+ };
5694
+ content: {
5695
+ "application/vnd.api+json": components["schemas"]["TrackFiles_Single_Resource_Data_Document"];
4327
5696
  };
4328
5697
  };
4329
5698
  400: components["responses"]["Bad_Request_Response"];
4330
5699
  404: components["responses"]["Not_Found_Response"];
4331
- 405: components["responses"]["Method_Not_Supported_Response"];
5700
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4332
5701
  406: components["responses"]["Not_Acceptable_Response"];
4333
5702
  415: components["responses"]["Unsupported_Media_Type_Response"];
4334
5703
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4343,7 +5712,7 @@ declare interface paths {
4343
5712
  patch?: never;
4344
5713
  trace?: never;
4345
5714
  };
4346
- "/searchResults/{id}/relationships/videos": {
5715
+ "/trackManifests/{id}": {
4347
5716
  parameters: {
4348
5717
  query?: never;
4349
5718
  header?: never;
@@ -4351,36 +5720,20 @@ declare interface paths {
4351
5720
  cookie?: never;
4352
5721
  };
4353
5722
  /**
4354
- * Get videos relationship ("to-many").
4355
- * @description Retrieves videos relationship.
5723
+ * Get single trackManifest.
5724
+ * @description Retrieves single trackManifest by id.
4356
5725
  */
4357
5726
  get: {
4358
5727
  parameters: {
4359
5728
  query: {
4360
- /**
4361
- * @description ISO 3166-1 alpha-2 country code
4362
- * @example US
4363
- */
4364
- countryCode: string;
4365
- /**
4366
- * @description Explicit filter
4367
- * @example include, exclude
4368
- */
4369
- explicitFilter?: string;
4370
- /**
4371
- * @description Allows the client to customize which related resources should be returned. Available options: videos
4372
- * @example videos
4373
- */
4374
- include?: string[];
4375
- /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
4376
- "page[cursor]"?: string;
5729
+ manifestType: string;
5730
+ formats: string;
5731
+ uriScheme: string;
5732
+ usage: string;
5733
+ adaptive: string;
4377
5734
  };
4378
5735
  header?: never;
4379
5736
  path: {
4380
- /**
4381
- * @description Search query
4382
- * @example moon
4383
- */
4384
5737
  id: string;
4385
5738
  };
4386
5739
  cookie?: never;
@@ -4393,12 +5746,12 @@ declare interface paths {
4393
5746
  [name: string]: unknown;
4394
5747
  };
4395
5748
  content: {
4396
- "application/vnd.api+json": components["schemas"]["SearchResults_Multi_Data_Relationship_Document"];
5749
+ "application/vnd.api+json": components["schemas"]["TrackManifests_Single_Resource_Data_Document"];
4397
5750
  };
4398
5751
  };
4399
5752
  400: components["responses"]["Bad_Request_Response"];
4400
5753
  404: components["responses"]["Not_Found_Response"];
4401
- 405: components["responses"]["Method_Not_Supported_Response"];
5754
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4402
5755
  406: components["responses"]["Not_Acceptable_Response"];
4403
5756
  415: components["responses"]["Unsupported_Media_Type_Response"];
4404
5757
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4413,7 +5766,7 @@ declare interface paths {
4413
5766
  patch?: never;
4414
5767
  trace?: never;
4415
5768
  };
4416
- "/searchSuggestions/{id}": {
5769
+ "/trackSourceFiles": {
4417
5770
  parameters: {
4418
5771
  query?: never;
4419
5772
  header?: never;
@@ -4421,32 +5774,25 @@ declare interface paths {
4421
5774
  cookie?: never;
4422
5775
  };
4423
5776
  /**
4424
- * Get single searchSuggestion.
4425
- * @description Retrieves single searchSuggestion by id.
5777
+ * Get multiple trackSourceFiles.
5778
+ * @description Retrieves multiple trackSourceFiles by available filters, or without if applicable.
4426
5779
  */
4427
5780
  get: {
4428
5781
  parameters: {
4429
- query: {
4430
- /**
4431
- * @description ISO 3166-1 alpha-2 country code
4432
- * @example US
4433
- */
4434
- countryCode: string;
5782
+ query?: {
4435
5783
  /**
4436
- * @description Explicit filter
4437
- * @example include, exclude
5784
+ * @description Allows the client to customize which related resources should be returned. Available options: owners
5785
+ * @example owners
4438
5786
  */
4439
- explicitFilter?: string;
5787
+ include?: string[];
4440
5788
  /**
4441
- * @description Allows the client to customize which related resources should be returned. Available options: directHits
4442
- * @example directHits
5789
+ * @description Track source file id
5790
+ * @example a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11
4443
5791
  */
4444
- include?: string[];
5792
+ "filter[id]"?: string[];
4445
5793
  };
4446
5794
  header?: never;
4447
- path: {
4448
- id: string;
4449
- };
5795
+ path?: never;
4450
5796
  cookie?: never;
4451
5797
  };
4452
5798
  requestBody?: never;
@@ -4457,12 +5803,12 @@ declare interface paths {
4457
5803
  [name: string]: unknown;
4458
5804
  };
4459
5805
  content: {
4460
- "application/vnd.api+json": components["schemas"]["SearchSuggestions_Single_Data_Document"];
5806
+ "application/vnd.api+json": components["schemas"]["TrackSourceFiles_Multi_Resource_Data_Document"];
4461
5807
  };
4462
5808
  };
4463
5809
  400: components["responses"]["Bad_Request_Response"];
4464
5810
  404: components["responses"]["Not_Found_Response"];
4465
- 405: components["responses"]["Method_Not_Supported_Response"];
5811
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4466
5812
  406: components["responses"]["Not_Acceptable_Response"];
4467
5813
  415: components["responses"]["Unsupported_Media_Type_Response"];
4468
5814
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4470,80 +5816,48 @@ declare interface paths {
4470
5816
  };
4471
5817
  };
4472
5818
  put?: never;
4473
- post?: never;
4474
- delete?: never;
4475
- options?: never;
4476
- head?: never;
4477
- patch?: never;
4478
- trace?: never;
4479
- };
4480
- "/searchSuggestions/{id}/relationships/directHits": {
4481
- parameters: {
4482
- query?: never;
4483
- header?: never;
4484
- path?: never;
4485
- cookie?: never;
4486
- };
4487
5819
  /**
4488
- * Get directHits relationship ("to-many").
4489
- * @description Retrieves directHits relationship.
5820
+ * Create single trackSourceFile.
5821
+ * @description Creates a new trackSourceFile.
4490
5822
  */
4491
- get: {
5823
+ post: {
4492
5824
  parameters: {
4493
- query: {
4494
- /**
4495
- * @description ISO 3166-1 alpha-2 country code
4496
- * @example US
4497
- */
4498
- countryCode: string;
4499
- /**
4500
- * @description Explicit filter
4501
- * @example include, exclude
4502
- */
4503
- explicitFilter?: string;
4504
- /**
4505
- * @description Allows the client to customize which related resources should be returned. Available options: directHits
4506
- * @example directHits
4507
- */
4508
- include?: string[];
4509
- /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
4510
- "page[cursor]"?: string;
4511
- };
5825
+ query?: never;
4512
5826
  header?: never;
4513
- path: {
4514
- id: string;
4515
- };
5827
+ path?: never;
4516
5828
  cookie?: never;
4517
5829
  };
4518
- requestBody?: never;
5830
+ requestBody?: {
5831
+ content: {
5832
+ "application/vnd.api+json": components["schemas"]["TrackSourceFileCreateOperation_Payload"];
5833
+ };
5834
+ };
4519
5835
  responses: {
4520
5836
  /** @description Successful response */
4521
- 200: {
5837
+ 201: {
4522
5838
  headers: {
4523
5839
  [name: string]: unknown;
4524
5840
  };
4525
5841
  content: {
4526
- "application/vnd.api+json": components["schemas"]["SearchSuggestions_Multi_Data_Relationship_Document"];
5842
+ "application/vnd.api+json": components["schemas"]["TrackSourceFiles_Single_Resource_Data_Document"];
4527
5843
  };
4528
5844
  };
4529
5845
  400: components["responses"]["Bad_Request_Response"];
4530
5846
  404: components["responses"]["Not_Found_Response"];
4531
- 405: components["responses"]["Method_Not_Supported_Response"];
5847
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4532
5848
  406: components["responses"]["Not_Acceptable_Response"];
4533
5849
  415: components["responses"]["Unsupported_Media_Type_Response"];
4534
5850
  429: components["responses"]["Too_Many_Requests_Response"];
4535
5851
  500: components["responses"]["Internal_Server_Error_Response"];
4536
5852
  };
4537
5853
  };
4538
- put?: never;
4539
- post?: never;
4540
5854
  delete?: never;
4541
5855
  options?: never;
4542
5856
  head?: never;
4543
5857
  patch?: never;
4544
5858
  trace?: never;
4545
5859
  };
4546
- "/trackFiles/{id}": {
5860
+ "/trackSourceFiles/{id}": {
4547
5861
  parameters: {
4548
5862
  query?: never;
4549
5863
  header?: never;
@@ -4551,17 +5865,24 @@ declare interface paths {
4551
5865
  cookie?: never;
4552
5866
  };
4553
5867
  /**
4554
- * Get single trackFile.
4555
- * @description Retrieves single trackFile by id.
5868
+ * Get single trackSourceFile.
5869
+ * @description Retrieves single trackSourceFile by id.
4556
5870
  */
4557
5871
  get: {
4558
5872
  parameters: {
4559
- query: {
4560
- formats: string;
4561
- usage: string;
5873
+ query?: {
5874
+ /**
5875
+ * @description Allows the client to customize which related resources should be returned. Available options: owners
5876
+ * @example owners
5877
+ */
5878
+ include?: string[];
4562
5879
  };
4563
5880
  header?: never;
4564
5881
  path: {
5882
+ /**
5883
+ * @description Track source file id
5884
+ * @example a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11
5885
+ */
4565
5886
  id: string;
4566
5887
  };
4567
5888
  cookie?: never;
@@ -4574,12 +5895,12 @@ declare interface paths {
4574
5895
  [name: string]: unknown;
4575
5896
  };
4576
5897
  content: {
4577
- "application/vnd.api+json": components["schemas"]["TrackFiles_Single_Data_Document"];
5898
+ "application/vnd.api+json": components["schemas"]["TrackSourceFiles_Single_Resource_Data_Document"];
4578
5899
  };
4579
5900
  };
4580
5901
  400: components["responses"]["Bad_Request_Response"];
4581
5902
  404: components["responses"]["Not_Found_Response"];
4582
- 405: components["responses"]["Method_Not_Supported_Response"];
5903
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4583
5904
  406: components["responses"]["Not_Acceptable_Response"];
4584
5905
  415: components["responses"]["Unsupported_Media_Type_Response"];
4585
5906
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4594,7 +5915,7 @@ declare interface paths {
4594
5915
  patch?: never;
4595
5916
  trace?: never;
4596
5917
  };
4597
- "/trackManifests/{id}": {
5918
+ "/trackSourceFiles/{id}/relationships/owners": {
4598
5919
  parameters: {
4599
5920
  query?: never;
4600
5921
  header?: never;
@@ -4602,20 +5923,26 @@ declare interface paths {
4602
5923
  cookie?: never;
4603
5924
  };
4604
5925
  /**
4605
- * Get single trackManifest.
4606
- * @description Retrieves single trackManifest by id.
5926
+ * Get owners relationship ("to-many").
5927
+ * @description Retrieves owners relationship.
4607
5928
  */
4608
5929
  get: {
4609
5930
  parameters: {
4610
- query: {
4611
- manifestType: string;
4612
- formats: string;
4613
- uriScheme: string;
4614
- usage: string;
4615
- adaptive: string;
5931
+ query?: {
5932
+ /**
5933
+ * @description Allows the client to customize which related resources should be returned. Available options: owners
5934
+ * @example owners
5935
+ */
5936
+ include?: string[];
5937
+ /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
5938
+ "page[cursor]"?: string;
4616
5939
  };
4617
5940
  header?: never;
4618
5941
  path: {
5942
+ /**
5943
+ * @description Track source file id
5944
+ * @example a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11
5945
+ */
4619
5946
  id: string;
4620
5947
  };
4621
5948
  cookie?: never;
@@ -4628,12 +5955,12 @@ declare interface paths {
4628
5955
  [name: string]: unknown;
4629
5956
  };
4630
5957
  content: {
4631
- "application/vnd.api+json": components["schemas"]["TrackManifests_Single_Data_Document"];
5958
+ "application/vnd.api+json": components["schemas"]["TrackSourceFiles_Multi_Relationship_Data_Document"];
4632
5959
  };
4633
5960
  };
4634
5961
  400: components["responses"]["Bad_Request_Response"];
4635
5962
  404: components["responses"]["Not_Found_Response"];
4636
- 405: components["responses"]["Method_Not_Supported_Response"];
5963
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4637
5964
  406: components["responses"]["Not_Acceptable_Response"];
4638
5965
  415: components["responses"]["Unsupported_Media_Type_Response"];
4639
5966
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4686,12 +6013,12 @@ declare interface paths {
4686
6013
  [name: string]: unknown;
4687
6014
  };
4688
6015
  content: {
4689
- "application/vnd.api+json": components["schemas"]["TrackStatistics_Single_Data_Document"];
6016
+ "application/vnd.api+json": components["schemas"]["TrackStatistics_Single_Resource_Data_Document"];
4690
6017
  };
4691
6018
  };
4692
6019
  400: components["responses"]["Bad_Request_Response"];
4693
6020
  404: components["responses"]["Not_Found_Response"];
4694
- 405: components["responses"]["Method_Not_Supported_Response"];
6021
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4695
6022
  406: components["responses"]["Not_Acceptable_Response"];
4696
6023
  415: components["responses"]["Unsupported_Media_Type_Response"];
4697
6024
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4746,12 +6073,12 @@ declare interface paths {
4746
6073
  [name: string]: unknown;
4747
6074
  };
4748
6075
  content: {
4749
- "application/vnd.api+json": components["schemas"]["TrackStatistics_Multi_Data_Relationship_Document"];
6076
+ "application/vnd.api+json": components["schemas"]["TrackStatistics_Multi_Relationship_Data_Document"];
4750
6077
  };
4751
6078
  };
4752
6079
  400: components["responses"]["Bad_Request_Response"];
4753
6080
  404: components["responses"]["Not_Found_Response"];
4754
- 405: components["responses"]["Method_Not_Supported_Response"];
6081
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4755
6082
  406: components["responses"]["Not_Acceptable_Response"];
4756
6083
  415: components["responses"]["Unsupported_Media_Type_Response"];
4757
6084
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4788,7 +6115,7 @@ declare interface paths {
4788
6115
  /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
4789
6116
  "page[cursor]"?: string;
4790
6117
  /**
4791
- * @description Allows the client to customize which related resources should be returned. Available options: albums, artists, owners, providers, radio, similarTracks, trackStatistics
6118
+ * @description Allows the client to customize which related resources should be returned. Available options: albums, artists, genres, lyrics, owners, providers, radio, similarTracks, trackStatistics
4792
6119
  * @example albums
4793
6120
  */
4794
6121
  include?: string[];
@@ -4820,12 +6147,12 @@ declare interface paths {
4820
6147
  [name: string]: unknown;
4821
6148
  };
4822
6149
  content: {
4823
- "application/vnd.api+json": components["schemas"]["Tracks_Multi_Data_Document"];
6150
+ "application/vnd.api+json": components["schemas"]["Tracks_Multi_Resource_Data_Document"];
4824
6151
  };
4825
6152
  };
4826
6153
  400: components["responses"]["Bad_Request_Response"];
4827
6154
  404: components["responses"]["Not_Found_Response"];
4828
- 405: components["responses"]["Method_Not_Supported_Response"];
6155
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4829
6156
  406: components["responses"]["Not_Acceptable_Response"];
4830
6157
  415: components["responses"]["Unsupported_Media_Type_Response"];
4831
6158
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4856,12 +6183,12 @@ declare interface paths {
4856
6183
  [name: string]: unknown;
4857
6184
  };
4858
6185
  content: {
4859
- "application/vnd.api+json": components["schemas"]["Tracks_Single_Data_Document"];
6186
+ "application/vnd.api+json": components["schemas"]["Tracks_Single_Resource_Data_Document"];
4860
6187
  };
4861
6188
  };
4862
6189
  400: components["responses"]["Bad_Request_Response"];
4863
6190
  404: components["responses"]["Not_Found_Response"];
4864
- 405: components["responses"]["Method_Not_Supported_Response"];
6191
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4865
6192
  406: components["responses"]["Not_Acceptable_Response"];
4866
6193
  415: components["responses"]["Unsupported_Media_Type_Response"];
4867
6194
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4894,7 +6221,7 @@ declare interface paths {
4894
6221
  */
4895
6222
  countryCode: string;
4896
6223
  /**
4897
- * @description Allows the client to customize which related resources should be returned. Available options: albums, artists, owners, providers, radio, similarTracks, trackStatistics
6224
+ * @description Allows the client to customize which related resources should be returned. Available options: albums, artists, genres, lyrics, owners, providers, radio, similarTracks, trackStatistics
4898
6225
  * @example albums
4899
6226
  */
4900
6227
  include?: string[];
@@ -4917,12 +6244,12 @@ declare interface paths {
4917
6244
  [name: string]: unknown;
4918
6245
  };
4919
6246
  content: {
4920
- "application/vnd.api+json": components["schemas"]["Tracks_Single_Data_Document"];
6247
+ "application/vnd.api+json": components["schemas"]["Tracks_Single_Resource_Data_Document"];
4921
6248
  };
4922
6249
  };
4923
6250
  400: components["responses"]["Bad_Request_Response"];
4924
6251
  404: components["responses"]["Not_Found_Response"];
4925
- 405: components["responses"]["Method_Not_Supported_Response"];
6252
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4926
6253
  406: components["responses"]["Not_Acceptable_Response"];
4927
6254
  415: components["responses"]["Unsupported_Media_Type_Response"];
4928
6255
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4952,7 +6279,7 @@ declare interface paths {
4952
6279
  responses: {
4953
6280
  400: components["responses"]["Bad_Request_Response"];
4954
6281
  404: components["responses"]["Not_Found_Response"];
4955
- 405: components["responses"]["Method_Not_Supported_Response"];
6282
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4956
6283
  406: components["responses"]["Not_Acceptable_Response"];
4957
6284
  415: components["responses"]["Unsupported_Media_Type_Response"];
4958
6285
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -4986,7 +6313,7 @@ declare interface paths {
4986
6313
  responses: {
4987
6314
  400: components["responses"]["Bad_Request_Response"];
4988
6315
  404: components["responses"]["Not_Found_Response"];
4989
- 405: components["responses"]["Method_Not_Supported_Response"];
6316
+ 405: components["responses"]["Method_Not_Allowed_Response"];
4990
6317
  406: components["responses"]["Not_Acceptable_Response"];
4991
6318
  415: components["responses"]["Unsupported_Media_Type_Response"];
4992
6319
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5040,12 +6367,12 @@ declare interface paths {
5040
6367
  [name: string]: unknown;
5041
6368
  };
5042
6369
  content: {
5043
- "application/vnd.api+json": components["schemas"]["Tracks_Multi_Data_Relationship_Document"];
6370
+ "application/vnd.api+json": components["schemas"]["Tracks_Multi_Relationship_Data_Document"];
5044
6371
  };
5045
6372
  };
5046
6373
  400: components["responses"]["Bad_Request_Response"];
5047
6374
  404: components["responses"]["Not_Found_Response"];
5048
- 405: components["responses"]["Method_Not_Supported_Response"];
6375
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5049
6376
  406: components["responses"]["Not_Acceptable_Response"];
5050
6377
  415: components["responses"]["Unsupported_Media_Type_Response"];
5051
6378
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5105,12 +6432,137 @@ declare interface paths {
5105
6432
  [name: string]: unknown;
5106
6433
  };
5107
6434
  content: {
5108
- "application/vnd.api+json": components["schemas"]["Tracks_Multi_Data_Relationship_Document"];
6435
+ "application/vnd.api+json": components["schemas"]["Tracks_Multi_Relationship_Data_Document"];
6436
+ };
6437
+ };
6438
+ 400: components["responses"]["Bad_Request_Response"];
6439
+ 404: components["responses"]["Not_Found_Response"];
6440
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6441
+ 406: components["responses"]["Not_Acceptable_Response"];
6442
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
6443
+ 429: components["responses"]["Too_Many_Requests_Response"];
6444
+ 500: components["responses"]["Internal_Server_Error_Response"];
6445
+ };
6446
+ };
6447
+ put?: never;
6448
+ post?: never;
6449
+ delete?: never;
6450
+ options?: never;
6451
+ head?: never;
6452
+ patch?: never;
6453
+ trace?: never;
6454
+ };
6455
+ "/tracks/{id}/relationships/genres": {
6456
+ parameters: {
6457
+ query?: never;
6458
+ header?: never;
6459
+ path?: never;
6460
+ cookie?: never;
6461
+ };
6462
+ /**
6463
+ * Get genres relationship ("to-many").
6464
+ * @description Retrieves genres relationship.
6465
+ */
6466
+ get: {
6467
+ parameters: {
6468
+ query: {
6469
+ /**
6470
+ * @description ISO 3166-1 alpha-2 country code
6471
+ * @example US
6472
+ */
6473
+ countryCode: string;
6474
+ /**
6475
+ * @description Allows the client to customize which related resources should be returned. Available options: genres
6476
+ * @example genres
6477
+ */
6478
+ include?: string[];
6479
+ /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
6480
+ "page[cursor]"?: string;
6481
+ };
6482
+ header?: never;
6483
+ path: {
6484
+ /**
6485
+ * @description A Tidal catalogue ID
6486
+ * @example 75413016
6487
+ */
6488
+ id: string;
6489
+ };
6490
+ cookie?: never;
6491
+ };
6492
+ requestBody?: never;
6493
+ responses: {
6494
+ /** @description Successful response */
6495
+ 200: {
6496
+ headers: {
6497
+ [name: string]: unknown;
6498
+ };
6499
+ content: {
6500
+ "application/vnd.api+json": components["schemas"]["Tracks_Multi_Relationship_Data_Document"];
6501
+ };
6502
+ };
6503
+ 400: components["responses"]["Bad_Request_Response"];
6504
+ 404: components["responses"]["Not_Found_Response"];
6505
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6506
+ 406: components["responses"]["Not_Acceptable_Response"];
6507
+ 415: components["responses"]["Unsupported_Media_Type_Response"];
6508
+ 429: components["responses"]["Too_Many_Requests_Response"];
6509
+ 500: components["responses"]["Internal_Server_Error_Response"];
6510
+ };
6511
+ };
6512
+ put?: never;
6513
+ post?: never;
6514
+ delete?: never;
6515
+ options?: never;
6516
+ head?: never;
6517
+ patch?: never;
6518
+ trace?: never;
6519
+ };
6520
+ "/tracks/{id}/relationships/lyrics": {
6521
+ parameters: {
6522
+ query?: never;
6523
+ header?: never;
6524
+ path?: never;
6525
+ cookie?: never;
6526
+ };
6527
+ /**
6528
+ * Get lyrics relationship ("to-many").
6529
+ * @description Retrieves lyrics relationship.
6530
+ */
6531
+ get: {
6532
+ parameters: {
6533
+ query?: {
6534
+ /**
6535
+ * @description Allows the client to customize which related resources should be returned. Available options: lyrics
6536
+ * @example lyrics
6537
+ */
6538
+ include?: string[];
6539
+ /** @description Server-generated cursor value pointing a certain page of items. Optional, targets first page if not specified */
6540
+ "page[cursor]"?: string;
6541
+ };
6542
+ header?: never;
6543
+ path: {
6544
+ /**
6545
+ * @description A Tidal catalogue ID
6546
+ * @example 75413016
6547
+ */
6548
+ id: string;
6549
+ };
6550
+ cookie?: never;
6551
+ };
6552
+ requestBody?: never;
6553
+ responses: {
6554
+ /** @description Successful response */
6555
+ 200: {
6556
+ headers: {
6557
+ [name: string]: unknown;
6558
+ };
6559
+ content: {
6560
+ "application/vnd.api+json": components["schemas"]["Tracks_Multi_Relationship_Data_Document"];
5109
6561
  };
5110
6562
  };
5111
6563
  400: components["responses"]["Bad_Request_Response"];
5112
6564
  404: components["responses"]["Not_Found_Response"];
5113
- 405: components["responses"]["Method_Not_Supported_Response"];
6565
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5114
6566
  406: components["responses"]["Not_Acceptable_Response"];
5115
6567
  415: components["responses"]["Unsupported_Media_Type_Response"];
5116
6568
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5165,12 +6617,12 @@ declare interface paths {
5165
6617
  [name: string]: unknown;
5166
6618
  };
5167
6619
  content: {
5168
- "application/vnd.api+json": components["schemas"]["Tracks_Multi_Data_Relationship_Document"];
6620
+ "application/vnd.api+json": components["schemas"]["Tracks_Multi_Relationship_Data_Document"];
5169
6621
  };
5170
6622
  };
5171
6623
  400: components["responses"]["Bad_Request_Response"];
5172
6624
  404: components["responses"]["Not_Found_Response"];
5173
- 405: components["responses"]["Method_Not_Supported_Response"];
6625
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5174
6626
  406: components["responses"]["Not_Acceptable_Response"];
5175
6627
  415: components["responses"]["Unsupported_Media_Type_Response"];
5176
6628
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5230,12 +6682,12 @@ declare interface paths {
5230
6682
  [name: string]: unknown;
5231
6683
  };
5232
6684
  content: {
5233
- "application/vnd.api+json": components["schemas"]["Tracks_Multi_Data_Relationship_Document"];
6685
+ "application/vnd.api+json": components["schemas"]["Tracks_Multi_Relationship_Data_Document"];
5234
6686
  };
5235
6687
  };
5236
6688
  400: components["responses"]["Bad_Request_Response"];
5237
6689
  404: components["responses"]["Not_Found_Response"];
5238
- 405: components["responses"]["Method_Not_Supported_Response"];
6690
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5239
6691
  406: components["responses"]["Not_Acceptable_Response"];
5240
6692
  415: components["responses"]["Unsupported_Media_Type_Response"];
5241
6693
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5290,12 +6742,12 @@ declare interface paths {
5290
6742
  [name: string]: unknown;
5291
6743
  };
5292
6744
  content: {
5293
- "application/vnd.api+json": components["schemas"]["Tracks_Multi_Data_Relationship_Document"];
6745
+ "application/vnd.api+json": components["schemas"]["Tracks_Multi_Relationship_Data_Document"];
5294
6746
  };
5295
6747
  };
5296
6748
  400: components["responses"]["Bad_Request_Response"];
5297
6749
  404: components["responses"]["Not_Found_Response"];
5298
- 405: components["responses"]["Method_Not_Supported_Response"];
6750
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5299
6751
  406: components["responses"]["Not_Acceptable_Response"];
5300
6752
  415: components["responses"]["Unsupported_Media_Type_Response"];
5301
6753
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5355,12 +6807,12 @@ declare interface paths {
5355
6807
  [name: string]: unknown;
5356
6808
  };
5357
6809
  content: {
5358
- "application/vnd.api+json": components["schemas"]["Tracks_Multi_Data_Relationship_Document"];
6810
+ "application/vnd.api+json": components["schemas"]["Tracks_Multi_Relationship_Data_Document"];
5359
6811
  };
5360
6812
  };
5361
6813
  400: components["responses"]["Bad_Request_Response"];
5362
6814
  404: components["responses"]["Not_Found_Response"];
5363
- 405: components["responses"]["Method_Not_Supported_Response"];
6815
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5364
6816
  406: components["responses"]["Not_Acceptable_Response"];
5365
6817
  415: components["responses"]["Unsupported_Media_Type_Response"];
5366
6818
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5413,12 +6865,12 @@ declare interface paths {
5413
6865
  [name: string]: unknown;
5414
6866
  };
5415
6867
  content: {
5416
- "application/vnd.api+json": components["schemas"]["Tracks_Singleton_Data_Relationship_Document"];
6868
+ "application/vnd.api+json": components["schemas"]["Tracks_Single_Relationship_Data_Document"];
5417
6869
  };
5418
6870
  };
5419
6871
  400: components["responses"]["Bad_Request_Response"];
5420
6872
  404: components["responses"]["Not_Found_Response"];
5421
- 405: components["responses"]["Method_Not_Supported_Response"];
6873
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5422
6874
  406: components["responses"]["Not_Acceptable_Response"];
5423
6875
  415: components["responses"]["Unsupported_Media_Type_Response"];
5424
6876
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5481,12 +6933,12 @@ declare interface paths {
5481
6933
  [name: string]: unknown;
5482
6934
  };
5483
6935
  content: {
5484
- "application/vnd.api+json": components["schemas"]["UserCollections_Single_Data_Document"];
6936
+ "application/vnd.api+json": components["schemas"]["UserCollections_Single_Resource_Data_Document"];
5485
6937
  };
5486
6938
  };
5487
6939
  400: components["responses"]["Bad_Request_Response"];
5488
6940
  404: components["responses"]["Not_Found_Response"];
5489
- 405: components["responses"]["Method_Not_Supported_Response"];
6941
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5490
6942
  406: components["responses"]["Not_Acceptable_Response"];
5491
6943
  415: components["responses"]["Unsupported_Media_Type_Response"];
5492
6944
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5551,12 +7003,12 @@ declare interface paths {
5551
7003
  [name: string]: unknown;
5552
7004
  };
5553
7005
  content: {
5554
- "application/vnd.api+json": components["schemas"]["UserCollections_Albums_Multi_Data_Relationship_Document"];
7006
+ "application/vnd.api+json": components["schemas"]["UserCollections_Albums_Multi_Relationship_Data_Document"];
5555
7007
  };
5556
7008
  };
5557
7009
  400: components["responses"]["Bad_Request_Response"];
5558
7010
  404: components["responses"]["Not_Found_Response"];
5559
- 405: components["responses"]["Method_Not_Supported_Response"];
7011
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5560
7012
  406: components["responses"]["Not_Acceptable_Response"];
5561
7013
  415: components["responses"]["Unsupported_Media_Type_Response"];
5562
7014
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5595,7 +7047,7 @@ declare interface paths {
5595
7047
  responses: {
5596
7048
  400: components["responses"]["Bad_Request_Response"];
5597
7049
  404: components["responses"]["Not_Found_Response"];
5598
- 405: components["responses"]["Method_Not_Supported_Response"];
7050
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5599
7051
  406: components["responses"]["Not_Acceptable_Response"];
5600
7052
  415: components["responses"]["Unsupported_Media_Type_Response"];
5601
7053
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5627,7 +7079,7 @@ declare interface paths {
5627
7079
  responses: {
5628
7080
  400: components["responses"]["Bad_Request_Response"];
5629
7081
  404: components["responses"]["Not_Found_Response"];
5630
- 405: components["responses"]["Method_Not_Supported_Response"];
7082
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5631
7083
  406: components["responses"]["Not_Acceptable_Response"];
5632
7084
  415: components["responses"]["Unsupported_Media_Type_Response"];
5633
7085
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5689,12 +7141,12 @@ declare interface paths {
5689
7141
  [name: string]: unknown;
5690
7142
  };
5691
7143
  content: {
5692
- "application/vnd.api+json": components["schemas"]["UserCollections_Artists_Multi_Data_Relationship_Document"];
7144
+ "application/vnd.api+json": components["schemas"]["UserCollections_Artists_Multi_Relationship_Data_Document"];
5693
7145
  };
5694
7146
  };
5695
7147
  400: components["responses"]["Bad_Request_Response"];
5696
7148
  404: components["responses"]["Not_Found_Response"];
5697
- 405: components["responses"]["Method_Not_Supported_Response"];
7149
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5698
7150
  406: components["responses"]["Not_Acceptable_Response"];
5699
7151
  415: components["responses"]["Unsupported_Media_Type_Response"];
5700
7152
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5733,7 +7185,7 @@ declare interface paths {
5733
7185
  responses: {
5734
7186
  400: components["responses"]["Bad_Request_Response"];
5735
7187
  404: components["responses"]["Not_Found_Response"];
5736
- 405: components["responses"]["Method_Not_Supported_Response"];
7188
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5737
7189
  406: components["responses"]["Not_Acceptable_Response"];
5738
7190
  415: components["responses"]["Unsupported_Media_Type_Response"];
5739
7191
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5765,7 +7217,7 @@ declare interface paths {
5765
7217
  responses: {
5766
7218
  400: components["responses"]["Bad_Request_Response"];
5767
7219
  404: components["responses"]["Not_Found_Response"];
5768
- 405: components["responses"]["Method_Not_Supported_Response"];
7220
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5769
7221
  406: components["responses"]["Not_Acceptable_Response"];
5770
7222
  415: components["responses"]["Unsupported_Media_Type_Response"];
5771
7223
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5817,12 +7269,12 @@ declare interface paths {
5817
7269
  [name: string]: unknown;
5818
7270
  };
5819
7271
  content: {
5820
- "application/vnd.api+json": components["schemas"]["UserCollections_Multi_Data_Relationship_Document"];
7272
+ "application/vnd.api+json": components["schemas"]["UserCollections_Multi_Relationship_Data_Document"];
5821
7273
  };
5822
7274
  };
5823
7275
  400: components["responses"]["Bad_Request_Response"];
5824
7276
  404: components["responses"]["Not_Found_Response"];
5825
- 405: components["responses"]["Method_Not_Supported_Response"];
7277
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5826
7278
  406: components["responses"]["Not_Acceptable_Response"];
5827
7279
  415: components["responses"]["Unsupported_Media_Type_Response"];
5828
7280
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5882,12 +7334,12 @@ declare interface paths {
5882
7334
  [name: string]: unknown;
5883
7335
  };
5884
7336
  content: {
5885
- "application/vnd.api+json": components["schemas"]["UserCollections_Playlists_Multi_Data_Relationship_Document"];
7337
+ "application/vnd.api+json": components["schemas"]["UserCollections_Playlists_Multi_Relationship_Data_Document"];
5886
7338
  };
5887
7339
  };
5888
7340
  400: components["responses"]["Bad_Request_Response"];
5889
7341
  404: components["responses"]["Not_Found_Response"];
5890
- 405: components["responses"]["Method_Not_Supported_Response"];
7342
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5891
7343
  406: components["responses"]["Not_Acceptable_Response"];
5892
7344
  415: components["responses"]["Unsupported_Media_Type_Response"];
5893
7345
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5920,7 +7372,7 @@ declare interface paths {
5920
7372
  responses: {
5921
7373
  400: components["responses"]["Bad_Request_Response"];
5922
7374
  404: components["responses"]["Not_Found_Response"];
5923
- 405: components["responses"]["Method_Not_Supported_Response"];
7375
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5924
7376
  406: components["responses"]["Not_Acceptable_Response"];
5925
7377
  415: components["responses"]["Unsupported_Media_Type_Response"];
5926
7378
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5952,7 +7404,7 @@ declare interface paths {
5952
7404
  responses: {
5953
7405
  400: components["responses"]["Bad_Request_Response"];
5954
7406
  404: components["responses"]["Not_Found_Response"];
5955
- 405: components["responses"]["Method_Not_Supported_Response"];
7407
+ 405: components["responses"]["Method_Not_Allowed_Response"];
5956
7408
  406: components["responses"]["Not_Acceptable_Response"];
5957
7409
  415: components["responses"]["Unsupported_Media_Type_Response"];
5958
7410
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -5996,12 +7448,12 @@ declare interface paths {
5996
7448
  [name: string]: unknown;
5997
7449
  };
5998
7450
  content: {
5999
- "application/vnd.api+json": components["schemas"]["UserEntitlements_Single_Data_Document"];
7451
+ "application/vnd.api+json": components["schemas"]["UserEntitlements_Single_Resource_Data_Document"];
6000
7452
  };
6001
7453
  };
6002
7454
  400: components["responses"]["Bad_Request_Response"];
6003
7455
  404: components["responses"]["Not_Found_Response"];
6004
- 405: components["responses"]["Method_Not_Supported_Response"];
7456
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6005
7457
  406: components["responses"]["Not_Acceptable_Response"];
6006
7458
  415: components["responses"]["Unsupported_Media_Type_Response"];
6007
7459
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -6061,12 +7513,12 @@ declare interface paths {
6061
7513
  [name: string]: unknown;
6062
7514
  };
6063
7515
  content: {
6064
- "application/vnd.api+json": components["schemas"]["UserRecommendations_Single_Data_Document"];
7516
+ "application/vnd.api+json": components["schemas"]["UserRecommendations_Single_Resource_Data_Document"];
6065
7517
  };
6066
7518
  };
6067
7519
  400: components["responses"]["Bad_Request_Response"];
6068
7520
  404: components["responses"]["Not_Found_Response"];
6069
- 405: components["responses"]["Method_Not_Supported_Response"];
7521
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6070
7522
  406: components["responses"]["Not_Acceptable_Response"];
6071
7523
  415: components["responses"]["Unsupported_Media_Type_Response"];
6072
7524
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -6129,12 +7581,12 @@ declare interface paths {
6129
7581
  [name: string]: unknown;
6130
7582
  };
6131
7583
  content: {
6132
- "application/vnd.api+json": components["schemas"]["UserRecommendations_Single_Data_Document"];
7584
+ "application/vnd.api+json": components["schemas"]["UserRecommendations_Single_Resource_Data_Document"];
6133
7585
  };
6134
7586
  };
6135
7587
  400: components["responses"]["Bad_Request_Response"];
6136
7588
  404: components["responses"]["Not_Found_Response"];
6137
- 405: components["responses"]["Method_Not_Supported_Response"];
7589
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6138
7590
  406: components["responses"]["Not_Acceptable_Response"];
6139
7591
  415: components["responses"]["Unsupported_Media_Type_Response"];
6140
7592
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -6199,12 +7651,12 @@ declare interface paths {
6199
7651
  [name: string]: unknown;
6200
7652
  };
6201
7653
  content: {
6202
- "application/vnd.api+json": components["schemas"]["UserRecommendations_Multi_Data_Relationship_Document"];
7654
+ "application/vnd.api+json": components["schemas"]["UserRecommendations_Multi_Relationship_Data_Document"];
6203
7655
  };
6204
7656
  };
6205
7657
  400: components["responses"]["Bad_Request_Response"];
6206
7658
  404: components["responses"]["Not_Found_Response"];
6207
- 405: components["responses"]["Method_Not_Supported_Response"];
7659
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6208
7660
  406: components["responses"]["Not_Acceptable_Response"];
6209
7661
  415: components["responses"]["Unsupported_Media_Type_Response"];
6210
7662
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -6269,12 +7721,12 @@ declare interface paths {
6269
7721
  [name: string]: unknown;
6270
7722
  };
6271
7723
  content: {
6272
- "application/vnd.api+json": components["schemas"]["UserRecommendations_Multi_Data_Relationship_Document"];
7724
+ "application/vnd.api+json": components["schemas"]["UserRecommendations_Multi_Relationship_Data_Document"];
6273
7725
  };
6274
7726
  };
6275
7727
  400: components["responses"]["Bad_Request_Response"];
6276
7728
  404: components["responses"]["Not_Found_Response"];
6277
- 405: components["responses"]["Method_Not_Supported_Response"];
7729
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6278
7730
  406: components["responses"]["Not_Acceptable_Response"];
6279
7731
  415: components["responses"]["Unsupported_Media_Type_Response"];
6280
7732
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -6339,12 +7791,12 @@ declare interface paths {
6339
7791
  [name: string]: unknown;
6340
7792
  };
6341
7793
  content: {
6342
- "application/vnd.api+json": components["schemas"]["UserRecommendations_Multi_Data_Relationship_Document"];
7794
+ "application/vnd.api+json": components["schemas"]["UserRecommendations_Multi_Relationship_Data_Document"];
6343
7795
  };
6344
7796
  };
6345
7797
  400: components["responses"]["Bad_Request_Response"];
6346
7798
  404: components["responses"]["Not_Found_Response"];
6347
- 405: components["responses"]["Method_Not_Supported_Response"];
7799
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6348
7800
  406: components["responses"]["Not_Acceptable_Response"];
6349
7801
  415: components["responses"]["Unsupported_Media_Type_Response"];
6350
7802
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -6391,12 +7843,12 @@ declare interface paths {
6391
7843
  [name: string]: unknown;
6392
7844
  };
6393
7845
  content: {
6394
- "application/vnd.api+json": components["schemas"]["UserReports_Single_Data_Document"];
7846
+ "application/vnd.api+json": components["schemas"]["UserReports_Single_Resource_Data_Document"];
6395
7847
  };
6396
7848
  };
6397
7849
  400: components["responses"]["Bad_Request_Response"];
6398
7850
  404: components["responses"]["Not_Found_Response"];
6399
- 405: components["responses"]["Method_Not_Supported_Response"];
7851
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6400
7852
  406: components["responses"]["Not_Acceptable_Response"];
6401
7853
  415: components["responses"]["Unsupported_Media_Type_Response"];
6402
7854
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -6435,12 +7887,12 @@ declare interface paths {
6435
7887
  [name: string]: unknown;
6436
7888
  };
6437
7889
  content: {
6438
- "application/vnd.api+json": components["schemas"]["Users_Single_Data_Document"];
7890
+ "application/vnd.api+json": components["schemas"]["Users_Single_Resource_Data_Document"];
6439
7891
  };
6440
7892
  };
6441
7893
  400: components["responses"]["Bad_Request_Response"];
6442
7894
  404: components["responses"]["Not_Found_Response"];
6443
- 405: components["responses"]["Method_Not_Supported_Response"];
7895
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6444
7896
  406: components["responses"]["Not_Acceptable_Response"];
6445
7897
  415: components["responses"]["Unsupported_Media_Type_Response"];
6446
7898
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -6502,12 +7954,12 @@ declare interface paths {
6502
7954
  [name: string]: unknown;
6503
7955
  };
6504
7956
  content: {
6505
- "application/vnd.api+json": components["schemas"]["Videos_Multi_Data_Document"];
7957
+ "application/vnd.api+json": components["schemas"]["Videos_Multi_Resource_Data_Document"];
6506
7958
  };
6507
7959
  };
6508
7960
  400: components["responses"]["Bad_Request_Response"];
6509
7961
  404: components["responses"]["Not_Found_Response"];
6510
- 405: components["responses"]["Method_Not_Supported_Response"];
7962
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6511
7963
  406: components["responses"]["Not_Acceptable_Response"];
6512
7964
  415: components["responses"]["Unsupported_Media_Type_Response"];
6513
7965
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -6565,12 +8017,12 @@ declare interface paths {
6565
8017
  [name: string]: unknown;
6566
8018
  };
6567
8019
  content: {
6568
- "application/vnd.api+json": components["schemas"]["Videos_Single_Data_Document"];
8020
+ "application/vnd.api+json": components["schemas"]["Videos_Single_Resource_Data_Document"];
6569
8021
  };
6570
8022
  };
6571
8023
  400: components["responses"]["Bad_Request_Response"];
6572
8024
  404: components["responses"]["Not_Found_Response"];
6573
- 405: components["responses"]["Method_Not_Supported_Response"];
8025
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6574
8026
  406: components["responses"]["Not_Acceptable_Response"];
6575
8027
  415: components["responses"]["Unsupported_Media_Type_Response"];
6576
8028
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -6630,12 +8082,12 @@ declare interface paths {
6630
8082
  [name: string]: unknown;
6631
8083
  };
6632
8084
  content: {
6633
- "application/vnd.api+json": components["schemas"]["Videos_Multi_Data_Relationship_Document"];
8085
+ "application/vnd.api+json": components["schemas"]["Videos_Multi_Relationship_Data_Document"];
6634
8086
  };
6635
8087
  };
6636
8088
  400: components["responses"]["Bad_Request_Response"];
6637
8089
  404: components["responses"]["Not_Found_Response"];
6638
- 405: components["responses"]["Method_Not_Supported_Response"];
8090
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6639
8091
  406: components["responses"]["Not_Acceptable_Response"];
6640
8092
  415: components["responses"]["Unsupported_Media_Type_Response"];
6641
8093
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -6695,12 +8147,12 @@ declare interface paths {
6695
8147
  [name: string]: unknown;
6696
8148
  };
6697
8149
  content: {
6698
- "application/vnd.api+json": components["schemas"]["Videos_Multi_Data_Relationship_Document"];
8150
+ "application/vnd.api+json": components["schemas"]["Videos_Multi_Relationship_Data_Document"];
6699
8151
  };
6700
8152
  };
6701
8153
  400: components["responses"]["Bad_Request_Response"];
6702
8154
  404: components["responses"]["Not_Found_Response"];
6703
- 405: components["responses"]["Method_Not_Supported_Response"];
8155
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6704
8156
  406: components["responses"]["Not_Acceptable_Response"];
6705
8157
  415: components["responses"]["Unsupported_Media_Type_Response"];
6706
8158
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -6760,12 +8212,12 @@ declare interface paths {
6760
8212
  [name: string]: unknown;
6761
8213
  };
6762
8214
  content: {
6763
- "application/vnd.api+json": components["schemas"]["Videos_Multi_Data_Relationship_Document"];
8215
+ "application/vnd.api+json": components["schemas"]["Videos_Multi_Relationship_Data_Document"];
6764
8216
  };
6765
8217
  };
6766
8218
  400: components["responses"]["Bad_Request_Response"];
6767
8219
  404: components["responses"]["Not_Found_Response"];
6768
- 405: components["responses"]["Method_Not_Supported_Response"];
8220
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6769
8221
  406: components["responses"]["Not_Acceptable_Response"];
6770
8222
  415: components["responses"]["Unsupported_Media_Type_Response"];
6771
8223
  429: components["responses"]["Too_Many_Requests_Response"];
@@ -6825,12 +8277,12 @@ declare interface paths {
6825
8277
  [name: string]: unknown;
6826
8278
  };
6827
8279
  content: {
6828
- "application/vnd.api+json": components["schemas"]["Videos_Multi_Data_Relationship_Document"];
8280
+ "application/vnd.api+json": components["schemas"]["Videos_Multi_Relationship_Data_Document"];
6829
8281
  };
6830
8282
  };
6831
8283
  400: components["responses"]["Bad_Request_Response"];
6832
8284
  404: components["responses"]["Not_Found_Response"];
6833
- 405: components["responses"]["Method_Not_Supported_Response"];
8285
+ 405: components["responses"]["Method_Not_Allowed_Response"];
6834
8286
  406: components["responses"]["Not_Acceptable_Response"];
6835
8287
  415: components["responses"]["Unsupported_Media_Type_Response"];
6836
8288
  429: components["responses"]["Too_Many_Requests_Response"];