@types/spotify-web-api-node
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -577,2 +577,10 @@ // Type definitions for spotify-web-api-node 4.0 | ||
/** | ||
* Add track or episode to device queue | ||
* @param uri URI of the track or episode to add | ||
* @param options Options, being device_id. | ||
* @returns A promise that if successful returns null, otherwise an error. | ||
*/ | ||
addToQueue(uri: string, options?: DeviceOptions): Promise<Response<SpotifyApi.AddToQueueResponse>>; | ||
/** | ||
* Get the Current User's Connect Devices | ||
@@ -579,0 +587,0 @@ * @param callback Optional callback method to be called instead of the promise. |
{ | ||
"name": "@types/spotify-web-api-node", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "TypeScript definitions for spotify-web-api-node", | ||
@@ -14,3 +14,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -25,4 +25,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "e840a142454d1eadd4beecc5ae370a2bc14f77023950e7347ac21fe0320b7958", | ||
"typeScriptVersion": "2.2" | ||
"typesPublisherContentHash": "0aa2e76d046bf0fbebf2cccd73010bbf8a0eb3b7a1ce8a97d1adaeff2427a666", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spotify-web-api-node | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/spotify-web-api-node. | ||
Additional Details | ||
* Last updated: Wed, 21 Aug 2019 15:25:21 GMT | ||
* Dependencies: @types/spotify-api | ||
### Additional Details | ||
* Last updated: Thu, 05 Nov 2020 19:01:28 GMT | ||
* Dependencies: [@types/spotify-api](https://npmjs.com/package/@types/spotify-api) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Magnar Ovedal Myrtveit <https://github.com/Stadly>. | ||
These definitions were written by [Magnar Ovedal Myrtveit](https://github.com/Stadly). |
Sorry, the diff of this file is not supported yet
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
62131
980