@types/spotify-api
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -1617,3 +1617,3 @@ // Type definitions for The Spotify Web API (including changes March 29th 2016) | ||
interface PlayHistoryObject { | ||
track: TrackObjectSimplified; | ||
track: TrackObjectFull; | ||
played_at: string; | ||
@@ -1620,0 +1620,0 @@ context: ContextObject; |
{ | ||
"name": "@types/spotify-api", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "TypeScript definitions for The Spotify Web API (including changes March 29th 2016)", | ||
@@ -38,4 +38,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spotify-api", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "fb48dde8900de5951502807d910f1a7f850caa05d9b116708af29e3a391ab61b", | ||
"typesPublisherContentHash": "f2785b97da2c1c5d6f64526f351ae64f6912fd5d16fe24a5efde914b5b3f1cef", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 19 Apr 2022 16:31:34 GMT | ||
* Last updated: Tue, 03 May 2022 15:01:35 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
60277