@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
package/README.md
CHANGED
|
@@ -1,82 +1,17 @@
|
|
|
1
1
|
# @keystrokehq/spotify
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Keystroke-managed integration.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
- catalog reads across albums, artists, tracks, shows, episodes, audiobooks, and chapters
|
|
10
|
-
- playlist management, follow/library helpers, and playback controls
|
|
11
|
-
- polling triggers for devices, playlists, recently played tracks, and saved items
|
|
12
|
-
- an official Spotify platform-app credential seed for Keystroke-managed OAuth
|
|
13
|
-
|
|
14
|
-
## Installation
|
|
15
|
-
|
|
16
|
-
```bash
|
|
17
|
-
pnpm add @keystrokehq/spotify
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
## Package Shape
|
|
21
|
-
|
|
22
|
-
Canonical public barrels:
|
|
23
|
-
|
|
24
|
-
- `@keystrokehq/spotify` — re-exports credential sets, operations, and schemas
|
|
25
|
-
- `@keystrokehq/spotify/credential-sets` — user OAuth and platform-app credential sets
|
|
26
|
-
- `@keystrokehq/spotify/operations` — all Spotify operations (plus `*Tool` aliases)
|
|
27
|
-
- `@keystrokehq/spotify/schemas` — shared Zod schemas for Spotify API payloads
|
|
28
|
-
|
|
29
|
-
The residual provider seed descriptor remains at `catalog discovery via `src/provider-apps/`` until the provider-app primitive refactor deletes it.
|
|
30
|
-
|
|
31
|
-
## Credentials
|
|
32
|
-
|
|
33
|
-
Import credential sets from `@keystrokehq/spotify/credential-sets`:
|
|
34
|
-
|
|
35
|
-
- `spotifyCredentialSet` — user OAuth connection (`SPOTIFY_ACCESS_TOKEN`)
|
|
36
|
-
- `spotifyAppCredentialSet` — Keystroke-managed platform app (`clientId`, `clientSecret`, `exposure: 'platform-only'`)
|
|
37
|
-
- `SPOTIFY_OAUTH_SCOPES` — documented OAuth scope list for the user credential set
|
|
38
|
-
|
|
39
|
-
Spotify access tokens are short-lived and the public connection is modeled as OAuth with a standard refresh-token flow. Provider-owned app credentials stay on the internal platform-app seed rather than the public user connection.
|
|
40
|
-
|
|
41
|
-
## Safety Model
|
|
42
|
-
|
|
43
|
-
Mutating operations are marked with `needsApproval: true`.
|
|
44
|
-
|
|
45
|
-
Spotify playback writes also inherit Spotify's own Premium and device-availability constraints.
|
|
46
|
-
|
|
47
|
-
## Example
|
|
5
|
+
**App:** `spotify`
|
|
6
|
+
**Version:** `20260616_00`
|
|
7
|
+
**Actions:** 84
|
|
48
8
|
|
|
49
9
|
```ts
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
10
|
+
import { defineAgent } from "@keystrokehq/keystroke/agent";
|
|
11
|
+
import { spotifyAddItemToPlaybackQueue } from "@keystrokehq/spotify/actions";
|
|
52
12
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
13
|
+
export default defineAgent({
|
|
14
|
+
key: "spotify-agent",
|
|
15
|
+
tools: [spotifyAddItemToPlaybackQueue],
|
|
16
|
+
});
|
|
56
17
|
```
|
|
57
|
-
|
|
58
|
-
Composio-compatible operation aliases remain available for compile-time docs via internal test utilities; prefer importing operations directly from `@keystrokehq/spotify/operations`.
|
|
59
|
-
|
|
60
|
-
Polling trigger helpers live under `src/utils/triggers.ts` inside the package until a future trigger barrel is added.
|
|
61
|
-
|
|
62
|
-
## Polling Triggers
|
|
63
|
-
|
|
64
|
-
Spotify does not expose a server-side webhook/event surface for this package, so all first-class triggers are polling-based:
|
|
65
|
-
|
|
66
|
-
- `polling.newDeviceAdded()`
|
|
67
|
-
- `polling.playlistItemsChanged({ playlistId })`
|
|
68
|
-
- `polling.userPlaylistsChanged()`
|
|
69
|
-
- `polling.recentlyPlayedTrackAdded()`
|
|
70
|
-
- `polling.savedItemAdded({ itemType })`
|
|
71
|
-
|
|
72
|
-
## Deprecated Or Restricted Endpoints
|
|
73
|
-
|
|
74
|
-
Spotify's current platform docs still expose some endpoints that may be restricted or return app-eligibility errors for newer apps. This package keeps those operations available, but documents them as deprecated where applicable:
|
|
75
|
-
|
|
76
|
-
- artist related artists
|
|
77
|
-
- available genre seeds
|
|
78
|
-
- recommendations
|
|
79
|
-
- audio features
|
|
80
|
-
- audio analysis
|
|
81
|
-
- featured playlists
|
|
82
|
-
- category playlists
|
package/dist/action.cjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_app = require("./app.cjs");
|
|
2
|
+
const require_execute = require("./execute.cjs");
|
|
3
|
+
require("zod");
|
|
4
|
+
//#region src/action.ts
|
|
5
|
+
/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
|
|
6
|
+
function action(tool, def) {
|
|
7
|
+
return require_app.spotify.action({
|
|
8
|
+
slug: def.slug,
|
|
9
|
+
name: def.name,
|
|
10
|
+
description: def.description,
|
|
11
|
+
input: def.input,
|
|
12
|
+
output: def.output,
|
|
13
|
+
async run(input) {
|
|
14
|
+
return def.output.parse(await require_execute.executeSpotifyTool(tool, input));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.action = action;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=action.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.cjs","names":["spotify","executeSpotifyTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { spotify } from \"./app\";\nimport { executeSpotifyTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return spotify.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeSpotifyTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,QAAQ,OAAO;EACpB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,mBAAmB,MAAM,KAAgC,CAAC;EAC1F;CACF,CAAC;AACH"}
|
package/dist/action.mjs
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { spotify } from "./app.mjs";
|
|
2
|
+
import { executeSpotifyTool } from "./execute.mjs";
|
|
3
|
+
import "zod";
|
|
4
|
+
//#region src/action.ts
|
|
5
|
+
/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
|
|
6
|
+
function action(tool, def) {
|
|
7
|
+
return spotify.action({
|
|
8
|
+
slug: def.slug,
|
|
9
|
+
name: def.name,
|
|
10
|
+
description: def.description,
|
|
11
|
+
input: def.input,
|
|
12
|
+
output: def.output,
|
|
13
|
+
async run(input) {
|
|
14
|
+
return def.output.parse(await executeSpotifyTool(tool, input));
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
//#endregion
|
|
19
|
+
export { action };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=action.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { spotify } from \"./app\";\nimport { executeSpotifyTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return spotify.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeSpotifyTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,QAAQ,OAAO;EACpB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,mBAAmB,MAAM,KAAgC,CAAC;EAC1F;CACF,CAAC;AACH"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/add-item-to-playback-queue.ts
|
|
4
|
+
const SpotifyAddItemToPlaybackQueueInput = zod.z.object({
|
|
5
|
+
uri: zod.z.string().describe("The Spotify URI of the item to add to the queue. Must be a track or episode URI (e.g., 'spotify:track:4iV5W9uYEdYUVa79Axb7Rh' or 'spotify:episode:512ojhOuo1ktJprKbVcKyQ')."),
|
|
6
|
+
device_id: zod.z.string().describe("The ID of the device this command is targeting. If not supplied, the user's currently active device is the target.").optional()
|
|
7
|
+
}).describe("Request schema for `AddItemToPlaybackQueue`");
|
|
8
|
+
const SpotifyAddItemToPlaybackQueueOutput = zod.z.object({
|
|
9
|
+
message: zod.z.string().describe("Human-readable message about the operation result. For errors, includes specific details about what went wrong and how to fix it.").nullable().optional(),
|
|
10
|
+
success: zod.z.boolean().default(true).describe("Whether the item was successfully added to the queue. True indicates the track/episode was queued; False indicates an error (e.g., Premium required, no active device, invalid URI).").nullable().optional()
|
|
11
|
+
}).passthrough().describe("Response schema for `AddItemToPlaybackQueue`. Returns success status and details about the operation.");
|
|
12
|
+
const spotifyAddItemToPlaybackQueue = require_action.action("SPOTIFY_ADD_ITEM_TO_PLAYBACK_QUEUE", {
|
|
13
|
+
slug: "spotify-add-item-to-playback-queue",
|
|
14
|
+
name: "Add item to playback queue",
|
|
15
|
+
description: "Add an item to the end of the user's current playback queue. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints. Required scope: user-modify-playback-state Note: Only tracks and episodes can be added to the queue. Albums and playlists cannot be added directly.",
|
|
16
|
+
input: SpotifyAddItemToPlaybackQueueInput,
|
|
17
|
+
output: SpotifyAddItemToPlaybackQueueOutput
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
exports.spotifyAddItemToPlaybackQueue = spotifyAddItemToPlaybackQueue;
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=add-item-to-playback-queue.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-item-to-playback-queue.cjs","names":["z","action"],"sources":["../../src/actions/add-item-to-playback-queue.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotifyAddItemToPlaybackQueueInput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"The Spotify URI of the item to add to the queue. Must be a track or episode URI (e.g., 'spotify:track:4iV5W9uYEdYUVa79Axb7Rh' or 'spotify:episode:512ojhOuo1ktJprKbVcKyQ').\"),\n device_id: z.string().describe(\"The ID of the device this command is targeting. If not supplied, the user's currently active device is the target.\").optional(),\n}).describe(\"Request schema for `AddItemToPlaybackQueue`\");\nexport const SpotifyAddItemToPlaybackQueueOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Human-readable message about the operation result. For errors, includes specific details about what went wrong and how to fix it.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Whether the item was successfully added to the queue. True indicates the track/episode was queued; False indicates an error (e.g., Premium required, no active device, invalid URI).\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `AddItemToPlaybackQueue`. Returns success status and details about the operation.\");\n\nexport const spotifyAddItemToPlaybackQueue = action(\"SPOTIFY_ADD_ITEM_TO_PLAYBACK_QUEUE\", {\n slug: \"spotify-add-item-to-playback-queue\",\n name: \"Add item to playback queue\",\n description: \"Add an item to the end of the user's current playback queue. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints. Required scope: user-modify-playback-state Note: Only tracks and episodes can be added to the queue. Albums and playlists cannot be added directly.\",\n input: SpotifyAddItemToPlaybackQueueInput,\n output: SpotifyAddItemToPlaybackQueueOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6KAA6K;CACtM,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;AAChK,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtL,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,sLAAsL,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1P,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uGAAuG;AAEjI,MAAa,gCAAgCC,eAAAA,OAAO,sCAAsC;CACxF,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/add-item-to-playback-queue.d.ts
|
|
4
|
+
declare const SpotifyAddItemToPlaybackQueueInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpotifyAddItemToPlaybackQueueOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spotifyAddItemToPlaybackQueue: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spotifyAddItemToPlaybackQueue };
|
|
9
|
+
//# sourceMappingURL=add-item-to-playback-queue.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-item-to-playback-queue.d.cts","names":[],"sources":["../../src/actions/add-item-to-playback-queue.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGO;AAAA,cAC7C,mCAAA,EAAqC,CAAA,CAAE,UAG8E;AAAA,cAErH,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/add-item-to-playback-queue.d.ts
|
|
4
|
+
declare const SpotifyAddItemToPlaybackQueueInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpotifyAddItemToPlaybackQueueOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spotifyAddItemToPlaybackQueue: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spotifyAddItemToPlaybackQueue };
|
|
9
|
+
//# sourceMappingURL=add-item-to-playback-queue.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-item-to-playback-queue.d.mts","names":[],"sources":["../../src/actions/add-item-to-playback-queue.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAGO;AAAA,cAC7C,mCAAA,EAAqC,CAAA,CAAE,UAG8E;AAAA,cAErH,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const spotifyAddItemToPlaybackQueue = action("SPOTIFY_ADD_ITEM_TO_PLAYBACK_QUEUE", {
|
|
4
|
+
slug: "spotify-add-item-to-playback-queue",
|
|
5
|
+
name: "Add item to playback queue",
|
|
6
|
+
description: "Add an item to the end of the user's current playback queue. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints. Required scope: user-modify-playback-state Note: Only tracks and episodes can be added to the queue. Albums and playlists cannot be added directly.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
uri: z.string().describe("The Spotify URI of the item to add to the queue. Must be a track or episode URI (e.g., 'spotify:track:4iV5W9uYEdYUVa79Axb7Rh' or 'spotify:episode:512ojhOuo1ktJprKbVcKyQ')."),
|
|
9
|
+
device_id: z.string().describe("The ID of the device this command is targeting. If not supplied, the user's currently active device is the target.").optional()
|
|
10
|
+
}).describe("Request schema for `AddItemToPlaybackQueue`"),
|
|
11
|
+
output: z.object({
|
|
12
|
+
message: z.string().describe("Human-readable message about the operation result. For errors, includes specific details about what went wrong and how to fix it.").nullable().optional(),
|
|
13
|
+
success: z.boolean().default(true).describe("Whether the item was successfully added to the queue. True indicates the track/episode was queued; False indicates an error (e.g., Premium required, no active device, invalid URI).").nullable().optional()
|
|
14
|
+
}).passthrough().describe("Response schema for `AddItemToPlaybackQueue`. Returns success status and details about the operation.")
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { spotifyAddItemToPlaybackQueue };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=add-item-to-playback-queue.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-item-to-playback-queue.mjs","names":[],"sources":["../../src/actions/add-item-to-playback-queue.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotifyAddItemToPlaybackQueueInput: z.ZodTypeAny = z.object({\n uri: z.string().describe(\"The Spotify URI of the item to add to the queue. Must be a track or episode URI (e.g., 'spotify:track:4iV5W9uYEdYUVa79Axb7Rh' or 'spotify:episode:512ojhOuo1ktJprKbVcKyQ').\"),\n device_id: z.string().describe(\"The ID of the device this command is targeting. If not supplied, the user's currently active device is the target.\").optional(),\n}).describe(\"Request schema for `AddItemToPlaybackQueue`\");\nexport const SpotifyAddItemToPlaybackQueueOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Human-readable message about the operation result. For errors, includes specific details about what went wrong and how to fix it.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Whether the item was successfully added to the queue. True indicates the track/episode was queued; False indicates an error (e.g., Premium required, no active device, invalid URI).\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `AddItemToPlaybackQueue`. Returns success status and details about the operation.\");\n\nexport const spotifyAddItemToPlaybackQueue = action(\"SPOTIFY_ADD_ITEM_TO_PLAYBACK_QUEUE\", {\n slug: \"spotify-add-item-to-playback-queue\",\n name: \"Add item to playback queue\",\n description: \"Add an item to the end of the user's current playback queue. This API only works for users who have Spotify Premium. The order of execution is not guaranteed when you use this API with other Player API endpoints. Required scope: user-modify-playback-state Note: Only tracks and episodes can be added to the queue. Albums and playlists cannot be added directly.\",\n input: SpotifyAddItemToPlaybackQueueInput,\n output: SpotifyAddItemToPlaybackQueueOutput,\n});\n"],"mappings":";;AAaA,MAAa,gCAAgC,OAAO,sCAAsC;CACxF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb8D,EAAE,OAAO;EACvE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6KAA6K;EACtM,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS;CAChK,CAAC,CAAC,CAAC,SAAS,6CAUH;CACP,QAV+D,EAAE,OAAO;EACxE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mIAAmI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtL,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,sLAAsL,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1P,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uGAOhB;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/add-items-to-playlist.ts
|
|
4
|
+
const SpotifyAddItemsToPlaylistInput = zod.z.object({
|
|
5
|
+
uris: zod.z.union([zod.z.string(), zod.z.array(zod.z.string())]),
|
|
6
|
+
position: zod.z.number().int().describe("Zero-based index for item insertion. Examples:\n- position=0: Insert at the beginning\n- position=2: Insert at the third position\n- Omitted (None): Append items to the end (default behavior)").optional(),
|
|
7
|
+
playlist_id: zod.z.string().describe("The Spotify ID of the playlist (e.g., '3cEYpjA9oz9GiPac4AsH4n'). Can be found in the playlist URL or obtained from playlist creation/search endpoints.")
|
|
8
|
+
}).describe("Request schema for `AddItemsToPlaylist`\n\nRequired OAuth Scopes: playlist-modify-public OR playlist-modify-private");
|
|
9
|
+
const SpotifyAddItemsToPlaylistOutput = zod.z.object({ snapshot_id: zod.z.string().describe("A snapshot ID representing the playlist's current version. Spotify playlist endpoints return snapshot IDs that can be used later to identify the specific playlist version to target for changes.").nullable().optional() }).describe("Response schema for `AddItemsToPlaylist`\n\nReturns HTTP 201 Created on success with a snapshot_id representing the playlist's current state.");
|
|
10
|
+
const spotifyAddItemsToPlaylist = require_action.action("SPOTIFY_ADD_ITEMS_TO_PLAYLIST", {
|
|
11
|
+
slug: "spotify-add-items-to-playlist",
|
|
12
|
+
name: "Add items to playlist",
|
|
13
|
+
description: "Add one or more items to a user's playlist.",
|
|
14
|
+
input: SpotifyAddItemsToPlaylistInput,
|
|
15
|
+
output: SpotifyAddItemsToPlaylistOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.spotifyAddItemsToPlaylist = spotifyAddItemsToPlaylist;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=add-items-to-playlist.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-items-to-playlist.cjs","names":["z","action"],"sources":["../../src/actions/add-items-to-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotifyAddItemsToPlaylistInput: z.ZodTypeAny = z.object({\n uris: z.union([z.string(), z.array(z.string())]),\n position: z.number().int().describe(\"Zero-based index for item insertion. Examples:\\n- position=0: Insert at the beginning\\n- position=2: Insert at the third position\\n- Omitted (None): Append items to the end (default behavior)\").optional(),\n playlist_id: z.string().describe(\"The Spotify ID of the playlist (e.g., '3cEYpjA9oz9GiPac4AsH4n'). Can be found in the playlist URL or obtained from playlist creation/search endpoints.\"),\n}).describe(\"Request schema for `AddItemsToPlaylist`\\n\\nRequired OAuth Scopes: playlist-modify-public OR playlist-modify-private\");\nexport const SpotifyAddItemsToPlaylistOutput: z.ZodTypeAny = z.object({\n snapshot_id: z.string().describe(\"A snapshot ID representing the playlist's current version. Spotify playlist endpoints return snapshot IDs that can be used later to identify the specific playlist version to target for changes.\").nullable().optional(),\n}).describe(\"Response schema for `AddItemsToPlaylist`\\n\\nReturns HTTP 201 Created on success with a snapshot_id representing the playlist's current state.\");\n\nexport const spotifyAddItemsToPlaylist = action(\"SPOTIFY_ADD_ITEMS_TO_PLAYLIST\", {\n slug: \"spotify-add-items-to-playlist\",\n name: \"Add items to playlist\",\n description: \"Add one or more items to a user's playlist.\",\n input: SpotifyAddItemsToPlaylistInput,\n output: SpotifyAddItemsToPlaylistOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAMA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC;CAC/C,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iMAAiM,CAAC,CAAC,SAAS;CAChP,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wJAAwJ;AAC3L,CAAC,CAAC,CAAC,SAAS,qHAAqH;AACjI,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mMAAmM,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5P,CAAC,CAAC,CAAC,SAAS,+IAA+I;AAE3J,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,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/add-items-to-playlist.d.ts
|
|
4
|
+
declare const SpotifyAddItemsToPlaylistInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpotifyAddItemsToPlaylistOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spotifyAddItemsToPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spotifyAddItemsToPlaylist };
|
|
9
|
+
//# sourceMappingURL=add-items-to-playlist.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-items-to-playlist.d.cts","names":[],"sources":["../../src/actions/add-items-to-playlist.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAImF;AAAA,cACrH,+BAAA,EAAiC,CAAA,CAAE,UAE4G;AAAA,cAE/I,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/add-items-to-playlist.d.ts
|
|
4
|
+
declare const SpotifyAddItemsToPlaylistInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpotifyAddItemsToPlaylistOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spotifyAddItemsToPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spotifyAddItemsToPlaylist };
|
|
9
|
+
//# sourceMappingURL=add-items-to-playlist.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-items-to-playlist.d.mts","names":[],"sources":["../../src/actions/add-items-to-playlist.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAImF;AAAA,cACrH,+BAAA,EAAiC,CAAA,CAAE,UAE4G;AAAA,cAE/I,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const spotifyAddItemsToPlaylist = action("SPOTIFY_ADD_ITEMS_TO_PLAYLIST", {
|
|
4
|
+
slug: "spotify-add-items-to-playlist",
|
|
5
|
+
name: "Add items to playlist",
|
|
6
|
+
description: "Add one or more items to a user's playlist.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
uris: z.union([z.string(), z.array(z.string())]),
|
|
9
|
+
position: z.number().int().describe("Zero-based index for item insertion. Examples:\n- position=0: Insert at the beginning\n- position=2: Insert at the third position\n- Omitted (None): Append items to the end (default behavior)").optional(),
|
|
10
|
+
playlist_id: z.string().describe("The Spotify ID of the playlist (e.g., '3cEYpjA9oz9GiPac4AsH4n'). Can be found in the playlist URL or obtained from playlist creation/search endpoints.")
|
|
11
|
+
}).describe("Request schema for `AddItemsToPlaylist`\n\nRequired OAuth Scopes: playlist-modify-public OR playlist-modify-private"),
|
|
12
|
+
output: z.object({ snapshot_id: z.string().describe("A snapshot ID representing the playlist's current version. Spotify playlist endpoints return snapshot IDs that can be used later to identify the specific playlist version to target for changes.").nullable().optional() }).describe("Response schema for `AddItemsToPlaylist`\n\nReturns HTTP 201 Created on success with a snapshot_id representing the playlist's current state.")
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { spotifyAddItemsToPlaylist };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=add-items-to-playlist.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-items-to-playlist.mjs","names":[],"sources":["../../src/actions/add-items-to-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotifyAddItemsToPlaylistInput: z.ZodTypeAny = z.object({\n uris: z.union([z.string(), z.array(z.string())]),\n position: z.number().int().describe(\"Zero-based index for item insertion. Examples:\\n- position=0: Insert at the beginning\\n- position=2: Insert at the third position\\n- Omitted (None): Append items to the end (default behavior)\").optional(),\n playlist_id: z.string().describe(\"The Spotify ID of the playlist (e.g., '3cEYpjA9oz9GiPac4AsH4n'). Can be found in the playlist URL or obtained from playlist creation/search endpoints.\"),\n}).describe(\"Request schema for `AddItemsToPlaylist`\\n\\nRequired OAuth Scopes: playlist-modify-public OR playlist-modify-private\");\nexport const SpotifyAddItemsToPlaylistOutput: z.ZodTypeAny = z.object({\n snapshot_id: z.string().describe(\"A snapshot ID representing the playlist's current version. Spotify playlist endpoints return snapshot IDs that can be used later to identify the specific playlist version to target for changes.\").nullable().optional(),\n}).describe(\"Response schema for `AddItemsToPlaylist`\\n\\nReturns HTTP 201 Created on success with a snapshot_id representing the playlist's current state.\");\n\nexport const spotifyAddItemsToPlaylist = action(\"SPOTIFY_ADD_ITEMS_TO_PLAYLIST\", {\n slug: \"spotify-add-items-to-playlist\",\n name: \"Add items to playlist\",\n description: \"Add one or more items to a user's playlist.\",\n input: SpotifyAddItemsToPlaylistInput,\n output: SpotifyAddItemsToPlaylistOutput,\n});\n"],"mappings":";;AAaA,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb0D,EAAE,OAAO;EACnE,MAAM,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;EAC/C,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iMAAiM,CAAC,CAAC,SAAS;EAChP,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wJAAwJ;CAC3L,CAAC,CAAC,CAAC,SAAS,qHASH;CACP,QAT2D,EAAE,OAAO,EACpE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mMAAmM,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5P,CAAC,CAAC,CAAC,SAAS,+IAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/change-playlist-details.ts
|
|
4
|
+
const SpotifyChangePlaylistDetailsInput = zod.z.object({
|
|
5
|
+
name: zod.z.string().describe("The new name for the playlist, for example \"My New Playlist Title\".").optional(),
|
|
6
|
+
public: zod.z.boolean().describe("If true the playlist will be public, if false it will be private.").optional(),
|
|
7
|
+
description: zod.z.string().describe("Value for playlist description as displayed in Spotify Clients and in the Web API.").optional(),
|
|
8
|
+
playlist_id: zod.z.string().describe("The Spotify ID of the playlist to update. Must be a playlist owned by the current user. Playlist IDs are 22-character base62 strings."),
|
|
9
|
+
collaborative: zod.z.boolean().describe("If true, the playlist will become collaborative and other users will be able to modify the playlist in their Spotify client. Note: You can only set collaborative to true on non-public playlists.").optional()
|
|
10
|
+
}).describe("Request schema for `ChangePlaylistDetails`");
|
|
11
|
+
const SpotifyChangePlaylistDetailsOutput = zod.z.object({
|
|
12
|
+
message: zod.z.string().describe("Optional message about the operation.").nullable().optional(),
|
|
13
|
+
success: zod.z.boolean().default(true).describe("Whether the playlist details were successfully updated.").nullable().optional()
|
|
14
|
+
}).passthrough().describe("Response schema for `ChangePlaylistDetails`. Returns success status since the API returns empty body on success.");
|
|
15
|
+
const spotifyChangePlaylistDetails = require_action.action("SPOTIFY_CHANGE_PLAYLIST_DETAILS", {
|
|
16
|
+
slug: "spotify-change-playlist-details",
|
|
17
|
+
name: "Change playlist details",
|
|
18
|
+
description: "Change a playlist's name and public/private state. The user must own the playlist. This action allows updating the playlist name, description, public/private status, and collaborative mode. At least one of the optional parameters (name, public, collaborative, description) must be provided. Important constraints: - collaborative can only be set to true on non-public playlists (when public is false) - Requires OAuth scope: playlist-modify-public (for public playlists) or playlist-modify-private (for private playlists) - The playlist must be owned by the authenticated user",
|
|
19
|
+
input: SpotifyChangePlaylistDetailsInput,
|
|
20
|
+
output: SpotifyChangePlaylistDetailsOutput
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
exports.spotifyChangePlaylistDetails = spotifyChangePlaylistDetails;
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=change-playlist-details.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-playlist-details.cjs","names":["z","action"],"sources":["../../src/actions/change-playlist-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotifyChangePlaylistDetailsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The new name for the playlist, for example \\\"My New Playlist Title\\\".\").optional(),\n public: z.boolean().describe(\"If true the playlist will be public, if false it will be private.\").optional(),\n description: z.string().describe(\"Value for playlist description as displayed in Spotify Clients and in the Web API.\").optional(),\n playlist_id: z.string().describe(\"The Spotify ID of the playlist to update. Must be a playlist owned by the current user. Playlist IDs are 22-character base62 strings.\"),\n collaborative: z.boolean().describe(\"If true, the playlist will become collaborative and other users will be able to modify the playlist in their Spotify client. Note: You can only set collaborative to true on non-public playlists.\").optional(),\n}).describe(\"Request schema for `ChangePlaylistDetails`\");\nexport const SpotifyChangePlaylistDetailsOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Optional message about the operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Whether the playlist details were successfully updated.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `ChangePlaylistDetails`. Returns success status since the API returns empty body on success.\");\n\nexport const spotifyChangePlaylistDetails = action(\"SPOTIFY_CHANGE_PLAYLIST_DETAILS\", {\n slug: \"spotify-change-playlist-details\",\n name: \"Change playlist details\",\n description: \"Change a playlist's name and public/private state. The user must own the playlist. This action allows updating the playlist name, description, public/private status, and collaborative mode. At least one of the optional parameters (name, public, collaborative, description) must be provided. Important constraints: - collaborative can only be set to true on non-public playlists (when public is false) - Requires OAuth scope: playlist-modify-public (for public playlists) or playlist-modify-private (for private playlists) - The playlist must be owned by the authenticated user\",\n input: SpotifyChangePlaylistDetailsInput,\n output: SpotifyChangePlaylistDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC5G,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC3G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;CAChI,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI;CACxK,eAAeA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oMAAoM,CAAC,CAAC,SAAS;AACrP,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kHAAkH;AAE5I,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,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/change-playlist-details.d.ts
|
|
4
|
+
declare const SpotifyChangePlaylistDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpotifyChangePlaylistDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spotifyChangePlaylistDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spotifyChangePlaylistDetails };
|
|
9
|
+
//# sourceMappingURL=change-playlist-details.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-playlist-details.d.cts","names":[],"sources":["../../src/actions/change-playlist-details.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAMO;AAAA,cAC5C,kCAAA,EAAoC,CAAA,CAAE,UAG0F;AAAA,cAEhI,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/change-playlist-details.d.ts
|
|
4
|
+
declare const SpotifyChangePlaylistDetailsInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpotifyChangePlaylistDetailsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spotifyChangePlaylistDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spotifyChangePlaylistDetails };
|
|
9
|
+
//# sourceMappingURL=change-playlist-details.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-playlist-details.d.mts","names":[],"sources":["../../src/actions/change-playlist-details.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAMO;AAAA,cAC5C,kCAAA,EAAoC,CAAA,CAAE,UAG0F;AAAA,cAEhI,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const spotifyChangePlaylistDetails = action("SPOTIFY_CHANGE_PLAYLIST_DETAILS", {
|
|
4
|
+
slug: "spotify-change-playlist-details",
|
|
5
|
+
name: "Change playlist details",
|
|
6
|
+
description: "Change a playlist's name and public/private state. The user must own the playlist. This action allows updating the playlist name, description, public/private status, and collaborative mode. At least one of the optional parameters (name, public, collaborative, description) must be provided. Important constraints: - collaborative can only be set to true on non-public playlists (when public is false) - Requires OAuth scope: playlist-modify-public (for public playlists) or playlist-modify-private (for private playlists) - The playlist must be owned by the authenticated user",
|
|
7
|
+
input: z.object({
|
|
8
|
+
name: z.string().describe("The new name for the playlist, for example \"My New Playlist Title\".").optional(),
|
|
9
|
+
public: z.boolean().describe("If true the playlist will be public, if false it will be private.").optional(),
|
|
10
|
+
description: z.string().describe("Value for playlist description as displayed in Spotify Clients and in the Web API.").optional(),
|
|
11
|
+
playlist_id: z.string().describe("The Spotify ID of the playlist to update. Must be a playlist owned by the current user. Playlist IDs are 22-character base62 strings."),
|
|
12
|
+
collaborative: z.boolean().describe("If true, the playlist will become collaborative and other users will be able to modify the playlist in their Spotify client. Note: You can only set collaborative to true on non-public playlists.").optional()
|
|
13
|
+
}).describe("Request schema for `ChangePlaylistDetails`"),
|
|
14
|
+
output: z.object({
|
|
15
|
+
message: z.string().describe("Optional message about the operation.").nullable().optional(),
|
|
16
|
+
success: z.boolean().default(true).describe("Whether the playlist details were successfully updated.").nullable().optional()
|
|
17
|
+
}).passthrough().describe("Response schema for `ChangePlaylistDetails`. Returns success status since the API returns empty body on success.")
|
|
18
|
+
});
|
|
19
|
+
//#endregion
|
|
20
|
+
export { spotifyChangePlaylistDetails };
|
|
21
|
+
|
|
22
|
+
//# sourceMappingURL=change-playlist-details.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-playlist-details.mjs","names":[],"sources":["../../src/actions/change-playlist-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotifyChangePlaylistDetailsInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The new name for the playlist, for example \\\"My New Playlist Title\\\".\").optional(),\n public: z.boolean().describe(\"If true the playlist will be public, if false it will be private.\").optional(),\n description: z.string().describe(\"Value for playlist description as displayed in Spotify Clients and in the Web API.\").optional(),\n playlist_id: z.string().describe(\"The Spotify ID of the playlist to update. Must be a playlist owned by the current user. Playlist IDs are 22-character base62 strings.\"),\n collaborative: z.boolean().describe(\"If true, the playlist will become collaborative and other users will be able to modify the playlist in their Spotify client. Note: You can only set collaborative to true on non-public playlists.\").optional(),\n}).describe(\"Request schema for `ChangePlaylistDetails`\");\nexport const SpotifyChangePlaylistDetailsOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Optional message about the operation.\").nullable().optional(),\n success: z.boolean().default(true).describe(\"Whether the playlist details were successfully updated.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `ChangePlaylistDetails`. Returns success status since the API returns empty body on success.\");\n\nexport const spotifyChangePlaylistDetails = action(\"SPOTIFY_CHANGE_PLAYLIST_DETAILS\", {\n slug: \"spotify-change-playlist-details\",\n name: \"Change playlist details\",\n description: \"Change a playlist's name and public/private state. The user must own the playlist. This action allows updating the playlist name, description, public/private status, and collaborative mode. At least one of the optional parameters (name, public, collaborative, description) must be provided. Important constraints: - collaborative can only be set to true on non-public playlists (when public is false) - Requires OAuth scope: playlist-modify-public (for public playlists) or playlist-modify-private (for private playlists) - The playlist must be owned by the authenticated user\",\n input: SpotifyChangePlaylistDetailsInput,\n output: SpotifyChangePlaylistDetailsOutput,\n});\n"],"mappings":";;AAgBA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhB6D,EAAE,OAAO;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;EAC5G,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;EAC3G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oFAAoF,CAAC,CAAC,SAAS;EAChI,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI;EACxK,eAAe,EAAE,QAAQ,CAAC,CAAC,SAAS,oMAAoM,CAAC,CAAC,SAAS;CACrP,CAAC,CAAC,CAAC,SAAS,4CAUH;CACP,QAV8D,EAAE,OAAO;EACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kHAOhB;AACV,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/check-if-user-follows-artists-or-users.ts
|
|
4
|
+
const SpotifyCheckIfUserFollowsArtistsOrUsersInput = zod.z.object({
|
|
5
|
+
ids: zod.z.string().describe("A comma-separated list of the artist or user Spotify IDs to check. Maximum of 50 IDs per request. Example: '2CIMQHirSU0MQqyYHq0eOx,57dN52uHvrHOxijzpIgu3E'"),
|
|
6
|
+
type: zod.z.enum(["artist", "user"]).describe("The ID type: either 'artist' or 'user'")
|
|
7
|
+
}).describe("Request schema for `CheckIfUserFollowsArtistsOrUsers`");
|
|
8
|
+
const SpotifyCheckIfUserFollowsArtistsOrUsersOutput = zod.z.object({ follows: zod.z.array(zod.z.boolean()).describe("Array of boolean values in the same order as the requested artist or user IDs. True indicates the user follows the artist/user, False indicates they do not.") }).describe("Response schema for `CheckIfUserFollowsArtistsOrUsers`\n\nReturns an array of booleans indicating whether the current user follows each\nartist or user in the same order as the IDs were provided in the request.");
|
|
9
|
+
const spotifyCheckIfUserFollowsArtistsOrUsers = require_action.action("SPOTIFY_CHECK_IF_USER_FOLLOWS_ARTISTS_OR_USERS", {
|
|
10
|
+
slug: "spotify-check-if-user-follows-artists-or-users",
|
|
11
|
+
name: "Check if user follows artists or users",
|
|
12
|
+
description: "Check to see if the current user is following one or more artists or other Spotify users.",
|
|
13
|
+
input: SpotifyCheckIfUserFollowsArtistsOrUsersInput,
|
|
14
|
+
output: SpotifyCheckIfUserFollowsArtistsOrUsersOutput
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
exports.spotifyCheckIfUserFollowsArtistsOrUsers = spotifyCheckIfUserFollowsArtistsOrUsers;
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=check-if-user-follows-artists-or-users.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check-if-user-follows-artists-or-users.cjs","names":["z","action"],"sources":["../../src/actions/check-if-user-follows-artists-or-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotifyCheckIfUserFollowsArtistsOrUsersInput: z.ZodTypeAny = z.object({\n ids: z.string().describe(\"A comma-separated list of the artist or user Spotify IDs to check. Maximum of 50 IDs per request. Example: '2CIMQHirSU0MQqyYHq0eOx,57dN52uHvrHOxijzpIgu3E'\"),\n type: z.enum([\"artist\", \"user\"]).describe(\"The ID type: either 'artist' or 'user'\"),\n}).describe(\"Request schema for `CheckIfUserFollowsArtistsOrUsers`\");\nexport const SpotifyCheckIfUserFollowsArtistsOrUsersOutput: z.ZodTypeAny = z.object({\n follows: z.array(z.boolean()).describe(\"Array of boolean values in the same order as the requested artist or user IDs. True indicates the user follows the artist/user, False indicates they do not.\"),\n}).describe(\"Response schema for `CheckIfUserFollowsArtistsOrUsers`\\n\\nReturns an array of booleans indicating whether the current user follows each\\nartist or user in the same order as the IDs were provided in the request.\");\n\nexport const spotifyCheckIfUserFollowsArtistsOrUsers = action(\"SPOTIFY_CHECK_IF_USER_FOLLOWS_ARTISTS_OR_USERS\", {\n slug: \"spotify-check-if-user-follows-artists-or-users\",\n name: \"Check if user follows artists or users\",\n description: \"Check to see if the current user is following one or more artists or other Spotify users.\",\n input: SpotifyCheckIfUserFollowsArtistsOrUsersInput,\n output: SpotifyCheckIfUserFollowsArtistsOrUsersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA6DA,IAAAA,EAAE,OAAO;CACjF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4JAA4J;CACrL,MAAMA,IAAAA,EAAE,KAAK,CAAC,UAAU,MAAM,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpF,CAAC,CAAC,CAAC,SAAS,uDAAuD;AACnE,MAAa,gDAA8DA,IAAAA,EAAE,OAAO,EAClF,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8JAA8J,EACvM,CAAC,CAAC,CAAC,SAAS,oNAAoN;AAEhO,MAAa,0CAA0CC,eAAAA,OAAO,kDAAkD;CAC9G,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/check-if-user-follows-artists-or-users.d.ts
|
|
4
|
+
declare const SpotifyCheckIfUserFollowsArtistsOrUsersInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpotifyCheckIfUserFollowsArtistsOrUsersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spotifyCheckIfUserFollowsArtistsOrUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spotifyCheckIfUserFollowsArtistsOrUsers };
|
|
9
|
+
//# sourceMappingURL=check-if-user-follows-artists-or-users.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check-if-user-follows-artists-or-users.d.cts","names":[],"sources":["../../src/actions/check-if-user-follows-artists-or-users.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAGO;AAAA,cACvD,6CAAA,EAA+C,CAAA,CAAE,UAEmK;AAAA,cAEpN,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/check-if-user-follows-artists-or-users.d.ts
|
|
4
|
+
declare const SpotifyCheckIfUserFollowsArtistsOrUsersInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpotifyCheckIfUserFollowsArtistsOrUsersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spotifyCheckIfUserFollowsArtistsOrUsers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spotifyCheckIfUserFollowsArtistsOrUsers };
|
|
9
|
+
//# sourceMappingURL=check-if-user-follows-artists-or-users.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check-if-user-follows-artists-or-users.d.mts","names":[],"sources":["../../src/actions/check-if-user-follows-artists-or-users.ts"],"mappings":";;;cAIa,4CAAA,EAA8C,CAAA,CAAE,UAGO;AAAA,cACvD,6CAAA,EAA+C,CAAA,CAAE,UAEmK;AAAA,cAEpN,uCAAA,gCAAuC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const spotifyCheckIfUserFollowsArtistsOrUsers = action("SPOTIFY_CHECK_IF_USER_FOLLOWS_ARTISTS_OR_USERS", {
|
|
4
|
+
slug: "spotify-check-if-user-follows-artists-or-users",
|
|
5
|
+
name: "Check if user follows artists or users",
|
|
6
|
+
description: "Check to see if the current user is following one or more artists or other Spotify users.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
ids: z.string().describe("A comma-separated list of the artist or user Spotify IDs to check. Maximum of 50 IDs per request. Example: '2CIMQHirSU0MQqyYHq0eOx,57dN52uHvrHOxijzpIgu3E'"),
|
|
9
|
+
type: z.enum(["artist", "user"]).describe("The ID type: either 'artist' or 'user'")
|
|
10
|
+
}).describe("Request schema for `CheckIfUserFollowsArtistsOrUsers`"),
|
|
11
|
+
output: z.object({ follows: z.array(z.boolean()).describe("Array of boolean values in the same order as the requested artist or user IDs. True indicates the user follows the artist/user, False indicates they do not.") }).describe("Response schema for `CheckIfUserFollowsArtistsOrUsers`\n\nReturns an array of booleans indicating whether the current user follows each\nartist or user in the same order as the IDs were provided in the request.")
|
|
12
|
+
});
|
|
13
|
+
//#endregion
|
|
14
|
+
export { spotifyCheckIfUserFollowsArtistsOrUsers };
|
|
15
|
+
|
|
16
|
+
//# sourceMappingURL=check-if-user-follows-artists-or-users.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check-if-user-follows-artists-or-users.mjs","names":[],"sources":["../../src/actions/check-if-user-follows-artists-or-users.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotifyCheckIfUserFollowsArtistsOrUsersInput: z.ZodTypeAny = z.object({\n ids: z.string().describe(\"A comma-separated list of the artist or user Spotify IDs to check. Maximum of 50 IDs per request. Example: '2CIMQHirSU0MQqyYHq0eOx,57dN52uHvrHOxijzpIgu3E'\"),\n type: z.enum([\"artist\", \"user\"]).describe(\"The ID type: either 'artist' or 'user'\"),\n}).describe(\"Request schema for `CheckIfUserFollowsArtistsOrUsers`\");\nexport const SpotifyCheckIfUserFollowsArtistsOrUsersOutput: z.ZodTypeAny = z.object({\n follows: z.array(z.boolean()).describe(\"Array of boolean values in the same order as the requested artist or user IDs. True indicates the user follows the artist/user, False indicates they do not.\"),\n}).describe(\"Response schema for `CheckIfUserFollowsArtistsOrUsers`\\n\\nReturns an array of booleans indicating whether the current user follows each\\nartist or user in the same order as the IDs were provided in the request.\");\n\nexport const spotifyCheckIfUserFollowsArtistsOrUsers = action(\"SPOTIFY_CHECK_IF_USER_FOLLOWS_ARTISTS_OR_USERS\", {\n slug: \"spotify-check-if-user-follows-artists-or-users\",\n name: \"Check if user follows artists or users\",\n description: \"Check to see if the current user is following one or more artists or other Spotify users.\",\n input: SpotifyCheckIfUserFollowsArtistsOrUsersInput,\n output: SpotifyCheckIfUserFollowsArtistsOrUsersOutput,\n});\n"],"mappings":";;AAYA,MAAa,0CAA0C,OAAO,kDAAkD;CAC9G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZwE,EAAE,OAAO;EACjF,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,4JAA4J;EACrL,MAAM,EAAE,KAAK,CAAC,UAAU,MAAM,CAAC,CAAC,CAAC,SAAS,wCAAwC;CACpF,CAAC,CAAC,CAAC,SAAS,uDASH;CACP,QATyE,EAAE,OAAO,EAClF,SAAS,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,8JAA8J,EACvM,CAAC,CAAC,CAAC,SAAS,oNAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/check-if-users-follow-playlist.ts
|
|
4
|
+
const SpotifyCheckIfUsersFollowPlaylistInput = zod.z.object({
|
|
5
|
+
ids: zod.z.string().describe("The Spotify user ID to check if they follow the playlist. Must be the current authenticated user's ID. Single user ID only (e.g., 'jmperezperez'). Note: While the API parameter is named 'ids', only the authenticated user can be checked."),
|
|
6
|
+
playlist_id: zod.z.string().describe("The Spotify ID of the playlist to check followers for. A 22-character alphanumeric string (e.g., '3cEYpjA9oz9GiPac4AsH4n').")
|
|
7
|
+
}).describe("Request schema for `CheckIfUsersFollowPlaylist`");
|
|
8
|
+
const SpotifyCheckIfUsersFollowPlaylist_UserFollowStatusSchema = zod.z.object({
|
|
9
|
+
follows: zod.z.boolean().nullable().optional(),
|
|
10
|
+
user_id: zod.z.string().nullable().optional()
|
|
11
|
+
}).passthrough().describe("A single user's follow status for a playlist.");
|
|
12
|
+
const SpotifyCheckIfUsersFollowPlaylistOutput = zod.z.object({
|
|
13
|
+
results: zod.z.array(zod.z.boolean()).describe("A list containing a single boolean value indicating whether the authenticated user follows the playlist (e.g., [true] or [false]).").nullable().optional(),
|
|
14
|
+
user_follow_statuses: zod.z.array(SpotifyCheckIfUsersFollowPlaylist_UserFollowStatusSchema).describe("Optional detailed breakdown of each user's follow status.").nullable().optional()
|
|
15
|
+
}).passthrough().describe("Response schema for `CheckIfUsersFollowPlaylist`\n\nThe API returns a JSON array containing a single boolean indicating whether\nthe authenticated user follows the playlist.");
|
|
16
|
+
const spotifyCheckIfUsersFollowPlaylist = require_action.action("SPOTIFY_CHECK_IF_USERS_FOLLOW_PLAYLIST", {
|
|
17
|
+
slug: "spotify-check-if-users-follow-playlist",
|
|
18
|
+
name: "Check if users follow playlist",
|
|
19
|
+
description: "Check if the current authenticated user is following a specified playlist. This endpoint checks whether the authenticated user follows the given playlist. It returns a boolean value indicating whether the user follows the playlist. Important: Despite the parameter being named 'ids', this endpoint only works for checking if the current authenticated user follows a playlist. You cannot check if arbitrary users follow a playlist. Note: The playlist must be public or the requesting user must own the playlist.",
|
|
20
|
+
input: SpotifyCheckIfUsersFollowPlaylistInput,
|
|
21
|
+
output: SpotifyCheckIfUsersFollowPlaylistOutput
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
exports.spotifyCheckIfUsersFollowPlaylist = spotifyCheckIfUsersFollowPlaylist;
|
|
25
|
+
|
|
26
|
+
//# sourceMappingURL=check-if-users-follow-playlist.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check-if-users-follow-playlist.cjs","names":["z","action"],"sources":["../../src/actions/check-if-users-follow-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SpotifyCheckIfUsersFollowPlaylistInput: z.ZodTypeAny = z.object({\n ids: z.string().describe(\"The Spotify user ID to check if they follow the playlist. Must be the current authenticated user's ID. Single user ID only (e.g., 'jmperezperez'). Note: While the API parameter is named 'ids', only the authenticated user can be checked.\"),\n playlist_id: z.string().describe(\"The Spotify ID of the playlist to check followers for. A 22-character alphanumeric string (e.g., '3cEYpjA9oz9GiPac4AsH4n').\"),\n}).describe(\"Request schema for `CheckIfUsersFollowPlaylist`\");\nconst SpotifyCheckIfUsersFollowPlaylist_UserFollowStatusSchema: z.ZodTypeAny = z.object({\n follows: z.boolean().nullable().optional(),\n user_id: z.string().nullable().optional(),\n}).passthrough().describe(\"A single user's follow status for a playlist.\");\nexport const SpotifyCheckIfUsersFollowPlaylistOutput: z.ZodTypeAny = z.object({\n results: z.array(z.boolean()).describe(\"A list containing a single boolean value indicating whether the authenticated user follows the playlist (e.g., [true] or [false]).\").nullable().optional(),\n user_follow_statuses: z.array(SpotifyCheckIfUsersFollowPlaylist_UserFollowStatusSchema).describe(\"Optional detailed breakdown of each user's follow status.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `CheckIfUsersFollowPlaylist`\\n\\nThe API returns a JSON array containing a single boolean indicating whether\\nthe authenticated user follows the playlist.\");\n\nexport const spotifyCheckIfUsersFollowPlaylist = action(\"SPOTIFY_CHECK_IF_USERS_FOLLOW_PLAYLIST\", {\n slug: \"spotify-check-if-users-follow-playlist\",\n name: \"Check if users follow playlist\",\n description: \"Check if the current authenticated user is following a specified playlist. This endpoint checks whether the authenticated user follows the given playlist. It returns a boolean value indicating whether the user follows the playlist. Important: Despite the parameter being named 'ids', this endpoint only works for checking if the current authenticated user follows a playlist. You cannot check if arbitrary users follow a playlist. Note: The playlist must be public or the requesting user must own the playlist.\",\n input: SpotifyCheckIfUsersFollowPlaylistInput,\n output: SpotifyCheckIfUsersFollowPlaylistOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8OAA8O;CACvQ,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6HAA6H;AAChK,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,2DAAyEA,IAAAA,EAAE,OAAO;CACtF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzC,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1C,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AACzE,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjM,sBAAsBA,IAAAA,EAAE,MAAM,wDAAwD,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpL,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+KAA+K;AAEzM,MAAa,oCAAoCC,eAAAA,OAAO,0CAA0C;CAChG,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/check-if-users-follow-playlist.d.ts
|
|
4
|
+
declare const SpotifyCheckIfUsersFollowPlaylistInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpotifyCheckIfUsersFollowPlaylistOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spotifyCheckIfUsersFollowPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spotifyCheckIfUsersFollowPlaylist };
|
|
9
|
+
//# sourceMappingURL=check-if-users-follow-playlist.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check-if-users-follow-playlist.d.cts","names":[],"sources":["../../src/actions/check-if-users-follow-playlist.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAGO;AAAA,cAKjD,uCAAA,EAAyC,CAAA,CAAE,UAGkJ;AAAA,cAE7L,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/check-if-users-follow-playlist.d.ts
|
|
4
|
+
declare const SpotifyCheckIfUsersFollowPlaylistInput: z.ZodTypeAny;
|
|
5
|
+
declare const SpotifyCheckIfUsersFollowPlaylistOutput: z.ZodTypeAny;
|
|
6
|
+
declare const spotifyCheckIfUsersFollowPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { spotifyCheckIfUsersFollowPlaylist };
|
|
9
|
+
//# sourceMappingURL=check-if-users-follow-playlist.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check-if-users-follow-playlist.d.mts","names":[],"sources":["../../src/actions/check-if-users-follow-playlist.ts"],"mappings":";;;cAIa,sCAAA,EAAwC,CAAA,CAAE,UAGO;AAAA,cAKjD,uCAAA,EAAyC,CAAA,CAAE,UAGkJ;AAAA,cAE7L,iCAAA,gCAAiC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|