@types/apple-music-api
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -45,3 +45,3 @@ // Type definitions for non-npm package Apple Music API 0.4 | ||
interface Song extends Resource { | ||
type: 'songs'; | ||
type: "songs"; | ||
// https://developer.apple.com/documentation/applemusicapi/song/attributes | ||
@@ -84,3 +84,3 @@ attributes?: { | ||
interface Station extends Resource { | ||
type: 'stations'; | ||
type: "stations"; | ||
artwork: Artwork; | ||
@@ -134,3 +134,3 @@ durationInMillis?: number | undefined; | ||
relationships?: ArtistRelationships | undefined; | ||
type: 'artists'; | ||
type: "artists"; | ||
} | ||
@@ -154,3 +154,3 @@ | ||
artwork?: Artwork | undefined; | ||
contentRating?: 'clean' | 'explicit' | undefined; | ||
contentRating?: "clean" | "explicit" | undefined; | ||
copyright?: string | undefined; | ||
@@ -171,3 +171,3 @@ editorialNotes?: EditorialNotes | undefined; | ||
relationships?: AlbumRelationships | undefined; | ||
type: 'albums'; | ||
type: "albums"; | ||
} | ||
@@ -187,3 +187,3 @@ | ||
}; | ||
type: 'genres'; | ||
type: "genres"; | ||
} | ||
@@ -202,3 +202,3 @@ | ||
playParams?: PlayParameters | undefined; | ||
playlistType: 'user-shared' | 'editorial' | 'external' | 'personal-mix'; | ||
playlistType: "user-shared" | "editorial" | "external" | "personal-mix"; | ||
url: string; | ||
@@ -211,3 +211,3 @@ } | undefined; | ||
} | undefined; | ||
type: 'playlists'; | ||
type: "playlists"; | ||
} | ||
@@ -226,4 +226,4 @@ | ||
} | undefined; | ||
type: 'curators'; | ||
type: "curators"; | ||
} | ||
} |
{ | ||
"name": "@types/apple-music-api", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "TypeScript definitions for Apple Music API", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/apple-music-api", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4eff898f15419079699e251717454b312f7bd52d9c2b8d11ef1a1c9733141017", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "3ac819567690ab9726532d1fc33c4e495a06629ea1cc4375ad4276af2bd23c16", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 07 Jul 2021 21:44:28 GMT | ||
* Last updated: Fri, 22 Sep 2023 18:11:03 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package