Skip to content

Commit f5b1d5d

Browse files
feat(api): api update
1 parent 6e16469 commit f5b1d5d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 97
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless-commons%2Fspotify-7ac9fe2ee73e38b2892f0393435f2d3a275d04b1d0728708382dd752da1d44de.yml
3-
openapi_spec_hash: 6be3d4faa079ee82335208bec39c917a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless-commons%2Fspotify-3ba45faf550c5b93f0307503d17c023c0e732e13835821995c97b2661af26f11.yml
3+
openapi_spec_hash: 3232d211ced286eec6129772a2ef5105
44
config_hash: 130d32e101fcd29858ba4453473724d6

src/resources/albums.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export interface AlbumRetrieveResponse {
128128
copyrights?: Array<Shared.CopyrightObject>;
129129

130130
/**
131-
* @deprecated Known external IDs for the album.
131+
* Known external IDs for the album.
132132
*/
133133
external_ids?: Shared.ExternalIDObject;
134134

@@ -300,7 +300,7 @@ export namespace AlbumBulkRetrieveResponse {
300300
copyrights?: Array<Shared.CopyrightObject>;
301301

302302
/**
303-
* @deprecated Known external IDs for the album.
303+
* Known external IDs for the album.
304304
*/
305305
external_ids?: Shared.ExternalIDObject;
306306

src/resources/me/albums.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ export namespace AlbumListResponse {
186186
copyrights?: Array<Shared.CopyrightObject>;
187187

188188
/**
189-
* @deprecated Known external IDs for the album.
189+
* Known external IDs for the album.
190190
*/
191191
external_ids?: Shared.ExternalIDObject;
192192

src/resources/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ export interface TrackObject {
12461246
explicit?: boolean;
12471247

12481248
/**
1249-
* @deprecated Known external IDs for the track.
1249+
* Known external IDs for the track.
12501250
*/
12511251
external_ids?: ExternalIDObject;
12521252

0 commit comments

Comments
 (0)