@keystrokehq/soundcloud 0.1.0 → 0.1.3
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/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/creates-a-playlist.cjs +45 -45
- package/dist/actions/creates-a-playlist.cjs.map +1 -1
- package/dist/actions/creates-a-playlist.d.cts +127 -3
- package/dist/actions/creates-a-playlist.d.cts.map +1 -1
- package/dist/actions/creates-a-playlist.d.mts +127 -3
- package/dist/actions/creates-a-playlist.d.mts.map +1 -1
- package/dist/actions/creates-a-playlist.mjs +45 -45
- package/dist/actions/creates-a-playlist.mjs.map +1 -1
- package/dist/actions/deletes-a-playlist.cjs +1 -1
- package/dist/actions/deletes-a-playlist.cjs.map +1 -1
- package/dist/actions/deletes-a-playlist.d.cts +9 -3
- package/dist/actions/deletes-a-playlist.d.cts.map +1 -1
- package/dist/actions/deletes-a-playlist.d.mts +9 -3
- package/dist/actions/deletes-a-playlist.d.mts.map +1 -1
- package/dist/actions/deletes-a-playlist.mjs +1 -1
- package/dist/actions/deletes-a-playlist.mjs.map +1 -1
- package/dist/actions/deletes-a-track.cjs +1 -1
- package/dist/actions/deletes-a-track.cjs.map +1 -1
- package/dist/actions/deletes-a-track.d.cts +7 -3
- package/dist/actions/deletes-a-track.d.cts.map +1 -1
- package/dist/actions/deletes-a-track.d.mts +7 -3
- package/dist/actions/deletes-a-track.d.mts.map +1 -1
- package/dist/actions/deletes-a-track.mjs +1 -1
- package/dist/actions/deletes-a-track.mjs.map +1 -1
- package/dist/actions/fetch-sound-cloud-follower-profile-details.cjs +26 -26
- package/dist/actions/fetch-sound-cloud-follower-profile-details.cjs.map +1 -1
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.cts +50 -3
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.cts.map +1 -1
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.mts +50 -3
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.mts.map +1 -1
- package/dist/actions/fetch-sound-cloud-follower-profile-details.mjs +26 -26
- package/dist/actions/fetch-sound-cloud-follower-profile-details.mjs.map +1 -1
- package/dist/actions/fetch-user-favorites.cjs +23 -23
- package/dist/actions/fetch-user-favorites.cjs.map +1 -1
- package/dist/actions/fetch-user-favorites.d.cts +85 -3
- package/dist/actions/fetch-user-favorites.d.cts.map +1 -1
- package/dist/actions/fetch-user-favorites.d.mts +85 -3
- package/dist/actions/fetch-user-favorites.d.mts.map +1 -1
- package/dist/actions/fetch-user-favorites.mjs +23 -23
- package/dist/actions/fetch-user-favorites.mjs.map +1 -1
- package/dist/actions/fetch-user-following-details.cjs +3 -3
- package/dist/actions/fetch-user-following-details.cjs.map +1 -1
- package/dist/actions/fetch-user-following-details.d.cts +37 -3
- package/dist/actions/fetch-user-following-details.d.cts.map +1 -1
- package/dist/actions/fetch-user-following-details.d.mts +37 -3
- package/dist/actions/fetch-user-following-details.d.mts.map +1 -1
- package/dist/actions/fetch-user-following-details.mjs +3 -3
- package/dist/actions/fetch-user-following-details.mjs.map +1 -1
- package/dist/actions/fetch-user-profiles-links.cjs.map +1 -1
- package/dist/actions/fetch-user-profiles-links.d.cts +9 -3
- package/dist/actions/fetch-user-profiles-links.d.cts.map +1 -1
- package/dist/actions/fetch-user-profiles-links.d.mts +9 -3
- package/dist/actions/fetch-user-profiles-links.d.mts.map +1 -1
- package/dist/actions/fetch-user-profiles-links.mjs.map +1 -1
- package/dist/actions/follows-a-user.cjs +6 -6
- package/dist/actions/follows-a-user.cjs.map +1 -1
- package/dist/actions/follows-a-user.d.cts +33 -3
- package/dist/actions/follows-a-user.d.cts.map +1 -1
- package/dist/actions/follows-a-user.d.mts +33 -3
- package/dist/actions/follows-a-user.d.mts.map +1 -1
- package/dist/actions/follows-a-user.mjs +6 -6
- package/dist/actions/follows-a-user.mjs.map +1 -1
- package/dist/actions/get-related-tracks.cjs +23 -23
- package/dist/actions/get-related-tracks.cjs.map +1 -1
- package/dist/actions/get-related-tracks.d.cts +96 -3
- package/dist/actions/get-related-tracks.d.cts.map +1 -1
- package/dist/actions/get-related-tracks.d.mts +96 -3
- package/dist/actions/get-related-tracks.d.mts.map +1 -1
- package/dist/actions/get-related-tracks.mjs +23 -23
- package/dist/actions/get-related-tracks.mjs.map +1 -1
- package/dist/actions/get-track-likers.cjs +13 -13
- package/dist/actions/get-track-likers.cjs.map +1 -1
- package/dist/actions/get-track-likers.d.cts +34 -3
- package/dist/actions/get-track-likers.d.cts.map +1 -1
- package/dist/actions/get-track-likers.d.mts +34 -3
- package/dist/actions/get-track-likers.d.mts.map +1 -1
- package/dist/actions/get-track-likers.mjs +13 -13
- package/dist/actions/get-track-likers.mjs.map +1 -1
- package/dist/actions/likes-a-playlist.cjs +1 -1
- package/dist/actions/likes-a-playlist.cjs.map +1 -1
- package/dist/actions/likes-a-playlist.d.cts +9 -3
- package/dist/actions/likes-a-playlist.d.cts.map +1 -1
- package/dist/actions/likes-a-playlist.d.mts +9 -3
- package/dist/actions/likes-a-playlist.d.mts.map +1 -1
- package/dist/actions/likes-a-playlist.mjs +1 -1
- package/dist/actions/likes-a-playlist.mjs.map +1 -1
- package/dist/actions/likes-a-track.cjs +1 -1
- package/dist/actions/likes-a-track.cjs.map +1 -1
- package/dist/actions/likes-a-track.d.cts +9 -3
- package/dist/actions/likes-a-track.d.cts.map +1 -1
- package/dist/actions/likes-a-track.d.mts +9 -3
- package/dist/actions/likes-a-track.d.mts.map +1 -1
- package/dist/actions/likes-a-track.mjs +1 -1
- package/dist/actions/likes-a-track.mjs.map +1 -1
- package/dist/actions/list-authenticated-user-followers.cjs +11 -11
- package/dist/actions/list-authenticated-user-followers.cjs.map +1 -1
- package/dist/actions/list-authenticated-user-followers.d.cts +45 -3
- package/dist/actions/list-authenticated-user-followers.d.cts.map +1 -1
- package/dist/actions/list-authenticated-user-followers.d.mts +45 -3
- package/dist/actions/list-authenticated-user-followers.d.mts.map +1 -1
- package/dist/actions/list-authenticated-user-followers.mjs +11 -11
- package/dist/actions/list-authenticated-user-followers.mjs.map +1 -1
- package/dist/actions/list-followed-by-user.cjs +15 -15
- package/dist/actions/list-followed-by-user.cjs.map +1 -1
- package/dist/actions/list-followed-by-user.d.cts +48 -3
- package/dist/actions/list-followed-by-user.d.cts.map +1 -1
- package/dist/actions/list-followed-by-user.d.mts +48 -3
- package/dist/actions/list-followed-by-user.d.mts.map +1 -1
- package/dist/actions/list-followed-by-user.mjs +15 -15
- package/dist/actions/list-followed-by-user.mjs.map +1 -1
- package/dist/actions/list-user-favorites.cjs +33 -33
- package/dist/actions/list-user-favorites.cjs.map +1 -1
- package/dist/actions/list-user-favorites.d.cts +106 -3
- package/dist/actions/list-user-favorites.d.cts.map +1 -1
- package/dist/actions/list-user-favorites.d.mts +106 -3
- package/dist/actions/list-user-favorites.d.mts.map +1 -1
- package/dist/actions/list-user-favorites.mjs +33 -33
- package/dist/actions/list-user-favorites.mjs.map +1 -1
- package/dist/actions/oauth2-authorization-redirect-handler.cjs +2 -2
- package/dist/actions/oauth2-authorization-redirect-handler.cjs.map +1 -1
- package/dist/actions/oauth2-authorization-redirect-handler.d.cts +18 -3
- package/dist/actions/oauth2-authorization-redirect-handler.d.cts.map +1 -1
- package/dist/actions/oauth2-authorization-redirect-handler.d.mts +18 -3
- package/dist/actions/oauth2-authorization-redirect-handler.d.mts.map +1 -1
- package/dist/actions/oauth2-authorization-redirect-handler.mjs +2 -2
- package/dist/actions/oauth2-authorization-redirect-handler.mjs.map +1 -1
- package/dist/actions/performs-a-playlist-search-based-on-a-query.cjs +22 -22
- package/dist/actions/performs-a-playlist-search-based-on-a-query.cjs.map +1 -1
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.cts +74 -3
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.cts.map +1 -1
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.mts +74 -3
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.mts.map +1 -1
- package/dist/actions/performs-a-playlist-search-based-on-a-query.mjs +22 -22
- package/dist/actions/performs-a-playlist-search-based-on-a-query.mjs.map +1 -1
- package/dist/actions/performs-a-user-search-based-on-a-query.cjs +5 -5
- package/dist/actions/performs-a-user-search-based-on-a-query.cjs.map +1 -1
- package/dist/actions/performs-a-user-search-based-on-a-query.d.cts +62 -3
- package/dist/actions/performs-a-user-search-based-on-a-query.d.cts.map +1 -1
- package/dist/actions/performs-a-user-search-based-on-a-query.d.mts +62 -3
- package/dist/actions/performs-a-user-search-based-on-a-query.d.mts.map +1 -1
- package/dist/actions/performs-a-user-search-based-on-a-query.mjs +5 -5
- package/dist/actions/performs-a-user-search-based-on-a-query.mjs.map +1 -1
- package/dist/actions/provision-access-tokens-post-authorization.cjs +6 -6
- package/dist/actions/provision-access-tokens-post-authorization.cjs.map +1 -1
- package/dist/actions/provision-access-tokens-post-authorization.d.cts +27 -3
- package/dist/actions/provision-access-tokens-post-authorization.d.cts.map +1 -1
- package/dist/actions/provision-access-tokens-post-authorization.d.mts +27 -3
- package/dist/actions/provision-access-tokens-post-authorization.d.mts.map +1 -1
- package/dist/actions/provision-access-tokens-post-authorization.mjs +6 -6
- package/dist/actions/provision-access-tokens-post-authorization.mjs.map +1 -1
- package/dist/actions/recent-the-authenticated-user-s-activities.cjs +7 -7
- package/dist/actions/recent-the-authenticated-user-s-activities.cjs.map +1 -1
- package/dist/actions/recent-the-authenticated-user-s-activities.d.cts +151 -3
- package/dist/actions/recent-the-authenticated-user-s-activities.d.cts.map +1 -1
- package/dist/actions/recent-the-authenticated-user-s-activities.d.mts +151 -3
- package/dist/actions/recent-the-authenticated-user-s-activities.d.mts.map +1 -1
- package/dist/actions/recent-the-authenticated-user-s-activities.mjs +7 -7
- package/dist/actions/recent-the-authenticated-user-s-activities.mjs.map +1 -1
- package/dist/actions/recent-tracks-from-followed-users.cjs +8 -8
- package/dist/actions/recent-tracks-from-followed-users.cjs.map +1 -1
- package/dist/actions/recent-tracks-from-followed-users.d.cts +104 -3
- package/dist/actions/recent-tracks-from-followed-users.d.cts.map +1 -1
- package/dist/actions/recent-tracks-from-followed-users.d.mts +104 -3
- package/dist/actions/recent-tracks-from-followed-users.d.mts.map +1 -1
- package/dist/actions/recent-tracks-from-followed-users.mjs +8 -8
- package/dist/actions/recent-tracks-from-followed-users.mjs.map +1 -1
- package/dist/actions/remove-playlist-repost.cjs +2 -2
- package/dist/actions/remove-playlist-repost.cjs.map +1 -1
- package/dist/actions/remove-playlist-repost.d.cts +16 -3
- package/dist/actions/remove-playlist-repost.d.cts.map +1 -1
- package/dist/actions/remove-playlist-repost.d.mts +16 -3
- package/dist/actions/remove-playlist-repost.d.mts.map +1 -1
- package/dist/actions/remove-playlist-repost.mjs +2 -2
- package/dist/actions/remove-playlist-repost.mjs.map +1 -1
- package/dist/actions/remove-track-repost.cjs +1 -1
- package/dist/actions/remove-track-repost.cjs.map +1 -1
- package/dist/actions/remove-track-repost.d.cts +7 -3
- package/dist/actions/remove-track-repost.d.cts.map +1 -1
- package/dist/actions/remove-track-repost.d.mts +7 -3
- package/dist/actions/remove-track-repost.d.mts.map +1 -1
- package/dist/actions/remove-track-repost.mjs +1 -1
- package/dist/actions/remove-track-repost.mjs.map +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.cjs +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.cjs.map +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.cts +7 -3
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.cts.map +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.mts +7 -3
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.mts.map +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.mjs +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.mjs.map +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.cjs +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.cjs.map +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.cts +7 -3
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.cts.map +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.mts +7 -3
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.mts.map +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.mjs +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.mjs.map +1 -1
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.cjs.map +1 -1
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.cts +7 -3
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.cts.map +1 -1
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.mts +7 -3
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.mts.map +1 -1
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.mjs.map +1 -1
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.cjs +22 -22
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.cjs.map +1 -1
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.cts +47 -3
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.cts.map +1 -1
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.mts +47 -3
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.mts.map +1 -1
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.mjs +22 -22
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.mjs.map +1 -1
- package/dist/actions/returns-a-collection-of-track-s-reposters.cjs +18 -18
- package/dist/actions/returns-a-collection-of-track-s-reposters.cjs.map +1 -1
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.cts +58 -3
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.cts.map +1 -1
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.mts +58 -3
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.mts.map +1 -1
- package/dist/actions/returns-a-collection-of-track-s-reposters.mjs +18 -18
- package/dist/actions/returns-a-collection-of-track-s-reposters.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.cjs +27 -27
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.cts +134 -3
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.mts +134 -3
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.mjs +27 -27
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followers.cjs +17 -17
- package/dist/actions/returns-a-list-of-user-s-followers.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followers.d.cts +46 -3
- package/dist/actions/returns-a-list-of-user-s-followers.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followers.d.mts +46 -3
- package/dist/actions/returns-a-list-of-user-s-followers.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followers.mjs +17 -17
- package/dist/actions/returns-a-list-of-user-s-followers.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followings.cjs +11 -11
- package/dist/actions/returns-a-list-of-user-s-followings.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followings.d.cts +46 -3
- package/dist/actions/returns-a-list-of-user-s-followings.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followings.d.mts +46 -3
- package/dist/actions/returns-a-list-of-user-s-followings.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followings.mjs +11 -11
- package/dist/actions/returns-a-list-of-user-s-followings.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.cjs +35 -35
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.cts +60 -3
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.mts +60 -3
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.mjs +35 -35
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.cjs +23 -23
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.cts +86 -3
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.mts +86 -3
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.mjs +23 -23
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-playlists.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-playlists.d.cts +19 -3
- package/dist/actions/returns-a-list-of-user-s-playlists.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-playlists.d.mts +19 -3
- package/dist/actions/returns-a-list-of-user-s-playlists.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-playlists.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-tracks.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-tracks.d.cts +17 -3
- package/dist/actions/returns-a-list-of-user-s-tracks.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-tracks.d.mts +17 -3
- package/dist/actions/returns-a-list-of-user-s-tracks.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-tracks.mjs.map +1 -1
- package/dist/actions/returns-a-playlist.cjs +2 -2
- package/dist/actions/returns-a-playlist.cjs.map +1 -1
- package/dist/actions/returns-a-playlist.d.cts +78 -3
- package/dist/actions/returns-a-playlist.d.cts.map +1 -1
- package/dist/actions/returns-a-playlist.d.mts +78 -3
- package/dist/actions/returns-a-playlist.d.mts.map +1 -1
- package/dist/actions/returns-a-playlist.mjs +2 -2
- package/dist/actions/returns-a-playlist.mjs.map +1 -1
- package/dist/actions/returns-a-track-s-streamable-urls.cjs +3 -3
- package/dist/actions/returns-a-track-s-streamable-urls.cjs.map +1 -1
- package/dist/actions/returns-a-track-s-streamable-urls.d.cts +16 -3
- package/dist/actions/returns-a-track-s-streamable-urls.d.cts.map +1 -1
- package/dist/actions/returns-a-track-s-streamable-urls.d.mts +16 -3
- package/dist/actions/returns-a-track-s-streamable-urls.d.mts.map +1 -1
- package/dist/actions/returns-a-track-s-streamable-urls.mjs +3 -3
- package/dist/actions/returns-a-track-s-streamable-urls.mjs.map +1 -1
- package/dist/actions/returns-a-track.cjs +20 -20
- package/dist/actions/returns-a-track.cjs.map +1 -1
- package/dist/actions/returns-a-track.d.cts +60 -3
- package/dist/actions/returns-a-track.d.cts.map +1 -1
- package/dist/actions/returns-a-track.d.mts +60 -3
- package/dist/actions/returns-a-track.d.mts.map +1 -1
- package/dist/actions/returns-a-track.mjs +20 -20
- package/dist/actions/returns-a-track.mjs.map +1 -1
- package/dist/actions/returns-a-user.cjs +4 -4
- package/dist/actions/returns-a-user.cjs.map +1 -1
- package/dist/actions/returns-a-user.d.cts +49 -3
- package/dist/actions/returns-a-user.d.cts.map +1 -1
- package/dist/actions/returns-a-user.d.mts +49 -3
- package/dist/actions/returns-a-user.d.mts.map +1 -1
- package/dist/actions/returns-a-user.mjs +4 -4
- package/dist/actions/returns-a-user.mjs.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-activities.cjs +4 -4
- package/dist/actions/returns-the-authenticated-user-s-activities.cjs.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-activities.d.cts +21 -3
- package/dist/actions/returns-the-authenticated-user-s-activities.d.cts.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-activities.d.mts +21 -3
- package/dist/actions/returns-the-authenticated-user-s-activities.d.mts.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-activities.mjs +4 -4
- package/dist/actions/returns-the-authenticated-user-s-activities.mjs.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-information.cjs +2 -2
- package/dist/actions/returns-the-authenticated-user-s-information.cjs.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-information.d.cts +38 -3
- package/dist/actions/returns-the-authenticated-user-s-information.d.cts.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-information.d.mts +38 -3
- package/dist/actions/returns-the-authenticated-user-s-information.d.mts.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-information.mjs +2 -2
- package/dist/actions/returns-the-authenticated-user-s-information.mjs.map +1 -1
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.cjs +21 -21
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.cjs.map +1 -1
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.cts +62 -3
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.cts.map +1 -1
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.mts +62 -3
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.mts.map +1 -1
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.mjs +21 -21
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.mjs.map +1 -1
- package/dist/actions/returns-tracks-under-a-playlist.cjs +27 -27
- package/dist/actions/returns-tracks-under-a-playlist.cjs.map +1 -1
- package/dist/actions/returns-tracks-under-a-playlist.d.cts +106 -3
- package/dist/actions/returns-tracks-under-a-playlist.d.cts.map +1 -1
- package/dist/actions/returns-tracks-under-a-playlist.d.mts +106 -3
- package/dist/actions/returns-tracks-under-a-playlist.d.mts.map +1 -1
- package/dist/actions/returns-tracks-under-a-playlist.mjs +27 -27
- package/dist/actions/returns-tracks-under-a-playlist.mjs.map +1 -1
- package/dist/actions/returns-user-s-playlists-sets.cjs +17 -17
- package/dist/actions/returns-user-s-playlists-sets.cjs.map +1 -1
- package/dist/actions/returns-user-s-playlists-sets.d.cts +74 -3
- package/dist/actions/returns-user-s-playlists-sets.d.cts.map +1 -1
- package/dist/actions/returns-user-s-playlists-sets.d.mts +74 -3
- package/dist/actions/returns-user-s-playlists-sets.d.mts.map +1 -1
- package/dist/actions/returns-user-s-playlists-sets.mjs +17 -17
- package/dist/actions/returns-user-s-playlists-sets.mjs.map +1 -1
- package/dist/actions/unfollow-user.cjs +1 -1
- package/dist/actions/unfollow-user.cjs.map +1 -1
- package/dist/actions/unfollow-user.d.cts +9 -3
- package/dist/actions/unfollow-user.d.cts.map +1 -1
- package/dist/actions/unfollow-user.d.mts +9 -3
- package/dist/actions/unfollow-user.d.mts.map +1 -1
- package/dist/actions/unfollow-user.mjs +1 -1
- package/dist/actions/unfollow-user.mjs.map +1 -1
- package/dist/actions/unlikes-a-playlist.cjs +1 -1
- package/dist/actions/unlikes-a-playlist.cjs.map +1 -1
- package/dist/actions/unlikes-a-playlist.d.cts +9 -3
- package/dist/actions/unlikes-a-playlist.d.cts.map +1 -1
- package/dist/actions/unlikes-a-playlist.d.mts +9 -3
- package/dist/actions/unlikes-a-playlist.d.mts.map +1 -1
- package/dist/actions/unlikes-a-playlist.mjs +1 -1
- package/dist/actions/unlikes-a-playlist.mjs.map +1 -1
- package/dist/actions/unlikes-a-track.cjs +2 -2
- package/dist/actions/unlikes-a-track.cjs.map +1 -1
- package/dist/actions/unlikes-a-track.d.cts +15 -3
- package/dist/actions/unlikes-a-track.d.cts.map +1 -1
- package/dist/actions/unlikes-a-track.d.mts +15 -3
- package/dist/actions/unlikes-a-track.d.mts.map +1 -1
- package/dist/actions/unlikes-a-track.mjs +2 -2
- package/dist/actions/unlikes-a-track.mjs.map +1 -1
- package/dist/actions/updates-a-playlist.cjs +37 -37
- package/dist/actions/updates-a-playlist.cjs.map +1 -1
- package/dist/actions/updates-a-playlist.d.cts +147 -3
- package/dist/actions/updates-a-playlist.d.cts.map +1 -1
- package/dist/actions/updates-a-playlist.d.mts +147 -3
- package/dist/actions/updates-a-playlist.d.mts.map +1 -1
- package/dist/actions/updates-a-playlist.mjs +37 -37
- package/dist/actions/updates-a-playlist.mjs.map +1 -1
- package/dist/actions/updates-a-track-s-information.cjs +19 -19
- package/dist/actions/updates-a-track-s-information.cjs.map +1 -1
- package/dist/actions/updates-a-track-s-information.d.cts +138 -3
- package/dist/actions/updates-a-track-s-information.d.cts.map +1 -1
- package/dist/actions/updates-a-track-s-information.d.mts +138 -3
- package/dist/actions/updates-a-track-s-information.d.mts.map +1 -1
- package/dist/actions/updates-a-track-s-information.mjs +19 -19
- package/dist/actions/updates-a-track-s-information.mjs.map +1 -1
- package/dist/actions/uploads-a-new-track.cjs +21 -21
- package/dist/actions/uploads-a-new-track.cjs.map +1 -1
- package/dist/actions/uploads-a-new-track.d.cts +72 -3
- package/dist/actions/uploads-a-new-track.d.cts.map +1 -1
- package/dist/actions/uploads-a-new-track.d.mts +72 -3
- package/dist/actions/uploads-a-new-track.d.mts.map +1 -1
- package/dist/actions/uploads-a-new-track.mjs +21 -21
- package/dist/actions/uploads-a-new-track.mjs.map +1 -1
- package/dist/actions/user-recent-track-activities.cjs +8 -8
- package/dist/actions/user-recent-track-activities.cjs.map +1 -1
- package/dist/actions/user-recent-track-activities.d.cts +99 -3
- package/dist/actions/user-recent-track-activities.d.cts.map +1 -1
- package/dist/actions/user-recent-track-activities.d.mts +99 -3
- package/dist/actions/user-recent-track-activities.d.mts.map +1 -1
- package/dist/actions/user-recent-track-activities.mjs +8 -8
- package/dist/actions/user-recent-track-activities.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -21,95 +21,95 @@ const SoundcloudCreatesAPlaylistInput = z.object({
|
|
|
21
21
|
playlist__purchase__title: z.string().describe("Purchase title").optional()
|
|
22
22
|
}).describe("Request schema for `CreatesAPlaylist`");
|
|
23
23
|
const SoundcloudCreatesAPlaylist_UserSchema = z.object({
|
|
24
|
-
id: z.number().int().describe("Unique identifier for the user"),
|
|
25
|
-
uri: z.string().describe("API URI for the user resource"),
|
|
24
|
+
id: z.number().int().describe("Unique identifier for the user").nullable(),
|
|
25
|
+
uri: z.string().describe("API URI for the user resource").nullable(),
|
|
26
26
|
city: z.string().describe("City where the user is located").nullable().optional(),
|
|
27
|
-
kind: z.string().describe("Type of resource, typically 'user'"),
|
|
27
|
+
kind: z.string().describe("Type of resource, typically 'user'").nullable(),
|
|
28
28
|
lastName: z.string().describe("Last name of the user").nullable().optional(),
|
|
29
|
-
username: z.string().describe("Username of the user"),
|
|
30
|
-
verified: z.boolean().describe("Whether the user account is verified"),
|
|
29
|
+
username: z.string().describe("Username of the user").nullable(),
|
|
30
|
+
verified: z.boolean().describe("Whether the user account is verified").nullable(),
|
|
31
31
|
avatarUrl: z.string().describe("URL to the user's avatar image").nullable().optional(),
|
|
32
|
-
createdAt: z.string().describe("ISO 8601 timestamp when the user account was created"),
|
|
32
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the user account was created").nullable(),
|
|
33
33
|
firstName: z.string().describe("First name of the user").nullable().optional(),
|
|
34
|
-
likesCount: z.number().int().describe("Total number of likes by the user"),
|
|
34
|
+
likesCount: z.number().int().describe("Total number of likes by the user").nullable(),
|
|
35
35
|
countryCode: z.string().describe("ISO country code for the user's location").nullable().optional(),
|
|
36
36
|
description: z.string().describe("User's profile description").nullable().optional(),
|
|
37
|
-
permalinkUrl: z.string().describe("Full URL to the user's profile"),
|
|
37
|
+
permalinkUrl: z.string().describe("Full URL to the user's profile").nullable(),
|
|
38
38
|
commentsCount: z.number().int().describe("Total number of comments by the user").nullable().optional(),
|
|
39
|
-
followersCount: z.number().int().describe("Number of followers the user has"),
|
|
40
|
-
followingsCount: z.number().int().describe("Number of users this user is following"),
|
|
39
|
+
followersCount: z.number().int().describe("Number of followers the user has").nullable(),
|
|
40
|
+
followingsCount: z.number().int().describe("Number of users this user is following").nullable(),
|
|
41
41
|
playlistLikesCount: z.number().int().describe("Number of playlists the user has liked").nullable().optional()
|
|
42
|
-
}).describe("User object representing a SoundCloud user");
|
|
42
|
+
}).passthrough().describe("User object representing a SoundCloud user");
|
|
43
43
|
const SoundcloudCreatesAPlaylist_TrackSchema = z.object({
|
|
44
|
-
id: z.number().int().describe("Unique identifier for the track"),
|
|
45
|
-
uri: z.string().describe("API URI for the track resource"),
|
|
46
|
-
kind: z.string().describe("Type of resource, typically 'track'"),
|
|
44
|
+
id: z.number().int().describe("Unique identifier for the track").nullable(),
|
|
45
|
+
uri: z.string().describe("API URI for the track resource").nullable(),
|
|
46
|
+
kind: z.string().describe("Type of resource, typically 'track'").nullable(),
|
|
47
47
|
user: z.unknown().describe("User object representing the track uploader"),
|
|
48
48
|
genre: z.string().describe("Genre classification of the track").nullable().optional(),
|
|
49
|
-
title: z.string().describe("Title of the track"),
|
|
49
|
+
title: z.string().describe("Title of the track").nullable(),
|
|
50
50
|
policy: z.string().describe("Policy setting for the track").nullable().optional(),
|
|
51
|
-
public: z.boolean().describe("Whether the track is publicly visible"),
|
|
52
|
-
userId: z.number().int().describe("ID of the user who uploaded the track"),
|
|
51
|
+
public: z.boolean().describe("Whether the track is publicly visible").nullable(),
|
|
52
|
+
userId: z.number().int().describe("ID of the user who uploaded the track").nullable(),
|
|
53
53
|
tagList: z.string().describe("Space-separated list of tags associated with the track").nullable().optional(),
|
|
54
|
-
duration: z.number().int().describe("Duration of the track in milliseconds"),
|
|
55
|
-
createdAt: z.string().describe("ISO 8601 timestamp when the track was created"),
|
|
54
|
+
duration: z.number().int().describe("Duration of the track in milliseconds").nullable(),
|
|
55
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the track was created").nullable(),
|
|
56
56
|
labelName: z.string().describe("Label name associated with the track").nullable().optional(),
|
|
57
|
-
permalink: z.string().describe("Unique permalink identifier for the track"),
|
|
57
|
+
permalink: z.string().describe("Unique permalink identifier for the track").nullable(),
|
|
58
58
|
artworkUrl: z.string().describe("URL to the track's artwork image").nullable().optional(),
|
|
59
|
-
likesCount: z.number().int().describe("Number of likes the track has received"),
|
|
60
|
-
streamable: z.boolean().describe("Whether the track can be streamed"),
|
|
61
|
-
commentable: z.boolean().describe("Whether comments are enabled for the track"),
|
|
59
|
+
likesCount: z.number().int().describe("Number of likes the track has received").nullable(),
|
|
60
|
+
streamable: z.boolean().describe("Whether the track can be streamed").nullable(),
|
|
61
|
+
commentable: z.boolean().describe("Whether comments are enabled for the track").nullable(),
|
|
62
62
|
description: z.string().describe("Description text for the track").nullable().optional(),
|
|
63
63
|
displayDate: z.string().describe("Display date for the track").nullable().optional(),
|
|
64
64
|
secretToken: z.string().describe("Secret token for private track access").nullable().optional(),
|
|
65
65
|
waveformUrl: z.string().describe("URL to the track's waveform visualization").nullable().optional(),
|
|
66
|
-
commentCount: z.number().int().describe("Number of comments on the track"),
|
|
67
|
-
downloadable: z.boolean().describe("Whether the track can be downloaded"),
|
|
68
|
-
fullDuration: z.number().int().describe("Full duration of the track in milliseconds"),
|
|
69
|
-
lastModified: z.string().describe("ISO 8601 timestamp of last modification"),
|
|
70
|
-
permalinkUrl: z.string().describe("Full URL to the track on SoundCloud"),
|
|
71
|
-
repostsCount: z.number().int().describe("Number of times the track has been reposted"),
|
|
66
|
+
commentCount: z.number().int().describe("Number of comments on the track").nullable(),
|
|
67
|
+
downloadable: z.boolean().describe("Whether the track can be downloaded").nullable(),
|
|
68
|
+
fullDuration: z.number().int().describe("Full duration of the track in milliseconds").nullable(),
|
|
69
|
+
lastModified: z.string().describe("ISO 8601 timestamp of last modification").nullable(),
|
|
70
|
+
permalinkUrl: z.string().describe("Full URL to the track on SoundCloud").nullable(),
|
|
71
|
+
repostsCount: z.number().int().describe("Number of times the track has been reposted").nullable(),
|
|
72
72
|
downloadCount: z.number().int().describe("Number of times the track has been downloaded").nullable().optional(),
|
|
73
|
-
playbackCount: z.number().int().describe("Number of times the track has been played"),
|
|
73
|
+
playbackCount: z.number().int().describe("Number of times the track has been played").nullable(),
|
|
74
74
|
hasDownloadsLeft: z.boolean().describe("Whether download quota remains for the track").nullable().optional(),
|
|
75
75
|
monetizationModel: z.string().describe("Monetization model for the track").nullable().optional()
|
|
76
|
-
}).describe("Track object representing a SoundCloud track");
|
|
76
|
+
}).passthrough().describe("Track object representing a SoundCloud track");
|
|
77
77
|
const soundcloudCreatesAPlaylist = action("SOUNDCLOUD_CREATES_A_PLAYLIST", {
|
|
78
78
|
slug: "soundcloud-creates-a-playlist",
|
|
79
79
|
name: "Creates a playlist",
|
|
80
80
|
description: "The `/playlists` POST endpoint on SoundCloud allows for playlist creation with title, description, mode, and tracks in a JSON body, requiring AuthHeader. It returns a 201 and playlist details on success, with 401 and 404 codes for errors.",
|
|
81
81
|
input: SoundcloudCreatesAPlaylistInput,
|
|
82
82
|
output: z.object({
|
|
83
|
-
id: z.number().int().describe("Unique identifier for the playlist"),
|
|
84
|
-
uri: z.string().describe("API URI for the playlist resource"),
|
|
85
|
-
kind: z.string().describe("Type of resource, typically 'playlist'"),
|
|
83
|
+
id: z.number().int().describe("Unique identifier for the playlist").nullable(),
|
|
84
|
+
uri: z.string().describe("API URI for the playlist resource").nullable(),
|
|
85
|
+
kind: z.string().describe("Type of resource, typically 'playlist'").nullable(),
|
|
86
86
|
user: SoundcloudCreatesAPlaylist_UserSchema.nullable(),
|
|
87
87
|
genre: z.string().describe("Genre classification of the playlist").nullable().optional(),
|
|
88
|
-
title: z.string().describe("Title of the playlist"),
|
|
89
|
-
public: z.boolean().describe("Whether the playlist is publicly visible"),
|
|
88
|
+
title: z.string().describe("Title of the playlist").nullable(),
|
|
89
|
+
public: z.boolean().describe("Whether the playlist is publicly visible").nullable(),
|
|
90
90
|
tracks: z.array(SoundcloudCreatesAPlaylist_TrackSchema).describe("Array of track objects included in the playlist"),
|
|
91
|
-
userId: z.number().int().describe("ID of the user who created the playlist"),
|
|
91
|
+
userId: z.number().int().describe("ID of the user who created the playlist").nullable(),
|
|
92
92
|
isAlbum: z.boolean().describe("Whether this playlist is classified as an album").nullable().optional(),
|
|
93
93
|
license: z.string().describe("License type for the playlist content").nullable().optional(),
|
|
94
94
|
setType: z.string().describe("Type of set (e.g., 'playlist', 'album')").nullable().optional(),
|
|
95
95
|
sharing: z.string().describe("Privacy setting for the playlist (e.g., 'public', 'private')").nullable().optional(),
|
|
96
96
|
tagList: z.string().describe("Space-separated list of tags associated with the playlist").nullable().optional(),
|
|
97
|
-
duration: z.number().int().describe("Total duration of all tracks in the playlist in milliseconds"),
|
|
98
|
-
createdAt: z.string().describe("ISO 8601 timestamp when the playlist was created"),
|
|
97
|
+
duration: z.number().int().describe("Total duration of all tracks in the playlist in milliseconds").nullable(),
|
|
98
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the playlist was created").nullable(),
|
|
99
99
|
labelName: z.string().describe("Label name associated with the playlist").nullable().optional(),
|
|
100
|
-
permalink: z.string().describe("Unique permalink identifier for the playlist"),
|
|
100
|
+
permalink: z.string().describe("Unique permalink identifier for the playlist").nullable(),
|
|
101
101
|
artworkUrl: z.string().describe("URL to the playlist's artwork image").nullable().optional(),
|
|
102
|
-
likesCount: z.number().int().describe("Number of likes the playlist has received"),
|
|
103
|
-
trackCount: z.number().int().describe("Number of tracks in the playlist"),
|
|
102
|
+
likesCount: z.number().int().describe("Number of likes the playlist has received").nullable(),
|
|
103
|
+
trackCount: z.number().int().describe("Number of tracks in the playlist").nullable(),
|
|
104
104
|
description: z.string().describe("Description text for the playlist").nullable().optional(),
|
|
105
105
|
displayDate: z.string().describe("Display date for the playlist").nullable().optional(),
|
|
106
106
|
publishedAt: z.string().describe("ISO 8601 timestamp when the playlist was published").nullable().optional(),
|
|
107
107
|
secretToken: z.string().describe("Secret token for private playlist access").nullable().optional(),
|
|
108
108
|
embeddableBy: z.string().describe("Who can embed this playlist").nullable().optional(),
|
|
109
|
-
lastModified: z.string().describe("ISO 8601 timestamp of last modification"),
|
|
110
|
-
permalinkUrl: z.string().describe("Full URL to the playlist on SoundCloud"),
|
|
109
|
+
lastModified: z.string().describe("ISO 8601 timestamp of last modification").nullable(),
|
|
110
|
+
permalinkUrl: z.string().describe("Full URL to the playlist on SoundCloud").nullable(),
|
|
111
111
|
managedByFeeds: z.boolean().describe("Whether the playlist is managed by feeds").nullable().optional()
|
|
112
|
-
}).describe("Response schema for `CreatesAPlaylist`")
|
|
112
|
+
}).passthrough().describe("Response schema for `CreatesAPlaylist`")
|
|
113
113
|
});
|
|
114
114
|
//#endregion
|
|
115
115
|
export { soundcloudCreatesAPlaylist };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"creates-a-playlist.mjs","names":[],"sources":["../../src/actions/creates-a-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudCreatesAPlaylistInput: z.ZodTypeAny = z.object({\n playlist__ean: z.string().describe(\"The European Article Number\").optional(),\n playlist__genre: z.string().describe(\"Playlist\\\"s genre\").optional(),\n playlist__title: z.string().describe(\"Title of the playlist\").optional(),\n playlist__tracks: z.array(z.record(z.string(), z.unknown())).describe(\"List of tracks to add to playlist\").optional(),\n playlist__license: z.string().describe(\"License number\").optional(),\n playlist__release: z.string().describe(\"Playlist\\\"s release\").optional(),\n playlist__sharing: z.enum([\"public\", \"private\"]).describe(\"public or private\").optional(),\n playlist__permalink: z.string().describe(\"Playlist\\\"s permalink\").optional(),\n playlist__set__type: z.enum([\"album\", \"playlist\"]).describe(\"Playlist or album type\").optional(),\n playlist__tag__list: z.string().describe(\"A comma-separated list of tags\").optional(),\n playlist__description: z.string().describe(\"Description of the playlist\").optional(),\n playlist__label__name: z.string().describe(\"Label name\").optional(),\n playlist__artwork__data: z.string().describe(\"Artwork Data\").optional(),\n playlist__purchase__url: z.string().describe(\"Purchase URL\").optional(),\n playlist__release__date: z.string().describe(\"Release date\").optional(),\n playlist__permalink__url: z.string().describe(\"Full permalink URL\").optional(),\n playlist__purchase__title: z.string().describe(\"Purchase title\").optional(),\n}).describe(\"Request schema for `CreatesAPlaylist`\");\nconst SoundcloudCreatesAPlaylist_UserSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the user\"),\n uri: z.string().describe(\"API URI for the user resource\"),\n city: z.string().describe(\"City where the user is located\").nullable().optional(),\n kind: z.string().describe(\"Type of resource, typically 'user'\"),\n lastName: z.string().describe(\"Last name of the user\").nullable().optional(),\n username: z.string().describe(\"Username of the user\"),\n verified: z.boolean().describe(\"Whether the user account is verified\"),\n avatarUrl: z.string().describe(\"URL to the user's avatar image\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the user account was created\"),\n firstName: z.string().describe(\"First name of the user\").nullable().optional(),\n likesCount: z.number().int().describe(\"Total number of likes by the user\"),\n countryCode: z.string().describe(\"ISO country code for the user's location\").nullable().optional(),\n description: z.string().describe(\"User's profile description\").nullable().optional(),\n permalinkUrl: z.string().describe(\"Full URL to the user's profile\"),\n commentsCount: z.number().int().describe(\"Total number of comments by the user\").nullable().optional(),\n followersCount: z.number().int().describe(\"Number of followers the user has\"),\n followingsCount: z.number().int().describe(\"Number of users this user is following\"),\n playlistLikesCount: z.number().int().describe(\"Number of playlists the user has liked\").nullable().optional(),\n}).describe(\"User object representing a SoundCloud user\");\nconst SoundcloudCreatesAPlaylist_TrackSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the track\"),\n uri: z.string().describe(\"API URI for the track resource\"),\n kind: z.string().describe(\"Type of resource, typically 'track'\"),\n user: z.unknown().describe(\"User object representing the track uploader\"),\n genre: z.string().describe(\"Genre classification of the track\").nullable().optional(),\n title: z.string().describe(\"Title of the track\"),\n policy: z.string().describe(\"Policy setting for the track\").nullable().optional(),\n public: z.boolean().describe(\"Whether the track is publicly visible\"),\n userId: z.number().int().describe(\"ID of the user who uploaded the track\"),\n tagList: z.string().describe(\"Space-separated list of tags associated with the track\").nullable().optional(),\n duration: z.number().int().describe(\"Duration of the track in milliseconds\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the track was created\"),\n labelName: z.string().describe(\"Label name associated with the track\").nullable().optional(),\n permalink: z.string().describe(\"Unique permalink identifier for the track\"),\n artworkUrl: z.string().describe(\"URL to the track's artwork image\").nullable().optional(),\n likesCount: z.number().int().describe(\"Number of likes the track has received\"),\n streamable: z.boolean().describe(\"Whether the track can be streamed\"),\n commentable: z.boolean().describe(\"Whether comments are enabled for the track\"),\n description: z.string().describe(\"Description text for the track\").nullable().optional(),\n displayDate: z.string().describe(\"Display date for the track\").nullable().optional(),\n secretToken: z.string().describe(\"Secret token for private track access\").nullable().optional(),\n waveformUrl: z.string().describe(\"URL to the track's waveform visualization\").nullable().optional(),\n commentCount: z.number().int().describe(\"Number of comments on the track\"),\n downloadable: z.boolean().describe(\"Whether the track can be downloaded\"),\n fullDuration: z.number().int().describe(\"Full duration of the track in milliseconds\"),\n lastModified: z.string().describe(\"ISO 8601 timestamp of last modification\"),\n permalinkUrl: z.string().describe(\"Full URL to the track on SoundCloud\"),\n repostsCount: z.number().int().describe(\"Number of times the track has been reposted\"),\n downloadCount: z.number().int().describe(\"Number of times the track has been downloaded\").nullable().optional(),\n playbackCount: z.number().int().describe(\"Number of times the track has been played\"),\n hasDownloadsLeft: z.boolean().describe(\"Whether download quota remains for the track\").nullable().optional(),\n monetizationModel: z.string().describe(\"Monetization model for the track\").nullable().optional(),\n}).describe(\"Track object representing a SoundCloud track\");\nexport const SoundcloudCreatesAPlaylistOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the playlist\"),\n uri: z.string().describe(\"API URI for the playlist resource\"),\n kind: z.string().describe(\"Type of resource, typically 'playlist'\"),\n user: SoundcloudCreatesAPlaylist_UserSchema.nullable(),\n genre: z.string().describe(\"Genre classification of the playlist\").nullable().optional(),\n title: z.string().describe(\"Title of the playlist\"),\n public: z.boolean().describe(\"Whether the playlist is publicly visible\"),\n tracks: z.array(SoundcloudCreatesAPlaylist_TrackSchema).describe(\"Array of track objects included in the playlist\"),\n userId: z.number().int().describe(\"ID of the user who created the playlist\"),\n isAlbum: z.boolean().describe(\"Whether this playlist is classified as an album\").nullable().optional(),\n license: z.string().describe(\"License type for the playlist content\").nullable().optional(),\n setType: z.string().describe(\"Type of set (e.g., 'playlist', 'album')\").nullable().optional(),\n sharing: z.string().describe(\"Privacy setting for the playlist (e.g., 'public', 'private')\").nullable().optional(),\n tagList: z.string().describe(\"Space-separated list of tags associated with the playlist\").nullable().optional(),\n duration: z.number().int().describe(\"Total duration of all tracks in the playlist in milliseconds\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the playlist was created\"),\n labelName: z.string().describe(\"Label name associated with the playlist\").nullable().optional(),\n permalink: z.string().describe(\"Unique permalink identifier for the playlist\"),\n artworkUrl: z.string().describe(\"URL to the playlist's artwork image\").nullable().optional(),\n likesCount: z.number().int().describe(\"Number of likes the playlist has received\"),\n trackCount: z.number().int().describe(\"Number of tracks in the playlist\"),\n description: z.string().describe(\"Description text for the playlist\").nullable().optional(),\n displayDate: z.string().describe(\"Display date for the playlist\").nullable().optional(),\n publishedAt: z.string().describe(\"ISO 8601 timestamp when the playlist was published\").nullable().optional(),\n secretToken: z.string().describe(\"Secret token for private playlist access\").nullable().optional(),\n embeddableBy: z.string().describe(\"Who can embed this playlist\").nullable().optional(),\n lastModified: z.string().describe(\"ISO 8601 timestamp of last modification\"),\n permalinkUrl: z.string().describe(\"Full URL to the playlist on SoundCloud\"),\n managedByFeeds: z.boolean().describe(\"Whether the playlist is managed by feeds\").nullable().optional(),\n}).describe(\"Response schema for `CreatesAPlaylist`\");\n\nexport const soundcloudCreatesAPlaylist = action(\"SOUNDCLOUD_CREATES_A_PLAYLIST\", {\n slug: \"soundcloud-creates-a-playlist\",\n name: \"Creates a playlist\",\n description: \"The `/playlists` POST endpoint on SoundCloud allows for playlist creation with title, description, mode, and tracks in a JSON body, requiring AuthHeader. It returns a 201 and playlist details on success, with 401 and 404 codes for errors.\",\n input: SoundcloudCreatesAPlaylistInput,\n output: SoundcloudCreatesAPlaylistOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"creates-a-playlist.mjs","names":[],"sources":["../../src/actions/creates-a-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudCreatesAPlaylistInput = z.object({\n playlist__ean: z.string().describe(\"The European Article Number\").optional(),\n playlist__genre: z.string().describe(\"Playlist\\\"s genre\").optional(),\n playlist__title: z.string().describe(\"Title of the playlist\").optional(),\n playlist__tracks: z.array(z.record(z.string(), z.unknown())).describe(\"List of tracks to add to playlist\").optional(),\n playlist__license: z.string().describe(\"License number\").optional(),\n playlist__release: z.string().describe(\"Playlist\\\"s release\").optional(),\n playlist__sharing: z.enum([\"public\", \"private\"]).describe(\"public or private\").optional(),\n playlist__permalink: z.string().describe(\"Playlist\\\"s permalink\").optional(),\n playlist__set__type: z.enum([\"album\", \"playlist\"]).describe(\"Playlist or album type\").optional(),\n playlist__tag__list: z.string().describe(\"A comma-separated list of tags\").optional(),\n playlist__description: z.string().describe(\"Description of the playlist\").optional(),\n playlist__label__name: z.string().describe(\"Label name\").optional(),\n playlist__artwork__data: z.string().describe(\"Artwork Data\").optional(),\n playlist__purchase__url: z.string().describe(\"Purchase URL\").optional(),\n playlist__release__date: z.string().describe(\"Release date\").optional(),\n playlist__permalink__url: z.string().describe(\"Full permalink URL\").optional(),\n playlist__purchase__title: z.string().describe(\"Purchase title\").optional(),\n}).describe(\"Request schema for `CreatesAPlaylist`\");\nconst SoundcloudCreatesAPlaylist_UserSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the user\").nullable(),\n uri: z.string().describe(\"API URI for the user resource\").nullable(),\n city: z.string().describe(\"City where the user is located\").nullable().optional(),\n kind: z.string().describe(\"Type of resource, typically 'user'\").nullable(),\n lastName: z.string().describe(\"Last name of the user\").nullable().optional(),\n username: z.string().describe(\"Username of the user\").nullable(),\n verified: z.boolean().describe(\"Whether the user account is verified\").nullable(),\n avatarUrl: z.string().describe(\"URL to the user's avatar image\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the user account was created\").nullable(),\n firstName: z.string().describe(\"First name of the user\").nullable().optional(),\n likesCount: z.number().int().describe(\"Total number of likes by the user\").nullable(),\n countryCode: z.string().describe(\"ISO country code for the user's location\").nullable().optional(),\n description: z.string().describe(\"User's profile description\").nullable().optional(),\n permalinkUrl: z.string().describe(\"Full URL to the user's profile\").nullable(),\n commentsCount: z.number().int().describe(\"Total number of comments by the user\").nullable().optional(),\n followersCount: z.number().int().describe(\"Number of followers the user has\").nullable(),\n followingsCount: z.number().int().describe(\"Number of users this user is following\").nullable(),\n playlistLikesCount: z.number().int().describe(\"Number of playlists the user has liked\").nullable().optional(),\n}).passthrough().describe(\"User object representing a SoundCloud user\");\nconst SoundcloudCreatesAPlaylist_TrackSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the track\").nullable(),\n uri: z.string().describe(\"API URI for the track resource\").nullable(),\n kind: z.string().describe(\"Type of resource, typically 'track'\").nullable(),\n user: z.unknown().describe(\"User object representing the track uploader\"),\n genre: z.string().describe(\"Genre classification of the track\").nullable().optional(),\n title: z.string().describe(\"Title of the track\").nullable(),\n policy: z.string().describe(\"Policy setting for the track\").nullable().optional(),\n public: z.boolean().describe(\"Whether the track is publicly visible\").nullable(),\n userId: z.number().int().describe(\"ID of the user who uploaded the track\").nullable(),\n tagList: z.string().describe(\"Space-separated list of tags associated with the track\").nullable().optional(),\n duration: z.number().int().describe(\"Duration of the track in milliseconds\").nullable(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the track was created\").nullable(),\n labelName: z.string().describe(\"Label name associated with the track\").nullable().optional(),\n permalink: z.string().describe(\"Unique permalink identifier for the track\").nullable(),\n artworkUrl: z.string().describe(\"URL to the track's artwork image\").nullable().optional(),\n likesCount: z.number().int().describe(\"Number of likes the track has received\").nullable(),\n streamable: z.boolean().describe(\"Whether the track can be streamed\").nullable(),\n commentable: z.boolean().describe(\"Whether comments are enabled for the track\").nullable(),\n description: z.string().describe(\"Description text for the track\").nullable().optional(),\n displayDate: z.string().describe(\"Display date for the track\").nullable().optional(),\n secretToken: z.string().describe(\"Secret token for private track access\").nullable().optional(),\n waveformUrl: z.string().describe(\"URL to the track's waveform visualization\").nullable().optional(),\n commentCount: z.number().int().describe(\"Number of comments on the track\").nullable(),\n downloadable: z.boolean().describe(\"Whether the track can be downloaded\").nullable(),\n fullDuration: z.number().int().describe(\"Full duration of the track in milliseconds\").nullable(),\n lastModified: z.string().describe(\"ISO 8601 timestamp of last modification\").nullable(),\n permalinkUrl: z.string().describe(\"Full URL to the track on SoundCloud\").nullable(),\n repostsCount: z.number().int().describe(\"Number of times the track has been reposted\").nullable(),\n downloadCount: z.number().int().describe(\"Number of times the track has been downloaded\").nullable().optional(),\n playbackCount: z.number().int().describe(\"Number of times the track has been played\").nullable(),\n hasDownloadsLeft: z.boolean().describe(\"Whether download quota remains for the track\").nullable().optional(),\n monetizationModel: z.string().describe(\"Monetization model for the track\").nullable().optional(),\n}).passthrough().describe(\"Track object representing a SoundCloud track\");\nexport const SoundcloudCreatesAPlaylistOutput = z.object({\n id: z.number().int().describe(\"Unique identifier for the playlist\").nullable(),\n uri: z.string().describe(\"API URI for the playlist resource\").nullable(),\n kind: z.string().describe(\"Type of resource, typically 'playlist'\").nullable(),\n user: SoundcloudCreatesAPlaylist_UserSchema.nullable(),\n genre: z.string().describe(\"Genre classification of the playlist\").nullable().optional(),\n title: z.string().describe(\"Title of the playlist\").nullable(),\n public: z.boolean().describe(\"Whether the playlist is publicly visible\").nullable(),\n tracks: z.array(SoundcloudCreatesAPlaylist_TrackSchema).describe(\"Array of track objects included in the playlist\"),\n userId: z.number().int().describe(\"ID of the user who created the playlist\").nullable(),\n isAlbum: z.boolean().describe(\"Whether this playlist is classified as an album\").nullable().optional(),\n license: z.string().describe(\"License type for the playlist content\").nullable().optional(),\n setType: z.string().describe(\"Type of set (e.g., 'playlist', 'album')\").nullable().optional(),\n sharing: z.string().describe(\"Privacy setting for the playlist (e.g., 'public', 'private')\").nullable().optional(),\n tagList: z.string().describe(\"Space-separated list of tags associated with the playlist\").nullable().optional(),\n duration: z.number().int().describe(\"Total duration of all tracks in the playlist in milliseconds\").nullable(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the playlist was created\").nullable(),\n labelName: z.string().describe(\"Label name associated with the playlist\").nullable().optional(),\n permalink: z.string().describe(\"Unique permalink identifier for the playlist\").nullable(),\n artworkUrl: z.string().describe(\"URL to the playlist's artwork image\").nullable().optional(),\n likesCount: z.number().int().describe(\"Number of likes the playlist has received\").nullable(),\n trackCount: z.number().int().describe(\"Number of tracks in the playlist\").nullable(),\n description: z.string().describe(\"Description text for the playlist\").nullable().optional(),\n displayDate: z.string().describe(\"Display date for the playlist\").nullable().optional(),\n publishedAt: z.string().describe(\"ISO 8601 timestamp when the playlist was published\").nullable().optional(),\n secretToken: z.string().describe(\"Secret token for private playlist access\").nullable().optional(),\n embeddableBy: z.string().describe(\"Who can embed this playlist\").nullable().optional(),\n lastModified: z.string().describe(\"ISO 8601 timestamp of last modification\").nullable(),\n permalinkUrl: z.string().describe(\"Full URL to the playlist on SoundCloud\").nullable(),\n managedByFeeds: z.boolean().describe(\"Whether the playlist is managed by feeds\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `CreatesAPlaylist`\");\n\nexport const soundcloudCreatesAPlaylist = action(\"SOUNDCLOUD_CREATES_A_PLAYLIST\", {\n slug: \"soundcloud-creates-a-playlist\",\n name: \"Creates a playlist\",\n description: \"The `/playlists` POST endpoint on SoundCloud allows for playlist creation with title, description, mode, and tracks in a JSON body, requiring AuthHeader. It returns a 201 and playlist details on success, with 401 and 404 codes for errors.\",\n input: SoundcloudCreatesAPlaylistInput,\n output: SoundcloudCreatesAPlaylistOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkC,EAAE,OAAO;CACtD,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAC3E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACnE,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CACvE,kBAAkB,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACpH,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CAClE,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CACvE,mBAAmB,EAAE,KAAK,CAAC,UAAU,SAAS,CAAC,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACxF,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC3E,qBAAqB,EAAE,KAAK,CAAC,SAAS,UAAU,CAAC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC/F,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACpF,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACnF,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS;CAClE,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;CACtE,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;CACtE,yBAAyB,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;CACtE,0BAA0B,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC7E,2BAA2B,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,wCAAwC,EAAE,OAAO;CACrD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACzE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACnE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC/D,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAChG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAC7E,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACvF,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC9F,oBAAoB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4CAA4C;AACtE,MAAM,yCAAyC,EAAE,OAAO;CACtD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC1E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC1E,MAAM,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C;CACxE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC1D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACpF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACtF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACzF,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC/E,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACzF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACpF,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACnF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC/F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACtF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAClF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAChG,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAC/F,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAiCxE,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QArC8C,EAAE,OAAO;EACvD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EAC7E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EAC7E,MAAM,sCAAsC,SAAS;EACrD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC7D,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EAClF,QAAQ,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,iDAAiD;EAClH,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EACtF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;EAC7G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EAC5F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;EAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EACtF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EACrF,gBAAgB,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAOhB;AACV,CAAC"}
|
|
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/deletes-a-playlist.ts
|
|
4
4
|
const SoundcloudDeletesAPlaylistInput = zod.z.object({ playlist_id: zod.z.number().int().describe("SoundCloud playlist id") }).describe("Request schema for `DeletesAPlaylist`");
|
|
5
|
-
const SoundcloudDeletesAPlaylistOutput = zod.z.object({ status: zod.z.string().describe("Success status indicator. The OpenAPI specification indicates a 200 Success response but does not define a detailed response schema. Based on REST API standards, when HTTP 200 is used instead of 204, it typically returns minimal confirmation data.").nullable().optional() }).describe("Response schema for `DeletesAPlaylist`");
|
|
5
|
+
const SoundcloudDeletesAPlaylistOutput = zod.z.object({ status: zod.z.string().describe("Success status indicator. The OpenAPI specification indicates a 200 Success response but does not define a detailed response schema. Based on REST API standards, when HTTP 200 is used instead of 204, it typically returns minimal confirmation data.").nullable().optional() }).passthrough().describe("Response schema for `DeletesAPlaylist`");
|
|
6
6
|
const soundcloudDeletesAPlaylist = require_action.action("SOUNDCLOUD_DELETES_A_PLAYLIST", {
|
|
7
7
|
slug: "soundcloud-deletes-a-playlist",
|
|
8
8
|
name: "Deletes a playlist",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletes-a-playlist.cjs","names":["z","action"],"sources":["../../src/actions/deletes-a-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudDeletesAPlaylistInput
|
|
1
|
+
{"version":3,"file":"deletes-a-playlist.cjs","names":["z","action"],"sources":["../../src/actions/deletes-a-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudDeletesAPlaylistInput = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `DeletesAPlaylist`\");\nexport const SoundcloudDeletesAPlaylistOutput = z.object({\n status: z.string().describe(\"Success status indicator. The OpenAPI specification indicates a 200 Success response but does not define a detailed response schema. Based on REST API standards, when HTTP 200 is used instead of 204, it typically returns minimal confirmation data.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `DeletesAPlaylist`\");\n\nexport const soundcloudDeletesAPlaylist = action(\"SOUNDCLOUD_DELETES_A_PLAYLIST\", {\n slug: \"soundcloud-deletes-a-playlist\",\n name: \"Deletes a playlist\",\n description: \"Deletes a SoundCloud playlist by its ID, requiring authorization. Success returns 200, while 404 indicates not found, with detailed error messages when available.\",\n input: SoundcloudDeletesAPlaylistInput,\n output: SoundcloudDeletesAPlaylistOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,EACjE,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yPAAyP,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7S,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAElE,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/deletes-a-playlist.d.ts
|
|
4
|
-
declare const SoundcloudDeletesAPlaylistInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudDeletesAPlaylistInput: z.ZodObject<{
|
|
5
|
+
playlist_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudDeletesAPlaylistOutput: z.ZodObject<{
|
|
8
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
}, z.core.$loose>;
|
|
10
|
+
declare const soundcloudDeletesAPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
|
+
playlist_id: number;
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { soundcloudDeletesAPlaylist };
|
|
9
15
|
//# sourceMappingURL=deletes-a-playlist.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletes-a-playlist.d.cts","names":[],"sources":["../../src/actions/deletes-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,
|
|
1
|
+
{"version":3,"file":"deletes-a-playlist.d.cts","names":[],"sources":["../../src/actions/deletes-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAG/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAIhC,0BAAA,gCAA0B,wBAAA"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/deletes-a-playlist.d.ts
|
|
4
|
-
declare const SoundcloudDeletesAPlaylistInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudDeletesAPlaylistInput: z.ZodObject<{
|
|
5
|
+
playlist_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudDeletesAPlaylistOutput: z.ZodObject<{
|
|
8
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
}, z.core.$loose>;
|
|
10
|
+
declare const soundcloudDeletesAPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
|
+
playlist_id: number;
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { soundcloudDeletesAPlaylist };
|
|
9
15
|
//# sourceMappingURL=deletes-a-playlist.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletes-a-playlist.d.mts","names":[],"sources":["../../src/actions/deletes-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,
|
|
1
|
+
{"version":3,"file":"deletes-a-playlist.d.mts","names":[],"sources":["../../src/actions/deletes-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAG/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAIhC,0BAAA,gCAA0B,wBAAA"}
|
|
@@ -5,7 +5,7 @@ const soundcloudDeletesAPlaylist = action("SOUNDCLOUD_DELETES_A_PLAYLIST", {
|
|
|
5
5
|
name: "Deletes a playlist",
|
|
6
6
|
description: "Deletes a SoundCloud playlist by its ID, requiring authorization. Success returns 200, while 404 indicates not found, with detailed error messages when available.",
|
|
7
7
|
input: z.object({ playlist_id: z.number().int().describe("SoundCloud playlist id") }).describe("Request schema for `DeletesAPlaylist`"),
|
|
8
|
-
output: z.object({ status: z.string().describe("Success status indicator. The OpenAPI specification indicates a 200 Success response but does not define a detailed response schema. Based on REST API standards, when HTTP 200 is used instead of 204, it typically returns minimal confirmation data.").nullable().optional() }).describe("Response schema for `DeletesAPlaylist`")
|
|
8
|
+
output: z.object({ status: z.string().describe("Success status indicator. The OpenAPI specification indicates a 200 Success response but does not define a detailed response schema. Based on REST API standards, when HTTP 200 is used instead of 204, it typically returns minimal confirmation data.").nullable().optional() }).passthrough().describe("Response schema for `DeletesAPlaylist`")
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { soundcloudDeletesAPlaylist };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletes-a-playlist.mjs","names":[],"sources":["../../src/actions/deletes-a-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudDeletesAPlaylistInput
|
|
1
|
+
{"version":3,"file":"deletes-a-playlist.mjs","names":[],"sources":["../../src/actions/deletes-a-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudDeletesAPlaylistInput = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `DeletesAPlaylist`\");\nexport const SoundcloudDeletesAPlaylistOutput = z.object({\n status: z.string().describe(\"Success status indicator. The OpenAPI specification indicates a 200 Success response but does not define a detailed response schema. Based on REST API standards, when HTTP 200 is used instead of 204, it typically returns minimal confirmation data.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `DeletesAPlaylist`\");\n\nexport const soundcloudDeletesAPlaylist = action(\"SOUNDCLOUD_DELETES_A_PLAYLIST\", {\n slug: \"soundcloud-deletes-a-playlist\",\n name: \"Deletes a playlist\",\n description: \"Deletes a SoundCloud playlist by its ID, requiring authorization. Success returns 200, while 404 indicates not found, with detailed error messages when available.\",\n input: SoundcloudDeletesAPlaylistInput,\n output: SoundcloudDeletesAPlaylistOutput,\n});\n"],"mappings":";;AAWA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX6C,EAAE,OAAO,EACtD,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,EACjE,CAAC,CAAC,CAAC,SAAS,uCASH;CACP,QAT8C,EAAE,OAAO,EACvD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yPAAyP,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7S,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAOhB;AACV,CAAC"}
|
|
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/deletes-a-track.ts
|
|
4
4
|
const SoundcloudDeletesATrackInput = zod.z.object({ track_id: zod.z.number().int().describe("SoundCloud Track id") }).describe("Request schema for `DeletesATrack`");
|
|
5
|
-
const SoundcloudDeletesATrackOutput = zod.z.
|
|
5
|
+
const SoundcloudDeletesATrackOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response schema for `DeletesATrack`.\n\nThe successful DELETE response returns HTTP 200 status code with no response body.\nSuccess is indicated solely by the 200 status code.");
|
|
6
6
|
const soundcloudDeletesATrack = require_action.action("SOUNDCLOUD_DELETES_A_TRACK", {
|
|
7
7
|
slug: "soundcloud-deletes-a-track",
|
|
8
8
|
name: "Deletes a track",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletes-a-track.cjs","names":["z","action"],"sources":["../../src/actions/deletes-a-track.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudDeletesATrackInput
|
|
1
|
+
{"version":3,"file":"deletes-a-track.cjs","names":["z","action"],"sources":["../../src/actions/deletes-a-track.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudDeletesATrackInput = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `DeletesATrack`\");\nexport const SoundcloudDeletesATrackOutput = z.record(z.string(), z.unknown()).describe(\"Response schema for `DeletesATrack`.\\n\\nThe successful DELETE response returns HTTP 200 status code with no response body.\\nSuccess is indicated solely by the 200 status code.\");\n\nexport const soundcloudDeletesATrack = action(\"SOUNDCLOUD_DELETES_A_TRACK\", {\n slug: \"soundcloud-deletes-a-track\",\n name: \"Deletes a track\",\n description: \"This endpoint allows deleting a specific SoundCloud track by its ID. Requires security authentication. Possible responses include 'Success' or 'Not Found' with an optional error message.\",\n input: SoundcloudDeletesATrackInput,\n output: SoundcloudDeletesATrackOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAa,gCAAgCA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iLAAiL;AAEzQ,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/deletes-a-track.d.ts
|
|
4
|
-
declare const SoundcloudDeletesATrackInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudDeletesATrackInput: z.ZodObject<{
|
|
5
|
+
track_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudDeletesATrackOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
|
+
declare const soundcloudDeletesATrack: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
|
+
track_id: number;
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
11
|
//#endregion
|
|
8
12
|
export { soundcloudDeletesATrack };
|
|
9
13
|
//# sourceMappingURL=deletes-a-track.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletes-a-track.d.cts","names":[],"sources":["../../src/actions/deletes-a-track.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"deletes-a-track.d.cts","names":[],"sources":["../../src/actions/deletes-a-track.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAG5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/deletes-a-track.d.ts
|
|
4
|
-
declare const SoundcloudDeletesATrackInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudDeletesATrackInput: z.ZodObject<{
|
|
5
|
+
track_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudDeletesATrackOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
|
+
declare const soundcloudDeletesATrack: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
|
+
track_id: number;
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
11
|
//#endregion
|
|
8
12
|
export { soundcloudDeletesATrack };
|
|
9
13
|
//# sourceMappingURL=deletes-a-track.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletes-a-track.d.mts","names":[],"sources":["../../src/actions/deletes-a-track.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"deletes-a-track.d.mts","names":[],"sources":["../../src/actions/deletes-a-track.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAG5B,6BAAA,EAA6B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -5,7 +5,7 @@ const soundcloudDeletesATrack = action("SOUNDCLOUD_DELETES_A_TRACK", {
|
|
|
5
5
|
name: "Deletes a track",
|
|
6
6
|
description: "This endpoint allows deleting a specific SoundCloud track by its ID. Requires security authentication. Possible responses include 'Success' or 'Not Found' with an optional error message.",
|
|
7
7
|
input: z.object({ track_id: z.number().int().describe("SoundCloud Track id") }).describe("Request schema for `DeletesATrack`"),
|
|
8
|
-
output: z.
|
|
8
|
+
output: z.record(z.string(), z.unknown()).describe("Response schema for `DeletesATrack`.\n\nThe successful DELETE response returns HTTP 200 status code with no response body.\nSuccess is indicated solely by the 200 status code.")
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { soundcloudDeletesATrack };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deletes-a-track.mjs","names":[],"sources":["../../src/actions/deletes-a-track.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudDeletesATrackInput
|
|
1
|
+
{"version":3,"file":"deletes-a-track.mjs","names":[],"sources":["../../src/actions/deletes-a-track.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudDeletesATrackInput = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `DeletesATrack`\");\nexport const SoundcloudDeletesATrackOutput = z.record(z.string(), z.unknown()).describe(\"Response schema for `DeletesATrack`.\\n\\nThe successful DELETE response returns HTTP 200 status code with no response body.\\nSuccess is indicated solely by the 200 status code.\");\n\nexport const soundcloudDeletesATrack = action(\"SOUNDCLOUD_DELETES_A_TRACK\", {\n slug: \"soundcloud-deletes-a-track\",\n name: \"Deletes a track\",\n description: \"This endpoint allows deleting a specific SoundCloud track by its ID. Requires security authentication. Possible responses include 'Success' or 'Not Found' with an optional error message.\",\n input: SoundcloudDeletesATrackInput,\n output: SoundcloudDeletesATrackOutput,\n});\n"],"mappings":";;AASA,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAT0C,EAAE,OAAO,EACnD,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,oCAOH;CACP,QAP2C,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iLAO9E;AACV,CAAC"}
|
|
@@ -3,51 +3,51 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/fetch-sound-cloud-follower-profile-details.ts
|
|
4
4
|
const SoundcloudFetchSoundCloudFollowerProfileDetailsInput = zod.z.object({ user_id: zod.z.number().int().describe("SoundCloud User id") }).describe("Request schema for `FetchSoundCloudFollowerProfileDetails`");
|
|
5
5
|
const SoundcloudFetchSoundCloudFollowerProfileDetails_BadgesSchema = zod.z.object({
|
|
6
|
-
pro: zod.z.boolean().describe("Whether the user has a Pro subscription."),
|
|
7
|
-
verified: zod.z.boolean().describe("Whether the user has a verified badge."),
|
|
8
|
-
pro_unlimited: zod.z.boolean().describe("Whether the user has a Pro Unlimited subscription."),
|
|
6
|
+
pro: zod.z.boolean().describe("Whether the user has a Pro subscription.").nullable(),
|
|
7
|
+
verified: zod.z.boolean().describe("Whether the user has a verified badge.").nullable(),
|
|
8
|
+
pro_unlimited: zod.z.boolean().describe("Whether the user has a Pro Unlimited subscription.").nullable(),
|
|
9
9
|
creator_mid_tier: zod.z.boolean().describe("Whether the user has mid-tier creator status.").nullable().optional()
|
|
10
|
-
}).describe("Object containing user badge information.");
|
|
10
|
+
}).passthrough().describe("Object containing user badge information.");
|
|
11
11
|
const SoundcloudFetchSoundCloudFollowerProfileDetails_VisualsSchema = zod.z.object({
|
|
12
|
-
urn: zod.z.string().describe("URN identifier for the visual elements."),
|
|
13
|
-
enabled: zod.z.boolean().describe("Whether visual elements are enabled for this user."),
|
|
12
|
+
urn: zod.z.string().describe("URN identifier for the visual elements.").nullable(),
|
|
13
|
+
enabled: zod.z.boolean().describe("Whether visual elements are enabled for this user.").nullable(),
|
|
14
14
|
visuals: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Array of visual elements."),
|
|
15
15
|
tracking: zod.z.string().describe("Tracking information for visuals.").nullable().optional()
|
|
16
|
-
}).describe("Visual elements associated with the user profile.");
|
|
16
|
+
}).passthrough().describe("Visual elements associated with the user profile.");
|
|
17
17
|
const SoundcloudFetchSoundCloudFollowerProfileDetailsOutput = zod.z.object({
|
|
18
|
-
id: zod.z.number().int().describe("Unique identifier of the user."),
|
|
19
|
-
uri: zod.z.string().describe("API endpoint URI for this user."),
|
|
20
|
-
urn: zod.z.string().describe("Unique resource identifier in URN format."),
|
|
18
|
+
id: zod.z.number().int().describe("Unique identifier of the user.").nullable(),
|
|
19
|
+
uri: zod.z.string().describe("API endpoint URI for this user.").nullable(),
|
|
20
|
+
urn: zod.z.string().describe("Unique resource identifier in URN format.").nullable(),
|
|
21
21
|
city: zod.z.string().describe("City location of the user.").nullable().optional(),
|
|
22
|
-
kind: zod.z.string().describe("Resource type, typically 'user'."),
|
|
22
|
+
kind: zod.z.string().describe("Resource type, typically 'user'.").nullable(),
|
|
23
23
|
badges: SoundcloudFetchSoundCloudFollowerProfileDetails_BadgesSchema.nullable().optional(),
|
|
24
24
|
visuals: SoundcloudFetchSoundCloudFollowerProfileDetails_VisualsSchema.nullable().optional(),
|
|
25
|
-
username: zod.z.string().describe("Display name of the user."),
|
|
26
|
-
verified: zod.z.boolean().describe("Whether the user has a verified profile badge."),
|
|
25
|
+
username: zod.z.string().describe("Display name of the user.").nullable(),
|
|
26
|
+
verified: zod.z.boolean().describe("Whether the user has a verified profile badge.").nullable(),
|
|
27
27
|
full_name: zod.z.string().describe("Complete full name of the user.").nullable().optional(),
|
|
28
28
|
last_name: zod.z.string().describe("Last name of the user.").nullable().optional(),
|
|
29
|
-
permalink: zod.z.string().describe("URL-friendly username."),
|
|
30
|
-
avatar_url: zod.z.string().describe("URL of the user's profile picture."),
|
|
31
|
-
created_at: zod.z.string().describe("ISO 8601 timestamp of when the user account was created."),
|
|
29
|
+
permalink: zod.z.string().describe("URL-friendly username.").nullable(),
|
|
30
|
+
avatar_url: zod.z.string().describe("URL of the user's profile picture.").nullable(),
|
|
31
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp of when the user account was created.").nullable(),
|
|
32
32
|
first_name: zod.z.string().describe("First name of the user.").nullable().optional(),
|
|
33
33
|
description: zod.z.string().describe("User bio or profile description.").nullable().optional(),
|
|
34
|
-
likes_count: zod.z.number().int().describe("Number of likes given by the user."),
|
|
34
|
+
likes_count: zod.z.number().int().describe("Number of likes given by the user.").nullable(),
|
|
35
35
|
station_urn: zod.z.string().describe("URN for the user's artist station playlist.").nullable().optional(),
|
|
36
|
-
track_count: zod.z.number().int().describe("Number of tracks uploaded by the user."),
|
|
36
|
+
track_count: zod.z.number().int().describe("Number of tracks uploaded by the user.").nullable(),
|
|
37
37
|
country_code: zod.z.string().describe("Country code for the user's location.").nullable().optional(),
|
|
38
38
|
groups_count: zod.z.number().int().describe("Number of groups the user is a member of.").nullable().optional(),
|
|
39
|
-
last_modified: zod.z.string().describe("ISO 8601 timestamp of when the user profile was last modified."),
|
|
40
|
-
permalink_url: zod.z.string().describe("Full URL to the user's profile page."),
|
|
39
|
+
last_modified: zod.z.string().describe("ISO 8601 timestamp of when the user profile was last modified.").nullable(),
|
|
40
|
+
permalink_url: zod.z.string().describe("Full URL to the user's profile page.").nullable(),
|
|
41
41
|
reposts_count: zod.z.number().int().describe("Number of reposts made by the user.").nullable().optional(),
|
|
42
|
-
comments_count: zod.z.number().int().describe("Number of comments posted by the user."),
|
|
43
|
-
playlist_count: zod.z.number().int().describe("Number of playlists created by the user."),
|
|
44
|
-
followers_count: zod.z.number().int().describe("Number of users following this user."),
|
|
45
|
-
followings_count: zod.z.number().int().describe("Number of users this user is following."),
|
|
42
|
+
comments_count: zod.z.number().int().describe("Number of comments posted by the user.").nullable(),
|
|
43
|
+
playlist_count: zod.z.number().int().describe("Number of playlists created by the user.").nullable(),
|
|
44
|
+
followers_count: zod.z.number().int().describe("Number of users following this user.").nullable(),
|
|
45
|
+
followings_count: zod.z.number().int().describe("Number of users this user is following.").nullable(),
|
|
46
46
|
station_permalink: zod.z.string().describe("Permalink for the user's artist station.").nullable().optional(),
|
|
47
47
|
creator_subscription: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Primary creator subscription object for the user.").nullable().optional(),
|
|
48
|
-
playlist_likes_count: zod.z.number().int().describe("Number of playlist likes by the user."),
|
|
48
|
+
playlist_likes_count: zod.z.number().int().describe("Number of playlist likes by the user.").nullable(),
|
|
49
49
|
creator_subscriptions: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Array of creator subscription objects.").nullable().optional()
|
|
50
|
-
}).describe("Response schema for `FetchSoundCloudFollowerProfileDetails`");
|
|
50
|
+
}).passthrough().describe("Response schema for `FetchSoundCloudFollowerProfileDetails`");
|
|
51
51
|
const soundcloudFetchSoundCloudFollowerProfileDetails = require_action.action("SOUNDCLOUD_FETCH_SOUND_CLOUD_FOLLOWER_PROFILE_DETAILS", {
|
|
52
52
|
slug: "soundcloud-fetch-sound-cloud-follower-profile-details",
|
|
53
53
|
name: "Fetch soundcloud follower profile details",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fetch-sound-cloud-follower-profile-details.cjs","names":["z","action"],"sources":["../../src/actions/fetch-sound-cloud-follower-profile-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudFetchSoundCloudFollowerProfileDetailsInput
|
|
1
|
+
{"version":3,"file":"fetch-sound-cloud-follower-profile-details.cjs","names":["z","action"],"sources":["../../src/actions/fetch-sound-cloud-follower-profile-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudFetchSoundCloudFollowerProfileDetailsInput = z.object({\n user_id: z.number().int().describe(\"SoundCloud User id\"),\n}).describe(\"Request schema for `FetchSoundCloudFollowerProfileDetails`\");\nconst SoundcloudFetchSoundCloudFollowerProfileDetails_BadgesSchema = z.object({\n pro: z.boolean().describe(\"Whether the user has a Pro subscription.\").nullable(),\n verified: z.boolean().describe(\"Whether the user has a verified badge.\").nullable(),\n pro_unlimited: z.boolean().describe(\"Whether the user has a Pro Unlimited subscription.\").nullable(),\n creator_mid_tier: z.boolean().describe(\"Whether the user has mid-tier creator status.\").nullable().optional(),\n}).passthrough().describe(\"Object containing user badge information.\");\nconst SoundcloudFetchSoundCloudFollowerProfileDetails_VisualsSchema = z.object({\n urn: z.string().describe(\"URN identifier for the visual elements.\").nullable(),\n enabled: z.boolean().describe(\"Whether visual elements are enabled for this user.\").nullable(),\n visuals: z.array(z.record(z.string(), z.unknown())).describe(\"Array of visual elements.\"),\n tracking: z.string().describe(\"Tracking information for visuals.\").nullable().optional(),\n}).passthrough().describe(\"Visual elements associated with the user profile.\");\nexport const SoundcloudFetchSoundCloudFollowerProfileDetailsOutput = z.object({\n id: z.number().int().describe(\"Unique identifier of the user.\").nullable(),\n uri: z.string().describe(\"API endpoint URI for this user.\").nullable(),\n urn: z.string().describe(\"Unique resource identifier in URN format.\").nullable(),\n city: z.string().describe(\"City location of the user.\").nullable().optional(),\n kind: z.string().describe(\"Resource type, typically 'user'.\").nullable(),\n badges: SoundcloudFetchSoundCloudFollowerProfileDetails_BadgesSchema.nullable().optional(),\n visuals: SoundcloudFetchSoundCloudFollowerProfileDetails_VisualsSchema.nullable().optional(),\n username: z.string().describe(\"Display name of the user.\").nullable(),\n verified: z.boolean().describe(\"Whether the user has a verified profile badge.\").nullable(),\n full_name: z.string().describe(\"Complete full name of the user.\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the user.\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly username.\").nullable(),\n avatar_url: z.string().describe(\"URL of the user's profile picture.\").nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp of when the user account was created.\").nullable(),\n first_name: z.string().describe(\"First name of the user.\").nullable().optional(),\n description: z.string().describe(\"User bio or profile description.\").nullable().optional(),\n likes_count: z.number().int().describe(\"Number of likes given by the user.\").nullable(),\n station_urn: z.string().describe(\"URN for the user's artist station playlist.\").nullable().optional(),\n track_count: z.number().int().describe(\"Number of tracks uploaded by the user.\").nullable(),\n country_code: z.string().describe(\"Country code for the user's location.\").nullable().optional(),\n groups_count: z.number().int().describe(\"Number of groups the user is a member of.\").nullable().optional(),\n last_modified: z.string().describe(\"ISO 8601 timestamp of when the user profile was last modified.\").nullable(),\n permalink_url: z.string().describe(\"Full URL to the user's profile page.\").nullable(),\n reposts_count: z.number().int().describe(\"Number of reposts made by the user.\").nullable().optional(),\n comments_count: z.number().int().describe(\"Number of comments posted by the user.\").nullable(),\n playlist_count: z.number().int().describe(\"Number of playlists created by the user.\").nullable(),\n followers_count: z.number().int().describe(\"Number of users following this user.\").nullable(),\n followings_count: z.number().int().describe(\"Number of users this user is following.\").nullable(),\n station_permalink: z.string().describe(\"Permalink for the user's artist station.\").nullable().optional(),\n creator_subscription: z.record(z.string(), z.unknown()).describe(\"Primary creator subscription object for the user.\").nullable().optional(),\n playlist_likes_count: z.number().int().describe(\"Number of playlist likes by the user.\").nullable(),\n creator_subscriptions: z.array(z.record(z.string(), z.unknown())).describe(\"Array of creator subscription objects.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `FetchSoundCloudFollowerProfileDetails`\");\n\nexport const soundcloudFetchSoundCloudFollowerProfileDetails = action(\"SOUNDCLOUD_FETCH_SOUND_CLOUD_FOLLOWER_PROFILE_DETAILS\", {\n slug: \"soundcloud-fetch-sound-cloud-follower-profile-details\",\n name: \"Fetch soundcloud follower profile details\",\n description: \"Fetches SoundCloud user profile details (username, followers) for a user followed by an authenticated user. Use '/users/{user_id}' for full info. Requires AuthHeader. Responses: 200 (Success), 403 (Unauthorized), 404 (Not Found).\",\n input: SoundcloudFetchSoundCloudFollowerProfileDetailsInput,\n output: SoundcloudFetchSoundCloudFollowerProfileDetailsOutput,\n});\n"],"mappings":"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"}
|