@keystrokehq/spotify 0.0.16 → 0.1.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.
- package/README.md +10 -75
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/add-item-to-playback-queue.cjs +22 -0
- package/dist/actions/add-item-to-playback-queue.cjs.map +1 -0
- package/dist/actions/add-item-to-playback-queue.d.cts +9 -0
- package/dist/actions/add-item-to-playback-queue.d.cts.map +1 -0
- package/dist/actions/add-item-to-playback-queue.d.mts +9 -0
- package/dist/actions/add-item-to-playback-queue.d.mts.map +1 -0
- package/dist/actions/add-item-to-playback-queue.mjs +19 -0
- package/dist/actions/add-item-to-playback-queue.mjs.map +1 -0
- package/dist/actions/add-items-to-playlist.cjs +20 -0
- package/dist/actions/add-items-to-playlist.cjs.map +1 -0
- package/dist/actions/add-items-to-playlist.d.cts +9 -0
- package/dist/actions/add-items-to-playlist.d.cts.map +1 -0
- package/dist/actions/add-items-to-playlist.d.mts +9 -0
- package/dist/actions/add-items-to-playlist.d.mts.map +1 -0
- package/dist/actions/add-items-to-playlist.mjs +17 -0
- package/dist/actions/add-items-to-playlist.mjs.map +1 -0
- package/dist/actions/change-playlist-details.cjs +25 -0
- package/dist/actions/change-playlist-details.cjs.map +1 -0
- package/dist/actions/change-playlist-details.d.cts +9 -0
- package/dist/actions/change-playlist-details.d.cts.map +1 -0
- package/dist/actions/change-playlist-details.d.mts +9 -0
- package/dist/actions/change-playlist-details.d.mts.map +1 -0
- package/dist/actions/change-playlist-details.mjs +22 -0
- package/dist/actions/change-playlist-details.mjs.map +1 -0
- package/dist/actions/check-if-user-follows-artists-or-users.cjs +19 -0
- package/dist/actions/check-if-user-follows-artists-or-users.cjs.map +1 -0
- package/dist/actions/check-if-user-follows-artists-or-users.d.cts +9 -0
- package/dist/actions/check-if-user-follows-artists-or-users.d.cts.map +1 -0
- package/dist/actions/check-if-user-follows-artists-or-users.d.mts +9 -0
- package/dist/actions/check-if-user-follows-artists-or-users.d.mts.map +1 -0
- package/dist/actions/check-if-user-follows-artists-or-users.mjs +16 -0
- package/dist/actions/check-if-user-follows-artists-or-users.mjs.map +1 -0
- package/dist/actions/check-if-users-follow-playlist.cjs +26 -0
- package/dist/actions/check-if-users-follow-playlist.cjs.map +1 -0
- package/dist/actions/check-if-users-follow-playlist.d.cts +9 -0
- package/dist/actions/check-if-users-follow-playlist.d.cts.map +1 -0
- package/dist/actions/check-if-users-follow-playlist.d.mts +9 -0
- package/dist/actions/check-if-users-follow-playlist.d.mts.map +1 -0
- package/dist/actions/check-if-users-follow-playlist.mjs +25 -0
- package/dist/actions/check-if-users-follow-playlist.mjs.map +1 -0
- package/dist/actions/check-user-s-saved-albums.cjs +16 -0
- package/dist/actions/check-user-s-saved-albums.cjs.map +1 -0
- package/dist/actions/check-user-s-saved-albums.d.cts +9 -0
- package/dist/actions/check-user-s-saved-albums.d.cts.map +1 -0
- package/dist/actions/check-user-s-saved-albums.d.mts +9 -0
- package/dist/actions/check-user-s-saved-albums.d.mts.map +1 -0
- package/dist/actions/check-user-s-saved-albums.mjs +13 -0
- package/dist/actions/check-user-s-saved-albums.mjs.map +1 -0
- package/dist/actions/check-user-s-saved-audiobooks.cjs +16 -0
- package/dist/actions/check-user-s-saved-audiobooks.cjs.map +1 -0
- package/dist/actions/check-user-s-saved-audiobooks.d.cts +9 -0
- package/dist/actions/check-user-s-saved-audiobooks.d.cts.map +1 -0
- package/dist/actions/check-user-s-saved-audiobooks.d.mts +9 -0
- package/dist/actions/check-user-s-saved-audiobooks.d.mts.map +1 -0
- package/dist/actions/check-user-s-saved-audiobooks.mjs +13 -0
- package/dist/actions/check-user-s-saved-audiobooks.mjs.map +1 -0
- package/dist/actions/check-user-s-saved-episodes.cjs +16 -0
- package/dist/actions/check-user-s-saved-episodes.cjs.map +1 -0
- package/dist/actions/check-user-s-saved-episodes.d.cts +9 -0
- package/dist/actions/check-user-s-saved-episodes.d.cts.map +1 -0
- package/dist/actions/check-user-s-saved-episodes.d.mts +9 -0
- package/dist/actions/check-user-s-saved-episodes.d.mts.map +1 -0
- package/dist/actions/check-user-s-saved-episodes.mjs +13 -0
- package/dist/actions/check-user-s-saved-episodes.mjs.map +1 -0
- package/dist/actions/check-user-s-saved-shows.cjs +16 -0
- package/dist/actions/check-user-s-saved-shows.cjs.map +1 -0
- package/dist/actions/check-user-s-saved-shows.d.cts +9 -0
- package/dist/actions/check-user-s-saved-shows.d.cts.map +1 -0
- package/dist/actions/check-user-s-saved-shows.d.mts +9 -0
- package/dist/actions/check-user-s-saved-shows.d.mts.map +1 -0
- package/dist/actions/check-user-s-saved-shows.mjs +13 -0
- package/dist/actions/check-user-s-saved-shows.mjs.map +1 -0
- package/dist/actions/check-user-s-saved-tracks.cjs +16 -0
- package/dist/actions/check-user-s-saved-tracks.cjs.map +1 -0
- package/dist/actions/check-user-s-saved-tracks.d.cts +9 -0
- package/dist/actions/check-user-s-saved-tracks.d.cts.map +1 -0
- package/dist/actions/check-user-s-saved-tracks.d.mts +9 -0
- package/dist/actions/check-user-s-saved-tracks.d.mts.map +1 -0
- package/dist/actions/check-user-s-saved-tracks.mjs +13 -0
- package/dist/actions/check-user-s-saved-tracks.mjs.map +1 -0
- package/dist/actions/create-playlist.cjs +72 -0
- package/dist/actions/create-playlist.cjs.map +1 -0
- package/dist/actions/create-playlist.d.cts +9 -0
- package/dist/actions/create-playlist.d.cts.map +1 -0
- package/dist/actions/create-playlist.d.mts +9 -0
- package/dist/actions/create-playlist.d.mts.map +1 -0
- package/dist/actions/create-playlist.mjs +71 -0
- package/dist/actions/create-playlist.mjs.map +1 -0
- package/dist/actions/follow-artists-or-users.cjs +22 -0
- package/dist/actions/follow-artists-or-users.cjs.map +1 -0
- package/dist/actions/follow-artists-or-users.d.cts +9 -0
- package/dist/actions/follow-artists-or-users.d.cts.map +1 -0
- package/dist/actions/follow-artists-or-users.d.mts +9 -0
- package/dist/actions/follow-artists-or-users.d.mts.map +1 -0
- package/dist/actions/follow-artists-or-users.mjs +19 -0
- package/dist/actions/follow-artists-or-users.mjs.map +1 -0
- package/dist/actions/follow-playlist.cjs +22 -0
- package/dist/actions/follow-playlist.cjs.map +1 -0
- package/dist/actions/follow-playlist.d.cts +9 -0
- package/dist/actions/follow-playlist.d.cts.map +1 -0
- package/dist/actions/follow-playlist.d.mts +9 -0
- package/dist/actions/follow-playlist.d.mts.map +1 -0
- package/dist/actions/follow-playlist.mjs +19 -0
- package/dist/actions/follow-playlist.mjs.map +1 -0
- package/dist/actions/get-a-chapter.cjs +78 -0
- package/dist/actions/get-a-chapter.cjs.map +1 -0
- package/dist/actions/get-a-chapter.d.cts +9 -0
- package/dist/actions/get-a-chapter.d.cts.map +1 -0
- package/dist/actions/get-a-chapter.d.mts +9 -0
- package/dist/actions/get-a-chapter.d.mts.map +1 -0
- package/dist/actions/get-a-chapter.mjs +77 -0
- package/dist/actions/get-a-chapter.mjs.map +1 -0
- package/dist/actions/get-album-tracks.cjs +51 -0
- package/dist/actions/get-album-tracks.cjs.map +1 -0
- package/dist/actions/get-album-tracks.d.cts +9 -0
- package/dist/actions/get-album-tracks.d.cts.map +1 -0
- package/dist/actions/get-album-tracks.d.mts +9 -0
- package/dist/actions/get-album-tracks.d.mts.map +1 -0
- package/dist/actions/get-album-tracks.mjs +50 -0
- package/dist/actions/get-album-tracks.mjs.map +1 -0
- package/dist/actions/get-album.cjs +80 -0
- package/dist/actions/get-album.cjs.map +1 -0
- package/dist/actions/get-album.d.cts +9 -0
- package/dist/actions/get-album.d.cts.map +1 -0
- package/dist/actions/get-album.d.mts +9 -0
- package/dist/actions/get-album.d.mts.map +1 -0
- package/dist/actions/get-album.mjs +79 -0
- package/dist/actions/get-album.mjs.map +1 -0
- package/dist/actions/get-an-audiobook.cjs +80 -0
- package/dist/actions/get-an-audiobook.cjs.map +1 -0
- package/dist/actions/get-an-audiobook.d.cts +9 -0
- package/dist/actions/get-an-audiobook.d.cts.map +1 -0
- package/dist/actions/get-an-audiobook.d.mts +9 -0
- package/dist/actions/get-an-audiobook.d.mts.map +1 -0
- package/dist/actions/get-an-audiobook.mjs +79 -0
- package/dist/actions/get-an-audiobook.mjs.map +1 -0
- package/dist/actions/get-artist-s-albums.cjs +48 -0
- package/dist/actions/get-artist-s-albums.cjs.map +1 -0
- package/dist/actions/get-artist-s-albums.d.cts +9 -0
- package/dist/actions/get-artist-s-albums.d.cts.map +1 -0
- package/dist/actions/get-artist-s-albums.d.mts +9 -0
- package/dist/actions/get-artist-s-albums.d.mts.map +1 -0
- package/dist/actions/get-artist-s-albums.mjs +47 -0
- package/dist/actions/get-artist-s-albums.mjs.map +1 -0
- package/dist/actions/get-artist-s-related-artists.cjs +38 -0
- package/dist/actions/get-artist-s-related-artists.cjs.map +1 -0
- package/dist/actions/get-artist-s-related-artists.d.cts +9 -0
- package/dist/actions/get-artist-s-related-artists.d.cts.map +1 -0
- package/dist/actions/get-artist-s-related-artists.d.mts +9 -0
- package/dist/actions/get-artist-s-related-artists.d.mts.map +1 -0
- package/dist/actions/get-artist-s-related-artists.mjs +37 -0
- package/dist/actions/get-artist-s-related-artists.mjs.map +1 -0
- package/dist/actions/get-artist-s-top-tracks.cjs +77 -0
- package/dist/actions/get-artist-s-top-tracks.cjs.map +1 -0
- package/dist/actions/get-artist-s-top-tracks.d.cts +9 -0
- package/dist/actions/get-artist-s-top-tracks.d.cts.map +1 -0
- package/dist/actions/get-artist-s-top-tracks.d.mts +9 -0
- package/dist/actions/get-artist-s-top-tracks.d.mts.map +1 -0
- package/dist/actions/get-artist-s-top-tracks.mjs +76 -0
- package/dist/actions/get-artist-s-top-tracks.mjs.map +1 -0
- package/dist/actions/get-artist.cjs +38 -0
- package/dist/actions/get-artist.cjs.map +1 -0
- package/dist/actions/get-artist.d.cts +9 -0
- package/dist/actions/get-artist.d.cts.map +1 -0
- package/dist/actions/get-artist.d.mts +9 -0
- package/dist/actions/get-artist.d.mts.map +1 -0
- package/dist/actions/get-artist.mjs +37 -0
- package/dist/actions/get-artist.mjs.map +1 -0
- package/dist/actions/get-audiobook-chapters.cjs +61 -0
- package/dist/actions/get-audiobook-chapters.cjs.map +1 -0
- package/dist/actions/get-audiobook-chapters.d.cts +9 -0
- package/dist/actions/get-audiobook-chapters.d.cts.map +1 -0
- package/dist/actions/get-audiobook-chapters.d.mts +9 -0
- package/dist/actions/get-audiobook-chapters.d.mts.map +1 -0
- package/dist/actions/get-audiobook-chapters.mjs +60 -0
- package/dist/actions/get-audiobook-chapters.mjs.map +1 -0
- package/dist/actions/get-available-devices.cjs +26 -0
- package/dist/actions/get-available-devices.cjs.map +1 -0
- package/dist/actions/get-available-devices.d.cts +9 -0
- package/dist/actions/get-available-devices.d.cts.map +1 -0
- package/dist/actions/get-available-devices.d.mts +9 -0
- package/dist/actions/get-available-devices.d.mts.map +1 -0
- package/dist/actions/get-available-devices.mjs +25 -0
- package/dist/actions/get-available-devices.mjs.map +1 -0
- package/dist/actions/get-available-markets.cjs +16 -0
- package/dist/actions/get-available-markets.cjs.map +1 -0
- package/dist/actions/get-available-markets.d.cts +9 -0
- package/dist/actions/get-available-markets.d.cts.map +1 -0
- package/dist/actions/get-available-markets.d.mts +9 -0
- package/dist/actions/get-available-markets.d.mts.map +1 -0
- package/dist/actions/get-available-markets.mjs +13 -0
- package/dist/actions/get-available-markets.mjs.map +1 -0
- package/dist/actions/get-current-user-s-playlists.cjs +62 -0
- package/dist/actions/get-current-user-s-playlists.cjs.map +1 -0
- package/dist/actions/get-current-user-s-playlists.d.cts +9 -0
- package/dist/actions/get-current-user-s-playlists.d.cts.map +1 -0
- package/dist/actions/get-current-user-s-playlists.d.mts +9 -0
- package/dist/actions/get-current-user-s-playlists.d.mts.map +1 -0
- package/dist/actions/get-current-user-s-playlists.mjs +61 -0
- package/dist/actions/get-current-user-s-playlists.mjs.map +1 -0
- package/dist/actions/get-current-user-s-profile.cjs +43 -0
- package/dist/actions/get-current-user-s-profile.cjs.map +1 -0
- package/dist/actions/get-current-user-s-profile.d.cts +9 -0
- package/dist/actions/get-current-user-s-profile.d.cts.map +1 -0
- package/dist/actions/get-current-user-s-profile.d.mts +9 -0
- package/dist/actions/get-current-user-s-profile.d.mts.map +1 -0
- package/dist/actions/get-current-user-s-profile.mjs +42 -0
- package/dist/actions/get-current-user-s-profile.mjs.map +1 -0
- package/dist/actions/get-currently-playing-track.cjs +132 -0
- package/dist/actions/get-currently-playing-track.cjs.map +1 -0
- package/dist/actions/get-currently-playing-track.d.cts +9 -0
- package/dist/actions/get-currently-playing-track.d.cts.map +1 -0
- package/dist/actions/get-currently-playing-track.d.mts +9 -0
- package/dist/actions/get-currently-playing-track.d.mts.map +1 -0
- package/dist/actions/get-currently-playing-track.mjs +131 -0
- package/dist/actions/get-currently-playing-track.mjs.map +1 -0
- package/dist/actions/get-episode.cjs +65 -0
- package/dist/actions/get-episode.cjs.map +1 -0
- package/dist/actions/get-episode.d.cts +9 -0
- package/dist/actions/get-episode.d.cts.map +1 -0
- package/dist/actions/get-episode.d.mts +9 -0
- package/dist/actions/get-episode.d.mts.map +1 -0
- package/dist/actions/get-episode.mjs +64 -0
- package/dist/actions/get-episode.mjs.map +1 -0
- package/dist/actions/get-featured-playlists.cjs +65 -0
- package/dist/actions/get-featured-playlists.cjs.map +1 -0
- package/dist/actions/get-featured-playlists.d.cts +9 -0
- package/dist/actions/get-featured-playlists.d.cts.map +1 -0
- package/dist/actions/get-featured-playlists.d.mts +9 -0
- package/dist/actions/get-featured-playlists.d.mts.map +1 -0
- package/dist/actions/get-featured-playlists.mjs +64 -0
- package/dist/actions/get-featured-playlists.mjs.map +1 -0
- package/dist/actions/get-followed-artists.cjs +55 -0
- package/dist/actions/get-followed-artists.cjs.map +1 -0
- package/dist/actions/get-followed-artists.d.cts +9 -0
- package/dist/actions/get-followed-artists.d.cts.map +1 -0
- package/dist/actions/get-followed-artists.d.mts +9 -0
- package/dist/actions/get-followed-artists.d.mts.map +1 -0
- package/dist/actions/get-followed-artists.mjs +54 -0
- package/dist/actions/get-followed-artists.mjs.map +1 -0
- package/dist/actions/get-new-releases.cjs +57 -0
- package/dist/actions/get-new-releases.cjs.map +1 -0
- package/dist/actions/get-new-releases.d.cts +9 -0
- package/dist/actions/get-new-releases.d.cts.map +1 -0
- package/dist/actions/get-new-releases.d.mts +9 -0
- package/dist/actions/get-new-releases.d.mts.map +1 -0
- package/dist/actions/get-new-releases.mjs +56 -0
- package/dist/actions/get-new-releases.mjs.map +1 -0
- package/dist/actions/get-playback-state.cjs +194 -0
- package/dist/actions/get-playback-state.cjs.map +1 -0
- package/dist/actions/get-playback-state.d.cts +9 -0
- package/dist/actions/get-playback-state.d.cts.map +1 -0
- package/dist/actions/get-playback-state.d.mts +9 -0
- package/dist/actions/get-playback-state.d.mts.map +1 -0
- package/dist/actions/get-playback-state.mjs +193 -0
- package/dist/actions/get-playback-state.mjs.map +1 -0
- package/dist/actions/get-playlist-cover-image.cjs +21 -0
- package/dist/actions/get-playlist-cover-image.cjs.map +1 -0
- package/dist/actions/get-playlist-cover-image.d.cts +9 -0
- package/dist/actions/get-playlist-cover-image.d.cts.map +1 -0
- package/dist/actions/get-playlist-cover-image.d.mts +9 -0
- package/dist/actions/get-playlist-cover-image.d.mts.map +1 -0
- package/dist/actions/get-playlist-cover-image.mjs +20 -0
- package/dist/actions/get-playlist-cover-image.mjs.map +1 -0
- package/dist/actions/get-playlist-items.cjs +114 -0
- package/dist/actions/get-playlist-items.cjs.map +1 -0
- package/dist/actions/get-playlist-items.d.cts +9 -0
- package/dist/actions/get-playlist-items.d.cts.map +1 -0
- package/dist/actions/get-playlist-items.d.mts +9 -0
- package/dist/actions/get-playlist-items.d.mts.map +1 -0
- package/dist/actions/get-playlist-items.mjs +113 -0
- package/dist/actions/get-playlist-items.mjs.map +1 -0
- package/dist/actions/get-playlist.cjs +185 -0
- package/dist/actions/get-playlist.cjs.map +1 -0
- package/dist/actions/get-playlist.d.cts +9 -0
- package/dist/actions/get-playlist.d.cts.map +1 -0
- package/dist/actions/get-playlist.d.mts +9 -0
- package/dist/actions/get-playlist.d.mts.map +1 -0
- package/dist/actions/get-playlist.mjs +184 -0
- package/dist/actions/get-playlist.mjs.map +1 -0
- package/dist/actions/get-recently-played-tracks.cjs +100 -0
- package/dist/actions/get-recently-played-tracks.cjs.map +1 -0
- package/dist/actions/get-recently-played-tracks.d.cts +9 -0
- package/dist/actions/get-recently-played-tracks.d.cts.map +1 -0
- package/dist/actions/get-recently-played-tracks.d.mts +9 -0
- package/dist/actions/get-recently-played-tracks.d.mts.map +1 -0
- package/dist/actions/get-recently-played-tracks.mjs +99 -0
- package/dist/actions/get-recently-played-tracks.mjs.map +1 -0
- package/dist/actions/get-recommendations.cjs +88 -0
- package/dist/actions/get-recommendations.cjs.map +1 -0
- package/dist/actions/get-recommendations.d.cts +9 -0
- package/dist/actions/get-recommendations.d.cts.map +1 -0
- package/dist/actions/get-recommendations.d.mts +9 -0
- package/dist/actions/get-recommendations.d.mts.map +1 -0
- package/dist/actions/get-recommendations.mjs +87 -0
- package/dist/actions/get-recommendations.mjs.map +1 -0
- package/dist/actions/get-several-albums.cjs +83 -0
- package/dist/actions/get-several-albums.cjs.map +1 -0
- package/dist/actions/get-several-albums.d.cts +9 -0
- package/dist/actions/get-several-albums.d.cts.map +1 -0
- package/dist/actions/get-several-albums.d.mts +9 -0
- package/dist/actions/get-several-albums.d.mts.map +1 -0
- package/dist/actions/get-several-albums.mjs +82 -0
- package/dist/actions/get-several-albums.mjs.map +1 -0
- package/dist/actions/get-several-artists.cjs +38 -0
- package/dist/actions/get-several-artists.cjs.map +1 -0
- package/dist/actions/get-several-artists.d.cts +9 -0
- package/dist/actions/get-several-artists.d.cts.map +1 -0
- package/dist/actions/get-several-artists.d.mts +9 -0
- package/dist/actions/get-several-artists.d.mts.map +1 -0
- package/dist/actions/get-several-artists.mjs +37 -0
- package/dist/actions/get-several-artists.mjs.map +1 -0
- package/dist/actions/get-several-audiobooks.cjs +81 -0
- package/dist/actions/get-several-audiobooks.cjs.map +1 -0
- package/dist/actions/get-several-audiobooks.d.cts +9 -0
- package/dist/actions/get-several-audiobooks.d.cts.map +1 -0
- package/dist/actions/get-several-audiobooks.d.mts +9 -0
- package/dist/actions/get-several-audiobooks.d.mts.map +1 -0
- package/dist/actions/get-several-audiobooks.mjs +80 -0
- package/dist/actions/get-several-audiobooks.mjs.map +1 -0
- package/dist/actions/get-several-browse-categories.cjs +40 -0
- package/dist/actions/get-several-browse-categories.cjs.map +1 -0
- package/dist/actions/get-several-browse-categories.d.cts +9 -0
- package/dist/actions/get-several-browse-categories.d.cts.map +1 -0
- package/dist/actions/get-several-browse-categories.d.mts +9 -0
- package/dist/actions/get-several-browse-categories.d.mts.map +1 -0
- package/dist/actions/get-several-browse-categories.mjs +39 -0
- package/dist/actions/get-several-browse-categories.mjs.map +1 -0
- package/dist/actions/get-several-chapters.cjs +79 -0
- package/dist/actions/get-several-chapters.cjs.map +1 -0
- package/dist/actions/get-several-chapters.d.cts +9 -0
- package/dist/actions/get-several-chapters.d.cts.map +1 -0
- package/dist/actions/get-several-chapters.d.mts +9 -0
- package/dist/actions/get-several-chapters.d.mts.map +1 -0
- package/dist/actions/get-several-chapters.mjs +78 -0
- package/dist/actions/get-several-chapters.mjs.map +1 -0
- package/dist/actions/get-several-episodes.cjs +68 -0
- package/dist/actions/get-several-episodes.cjs.map +1 -0
- package/dist/actions/get-several-episodes.d.cts +9 -0
- package/dist/actions/get-several-episodes.d.cts.map +1 -0
- package/dist/actions/get-several-episodes.d.mts +9 -0
- package/dist/actions/get-several-episodes.d.mts.map +1 -0
- package/dist/actions/get-several-episodes.mjs +67 -0
- package/dist/actions/get-several-episodes.mjs.map +1 -0
- package/dist/actions/get-several-shows.cjs +47 -0
- package/dist/actions/get-several-shows.cjs.map +1 -0
- package/dist/actions/get-several-shows.d.cts +9 -0
- package/dist/actions/get-several-shows.d.cts.map +1 -0
- package/dist/actions/get-several-shows.d.mts +9 -0
- package/dist/actions/get-several-shows.d.mts.map +1 -0
- package/dist/actions/get-several-shows.mjs +46 -0
- package/dist/actions/get-several-shows.mjs.map +1 -0
- package/dist/actions/get-several-tracks.cjs +62 -0
- package/dist/actions/get-several-tracks.cjs.map +1 -0
- package/dist/actions/get-several-tracks.d.cts +9 -0
- package/dist/actions/get-several-tracks.d.cts.map +1 -0
- package/dist/actions/get-several-tracks.d.mts +9 -0
- package/dist/actions/get-several-tracks.d.mts.map +1 -0
- package/dist/actions/get-several-tracks.mjs +61 -0
- package/dist/actions/get-several-tracks.mjs.map +1 -0
- package/dist/actions/get-show-episodes.cjs +58 -0
- package/dist/actions/get-show-episodes.cjs.map +1 -0
- package/dist/actions/get-show-episodes.d.cts +9 -0
- package/dist/actions/get-show-episodes.d.cts.map +1 -0
- package/dist/actions/get-show-episodes.d.mts +9 -0
- package/dist/actions/get-show-episodes.d.mts.map +1 -0
- package/dist/actions/get-show-episodes.mjs +57 -0
- package/dist/actions/get-show-episodes.mjs.map +1 -0
- package/dist/actions/get-show.cjs +72 -0
- package/dist/actions/get-show.cjs.map +1 -0
- package/dist/actions/get-show.d.cts +9 -0
- package/dist/actions/get-show.d.cts.map +1 -0
- package/dist/actions/get-show.d.mts +9 -0
- package/dist/actions/get-show.d.mts.map +1 -0
- package/dist/actions/get-show.mjs +71 -0
- package/dist/actions/get-show.mjs.map +1 -0
- package/dist/actions/get-single-browse-category.cjs +29 -0
- package/dist/actions/get-single-browse-category.cjs.map +1 -0
- package/dist/actions/get-single-browse-category.d.cts +9 -0
- package/dist/actions/get-single-browse-category.d.cts.map +1 -0
- package/dist/actions/get-single-browse-category.d.mts +9 -0
- package/dist/actions/get-single-browse-category.d.mts.map +1 -0
- package/dist/actions/get-single-browse-category.mjs +28 -0
- package/dist/actions/get-single-browse-category.mjs.map +1 -0
- package/dist/actions/get-the-user-s-queue.cjs +60 -0
- package/dist/actions/get-the-user-s-queue.cjs.map +1 -0
- package/dist/actions/get-the-user-s-queue.d.cts +9 -0
- package/dist/actions/get-the-user-s-queue.d.cts.map +1 -0
- package/dist/actions/get-the-user-s-queue.d.mts +9 -0
- package/dist/actions/get-the-user-s-queue.d.mts.map +1 -0
- package/dist/actions/get-the-user-s-queue.mjs +59 -0
- package/dist/actions/get-the-user-s-queue.mjs.map +1 -0
- package/dist/actions/get-track-s-audio-analysis.cjs +87 -0
- package/dist/actions/get-track-s-audio-analysis.cjs.map +1 -0
- package/dist/actions/get-track-s-audio-analysis.d.cts +9 -0
- package/dist/actions/get-track-s-audio-analysis.d.cts.map +1 -0
- package/dist/actions/get-track-s-audio-analysis.d.mts +9 -0
- package/dist/actions/get-track-s-audio-analysis.d.mts.map +1 -0
- package/dist/actions/get-track-s-audio-analysis.mjs +86 -0
- package/dist/actions/get-track-s-audio-analysis.mjs.map +1 -0
- package/dist/actions/get-track.cjs +63 -0
- package/dist/actions/get-track.cjs.map +1 -0
- package/dist/actions/get-track.d.cts +9 -0
- package/dist/actions/get-track.d.cts.map +1 -0
- package/dist/actions/get-track.d.mts +9 -0
- package/dist/actions/get-track.d.mts.map +1 -0
- package/dist/actions/get-track.mjs +62 -0
- package/dist/actions/get-track.mjs.map +1 -0
- package/dist/actions/get-user-s-playlists.cjs +63 -0
- package/dist/actions/get-user-s-playlists.cjs.map +1 -0
- package/dist/actions/get-user-s-playlists.d.cts +9 -0
- package/dist/actions/get-user-s-playlists.d.cts.map +1 -0
- package/dist/actions/get-user-s-playlists.d.mts +9 -0
- package/dist/actions/get-user-s-playlists.d.mts.map +1 -0
- package/dist/actions/get-user-s-playlists.mjs +62 -0
- package/dist/actions/get-user-s-playlists.mjs.map +1 -0
- package/dist/actions/get-user-s-profile.cjs +35 -0
- package/dist/actions/get-user-s-profile.cjs.map +1 -0
- package/dist/actions/get-user-s-profile.d.cts +9 -0
- package/dist/actions/get-user-s-profile.d.cts.map +1 -0
- package/dist/actions/get-user-s-profile.d.mts +9 -0
- package/dist/actions/get-user-s-profile.d.mts.map +1 -0
- package/dist/actions/get-user-s-profile.mjs +34 -0
- package/dist/actions/get-user-s-profile.mjs.map +1 -0
- package/dist/actions/get-user-s-saved-albums.cjs +41 -0
- package/dist/actions/get-user-s-saved-albums.cjs.map +1 -0
- package/dist/actions/get-user-s-saved-albums.d.cts +9 -0
- package/dist/actions/get-user-s-saved-albums.d.cts.map +1 -0
- package/dist/actions/get-user-s-saved-albums.d.mts +9 -0
- package/dist/actions/get-user-s-saved-albums.d.mts.map +1 -0
- package/dist/actions/get-user-s-saved-albums.mjs +40 -0
- package/dist/actions/get-user-s-saved-albums.mjs.map +1 -0
- package/dist/actions/get-user-s-saved-audiobooks.cjs +59 -0
- package/dist/actions/get-user-s-saved-audiobooks.cjs.map +1 -0
- package/dist/actions/get-user-s-saved-audiobooks.d.cts +9 -0
- package/dist/actions/get-user-s-saved-audiobooks.d.cts.map +1 -0
- package/dist/actions/get-user-s-saved-audiobooks.d.mts +9 -0
- package/dist/actions/get-user-s-saved-audiobooks.d.mts.map +1 -0
- package/dist/actions/get-user-s-saved-audiobooks.mjs +58 -0
- package/dist/actions/get-user-s-saved-audiobooks.mjs.map +1 -0
- package/dist/actions/get-user-s-saved-episodes.cjs +77 -0
- package/dist/actions/get-user-s-saved-episodes.cjs.map +1 -0
- package/dist/actions/get-user-s-saved-episodes.d.cts +9 -0
- package/dist/actions/get-user-s-saved-episodes.d.cts.map +1 -0
- package/dist/actions/get-user-s-saved-episodes.d.mts +9 -0
- package/dist/actions/get-user-s-saved-episodes.d.mts.map +1 -0
- package/dist/actions/get-user-s-saved-episodes.mjs +76 -0
- package/dist/actions/get-user-s-saved-episodes.mjs.map +1 -0
- package/dist/actions/get-user-s-saved-shows.cjs +59 -0
- package/dist/actions/get-user-s-saved-shows.cjs.map +1 -0
- package/dist/actions/get-user-s-saved-shows.d.cts +9 -0
- package/dist/actions/get-user-s-saved-shows.d.cts.map +1 -0
- package/dist/actions/get-user-s-saved-shows.d.mts +9 -0
- package/dist/actions/get-user-s-saved-shows.d.mts.map +1 -0
- package/dist/actions/get-user-s-saved-shows.mjs +58 -0
- package/dist/actions/get-user-s-saved-shows.mjs.map +1 -0
- package/dist/actions/get-user-s-saved-tracks.cjs +81 -0
- package/dist/actions/get-user-s-saved-tracks.cjs.map +1 -0
- package/dist/actions/get-user-s-saved-tracks.d.cts +9 -0
- package/dist/actions/get-user-s-saved-tracks.d.cts.map +1 -0
- package/dist/actions/get-user-s-saved-tracks.d.mts +9 -0
- package/dist/actions/get-user-s-saved-tracks.d.mts.map +1 -0
- package/dist/actions/get-user-s-saved-tracks.mjs +80 -0
- package/dist/actions/get-user-s-saved-tracks.mjs.map +1 -0
- package/dist/actions/get-user-s-top-artists.cjs +54 -0
- package/dist/actions/get-user-s-top-artists.cjs.map +1 -0
- package/dist/actions/get-user-s-top-artists.d.cts +9 -0
- package/dist/actions/get-user-s-top-artists.d.cts.map +1 -0
- package/dist/actions/get-user-s-top-artists.d.mts +9 -0
- package/dist/actions/get-user-s-top-artists.d.mts.map +1 -0
- package/dist/actions/get-user-s-top-artists.mjs +53 -0
- package/dist/actions/get-user-s-top-artists.mjs.map +1 -0
- package/dist/actions/get-user-s-top-tracks.cjs +93 -0
- package/dist/actions/get-user-s-top-tracks.cjs.map +1 -0
- package/dist/actions/get-user-s-top-tracks.d.cts +9 -0
- package/dist/actions/get-user-s-top-tracks.d.cts.map +1 -0
- package/dist/actions/get-user-s-top-tracks.d.mts +9 -0
- package/dist/actions/get-user-s-top-tracks.d.mts.map +1 -0
- package/dist/actions/get-user-s-top-tracks.mjs +92 -0
- package/dist/actions/get-user-s-top-tracks.mjs.map +1 -0
- package/dist/actions/index.cjs +169 -0
- package/dist/actions/index.d.cts +85 -0
- package/dist/actions/index.d.mts +85 -0
- package/dist/actions/index.mjs +85 -0
- package/dist/actions/pause-playback.cjs +16 -0
- package/dist/actions/pause-playback.cjs.map +1 -0
- package/dist/actions/pause-playback.d.cts +9 -0
- package/dist/actions/pause-playback.d.cts.map +1 -0
- package/dist/actions/pause-playback.d.mts +9 -0
- package/dist/actions/pause-playback.d.mts.map +1 -0
- package/dist/actions/pause-playback.mjs +13 -0
- package/dist/actions/pause-playback.mjs.map +1 -0
- package/dist/actions/remove-playlist-items.cjs +23 -0
- package/dist/actions/remove-playlist-items.cjs.map +1 -0
- package/dist/actions/remove-playlist-items.d.cts +9 -0
- package/dist/actions/remove-playlist-items.d.cts.map +1 -0
- package/dist/actions/remove-playlist-items.d.mts +9 -0
- package/dist/actions/remove-playlist-items.d.mts.map +1 -0
- package/dist/actions/remove-playlist-items.mjs +20 -0
- package/dist/actions/remove-playlist-items.mjs.map +1 -0
- package/dist/actions/remove-user-s-saved-audiobooks.cjs +20 -0
- package/dist/actions/remove-user-s-saved-audiobooks.cjs.map +1 -0
- package/dist/actions/remove-user-s-saved-audiobooks.d.cts +9 -0
- package/dist/actions/remove-user-s-saved-audiobooks.d.cts.map +1 -0
- package/dist/actions/remove-user-s-saved-audiobooks.d.mts +9 -0
- package/dist/actions/remove-user-s-saved-audiobooks.d.mts.map +1 -0
- package/dist/actions/remove-user-s-saved-audiobooks.mjs +19 -0
- package/dist/actions/remove-user-s-saved-audiobooks.mjs.map +1 -0
- package/dist/actions/remove-user-s-saved-episodes.cjs +19 -0
- package/dist/actions/remove-user-s-saved-episodes.cjs.map +1 -0
- package/dist/actions/remove-user-s-saved-episodes.d.cts +9 -0
- package/dist/actions/remove-user-s-saved-episodes.d.cts.map +1 -0
- package/dist/actions/remove-user-s-saved-episodes.d.mts +9 -0
- package/dist/actions/remove-user-s-saved-episodes.d.mts.map +1 -0
- package/dist/actions/remove-user-s-saved-episodes.mjs +16 -0
- package/dist/actions/remove-user-s-saved-episodes.mjs.map +1 -0
- package/dist/actions/remove-user-s-saved-shows.cjs +19 -0
- package/dist/actions/remove-user-s-saved-shows.cjs.map +1 -0
- package/dist/actions/remove-user-s-saved-shows.d.cts +9 -0
- package/dist/actions/remove-user-s-saved-shows.d.cts.map +1 -0
- package/dist/actions/remove-user-s-saved-shows.d.mts +9 -0
- package/dist/actions/remove-user-s-saved-shows.d.mts.map +1 -0
- package/dist/actions/remove-user-s-saved-shows.mjs +16 -0
- package/dist/actions/remove-user-s-saved-shows.mjs.map +1 -0
- package/dist/actions/remove-user-s-saved-tracks.cjs +22 -0
- package/dist/actions/remove-user-s-saved-tracks.cjs.map +1 -0
- package/dist/actions/remove-user-s-saved-tracks.d.cts +9 -0
- package/dist/actions/remove-user-s-saved-tracks.d.cts.map +1 -0
- package/dist/actions/remove-user-s-saved-tracks.d.mts +9 -0
- package/dist/actions/remove-user-s-saved-tracks.d.mts.map +1 -0
- package/dist/actions/remove-user-s-saved-tracks.mjs +19 -0
- package/dist/actions/remove-user-s-saved-tracks.mjs.map +1 -0
- package/dist/actions/remove-users-saved-albums.cjs +19 -0
- package/dist/actions/remove-users-saved-albums.cjs.map +1 -0
- package/dist/actions/remove-users-saved-albums.d.cts +9 -0
- package/dist/actions/remove-users-saved-albums.d.cts.map +1 -0
- package/dist/actions/remove-users-saved-albums.d.mts +9 -0
- package/dist/actions/remove-users-saved-albums.d.mts.map +1 -0
- package/dist/actions/remove-users-saved-albums.mjs +16 -0
- package/dist/actions/remove-users-saved-albums.mjs.map +1 -0
- package/dist/actions/save-albums-for-current-user.cjs +19 -0
- package/dist/actions/save-albums-for-current-user.cjs.map +1 -0
- package/dist/actions/save-albums-for-current-user.d.cts +9 -0
- package/dist/actions/save-albums-for-current-user.d.cts.map +1 -0
- package/dist/actions/save-albums-for-current-user.d.mts +9 -0
- package/dist/actions/save-albums-for-current-user.d.mts.map +1 -0
- package/dist/actions/save-albums-for-current-user.mjs +16 -0
- package/dist/actions/save-albums-for-current-user.mjs.map +1 -0
- package/dist/actions/save-audiobooks-for-current-user.cjs +19 -0
- package/dist/actions/save-audiobooks-for-current-user.cjs.map +1 -0
- package/dist/actions/save-audiobooks-for-current-user.d.cts +9 -0
- package/dist/actions/save-audiobooks-for-current-user.d.cts.map +1 -0
- package/dist/actions/save-audiobooks-for-current-user.d.mts +9 -0
- package/dist/actions/save-audiobooks-for-current-user.d.mts.map +1 -0
- package/dist/actions/save-audiobooks-for-current-user.mjs +16 -0
- package/dist/actions/save-audiobooks-for-current-user.mjs.map +1 -0
- package/dist/actions/save-episodes-for-current-user.cjs +19 -0
- package/dist/actions/save-episodes-for-current-user.cjs.map +1 -0
- package/dist/actions/save-episodes-for-current-user.d.cts +9 -0
- package/dist/actions/save-episodes-for-current-user.d.cts.map +1 -0
- package/dist/actions/save-episodes-for-current-user.d.mts +9 -0
- package/dist/actions/save-episodes-for-current-user.d.mts.map +1 -0
- package/dist/actions/save-episodes-for-current-user.mjs +16 -0
- package/dist/actions/save-episodes-for-current-user.mjs.map +1 -0
- package/dist/actions/save-shows-for-current-user.cjs +16 -0
- package/dist/actions/save-shows-for-current-user.cjs.map +1 -0
- package/dist/actions/save-shows-for-current-user.d.cts +9 -0
- package/dist/actions/save-shows-for-current-user.d.cts.map +1 -0
- package/dist/actions/save-shows-for-current-user.d.mts +9 -0
- package/dist/actions/save-shows-for-current-user.d.mts.map +1 -0
- package/dist/actions/save-shows-for-current-user.mjs +13 -0
- package/dist/actions/save-shows-for-current-user.mjs.map +1 -0
- package/dist/actions/save-tracks-for-current-user.cjs +25 -0
- package/dist/actions/save-tracks-for-current-user.cjs.map +1 -0
- package/dist/actions/save-tracks-for-current-user.d.cts +9 -0
- package/dist/actions/save-tracks-for-current-user.d.cts.map +1 -0
- package/dist/actions/save-tracks-for-current-user.d.mts +9 -0
- package/dist/actions/save-tracks-for-current-user.d.mts.map +1 -0
- package/dist/actions/save-tracks-for-current-user.mjs +22 -0
- package/dist/actions/save-tracks-for-current-user.mjs.map +1 -0
- package/dist/actions/search-for-item.cjs +48 -0
- package/dist/actions/search-for-item.cjs.map +1 -0
- package/dist/actions/search-for-item.d.cts +9 -0
- package/dist/actions/search-for-item.d.cts.map +1 -0
- package/dist/actions/search-for-item.d.mts +9 -0
- package/dist/actions/search-for-item.d.mts.map +1 -0
- package/dist/actions/search-for-item.mjs +47 -0
- package/dist/actions/search-for-item.mjs.map +1 -0
- package/dist/actions/seek-to-position.cjs +19 -0
- package/dist/actions/seek-to-position.cjs.map +1 -0
- package/dist/actions/seek-to-position.d.cts +9 -0
- package/dist/actions/seek-to-position.d.cts.map +1 -0
- package/dist/actions/seek-to-position.d.mts +9 -0
- package/dist/actions/seek-to-position.d.mts.map +1 -0
- package/dist/actions/seek-to-position.mjs +16 -0
- package/dist/actions/seek-to-position.mjs.map +1 -0
- package/dist/actions/set-playback-volume.cjs +19 -0
- package/dist/actions/set-playback-volume.cjs.map +1 -0
- package/dist/actions/set-playback-volume.d.cts +9 -0
- package/dist/actions/set-playback-volume.d.cts.map +1 -0
- package/dist/actions/set-playback-volume.d.mts +9 -0
- package/dist/actions/set-playback-volume.d.mts.map +1 -0
- package/dist/actions/set-playback-volume.mjs +16 -0
- package/dist/actions/set-playback-volume.mjs.map +1 -0
- package/dist/actions/set-repeat-mode.cjs +23 -0
- package/dist/actions/set-repeat-mode.cjs.map +1 -0
- package/dist/actions/set-repeat-mode.d.cts +9 -0
- package/dist/actions/set-repeat-mode.d.cts.map +1 -0
- package/dist/actions/set-repeat-mode.d.mts +9 -0
- package/dist/actions/set-repeat-mode.d.mts.map +1 -0
- package/dist/actions/set-repeat-mode.mjs +20 -0
- package/dist/actions/set-repeat-mode.mjs.map +1 -0
- package/dist/actions/skip-to-next.cjs +19 -0
- package/dist/actions/skip-to-next.cjs.map +1 -0
- package/dist/actions/skip-to-next.d.cts +9 -0
- package/dist/actions/skip-to-next.d.cts.map +1 -0
- package/dist/actions/skip-to-next.d.mts +9 -0
- package/dist/actions/skip-to-next.d.mts.map +1 -0
- package/dist/actions/skip-to-next.mjs +16 -0
- package/dist/actions/skip-to-next.mjs.map +1 -0
- package/dist/actions/skip-to-previous.cjs +16 -0
- package/dist/actions/skip-to-previous.cjs.map +1 -0
- package/dist/actions/skip-to-previous.d.cts +9 -0
- package/dist/actions/skip-to-previous.d.cts.map +1 -0
- package/dist/actions/skip-to-previous.d.mts +9 -0
- package/dist/actions/skip-to-previous.d.mts.map +1 -0
- package/dist/actions/skip-to-previous.mjs +13 -0
- package/dist/actions/skip-to-previous.mjs.map +1 -0
- package/dist/actions/start-resume-playback.cjs +22 -0
- package/dist/actions/start-resume-playback.cjs.map +1 -0
- package/dist/actions/start-resume-playback.d.cts +9 -0
- package/dist/actions/start-resume-playback.d.cts.map +1 -0
- package/dist/actions/start-resume-playback.d.mts +9 -0
- package/dist/actions/start-resume-playback.d.mts.map +1 -0
- package/dist/actions/start-resume-playback.mjs +19 -0
- package/dist/actions/start-resume-playback.mjs.map +1 -0
- package/dist/actions/toggle-playback-shuffle.cjs +22 -0
- package/dist/actions/toggle-playback-shuffle.cjs.map +1 -0
- package/dist/actions/toggle-playback-shuffle.d.cts +9 -0
- package/dist/actions/toggle-playback-shuffle.d.cts.map +1 -0
- package/dist/actions/toggle-playback-shuffle.d.mts +9 -0
- package/dist/actions/toggle-playback-shuffle.d.mts.map +1 -0
- package/dist/actions/toggle-playback-shuffle.mjs +19 -0
- package/dist/actions/toggle-playback-shuffle.mjs.map +1 -0
- package/dist/actions/transfer-playback.cjs +22 -0
- package/dist/actions/transfer-playback.cjs.map +1 -0
- package/dist/actions/transfer-playback.d.cts +9 -0
- package/dist/actions/transfer-playback.d.cts.map +1 -0
- package/dist/actions/transfer-playback.d.mts +9 -0
- package/dist/actions/transfer-playback.d.mts.map +1 -0
- package/dist/actions/transfer-playback.mjs +19 -0
- package/dist/actions/transfer-playback.mjs.map +1 -0
- package/dist/actions/unfollow-artists-or-users.cjs +22 -0
- package/dist/actions/unfollow-artists-or-users.cjs.map +1 -0
- package/dist/actions/unfollow-artists-or-users.d.cts +9 -0
- package/dist/actions/unfollow-artists-or-users.d.cts.map +1 -0
- package/dist/actions/unfollow-artists-or-users.d.mts +9 -0
- package/dist/actions/unfollow-artists-or-users.d.mts.map +1 -0
- package/dist/actions/unfollow-artists-or-users.mjs +19 -0
- package/dist/actions/unfollow-artists-or-users.mjs.map +1 -0
- package/dist/actions/unfollow-playlist.cjs +19 -0
- package/dist/actions/unfollow-playlist.cjs.map +1 -0
- package/dist/actions/unfollow-playlist.d.cts +9 -0
- package/dist/actions/unfollow-playlist.d.cts.map +1 -0
- package/dist/actions/unfollow-playlist.d.mts +9 -0
- package/dist/actions/unfollow-playlist.d.mts.map +1 -0
- package/dist/actions/unfollow-playlist.mjs +16 -0
- package/dist/actions/unfollow-playlist.mjs.map +1 -0
- package/dist/actions/update-playlist-items.cjs +23 -0
- package/dist/actions/update-playlist-items.cjs.map +1 -0
- package/dist/actions/update-playlist-items.d.cts +9 -0
- package/dist/actions/update-playlist-items.d.cts.map +1 -0
- package/dist/actions/update-playlist-items.d.mts +9 -0
- package/dist/actions/update-playlist-items.d.mts.map +1 -0
- package/dist/actions/update-playlist-items.mjs +20 -0
- package/dist/actions/update-playlist-items.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +174 -0
- package/dist/index.d.cts +87 -0
- package/dist/index.d.mts +87 -4
- package/dist/index.mjs +88 -6
- package/package.json +31 -55
- package/LICENSE +0 -21
- package/dist/browse-BaBol4IR.mjs +0 -475
- package/dist/credential-sets/index.d.mts +0 -2
- package/dist/credential-sets/index.mjs +0 -4
- package/dist/operations/index.d.mts +0 -2
- package/dist/operations/index.mjs +0 -3
- package/dist/schemas/index.d.mts +0 -3322
- package/dist/schemas/index.mjs +0 -3
- package/dist/spotify-app.credential-set-DT2fivE7.d.mts +0 -34
- package/dist/spotify-app.credential-set-O5UKOpLR.mjs +0 -16
- package/dist/spotify.credential-set-CS3lCW-x.mjs +0 -44
- package/dist/upload-playlist-cover-image.operation-CnyIlv11.mjs +0 -4247
- package/dist/upload-playlist-cover-image.operation-Cqbmylzz.d.mts +0 -5246
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-user-s-top-tracks.ts
|
|
4
|
+
const SpotifyGetUserSTopTracksInput = z.object({
|
|
5
|
+
limit: z.number().int().default(20).describe("Maximum number of tracks to return. Minimum: 1, Maximum: 50.").optional(),
|
|
6
|
+
offset: z.number().int().default(0).describe("The index of the first track to return. Use with limit to paginate through results. Default: 0 (first track).").optional(),
|
|
7
|
+
time_range: z.string().default("medium_term").describe("Time period for computing affinity. Options: 'long_term' (calculated from ~1 year of data), 'medium_term' (approximately last 6 months), 'short_term' (approximately last 4 weeks).").optional()
|
|
8
|
+
}).describe("Request schema for `GetUserSTopTracks`");
|
|
9
|
+
const SpotifyGetUserSTopTracks_ImageSchema = z.object({
|
|
10
|
+
url: z.string().describe("The source URL of the image"),
|
|
11
|
+
width: z.number().int().describe("The image width in pixels").nullable().optional(),
|
|
12
|
+
height: z.number().int().describe("The image height in pixels").nullable().optional()
|
|
13
|
+
}).describe("Image object");
|
|
14
|
+
const SpotifyGetUserSTopTracks_ExternalUrlsSchema = z.object({ spotify: z.string().describe("The Spotify URL for the object") }).describe("Known external URLs");
|
|
15
|
+
const SpotifyGetUserSTopTracks_SimplifiedArtistSchema = z.object({
|
|
16
|
+
id: z.string().describe("The Spotify ID for the artist"),
|
|
17
|
+
uri: z.string().describe("The Spotify URI for the artist"),
|
|
18
|
+
href: z.string().describe("A link to the Web API endpoint providing full details of the artist"),
|
|
19
|
+
name: z.string().describe("The name of the artist"),
|
|
20
|
+
type: z.string().describe("The object type: artist"),
|
|
21
|
+
external_urls: SpotifyGetUserSTopTracks_ExternalUrlsSchema.nullable()
|
|
22
|
+
}).describe("Simplified artist object");
|
|
23
|
+
const SpotifyGetUserSTopTracks_RestrictionsSchema = z.object({ reason: z.string().describe("The reason for the restriction: market, product, or explicit") }).describe("Content restriction object");
|
|
24
|
+
const SpotifyGetUserSTopTracks_SimplifiedAlbumSchema = z.object({
|
|
25
|
+
id: z.string().describe("The Spotify ID for the album"),
|
|
26
|
+
uri: z.string().describe("The Spotify URI for the album"),
|
|
27
|
+
href: z.string().describe("A link to the Web API endpoint providing full details of the album"),
|
|
28
|
+
name: z.string().describe("The name of the album"),
|
|
29
|
+
type: z.string().describe("The object type: album"),
|
|
30
|
+
images: z.array(SpotifyGetUserSTopTracks_ImageSchema).describe("The cover art for the album in various sizes, widest first"),
|
|
31
|
+
artists: z.array(SpotifyGetUserSTopTracks_SimplifiedArtistSchema).describe("The artists of the album"),
|
|
32
|
+
album_type: z.string().describe("The type of the album: album, single, or compilation"),
|
|
33
|
+
release_date: z.string().describe("The date the album was first released"),
|
|
34
|
+
restrictions: SpotifyGetUserSTopTracks_RestrictionsSchema.nullable().optional(),
|
|
35
|
+
total_tracks: z.number().int().describe("The number of tracks in the album"),
|
|
36
|
+
external_urls: SpotifyGetUserSTopTracks_ExternalUrlsSchema.nullable(),
|
|
37
|
+
available_markets: z.array(z.string()).describe("The markets in which the album is available (ISO 3166-1 alpha-2 country codes)"),
|
|
38
|
+
release_date_precision: z.string().describe("The precision with which release_date value is known: year, month, or day")
|
|
39
|
+
}).describe("Simplified album object");
|
|
40
|
+
const SpotifyGetUserSTopTracks_LinkedFromSchema = z.object({
|
|
41
|
+
id: z.string().describe("The Spotify ID for the track").nullable().optional(),
|
|
42
|
+
uri: z.string().describe("The Spotify URI for the track").nullable().optional(),
|
|
43
|
+
href: z.string().describe("A link to the Web API endpoint providing full details").nullable().optional(),
|
|
44
|
+
type: z.string().describe("The object type: track").nullable().optional(),
|
|
45
|
+
external_urls: SpotifyGetUserSTopTracks_ExternalUrlsSchema.nullable().optional()
|
|
46
|
+
}).describe("Information about the originally requested track when Track Relinking is applied");
|
|
47
|
+
const SpotifyGetUserSTopTracks_ExternalIdsSchema = z.object({
|
|
48
|
+
ean: z.string().describe("International Article Number").nullable().optional(),
|
|
49
|
+
upc: z.string().describe("Universal Product Code").nullable().optional(),
|
|
50
|
+
isrc: z.string().describe("International Standard Recording Code").nullable().optional()
|
|
51
|
+
}).describe("Known external IDs for the track");
|
|
52
|
+
const SpotifyGetUserSTopTracks_TrackSchema = z.object({
|
|
53
|
+
id: z.string().describe("The Spotify ID for the track"),
|
|
54
|
+
uri: z.string().describe("The Spotify URI for the track"),
|
|
55
|
+
href: z.string().describe("A link to the Web API endpoint providing full details of the track"),
|
|
56
|
+
name: z.string().describe("The name of the track"),
|
|
57
|
+
type: z.string().describe("The object type: track"),
|
|
58
|
+
album: SpotifyGetUserSTopTracks_SimplifiedAlbumSchema.nullable(),
|
|
59
|
+
artists: z.array(SpotifyGetUserSTopTracks_SimplifiedArtistSchema).describe("The artists who performed the track"),
|
|
60
|
+
explicit: z.boolean().describe("Whether or not the track has explicit lyrics (true = yes it does; false = no it does not OR unknown)"),
|
|
61
|
+
is_local: z.boolean().describe("Whether or not the track is from a local file"),
|
|
62
|
+
popularity: z.number().int().describe("The popularity of the track. The value will be between 0 and 100, with 100 being the most popular"),
|
|
63
|
+
disc_number: z.number().int().describe("The disc number (usually 1 unless the album consists of more than one disc)"),
|
|
64
|
+
duration_ms: z.number().int().describe("The track length in milliseconds"),
|
|
65
|
+
is_playable: z.boolean().describe("Part of the response when Track Relinking is applied. If true, the track is playable in the given market. Otherwise false.").nullable().optional(),
|
|
66
|
+
linked_from: SpotifyGetUserSTopTracks_LinkedFromSchema.nullable().optional(),
|
|
67
|
+
preview_url: z.string().describe("A link to a 30 second preview (MP3 format) of the track. Can be null").nullable().optional(),
|
|
68
|
+
external_ids: SpotifyGetUserSTopTracks_ExternalIdsSchema.nullable(),
|
|
69
|
+
restrictions: SpotifyGetUserSTopTracks_RestrictionsSchema.nullable().optional(),
|
|
70
|
+
track_number: z.number().int().describe("The number of the track. If an album has several discs, the track number is the number on the specified disc"),
|
|
71
|
+
external_urls: SpotifyGetUserSTopTracks_ExternalUrlsSchema.nullable(),
|
|
72
|
+
available_markets: z.array(z.string()).describe("A list of the countries in which the track can be played (ISO 3166-1 alpha-2 country codes)")
|
|
73
|
+
}).describe("Track object");
|
|
74
|
+
const spotifyGetUserSTopTracks = action("SPOTIFY_GET_USER_S_TOP_TRACKS", {
|
|
75
|
+
slug: "spotify-get-user-s-top-tracks",
|
|
76
|
+
name: "Get User's Top Tracks",
|
|
77
|
+
description: "Get the current user's top tracks based on calculated affinity. Returns the user's most-played tracks over different time periods based on their listening history and calculated affinity. Required OAuth Scope: user-top-read Note: The Spotify API limits results to the top 50 tracks per time range. Returns detailed track information including artist names, album details, popularity scores, duration, and preview URLs. Useful for understanding user listening preferences and music taste.",
|
|
78
|
+
input: SpotifyGetUserSTopTracksInput,
|
|
79
|
+
output: z.object({
|
|
80
|
+
href: z.string().describe("A link to the Web API endpoint returning the full result of the request"),
|
|
81
|
+
next: z.string().describe("URL to the next page of items (null if none)").nullable().optional(),
|
|
82
|
+
items: z.array(SpotifyGetUserSTopTracks_TrackSchema).describe("Array of track objects"),
|
|
83
|
+
limit: z.number().int().describe("The maximum number of items in the response (as set in the query or by default)"),
|
|
84
|
+
total: z.number().int().describe("The total number of items available to return"),
|
|
85
|
+
offset: z.number().int().describe("The offset of the items returned (as set in the query or by default)"),
|
|
86
|
+
previous: z.string().describe("URL to the previous page of items (null if none)").nullable().optional()
|
|
87
|
+
}).describe("Response schema for `GetUserSTopTracks` - Paginated response containing user's top tracks")
|
|
88
|
+
});
|
|
89
|
+
//#endregion
|
|
90
|
+
export { spotifyGetUserSTopTracks };
|
|
91
|
+
|
|
92
|
+
//# sourceMappingURL=get-user-s-top-tracks.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-user-s-top-tracks.mjs","names":[],"sources":["../../src/actions/get-user-s-top-tracks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotifyGetUserSTopTracksInput: z.ZodTypeAny = z.object({\n limit: z.number().int().default(20).describe(\"Maximum number of tracks to return. Minimum: 1, Maximum: 50.\").optional(),\n offset: z.number().int().default(0).describe(\"The index of the first track to return. Use with limit to paginate through results. Default: 0 (first track).\").optional(),\n time_range: z.string().default(\"medium_term\").describe(\"Time period for computing affinity. Options: 'long_term' (calculated from ~1 year of data), 'medium_term' (approximately last 6 months), 'short_term' (approximately last 4 weeks).\").optional(),\n}).describe(\"Request schema for `GetUserSTopTracks`\");\nconst SpotifyGetUserSTopTracks_ImageSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"The source URL of the image\"),\n width: z.number().int().describe(\"The image width in pixels\").nullable().optional(),\n height: z.number().int().describe(\"The image height in pixels\").nullable().optional(),\n}).describe(\"Image object\");\nconst SpotifyGetUserSTopTracks_ExternalUrlsSchema: z.ZodTypeAny = z.object({\n spotify: z.string().describe(\"The Spotify URL for the object\"),\n}).describe(\"Known external URLs\");\nconst SpotifyGetUserSTopTracks_SimplifiedArtistSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The Spotify ID for the artist\"),\n uri: z.string().describe(\"The Spotify URI for the artist\"),\n href: z.string().describe(\"A link to the Web API endpoint providing full details of the artist\"),\n name: z.string().describe(\"The name of the artist\"),\n type: z.string().describe(\"The object type: artist\"),\n external_urls: SpotifyGetUserSTopTracks_ExternalUrlsSchema.nullable(),\n}).describe(\"Simplified artist object\");\nconst SpotifyGetUserSTopTracks_RestrictionsSchema: z.ZodTypeAny = z.object({\n reason: z.string().describe(\"The reason for the restriction: market, product, or explicit\"),\n}).describe(\"Content restriction object\");\nconst SpotifyGetUserSTopTracks_SimplifiedAlbumSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The Spotify ID for the album\"),\n uri: z.string().describe(\"The Spotify URI for the album\"),\n href: z.string().describe(\"A link to the Web API endpoint providing full details of the album\"),\n name: z.string().describe(\"The name of the album\"),\n type: z.string().describe(\"The object type: album\"),\n images: z.array(SpotifyGetUserSTopTracks_ImageSchema).describe(\"The cover art for the album in various sizes, widest first\"),\n artists: z.array(SpotifyGetUserSTopTracks_SimplifiedArtistSchema).describe(\"The artists of the album\"),\n album_type: z.string().describe(\"The type of the album: album, single, or compilation\"),\n release_date: z.string().describe(\"The date the album was first released\"),\n restrictions: SpotifyGetUserSTopTracks_RestrictionsSchema.nullable().optional(),\n total_tracks: z.number().int().describe(\"The number of tracks in the album\"),\n external_urls: SpotifyGetUserSTopTracks_ExternalUrlsSchema.nullable(),\n available_markets: z.array(z.string()).describe(\"The markets in which the album is available (ISO 3166-1 alpha-2 country codes)\"),\n release_date_precision: z.string().describe(\"The precision with which release_date value is known: year, month, or day\"),\n}).describe(\"Simplified album object\");\nconst SpotifyGetUserSTopTracks_LinkedFromSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The Spotify ID for the track\").nullable().optional(),\n uri: z.string().describe(\"The Spotify URI for the track\").nullable().optional(),\n href: z.string().describe(\"A link to the Web API endpoint providing full details\").nullable().optional(),\n type: z.string().describe(\"The object type: track\").nullable().optional(),\n external_urls: SpotifyGetUserSTopTracks_ExternalUrlsSchema.nullable().optional(),\n}).describe(\"Information about the originally requested track when Track Relinking is applied\");\nconst SpotifyGetUserSTopTracks_ExternalIdsSchema: z.ZodTypeAny = z.object({\n ean: z.string().describe(\"International Article Number\").nullable().optional(),\n upc: z.string().describe(\"Universal Product Code\").nullable().optional(),\n isrc: z.string().describe(\"International Standard Recording Code\").nullable().optional(),\n}).describe(\"Known external IDs for the track\");\nconst SpotifyGetUserSTopTracks_TrackSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The Spotify ID for the track\"),\n uri: z.string().describe(\"The Spotify URI for the track\"),\n href: z.string().describe(\"A link to the Web API endpoint providing full details of the track\"),\n name: z.string().describe(\"The name of the track\"),\n type: z.string().describe(\"The object type: track\"),\n album: SpotifyGetUserSTopTracks_SimplifiedAlbumSchema.nullable(),\n artists: z.array(SpotifyGetUserSTopTracks_SimplifiedArtistSchema).describe(\"The artists who performed the track\"),\n explicit: z.boolean().describe(\"Whether or not the track has explicit lyrics (true = yes it does; false = no it does not OR unknown)\"),\n is_local: z.boolean().describe(\"Whether or not the track is from a local file\"),\n popularity: z.number().int().describe(\"The popularity of the track. The value will be between 0 and 100, with 100 being the most popular\"),\n disc_number: z.number().int().describe(\"The disc number (usually 1 unless the album consists of more than one disc)\"),\n duration_ms: z.number().int().describe(\"The track length in milliseconds\"),\n is_playable: z.boolean().describe(\"Part of the response when Track Relinking is applied. If true, the track is playable in the given market. Otherwise false.\").nullable().optional(),\n linked_from: SpotifyGetUserSTopTracks_LinkedFromSchema.nullable().optional(),\n preview_url: z.string().describe(\"A link to a 30 second preview (MP3 format) of the track. Can be null\").nullable().optional(),\n external_ids: SpotifyGetUserSTopTracks_ExternalIdsSchema.nullable(),\n restrictions: SpotifyGetUserSTopTracks_RestrictionsSchema.nullable().optional(),\n track_number: z.number().int().describe(\"The number of the track. If an album has several discs, the track number is the number on the specified disc\"),\n external_urls: SpotifyGetUserSTopTracks_ExternalUrlsSchema.nullable(),\n available_markets: z.array(z.string()).describe(\"A list of the countries in which the track can be played (ISO 3166-1 alpha-2 country codes)\"),\n}).describe(\"Track object\");\nexport const SpotifyGetUserSTopTracksOutput: z.ZodTypeAny = z.object({\n href: z.string().describe(\"A link to the Web API endpoint returning the full result of the request\"),\n next: z.string().describe(\"URL to the next page of items (null if none)\").nullable().optional(),\n items: z.array(SpotifyGetUserSTopTracks_TrackSchema).describe(\"Array of track objects\"),\n limit: z.number().int().describe(\"The maximum number of items in the response (as set in the query or by default)\"),\n total: z.number().int().describe(\"The total number of items available to return\"),\n offset: z.number().int().describe(\"The offset of the items returned (as set in the query or by default)\"),\n previous: z.string().describe(\"URL to the previous page of items (null if none)\").nullable().optional(),\n}).describe(\"Response schema for `GetUserSTopTracks` - Paginated response containing user's top tracks\");\n\nexport const spotifyGetUserSTopTracks = action(\"SPOTIFY_GET_USER_S_TOP_TRACKS\", {\n slug: \"spotify-get-user-s-top-tracks\",\n name: \"Get User's Top Tracks\",\n description: \"Get the current user's top tracks based on calculated affinity. Returns the user's most-played tracks over different time periods based on their listening history and calculated affinity. Required OAuth Scope: user-top-read Note: The Spotify API limits results to the top 50 tracks per time range. Returns detailed track information including artist names, album details, popularity scores, duration, and preview URLs. Useful for understanding user listening preferences and music taste.\",\n input: SpotifyGetUserSTopTracksInput,\n output: SpotifyGetUserSTopTracksOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CACtH,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;CACvK,YAAY,EAAE,OAAO,CAAC,CAAC,QAAQ,aAAa,CAAC,CAAC,SAAS,qLAAqL,CAAC,CAAC,SAAS;AACzP,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,uCAAqD,EAAE,OAAO;CAClE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACtD,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,cAAc;AAC1B,MAAM,8CAA4D,EAAE,OAAO,EACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,EAC/D,CAAC,CAAC,CAAC,SAAS,qBAAqB;AACjC,MAAM,kDAAgE,EAAE,OAAO;CAC7E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACvD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qEAAqE;CAC/F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,eAAe,4CAA4C,SAAS;AACtE,CAAC,CAAC,CAAC,SAAS,0BAA0B;AACtC,MAAM,8CAA4D,EAAE,OAAO,EACzE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,EAC5F,CAAC,CAAC,CAAC,SAAS,4BAA4B;AACxC,MAAM,iDAA+D,EAAE,OAAO;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAC9F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,QAAQ,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,4DAA4D;CAC3H,SAAS,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,0BAA0B;CACrG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACtF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACzE,cAAc,4CAA4C,SAAS,CAAC,CAAC,SAAS;CAC9E,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CAC3E,eAAe,4CAA4C,SAAS;CACpE,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gFAAgF;CAChI,wBAAwB,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;AACzH,CAAC,CAAC,CAAC,SAAS,yBAAyB;AACrC,MAAM,4CAA0D,EAAE,OAAO;CACvE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,eAAe,4CAA4C,SAAS,CAAC,CAAC,SAAS;AACjF,CAAC,CAAC,CAAC,SAAS,kFAAkF;AAC9F,MAAM,6CAA2D,EAAE,OAAO;CACxE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAC9C,MAAM,uCAAqD,EAAE,OAAO;CAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAC9F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CAClD,OAAO,+CAA+C,SAAS;CAC/D,SAAS,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,qCAAqC;CAChH,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,sGAAsG;CACrI,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;CAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mGAAmG;CACzI,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6EAA6E;CACpH,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;CACzE,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,4HAA4H,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpL,aAAa,0CAA0C,SAAS,CAAC,CAAC,SAAS;CAC3E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,cAAc,2CAA2C,SAAS;CAClE,cAAc,4CAA4C,SAAS,CAAC,CAAC,SAAS;CAC9E,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8GAA8G;CACtJ,eAAe,4CAA4C,SAAS;CACpE,mBAAmB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,6FAA6F;AAC/I,CAAC,CAAC,CAAC,SAAS,cAAc;AAW1B,MAAa,2BAA2B,OAAO,iCAAiC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAf0D,EAAE,OAAO;EACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yEAAyE;EACnG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,OAAO,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,wBAAwB;EACtF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iFAAiF;EAClH,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C;EAChF,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sEAAsE;EACxG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,CAAC,CAAC,CAAC,SAAS,2FAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_add_item_to_playback_queue = require("./add-item-to-playback-queue.cjs");
|
|
3
|
+
const require_add_items_to_playlist = require("./add-items-to-playlist.cjs");
|
|
4
|
+
const require_change_playlist_details = require("./change-playlist-details.cjs");
|
|
5
|
+
const require_check_if_user_follows_artists_or_users = require("./check-if-user-follows-artists-or-users.cjs");
|
|
6
|
+
const require_check_if_users_follow_playlist = require("./check-if-users-follow-playlist.cjs");
|
|
7
|
+
const require_check_user_s_saved_albums = require("./check-user-s-saved-albums.cjs");
|
|
8
|
+
const require_check_user_s_saved_audiobooks = require("./check-user-s-saved-audiobooks.cjs");
|
|
9
|
+
const require_check_user_s_saved_episodes = require("./check-user-s-saved-episodes.cjs");
|
|
10
|
+
const require_check_user_s_saved_shows = require("./check-user-s-saved-shows.cjs");
|
|
11
|
+
const require_check_user_s_saved_tracks = require("./check-user-s-saved-tracks.cjs");
|
|
12
|
+
const require_create_playlist = require("./create-playlist.cjs");
|
|
13
|
+
const require_follow_artists_or_users = require("./follow-artists-or-users.cjs");
|
|
14
|
+
const require_follow_playlist = require("./follow-playlist.cjs");
|
|
15
|
+
const require_get_a_chapter = require("./get-a-chapter.cjs");
|
|
16
|
+
const require_get_album = require("./get-album.cjs");
|
|
17
|
+
const require_get_album_tracks = require("./get-album-tracks.cjs");
|
|
18
|
+
const require_get_an_audiobook = require("./get-an-audiobook.cjs");
|
|
19
|
+
const require_get_artist = require("./get-artist.cjs");
|
|
20
|
+
const require_get_artist_s_albums = require("./get-artist-s-albums.cjs");
|
|
21
|
+
const require_get_artist_s_related_artists = require("./get-artist-s-related-artists.cjs");
|
|
22
|
+
const require_get_artist_s_top_tracks = require("./get-artist-s-top-tracks.cjs");
|
|
23
|
+
const require_get_audiobook_chapters = require("./get-audiobook-chapters.cjs");
|
|
24
|
+
const require_get_available_devices = require("./get-available-devices.cjs");
|
|
25
|
+
const require_get_available_markets = require("./get-available-markets.cjs");
|
|
26
|
+
const require_get_current_user_s_playlists = require("./get-current-user-s-playlists.cjs");
|
|
27
|
+
const require_get_current_user_s_profile = require("./get-current-user-s-profile.cjs");
|
|
28
|
+
const require_get_currently_playing_track = require("./get-currently-playing-track.cjs");
|
|
29
|
+
const require_get_episode = require("./get-episode.cjs");
|
|
30
|
+
const require_get_featured_playlists = require("./get-featured-playlists.cjs");
|
|
31
|
+
const require_get_followed_artists = require("./get-followed-artists.cjs");
|
|
32
|
+
const require_get_new_releases = require("./get-new-releases.cjs");
|
|
33
|
+
const require_get_playback_state = require("./get-playback-state.cjs");
|
|
34
|
+
const require_get_playlist = require("./get-playlist.cjs");
|
|
35
|
+
const require_get_playlist_cover_image = require("./get-playlist-cover-image.cjs");
|
|
36
|
+
const require_get_playlist_items = require("./get-playlist-items.cjs");
|
|
37
|
+
const require_get_recently_played_tracks = require("./get-recently-played-tracks.cjs");
|
|
38
|
+
const require_get_recommendations = require("./get-recommendations.cjs");
|
|
39
|
+
const require_get_several_albums = require("./get-several-albums.cjs");
|
|
40
|
+
const require_get_several_artists = require("./get-several-artists.cjs");
|
|
41
|
+
const require_get_several_audiobooks = require("./get-several-audiobooks.cjs");
|
|
42
|
+
const require_get_several_browse_categories = require("./get-several-browse-categories.cjs");
|
|
43
|
+
const require_get_several_chapters = require("./get-several-chapters.cjs");
|
|
44
|
+
const require_get_several_episodes = require("./get-several-episodes.cjs");
|
|
45
|
+
const require_get_several_shows = require("./get-several-shows.cjs");
|
|
46
|
+
const require_get_several_tracks = require("./get-several-tracks.cjs");
|
|
47
|
+
const require_get_show = require("./get-show.cjs");
|
|
48
|
+
const require_get_show_episodes = require("./get-show-episodes.cjs");
|
|
49
|
+
const require_get_single_browse_category = require("./get-single-browse-category.cjs");
|
|
50
|
+
const require_get_the_user_s_queue = require("./get-the-user-s-queue.cjs");
|
|
51
|
+
const require_get_track = require("./get-track.cjs");
|
|
52
|
+
const require_get_track_s_audio_analysis = require("./get-track-s-audio-analysis.cjs");
|
|
53
|
+
const require_get_user_s_playlists = require("./get-user-s-playlists.cjs");
|
|
54
|
+
const require_get_user_s_profile = require("./get-user-s-profile.cjs");
|
|
55
|
+
const require_get_user_s_saved_albums = require("./get-user-s-saved-albums.cjs");
|
|
56
|
+
const require_get_user_s_saved_audiobooks = require("./get-user-s-saved-audiobooks.cjs");
|
|
57
|
+
const require_get_user_s_saved_episodes = require("./get-user-s-saved-episodes.cjs");
|
|
58
|
+
const require_get_user_s_saved_shows = require("./get-user-s-saved-shows.cjs");
|
|
59
|
+
const require_get_user_s_saved_tracks = require("./get-user-s-saved-tracks.cjs");
|
|
60
|
+
const require_get_user_s_top_artists = require("./get-user-s-top-artists.cjs");
|
|
61
|
+
const require_get_user_s_top_tracks = require("./get-user-s-top-tracks.cjs");
|
|
62
|
+
const require_pause_playback = require("./pause-playback.cjs");
|
|
63
|
+
const require_remove_playlist_items = require("./remove-playlist-items.cjs");
|
|
64
|
+
const require_remove_user_s_saved_audiobooks = require("./remove-user-s-saved-audiobooks.cjs");
|
|
65
|
+
const require_remove_user_s_saved_episodes = require("./remove-user-s-saved-episodes.cjs");
|
|
66
|
+
const require_remove_user_s_saved_shows = require("./remove-user-s-saved-shows.cjs");
|
|
67
|
+
const require_remove_user_s_saved_tracks = require("./remove-user-s-saved-tracks.cjs");
|
|
68
|
+
const require_remove_users_saved_albums = require("./remove-users-saved-albums.cjs");
|
|
69
|
+
const require_save_albums_for_current_user = require("./save-albums-for-current-user.cjs");
|
|
70
|
+
const require_save_audiobooks_for_current_user = require("./save-audiobooks-for-current-user.cjs");
|
|
71
|
+
const require_save_episodes_for_current_user = require("./save-episodes-for-current-user.cjs");
|
|
72
|
+
const require_save_shows_for_current_user = require("./save-shows-for-current-user.cjs");
|
|
73
|
+
const require_save_tracks_for_current_user = require("./save-tracks-for-current-user.cjs");
|
|
74
|
+
const require_search_for_item = require("./search-for-item.cjs");
|
|
75
|
+
const require_seek_to_position = require("./seek-to-position.cjs");
|
|
76
|
+
const require_set_playback_volume = require("./set-playback-volume.cjs");
|
|
77
|
+
const require_set_repeat_mode = require("./set-repeat-mode.cjs");
|
|
78
|
+
const require_skip_to_next = require("./skip-to-next.cjs");
|
|
79
|
+
const require_skip_to_previous = require("./skip-to-previous.cjs");
|
|
80
|
+
const require_start_resume_playback = require("./start-resume-playback.cjs");
|
|
81
|
+
const require_toggle_playback_shuffle = require("./toggle-playback-shuffle.cjs");
|
|
82
|
+
const require_transfer_playback = require("./transfer-playback.cjs");
|
|
83
|
+
const require_unfollow_artists_or_users = require("./unfollow-artists-or-users.cjs");
|
|
84
|
+
const require_unfollow_playlist = require("./unfollow-playlist.cjs");
|
|
85
|
+
const require_update_playlist_items = require("./update-playlist-items.cjs");
|
|
86
|
+
exports.spotifyAddItemToPlaybackQueue = require_add_item_to_playback_queue.spotifyAddItemToPlaybackQueue;
|
|
87
|
+
exports.spotifyAddItemsToPlaylist = require_add_items_to_playlist.spotifyAddItemsToPlaylist;
|
|
88
|
+
exports.spotifyChangePlaylistDetails = require_change_playlist_details.spotifyChangePlaylistDetails;
|
|
89
|
+
exports.spotifyCheckIfUserFollowsArtistsOrUsers = require_check_if_user_follows_artists_or_users.spotifyCheckIfUserFollowsArtistsOrUsers;
|
|
90
|
+
exports.spotifyCheckIfUsersFollowPlaylist = require_check_if_users_follow_playlist.spotifyCheckIfUsersFollowPlaylist;
|
|
91
|
+
exports.spotifyCheckUserSSavedAlbums = require_check_user_s_saved_albums.spotifyCheckUserSSavedAlbums;
|
|
92
|
+
exports.spotifyCheckUserSSavedAudiobooks = require_check_user_s_saved_audiobooks.spotifyCheckUserSSavedAudiobooks;
|
|
93
|
+
exports.spotifyCheckUserSSavedEpisodes = require_check_user_s_saved_episodes.spotifyCheckUserSSavedEpisodes;
|
|
94
|
+
exports.spotifyCheckUserSSavedShows = require_check_user_s_saved_shows.spotifyCheckUserSSavedShows;
|
|
95
|
+
exports.spotifyCheckUserSSavedTracks = require_check_user_s_saved_tracks.spotifyCheckUserSSavedTracks;
|
|
96
|
+
exports.spotifyCreatePlaylist = require_create_playlist.spotifyCreatePlaylist;
|
|
97
|
+
exports.spotifyFollowArtistsOrUsers = require_follow_artists_or_users.spotifyFollowArtistsOrUsers;
|
|
98
|
+
exports.spotifyFollowPlaylist = require_follow_playlist.spotifyFollowPlaylist;
|
|
99
|
+
exports.spotifyGetAChapter = require_get_a_chapter.spotifyGetAChapter;
|
|
100
|
+
exports.spotifyGetAlbum = require_get_album.spotifyGetAlbum;
|
|
101
|
+
exports.spotifyGetAlbumTracks = require_get_album_tracks.spotifyGetAlbumTracks;
|
|
102
|
+
exports.spotifyGetAnAudiobook = require_get_an_audiobook.spotifyGetAnAudiobook;
|
|
103
|
+
exports.spotifyGetArtist = require_get_artist.spotifyGetArtist;
|
|
104
|
+
exports.spotifyGetArtistSAlbums = require_get_artist_s_albums.spotifyGetArtistSAlbums;
|
|
105
|
+
exports.spotifyGetArtistSRelatedArtists = require_get_artist_s_related_artists.spotifyGetArtistSRelatedArtists;
|
|
106
|
+
exports.spotifyGetArtistSTopTracks = require_get_artist_s_top_tracks.spotifyGetArtistSTopTracks;
|
|
107
|
+
exports.spotifyGetAudiobookChapters = require_get_audiobook_chapters.spotifyGetAudiobookChapters;
|
|
108
|
+
exports.spotifyGetAvailableDevices = require_get_available_devices.spotifyGetAvailableDevices;
|
|
109
|
+
exports.spotifyGetAvailableMarkets = require_get_available_markets.spotifyGetAvailableMarkets;
|
|
110
|
+
exports.spotifyGetCurrentUserSPlaylists = require_get_current_user_s_playlists.spotifyGetCurrentUserSPlaylists;
|
|
111
|
+
exports.spotifyGetCurrentUserSProfile = require_get_current_user_s_profile.spotifyGetCurrentUserSProfile;
|
|
112
|
+
exports.spotifyGetCurrentlyPlayingTrack = require_get_currently_playing_track.spotifyGetCurrentlyPlayingTrack;
|
|
113
|
+
exports.spotifyGetEpisode = require_get_episode.spotifyGetEpisode;
|
|
114
|
+
exports.spotifyGetFeaturedPlaylists = require_get_featured_playlists.spotifyGetFeaturedPlaylists;
|
|
115
|
+
exports.spotifyGetFollowedArtists = require_get_followed_artists.spotifyGetFollowedArtists;
|
|
116
|
+
exports.spotifyGetNewReleases = require_get_new_releases.spotifyGetNewReleases;
|
|
117
|
+
exports.spotifyGetPlaybackState = require_get_playback_state.spotifyGetPlaybackState;
|
|
118
|
+
exports.spotifyGetPlaylist = require_get_playlist.spotifyGetPlaylist;
|
|
119
|
+
exports.spotifyGetPlaylistCoverImage = require_get_playlist_cover_image.spotifyGetPlaylistCoverImage;
|
|
120
|
+
exports.spotifyGetPlaylistItems = require_get_playlist_items.spotifyGetPlaylistItems;
|
|
121
|
+
exports.spotifyGetRecentlyPlayedTracks = require_get_recently_played_tracks.spotifyGetRecentlyPlayedTracks;
|
|
122
|
+
exports.spotifyGetRecommendations = require_get_recommendations.spotifyGetRecommendations;
|
|
123
|
+
exports.spotifyGetSeveralAlbums = require_get_several_albums.spotifyGetSeveralAlbums;
|
|
124
|
+
exports.spotifyGetSeveralArtists = require_get_several_artists.spotifyGetSeveralArtists;
|
|
125
|
+
exports.spotifyGetSeveralAudiobooks = require_get_several_audiobooks.spotifyGetSeveralAudiobooks;
|
|
126
|
+
exports.spotifyGetSeveralBrowseCategories = require_get_several_browse_categories.spotifyGetSeveralBrowseCategories;
|
|
127
|
+
exports.spotifyGetSeveralChapters = require_get_several_chapters.spotifyGetSeveralChapters;
|
|
128
|
+
exports.spotifyGetSeveralEpisodes = require_get_several_episodes.spotifyGetSeveralEpisodes;
|
|
129
|
+
exports.spotifyGetSeveralShows = require_get_several_shows.spotifyGetSeveralShows;
|
|
130
|
+
exports.spotifyGetSeveralTracks = require_get_several_tracks.spotifyGetSeveralTracks;
|
|
131
|
+
exports.spotifyGetShow = require_get_show.spotifyGetShow;
|
|
132
|
+
exports.spotifyGetShowEpisodes = require_get_show_episodes.spotifyGetShowEpisodes;
|
|
133
|
+
exports.spotifyGetSingleBrowseCategory = require_get_single_browse_category.spotifyGetSingleBrowseCategory;
|
|
134
|
+
exports.spotifyGetTheUserSQueue = require_get_the_user_s_queue.spotifyGetTheUserSQueue;
|
|
135
|
+
exports.spotifyGetTrack = require_get_track.spotifyGetTrack;
|
|
136
|
+
exports.spotifyGetTrackSAudioAnalysis = require_get_track_s_audio_analysis.spotifyGetTrackSAudioAnalysis;
|
|
137
|
+
exports.spotifyGetUserSPlaylists = require_get_user_s_playlists.spotifyGetUserSPlaylists;
|
|
138
|
+
exports.spotifyGetUserSProfile = require_get_user_s_profile.spotifyGetUserSProfile;
|
|
139
|
+
exports.spotifyGetUserSSavedAlbums = require_get_user_s_saved_albums.spotifyGetUserSSavedAlbums;
|
|
140
|
+
exports.spotifyGetUserSSavedAudiobooks = require_get_user_s_saved_audiobooks.spotifyGetUserSSavedAudiobooks;
|
|
141
|
+
exports.spotifyGetUserSSavedEpisodes = require_get_user_s_saved_episodes.spotifyGetUserSSavedEpisodes;
|
|
142
|
+
exports.spotifyGetUserSSavedShows = require_get_user_s_saved_shows.spotifyGetUserSSavedShows;
|
|
143
|
+
exports.spotifyGetUserSSavedTracks = require_get_user_s_saved_tracks.spotifyGetUserSSavedTracks;
|
|
144
|
+
exports.spotifyGetUserSTopArtists = require_get_user_s_top_artists.spotifyGetUserSTopArtists;
|
|
145
|
+
exports.spotifyGetUserSTopTracks = require_get_user_s_top_tracks.spotifyGetUserSTopTracks;
|
|
146
|
+
exports.spotifyPausePlayback = require_pause_playback.spotifyPausePlayback;
|
|
147
|
+
exports.spotifyRemovePlaylistItems = require_remove_playlist_items.spotifyRemovePlaylistItems;
|
|
148
|
+
exports.spotifyRemoveUserSSavedAudiobooks = require_remove_user_s_saved_audiobooks.spotifyRemoveUserSSavedAudiobooks;
|
|
149
|
+
exports.spotifyRemoveUserSSavedEpisodes = require_remove_user_s_saved_episodes.spotifyRemoveUserSSavedEpisodes;
|
|
150
|
+
exports.spotifyRemoveUserSSavedShows = require_remove_user_s_saved_shows.spotifyRemoveUserSSavedShows;
|
|
151
|
+
exports.spotifyRemoveUserSSavedTracks = require_remove_user_s_saved_tracks.spotifyRemoveUserSSavedTracks;
|
|
152
|
+
exports.spotifyRemoveUsersSavedAlbums = require_remove_users_saved_albums.spotifyRemoveUsersSavedAlbums;
|
|
153
|
+
exports.spotifySaveAlbumsForCurrentUser = require_save_albums_for_current_user.spotifySaveAlbumsForCurrentUser;
|
|
154
|
+
exports.spotifySaveAudiobooksForCurrentUser = require_save_audiobooks_for_current_user.spotifySaveAudiobooksForCurrentUser;
|
|
155
|
+
exports.spotifySaveEpisodesForCurrentUser = require_save_episodes_for_current_user.spotifySaveEpisodesForCurrentUser;
|
|
156
|
+
exports.spotifySaveShowsForCurrentUser = require_save_shows_for_current_user.spotifySaveShowsForCurrentUser;
|
|
157
|
+
exports.spotifySaveTracksForCurrentUser = require_save_tracks_for_current_user.spotifySaveTracksForCurrentUser;
|
|
158
|
+
exports.spotifySearchForItem = require_search_for_item.spotifySearchForItem;
|
|
159
|
+
exports.spotifySeekToPosition = require_seek_to_position.spotifySeekToPosition;
|
|
160
|
+
exports.spotifySetPlaybackVolume = require_set_playback_volume.spotifySetPlaybackVolume;
|
|
161
|
+
exports.spotifySetRepeatMode = require_set_repeat_mode.spotifySetRepeatMode;
|
|
162
|
+
exports.spotifySkipToNext = require_skip_to_next.spotifySkipToNext;
|
|
163
|
+
exports.spotifySkipToPrevious = require_skip_to_previous.spotifySkipToPrevious;
|
|
164
|
+
exports.spotifyStartResumePlayback = require_start_resume_playback.spotifyStartResumePlayback;
|
|
165
|
+
exports.spotifyTogglePlaybackShuffle = require_toggle_playback_shuffle.spotifyTogglePlaybackShuffle;
|
|
166
|
+
exports.spotifyTransferPlayback = require_transfer_playback.spotifyTransferPlayback;
|
|
167
|
+
exports.spotifyUnfollowArtistsOrUsers = require_unfollow_artists_or_users.spotifyUnfollowArtistsOrUsers;
|
|
168
|
+
exports.spotifyUnfollowPlaylist = require_unfollow_playlist.spotifyUnfollowPlaylist;
|
|
169
|
+
exports.spotifyUpdatePlaylistItems = require_update_playlist_items.spotifyUpdatePlaylistItems;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { spotifyAddItemToPlaybackQueue } from "./add-item-to-playback-queue.cjs";
|
|
2
|
+
import { spotifyAddItemsToPlaylist } from "./add-items-to-playlist.cjs";
|
|
3
|
+
import { spotifyChangePlaylistDetails } from "./change-playlist-details.cjs";
|
|
4
|
+
import { spotifyCheckIfUserFollowsArtistsOrUsers } from "./check-if-user-follows-artists-or-users.cjs";
|
|
5
|
+
import { spotifyCheckIfUsersFollowPlaylist } from "./check-if-users-follow-playlist.cjs";
|
|
6
|
+
import { spotifyCheckUserSSavedAlbums } from "./check-user-s-saved-albums.cjs";
|
|
7
|
+
import { spotifyCheckUserSSavedAudiobooks } from "./check-user-s-saved-audiobooks.cjs";
|
|
8
|
+
import { spotifyCheckUserSSavedEpisodes } from "./check-user-s-saved-episodes.cjs";
|
|
9
|
+
import { spotifyCheckUserSSavedShows } from "./check-user-s-saved-shows.cjs";
|
|
10
|
+
import { spotifyCheckUserSSavedTracks } from "./check-user-s-saved-tracks.cjs";
|
|
11
|
+
import { spotifyCreatePlaylist } from "./create-playlist.cjs";
|
|
12
|
+
import { spotifyFollowArtistsOrUsers } from "./follow-artists-or-users.cjs";
|
|
13
|
+
import { spotifyFollowPlaylist } from "./follow-playlist.cjs";
|
|
14
|
+
import { spotifyGetAChapter } from "./get-a-chapter.cjs";
|
|
15
|
+
import { spotifyGetAlbum } from "./get-album.cjs";
|
|
16
|
+
import { spotifyGetAlbumTracks } from "./get-album-tracks.cjs";
|
|
17
|
+
import { spotifyGetAnAudiobook } from "./get-an-audiobook.cjs";
|
|
18
|
+
import { spotifyGetArtist } from "./get-artist.cjs";
|
|
19
|
+
import { spotifyGetArtistSAlbums } from "./get-artist-s-albums.cjs";
|
|
20
|
+
import { spotifyGetArtistSRelatedArtists } from "./get-artist-s-related-artists.cjs";
|
|
21
|
+
import { spotifyGetArtistSTopTracks } from "./get-artist-s-top-tracks.cjs";
|
|
22
|
+
import { spotifyGetAudiobookChapters } from "./get-audiobook-chapters.cjs";
|
|
23
|
+
import { spotifyGetAvailableDevices } from "./get-available-devices.cjs";
|
|
24
|
+
import { spotifyGetAvailableMarkets } from "./get-available-markets.cjs";
|
|
25
|
+
import { spotifyGetCurrentUserSPlaylists } from "./get-current-user-s-playlists.cjs";
|
|
26
|
+
import { spotifyGetCurrentUserSProfile } from "./get-current-user-s-profile.cjs";
|
|
27
|
+
import { spotifyGetCurrentlyPlayingTrack } from "./get-currently-playing-track.cjs";
|
|
28
|
+
import { spotifyGetEpisode } from "./get-episode.cjs";
|
|
29
|
+
import { spotifyGetFeaturedPlaylists } from "./get-featured-playlists.cjs";
|
|
30
|
+
import { spotifyGetFollowedArtists } from "./get-followed-artists.cjs";
|
|
31
|
+
import { spotifyGetNewReleases } from "./get-new-releases.cjs";
|
|
32
|
+
import { spotifyGetPlaybackState } from "./get-playback-state.cjs";
|
|
33
|
+
import { spotifyGetPlaylist } from "./get-playlist.cjs";
|
|
34
|
+
import { spotifyGetPlaylistCoverImage } from "./get-playlist-cover-image.cjs";
|
|
35
|
+
import { spotifyGetPlaylistItems } from "./get-playlist-items.cjs";
|
|
36
|
+
import { spotifyGetRecentlyPlayedTracks } from "./get-recently-played-tracks.cjs";
|
|
37
|
+
import { spotifyGetRecommendations } from "./get-recommendations.cjs";
|
|
38
|
+
import { spotifyGetSeveralAlbums } from "./get-several-albums.cjs";
|
|
39
|
+
import { spotifyGetSeveralArtists } from "./get-several-artists.cjs";
|
|
40
|
+
import { spotifyGetSeveralAudiobooks } from "./get-several-audiobooks.cjs";
|
|
41
|
+
import { spotifyGetSeveralBrowseCategories } from "./get-several-browse-categories.cjs";
|
|
42
|
+
import { spotifyGetSeveralChapters } from "./get-several-chapters.cjs";
|
|
43
|
+
import { spotifyGetSeveralEpisodes } from "./get-several-episodes.cjs";
|
|
44
|
+
import { spotifyGetSeveralShows } from "./get-several-shows.cjs";
|
|
45
|
+
import { spotifyGetSeveralTracks } from "./get-several-tracks.cjs";
|
|
46
|
+
import { spotifyGetShow } from "./get-show.cjs";
|
|
47
|
+
import { spotifyGetShowEpisodes } from "./get-show-episodes.cjs";
|
|
48
|
+
import { spotifyGetSingleBrowseCategory } from "./get-single-browse-category.cjs";
|
|
49
|
+
import { spotifyGetTheUserSQueue } from "./get-the-user-s-queue.cjs";
|
|
50
|
+
import { spotifyGetTrack } from "./get-track.cjs";
|
|
51
|
+
import { spotifyGetTrackSAudioAnalysis } from "./get-track-s-audio-analysis.cjs";
|
|
52
|
+
import { spotifyGetUserSPlaylists } from "./get-user-s-playlists.cjs";
|
|
53
|
+
import { spotifyGetUserSProfile } from "./get-user-s-profile.cjs";
|
|
54
|
+
import { spotifyGetUserSSavedAlbums } from "./get-user-s-saved-albums.cjs";
|
|
55
|
+
import { spotifyGetUserSSavedAudiobooks } from "./get-user-s-saved-audiobooks.cjs";
|
|
56
|
+
import { spotifyGetUserSSavedEpisodes } from "./get-user-s-saved-episodes.cjs";
|
|
57
|
+
import { spotifyGetUserSSavedShows } from "./get-user-s-saved-shows.cjs";
|
|
58
|
+
import { spotifyGetUserSSavedTracks } from "./get-user-s-saved-tracks.cjs";
|
|
59
|
+
import { spotifyGetUserSTopArtists } from "./get-user-s-top-artists.cjs";
|
|
60
|
+
import { spotifyGetUserSTopTracks } from "./get-user-s-top-tracks.cjs";
|
|
61
|
+
import { spotifyPausePlayback } from "./pause-playback.cjs";
|
|
62
|
+
import { spotifyRemovePlaylistItems } from "./remove-playlist-items.cjs";
|
|
63
|
+
import { spotifyRemoveUserSSavedAudiobooks } from "./remove-user-s-saved-audiobooks.cjs";
|
|
64
|
+
import { spotifyRemoveUserSSavedEpisodes } from "./remove-user-s-saved-episodes.cjs";
|
|
65
|
+
import { spotifyRemoveUserSSavedShows } from "./remove-user-s-saved-shows.cjs";
|
|
66
|
+
import { spotifyRemoveUserSSavedTracks } from "./remove-user-s-saved-tracks.cjs";
|
|
67
|
+
import { spotifyRemoveUsersSavedAlbums } from "./remove-users-saved-albums.cjs";
|
|
68
|
+
import { spotifySaveAlbumsForCurrentUser } from "./save-albums-for-current-user.cjs";
|
|
69
|
+
import { spotifySaveAudiobooksForCurrentUser } from "./save-audiobooks-for-current-user.cjs";
|
|
70
|
+
import { spotifySaveEpisodesForCurrentUser } from "./save-episodes-for-current-user.cjs";
|
|
71
|
+
import { spotifySaveShowsForCurrentUser } from "./save-shows-for-current-user.cjs";
|
|
72
|
+
import { spotifySaveTracksForCurrentUser } from "./save-tracks-for-current-user.cjs";
|
|
73
|
+
import { spotifySearchForItem } from "./search-for-item.cjs";
|
|
74
|
+
import { spotifySeekToPosition } from "./seek-to-position.cjs";
|
|
75
|
+
import { spotifySetPlaybackVolume } from "./set-playback-volume.cjs";
|
|
76
|
+
import { spotifySetRepeatMode } from "./set-repeat-mode.cjs";
|
|
77
|
+
import { spotifySkipToNext } from "./skip-to-next.cjs";
|
|
78
|
+
import { spotifySkipToPrevious } from "./skip-to-previous.cjs";
|
|
79
|
+
import { spotifyStartResumePlayback } from "./start-resume-playback.cjs";
|
|
80
|
+
import { spotifyTogglePlaybackShuffle } from "./toggle-playback-shuffle.cjs";
|
|
81
|
+
import { spotifyTransferPlayback } from "./transfer-playback.cjs";
|
|
82
|
+
import { spotifyUnfollowArtistsOrUsers } from "./unfollow-artists-or-users.cjs";
|
|
83
|
+
import { spotifyUnfollowPlaylist } from "./unfollow-playlist.cjs";
|
|
84
|
+
import { spotifyUpdatePlaylistItems } from "./update-playlist-items.cjs";
|
|
85
|
+
export { spotifyAddItemToPlaybackQueue, spotifyAddItemsToPlaylist, spotifyChangePlaylistDetails, spotifyCheckIfUserFollowsArtistsOrUsers, spotifyCheckIfUsersFollowPlaylist, spotifyCheckUserSSavedAlbums, spotifyCheckUserSSavedAudiobooks, spotifyCheckUserSSavedEpisodes, spotifyCheckUserSSavedShows, spotifyCheckUserSSavedTracks, spotifyCreatePlaylist, spotifyFollowArtistsOrUsers, spotifyFollowPlaylist, spotifyGetAChapter, spotifyGetAlbum, spotifyGetAlbumTracks, spotifyGetAnAudiobook, spotifyGetArtist, spotifyGetArtistSAlbums, spotifyGetArtistSRelatedArtists, spotifyGetArtistSTopTracks, spotifyGetAudiobookChapters, spotifyGetAvailableDevices, spotifyGetAvailableMarkets, spotifyGetCurrentUserSPlaylists, spotifyGetCurrentUserSProfile, spotifyGetCurrentlyPlayingTrack, spotifyGetEpisode, spotifyGetFeaturedPlaylists, spotifyGetFollowedArtists, spotifyGetNewReleases, spotifyGetPlaybackState, spotifyGetPlaylist, spotifyGetPlaylistCoverImage, spotifyGetPlaylistItems, spotifyGetRecentlyPlayedTracks, spotifyGetRecommendations, spotifyGetSeveralAlbums, spotifyGetSeveralArtists, spotifyGetSeveralAudiobooks, spotifyGetSeveralBrowseCategories, spotifyGetSeveralChapters, spotifyGetSeveralEpisodes, spotifyGetSeveralShows, spotifyGetSeveralTracks, spotifyGetShow, spotifyGetShowEpisodes, spotifyGetSingleBrowseCategory, spotifyGetTheUserSQueue, spotifyGetTrack, spotifyGetTrackSAudioAnalysis, spotifyGetUserSPlaylists, spotifyGetUserSProfile, spotifyGetUserSSavedAlbums, spotifyGetUserSSavedAudiobooks, spotifyGetUserSSavedEpisodes, spotifyGetUserSSavedShows, spotifyGetUserSSavedTracks, spotifyGetUserSTopArtists, spotifyGetUserSTopTracks, spotifyPausePlayback, spotifyRemovePlaylistItems, spotifyRemoveUserSSavedAudiobooks, spotifyRemoveUserSSavedEpisodes, spotifyRemoveUserSSavedShows, spotifyRemoveUserSSavedTracks, spotifyRemoveUsersSavedAlbums, spotifySaveAlbumsForCurrentUser, spotifySaveAudiobooksForCurrentUser, spotifySaveEpisodesForCurrentUser, spotifySaveShowsForCurrentUser, spotifySaveTracksForCurrentUser, spotifySearchForItem, spotifySeekToPosition, spotifySetPlaybackVolume, spotifySetRepeatMode, spotifySkipToNext, spotifySkipToPrevious, spotifyStartResumePlayback, spotifyTogglePlaybackShuffle, spotifyTransferPlayback, spotifyUnfollowArtistsOrUsers, spotifyUnfollowPlaylist, spotifyUpdatePlaylistItems };
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { spotifyAddItemToPlaybackQueue } from "./add-item-to-playback-queue.mjs";
|
|
2
|
+
import { spotifyAddItemsToPlaylist } from "./add-items-to-playlist.mjs";
|
|
3
|
+
import { spotifyChangePlaylistDetails } from "./change-playlist-details.mjs";
|
|
4
|
+
import { spotifyCheckIfUserFollowsArtistsOrUsers } from "./check-if-user-follows-artists-or-users.mjs";
|
|
5
|
+
import { spotifyCheckIfUsersFollowPlaylist } from "./check-if-users-follow-playlist.mjs";
|
|
6
|
+
import { spotifyCheckUserSSavedAlbums } from "./check-user-s-saved-albums.mjs";
|
|
7
|
+
import { spotifyCheckUserSSavedAudiobooks } from "./check-user-s-saved-audiobooks.mjs";
|
|
8
|
+
import { spotifyCheckUserSSavedEpisodes } from "./check-user-s-saved-episodes.mjs";
|
|
9
|
+
import { spotifyCheckUserSSavedShows } from "./check-user-s-saved-shows.mjs";
|
|
10
|
+
import { spotifyCheckUserSSavedTracks } from "./check-user-s-saved-tracks.mjs";
|
|
11
|
+
import { spotifyCreatePlaylist } from "./create-playlist.mjs";
|
|
12
|
+
import { spotifyFollowArtistsOrUsers } from "./follow-artists-or-users.mjs";
|
|
13
|
+
import { spotifyFollowPlaylist } from "./follow-playlist.mjs";
|
|
14
|
+
import { spotifyGetAChapter } from "./get-a-chapter.mjs";
|
|
15
|
+
import { spotifyGetAlbum } from "./get-album.mjs";
|
|
16
|
+
import { spotifyGetAlbumTracks } from "./get-album-tracks.mjs";
|
|
17
|
+
import { spotifyGetAnAudiobook } from "./get-an-audiobook.mjs";
|
|
18
|
+
import { spotifyGetArtist } from "./get-artist.mjs";
|
|
19
|
+
import { spotifyGetArtistSAlbums } from "./get-artist-s-albums.mjs";
|
|
20
|
+
import { spotifyGetArtistSRelatedArtists } from "./get-artist-s-related-artists.mjs";
|
|
21
|
+
import { spotifyGetArtistSTopTracks } from "./get-artist-s-top-tracks.mjs";
|
|
22
|
+
import { spotifyGetAudiobookChapters } from "./get-audiobook-chapters.mjs";
|
|
23
|
+
import { spotifyGetAvailableDevices } from "./get-available-devices.mjs";
|
|
24
|
+
import { spotifyGetAvailableMarkets } from "./get-available-markets.mjs";
|
|
25
|
+
import { spotifyGetCurrentUserSPlaylists } from "./get-current-user-s-playlists.mjs";
|
|
26
|
+
import { spotifyGetCurrentUserSProfile } from "./get-current-user-s-profile.mjs";
|
|
27
|
+
import { spotifyGetCurrentlyPlayingTrack } from "./get-currently-playing-track.mjs";
|
|
28
|
+
import { spotifyGetEpisode } from "./get-episode.mjs";
|
|
29
|
+
import { spotifyGetFeaturedPlaylists } from "./get-featured-playlists.mjs";
|
|
30
|
+
import { spotifyGetFollowedArtists } from "./get-followed-artists.mjs";
|
|
31
|
+
import { spotifyGetNewReleases } from "./get-new-releases.mjs";
|
|
32
|
+
import { spotifyGetPlaybackState } from "./get-playback-state.mjs";
|
|
33
|
+
import { spotifyGetPlaylist } from "./get-playlist.mjs";
|
|
34
|
+
import { spotifyGetPlaylistCoverImage } from "./get-playlist-cover-image.mjs";
|
|
35
|
+
import { spotifyGetPlaylistItems } from "./get-playlist-items.mjs";
|
|
36
|
+
import { spotifyGetRecentlyPlayedTracks } from "./get-recently-played-tracks.mjs";
|
|
37
|
+
import { spotifyGetRecommendations } from "./get-recommendations.mjs";
|
|
38
|
+
import { spotifyGetSeveralAlbums } from "./get-several-albums.mjs";
|
|
39
|
+
import { spotifyGetSeveralArtists } from "./get-several-artists.mjs";
|
|
40
|
+
import { spotifyGetSeveralAudiobooks } from "./get-several-audiobooks.mjs";
|
|
41
|
+
import { spotifyGetSeveralBrowseCategories } from "./get-several-browse-categories.mjs";
|
|
42
|
+
import { spotifyGetSeveralChapters } from "./get-several-chapters.mjs";
|
|
43
|
+
import { spotifyGetSeveralEpisodes } from "./get-several-episodes.mjs";
|
|
44
|
+
import { spotifyGetSeveralShows } from "./get-several-shows.mjs";
|
|
45
|
+
import { spotifyGetSeveralTracks } from "./get-several-tracks.mjs";
|
|
46
|
+
import { spotifyGetShow } from "./get-show.mjs";
|
|
47
|
+
import { spotifyGetShowEpisodes } from "./get-show-episodes.mjs";
|
|
48
|
+
import { spotifyGetSingleBrowseCategory } from "./get-single-browse-category.mjs";
|
|
49
|
+
import { spotifyGetTheUserSQueue } from "./get-the-user-s-queue.mjs";
|
|
50
|
+
import { spotifyGetTrack } from "./get-track.mjs";
|
|
51
|
+
import { spotifyGetTrackSAudioAnalysis } from "./get-track-s-audio-analysis.mjs";
|
|
52
|
+
import { spotifyGetUserSPlaylists } from "./get-user-s-playlists.mjs";
|
|
53
|
+
import { spotifyGetUserSProfile } from "./get-user-s-profile.mjs";
|
|
54
|
+
import { spotifyGetUserSSavedAlbums } from "./get-user-s-saved-albums.mjs";
|
|
55
|
+
import { spotifyGetUserSSavedAudiobooks } from "./get-user-s-saved-audiobooks.mjs";
|
|
56
|
+
import { spotifyGetUserSSavedEpisodes } from "./get-user-s-saved-episodes.mjs";
|
|
57
|
+
import { spotifyGetUserSSavedShows } from "./get-user-s-saved-shows.mjs";
|
|
58
|
+
import { spotifyGetUserSSavedTracks } from "./get-user-s-saved-tracks.mjs";
|
|
59
|
+
import { spotifyGetUserSTopArtists } from "./get-user-s-top-artists.mjs";
|
|
60
|
+
import { spotifyGetUserSTopTracks } from "./get-user-s-top-tracks.mjs";
|
|
61
|
+
import { spotifyPausePlayback } from "./pause-playback.mjs";
|
|
62
|
+
import { spotifyRemovePlaylistItems } from "./remove-playlist-items.mjs";
|
|
63
|
+
import { spotifyRemoveUserSSavedAudiobooks } from "./remove-user-s-saved-audiobooks.mjs";
|
|
64
|
+
import { spotifyRemoveUserSSavedEpisodes } from "./remove-user-s-saved-episodes.mjs";
|
|
65
|
+
import { spotifyRemoveUserSSavedShows } from "./remove-user-s-saved-shows.mjs";
|
|
66
|
+
import { spotifyRemoveUserSSavedTracks } from "./remove-user-s-saved-tracks.mjs";
|
|
67
|
+
import { spotifyRemoveUsersSavedAlbums } from "./remove-users-saved-albums.mjs";
|
|
68
|
+
import { spotifySaveAlbumsForCurrentUser } from "./save-albums-for-current-user.mjs";
|
|
69
|
+
import { spotifySaveAudiobooksForCurrentUser } from "./save-audiobooks-for-current-user.mjs";
|
|
70
|
+
import { spotifySaveEpisodesForCurrentUser } from "./save-episodes-for-current-user.mjs";
|
|
71
|
+
import { spotifySaveShowsForCurrentUser } from "./save-shows-for-current-user.mjs";
|
|
72
|
+
import { spotifySaveTracksForCurrentUser } from "./save-tracks-for-current-user.mjs";
|
|
73
|
+
import { spotifySearchForItem } from "./search-for-item.mjs";
|
|
74
|
+
import { spotifySeekToPosition } from "./seek-to-position.mjs";
|
|
75
|
+
import { spotifySetPlaybackVolume } from "./set-playback-volume.mjs";
|
|
76
|
+
import { spotifySetRepeatMode } from "./set-repeat-mode.mjs";
|
|
77
|
+
import { spotifySkipToNext } from "./skip-to-next.mjs";
|
|
78
|
+
import { spotifySkipToPrevious } from "./skip-to-previous.mjs";
|
|
79
|
+
import { spotifyStartResumePlayback } from "./start-resume-playback.mjs";
|
|
80
|
+
import { spotifyTogglePlaybackShuffle } from "./toggle-playback-shuffle.mjs";
|
|
81
|
+
import { spotifyTransferPlayback } from "./transfer-playback.mjs";
|
|
82
|
+
import { spotifyUnfollowArtistsOrUsers } from "./unfollow-artists-or-users.mjs";
|
|
83
|
+
import { spotifyUnfollowPlaylist } from "./unfollow-playlist.mjs";
|
|
84
|
+
import { spotifyUpdatePlaylistItems } from "./update-playlist-items.mjs";
|
|
85
|
+
export { spotifyAddItemToPlaybackQueue, spotifyAddItemsToPlaylist, spotifyChangePlaylistDetails, spotifyCheckIfUserFollowsArtistsOrUsers, spotifyCheckIfUsersFollowPlaylist, spotifyCheckUserSSavedAlbums, spotifyCheckUserSSavedAudiobooks, spotifyCheckUserSSavedEpisodes, spotifyCheckUserSSavedShows, spotifyCheckUserSSavedTracks, spotifyCreatePlaylist, spotifyFollowArtistsOrUsers, spotifyFollowPlaylist, spotifyGetAChapter, spotifyGetAlbum, spotifyGetAlbumTracks, spotifyGetAnAudiobook, spotifyGetArtist, spotifyGetArtistSAlbums, spotifyGetArtistSRelatedArtists, spotifyGetArtistSTopTracks, spotifyGetAudiobookChapters, spotifyGetAvailableDevices, spotifyGetAvailableMarkets, spotifyGetCurrentUserSPlaylists, spotifyGetCurrentUserSProfile, spotifyGetCurrentlyPlayingTrack, spotifyGetEpisode, spotifyGetFeaturedPlaylists, spotifyGetFollowedArtists, spotifyGetNewReleases, spotifyGetPlaybackState, spotifyGetPlaylist, spotifyGetPlaylistCoverImage, spotifyGetPlaylistItems, spotifyGetRecentlyPlayedTracks, spotifyGetRecommendations, spotifyGetSeveralAlbums, spotifyGetSeveralArtists, spotifyGetSeveralAudiobooks, spotifyGetSeveralBrowseCategories, spotifyGetSeveralChapters, spotifyGetSeveralEpisodes, spotifyGetSeveralShows, spotifyGetSeveralTracks, spotifyGetShow, spotifyGetShowEpisodes, spotifyGetSingleBrowseCategory, spotifyGetTheUserSQueue, spotifyGetTrack, spotifyGetTrackSAudioAnalysis, spotifyGetUserSPlaylists, spotifyGetUserSProfile, spotifyGetUserSSavedAlbums, spotifyGetUserSSavedAudiobooks, spotifyGetUserSSavedEpisodes, spotifyGetUserSSavedShows, spotifyGetUserSSavedTracks, spotifyGetUserSTopArtists, spotifyGetUserSTopTracks, spotifyPausePlayback, spotifyRemovePlaylistItems, spotifyRemoveUserSSavedAudiobooks, spotifyRemoveUserSSavedEpisodes, spotifyRemoveUserSSavedShows, spotifyRemoveUserSSavedTracks, spotifyRemoveUsersSavedAlbums, spotifySaveAlbumsForCurrentUser, spotifySaveAudiobooksForCurrentUser, spotifySaveEpisodesForCurrentUser, spotifySaveShowsForCurrentUser, spotifySaveTracksForCurrentUser, spotifySearchForItem, spotifySeekToPosition, spotifySetPlaybackVolume, spotifySetRepeatMode, spotifySkipToNext, spotifySkipToPrevious, spotifyStartResumePlayback, spotifyTogglePlaybackShuffle, spotifyTransferPlayback, spotifyUnfollowArtistsOrUsers, spotifyUnfollowPlaylist, spotifyUpdatePlaylistItems };
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { spotifyAddItemToPlaybackQueue } from "./add-item-to-playback-queue.mjs";
|
|
2
|
+
import { spotifyAddItemsToPlaylist } from "./add-items-to-playlist.mjs";
|
|
3
|
+
import { spotifyChangePlaylistDetails } from "./change-playlist-details.mjs";
|
|
4
|
+
import { spotifyCheckIfUserFollowsArtistsOrUsers } from "./check-if-user-follows-artists-or-users.mjs";
|
|
5
|
+
import { spotifyCheckIfUsersFollowPlaylist } from "./check-if-users-follow-playlist.mjs";
|
|
6
|
+
import { spotifyCheckUserSSavedAlbums } from "./check-user-s-saved-albums.mjs";
|
|
7
|
+
import { spotifyCheckUserSSavedAudiobooks } from "./check-user-s-saved-audiobooks.mjs";
|
|
8
|
+
import { spotifyCheckUserSSavedEpisodes } from "./check-user-s-saved-episodes.mjs";
|
|
9
|
+
import { spotifyCheckUserSSavedShows } from "./check-user-s-saved-shows.mjs";
|
|
10
|
+
import { spotifyCheckUserSSavedTracks } from "./check-user-s-saved-tracks.mjs";
|
|
11
|
+
import { spotifyCreatePlaylist } from "./create-playlist.mjs";
|
|
12
|
+
import { spotifyFollowArtistsOrUsers } from "./follow-artists-or-users.mjs";
|
|
13
|
+
import { spotifyFollowPlaylist } from "./follow-playlist.mjs";
|
|
14
|
+
import { spotifyGetAChapter } from "./get-a-chapter.mjs";
|
|
15
|
+
import { spotifyGetAlbum } from "./get-album.mjs";
|
|
16
|
+
import { spotifyGetAlbumTracks } from "./get-album-tracks.mjs";
|
|
17
|
+
import { spotifyGetAnAudiobook } from "./get-an-audiobook.mjs";
|
|
18
|
+
import { spotifyGetArtist } from "./get-artist.mjs";
|
|
19
|
+
import { spotifyGetArtistSAlbums } from "./get-artist-s-albums.mjs";
|
|
20
|
+
import { spotifyGetArtistSRelatedArtists } from "./get-artist-s-related-artists.mjs";
|
|
21
|
+
import { spotifyGetArtistSTopTracks } from "./get-artist-s-top-tracks.mjs";
|
|
22
|
+
import { spotifyGetAudiobookChapters } from "./get-audiobook-chapters.mjs";
|
|
23
|
+
import { spotifyGetAvailableDevices } from "./get-available-devices.mjs";
|
|
24
|
+
import { spotifyGetAvailableMarkets } from "./get-available-markets.mjs";
|
|
25
|
+
import { spotifyGetCurrentUserSPlaylists } from "./get-current-user-s-playlists.mjs";
|
|
26
|
+
import { spotifyGetCurrentUserSProfile } from "./get-current-user-s-profile.mjs";
|
|
27
|
+
import { spotifyGetCurrentlyPlayingTrack } from "./get-currently-playing-track.mjs";
|
|
28
|
+
import { spotifyGetEpisode } from "./get-episode.mjs";
|
|
29
|
+
import { spotifyGetFeaturedPlaylists } from "./get-featured-playlists.mjs";
|
|
30
|
+
import { spotifyGetFollowedArtists } from "./get-followed-artists.mjs";
|
|
31
|
+
import { spotifyGetNewReleases } from "./get-new-releases.mjs";
|
|
32
|
+
import { spotifyGetPlaybackState } from "./get-playback-state.mjs";
|
|
33
|
+
import { spotifyGetPlaylist } from "./get-playlist.mjs";
|
|
34
|
+
import { spotifyGetPlaylistCoverImage } from "./get-playlist-cover-image.mjs";
|
|
35
|
+
import { spotifyGetPlaylistItems } from "./get-playlist-items.mjs";
|
|
36
|
+
import { spotifyGetRecentlyPlayedTracks } from "./get-recently-played-tracks.mjs";
|
|
37
|
+
import { spotifyGetRecommendations } from "./get-recommendations.mjs";
|
|
38
|
+
import { spotifyGetSeveralAlbums } from "./get-several-albums.mjs";
|
|
39
|
+
import { spotifyGetSeveralArtists } from "./get-several-artists.mjs";
|
|
40
|
+
import { spotifyGetSeveralAudiobooks } from "./get-several-audiobooks.mjs";
|
|
41
|
+
import { spotifyGetSeveralBrowseCategories } from "./get-several-browse-categories.mjs";
|
|
42
|
+
import { spotifyGetSeveralChapters } from "./get-several-chapters.mjs";
|
|
43
|
+
import { spotifyGetSeveralEpisodes } from "./get-several-episodes.mjs";
|
|
44
|
+
import { spotifyGetSeveralShows } from "./get-several-shows.mjs";
|
|
45
|
+
import { spotifyGetSeveralTracks } from "./get-several-tracks.mjs";
|
|
46
|
+
import { spotifyGetShow } from "./get-show.mjs";
|
|
47
|
+
import { spotifyGetShowEpisodes } from "./get-show-episodes.mjs";
|
|
48
|
+
import { spotifyGetSingleBrowseCategory } from "./get-single-browse-category.mjs";
|
|
49
|
+
import { spotifyGetTheUserSQueue } from "./get-the-user-s-queue.mjs";
|
|
50
|
+
import { spotifyGetTrack } from "./get-track.mjs";
|
|
51
|
+
import { spotifyGetTrackSAudioAnalysis } from "./get-track-s-audio-analysis.mjs";
|
|
52
|
+
import { spotifyGetUserSPlaylists } from "./get-user-s-playlists.mjs";
|
|
53
|
+
import { spotifyGetUserSProfile } from "./get-user-s-profile.mjs";
|
|
54
|
+
import { spotifyGetUserSSavedAlbums } from "./get-user-s-saved-albums.mjs";
|
|
55
|
+
import { spotifyGetUserSSavedAudiobooks } from "./get-user-s-saved-audiobooks.mjs";
|
|
56
|
+
import { spotifyGetUserSSavedEpisodes } from "./get-user-s-saved-episodes.mjs";
|
|
57
|
+
import { spotifyGetUserSSavedShows } from "./get-user-s-saved-shows.mjs";
|
|
58
|
+
import { spotifyGetUserSSavedTracks } from "./get-user-s-saved-tracks.mjs";
|
|
59
|
+
import { spotifyGetUserSTopArtists } from "./get-user-s-top-artists.mjs";
|
|
60
|
+
import { spotifyGetUserSTopTracks } from "./get-user-s-top-tracks.mjs";
|
|
61
|
+
import { spotifyPausePlayback } from "./pause-playback.mjs";
|
|
62
|
+
import { spotifyRemovePlaylistItems } from "./remove-playlist-items.mjs";
|
|
63
|
+
import { spotifyRemoveUserSSavedAudiobooks } from "./remove-user-s-saved-audiobooks.mjs";
|
|
64
|
+
import { spotifyRemoveUserSSavedEpisodes } from "./remove-user-s-saved-episodes.mjs";
|
|
65
|
+
import { spotifyRemoveUserSSavedShows } from "./remove-user-s-saved-shows.mjs";
|
|
66
|
+
import { spotifyRemoveUserSSavedTracks } from "./remove-user-s-saved-tracks.mjs";
|
|
67
|
+
import { spotifyRemoveUsersSavedAlbums } from "./remove-users-saved-albums.mjs";
|
|
68
|
+
import { spotifySaveAlbumsForCurrentUser } from "./save-albums-for-current-user.mjs";
|
|
69
|
+
import { spotifySaveAudiobooksForCurrentUser } from "./save-audiobooks-for-current-user.mjs";
|
|
70
|
+
import { spotifySaveEpisodesForCurrentUser } from "./save-episodes-for-current-user.mjs";
|
|
71
|
+
import { spotifySaveShowsForCurrentUser } from "./save-shows-for-current-user.mjs";
|
|
72
|
+
import { spotifySaveTracksForCurrentUser } from "./save-tracks-for-current-user.mjs";
|
|
73
|
+
import { spotifySearchForItem } from "./search-for-item.mjs";
|
|
74
|
+
import { spotifySeekToPosition } from "./seek-to-position.mjs";
|
|
75
|
+
import { spotifySetPlaybackVolume } from "./set-playback-volume.mjs";
|
|
76
|
+
import { spotifySetRepeatMode } from "./set-repeat-mode.mjs";
|
|
77
|
+
import { spotifySkipToNext } from "./skip-to-next.mjs";
|
|
78
|
+
import { spotifySkipToPrevious } from "./skip-to-previous.mjs";
|
|
79
|
+
import { spotifyStartResumePlayback } from "./start-resume-playback.mjs";
|
|
80
|
+
import { spotifyTogglePlaybackShuffle } from "./toggle-playback-shuffle.mjs";
|
|
81
|
+
import { spotifyTransferPlayback } from "./transfer-playback.mjs";
|
|
82
|
+
import { spotifyUnfollowArtistsOrUsers } from "./unfollow-artists-or-users.mjs";
|
|
83
|
+
import { spotifyUnfollowPlaylist } from "./unfollow-playlist.mjs";
|
|
84
|
+
import { spotifyUpdatePlaylistItems } from "./update-playlist-items.mjs";
|
|
85
|
+
export { spotifyAddItemToPlaybackQueue, spotifyAddItemsToPlaylist, spotifyChangePlaylistDetails, spotifyCheckIfUserFollowsArtistsOrUsers, spotifyCheckIfUsersFollowPlaylist, spotifyCheckUserSSavedAlbums, spotifyCheckUserSSavedAudiobooks, spotifyCheckUserSSavedEpisodes, spotifyCheckUserSSavedShows, spotifyCheckUserSSavedTracks, spotifyCreatePlaylist, spotifyFollowArtistsOrUsers, spotifyFollowPlaylist, spotifyGetAChapter, spotifyGetAlbum, spotifyGetAlbumTracks, spotifyGetAnAudiobook, spotifyGetArtist, spotifyGetArtistSAlbums, spotifyGetArtistSRelatedArtists, spotifyGetArtistSTopTracks, spotifyGetAudiobookChapters, spotifyGetAvailableDevices, spotifyGetAvailableMarkets, spotifyGetCurrentUserSPlaylists, spotifyGetCurrentUserSProfile, spotifyGetCurrentlyPlayingTrack, spotifyGetEpisode, spotifyGetFeaturedPlaylists, spotifyGetFollowedArtists, spotifyGetNewReleases, spotifyGetPlaybackState, spotifyGetPlaylist, spotifyGetPlaylistCoverImage, spotifyGetPlaylistItems, spotifyGetRecentlyPlayedTracks, spotifyGetRecommendations, spotifyGetSeveralAlbums, spotifyGetSeveralArtists, spotifyGetSeveralAudiobooks, spotifyGetSeveralBrowseCategories, spotifyGetSeveralChapters, spotifyGetSeveralEpisodes, spotifyGetSeveralShows, spotifyGetSeveralTracks, spotifyGetShow, spotifyGetShowEpisodes, spotifyGetSingleBrowseCategory, spotifyGetTheUserSQueue, spotifyGetTrack, spotifyGetTrackSAudioAnalysis, spotifyGetUserSPlaylists, spotifyGetUserSProfile, spotifyGetUserSSavedAlbums, spotifyGetUserSSavedAudiobooks, spotifyGetUserSSavedEpisodes, spotifyGetUserSSavedShows, spotifyGetUserSSavedTracks, spotifyGetUserSTopArtists, spotifyGetUserSTopTracks, spotifyPausePlayback, spotifyRemovePlaylistItems, spotifyRemoveUserSSavedAudiobooks, spotifyRemoveUserSSavedEpisodes, spotifyRemoveUserSSavedShows, spotifyRemoveUserSSavedTracks, spotifyRemoveUsersSavedAlbums, spotifySaveAlbumsForCurrentUser, spotifySaveAudiobooksForCurrentUser, spotifySaveEpisodesForCurrentUser, spotifySaveShowsForCurrentUser, spotifySaveTracksForCurrentUser, spotifySearchForItem, spotifySeekToPosition, spotifySetPlaybackVolume, spotifySetRepeatMode, spotifySkipToNext, spotifySkipToPrevious, spotifyStartResumePlayback, spotifyTogglePlaybackShuffle, spotifyTransferPlayback, spotifyUnfollowArtistsOrUsers, spotifyUnfollowPlaylist, spotifyUpdatePlaylistItems };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/pause-playback.ts
|
|
4
|
+
const SpotifyPausePlaybackInput = zod.z.object({ device_id: zod.z.string().describe("The ID of the device to pause playback on. If not provided, playback will be paused on the currently active device. Use the 'get_available_devices' action to retrieve device IDs.").optional() }).describe("Request schema for `PausePlayback`");
|
|
5
|
+
const SpotifyPausePlaybackOutput = zod.z.object({ success: zod.z.boolean().default(true).nullable().optional() }).describe("Response schema for `PausePlayback`\n\nThe Spotify API returns HTTP 204 No Content on successful pause.\nThis response object will be empty when the action succeeds.");
|
|
6
|
+
const spotifyPausePlayback = require_action.action("SPOTIFY_PAUSE_PLAYBACK", {
|
|
7
|
+
slug: "spotify-pause-playback",
|
|
8
|
+
name: "Pause playback",
|
|
9
|
+
description: "Pause playback on the user's account. Pauses playback on the currently active device or on a specified device. Returns immediately with success when playback is paused. If no device is specified, the currently active device will be paused. Requirements: - Spotify Premium subscription - OAuth scope: user-modify-playback-state - Active playback session Note: The order of execution is not guaranteed when you use this API with other Player API endpoints. If playback is already paused, this action will still succeed (idempotent). Common scenarios: - Pause current playback: Call with no parameters - Pause specific device: Provide device_id parameter Error scenarios: - 403: User does not have Spotify Premium - 404: No active device found",
|
|
10
|
+
input: SpotifyPausePlaybackInput,
|
|
11
|
+
output: SpotifyPausePlaybackOutput
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
exports.spotifyPausePlayback = spotifyPausePlayback;
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=pause-playback.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pause-playback.cjs","names":["z","action"],"sources":["../../src/actions/pause-playback.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotifyPausePlaybackInput: z.ZodTypeAny = z.object({\n device_id: z.string().describe(\"The ID of the device to pause playback on. If not provided, playback will be paused on the currently active device. Use the 'get_available_devices' action to retrieve device IDs.\").optional(),\n}).describe(\"Request schema for `PausePlayback`\");\nexport const SpotifyPausePlaybackOutput: z.ZodTypeAny = z.object({\n success: z.boolean().default(true).nullable().optional(),\n}).describe(\"Response schema for `PausePlayback`\\n\\nThe Spotify API returns HTTP 204 No Content on successful pause.\\nThis response object will be empty when the action succeeds.\");\n\nexport const spotifyPausePlayback = action(\"SPOTIFY_PAUSE_PLAYBACK\", {\n slug: \"spotify-pause-playback\",\n name: \"Pause playback\",\n description: \"Pause playback on the user's account. Pauses playback on the currently active device or on a specified device. Returns immediately with success when playback is paused. If no device is specified, the currently active device will be paused. Requirements: - Spotify Premium subscription - OAuth scope: user-modify-playback-state - Active playback session Note: The order of execution is not guaranteed when you use this API with other Player API endpoints. If playback is already paused, this action will still succeed (idempotent). Common scenarios: - Pause current playback: Call with no parameters - Pause specific device: Provide device_id parameter Error scenarios: - 403: User does not have Spotify Premium - 404: No active device found\",\n input: SpotifyPausePlaybackInput,\n output: SpotifyPausePlaybackOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oLAAoL,CAAC,CAAC,SAAS,EAChO,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACzD,CAAC,CAAC,CAAC,SAAS,uKAAuK;AAEnL,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/pause-playback.d.ts
|
|
4
|
+
declare const SpotifyPausePlaybackInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpotifyPausePlaybackOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spotifyPausePlayback: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spotifyPausePlayback };
|
|
9
|
+
//# sourceMappingURL=pause-playback.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pause-playback.d.cts","names":[],"sources":["../../src/actions/pause-playback.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEO;AAAA,cACpC,0BAAA,EAA4B,CAAA,CAAE,UAEyI;AAAA,cAEvK,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|