@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
|
@@ -1,9 +1,112 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-user-favorites.d.ts
|
|
4
|
-
declare const SoundcloudListUserFavoritesInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudListUserFavoritesInput: z.ZodObject<{
|
|
5
|
+
limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
|
+
access: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodEnum<{
|
|
7
|
+
playable: "playable";
|
|
8
|
+
preview: "preview";
|
|
9
|
+
blocked: "blocked";
|
|
10
|
+
}>>>>;
|
|
11
|
+
linked_partitioning: z.ZodOptional<z.ZodBoolean>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
declare const SoundcloudListUserFavoritesOutput: z.ZodObject<{
|
|
14
|
+
next_href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
collection: z.ZodArray<z.ZodObject<{
|
|
16
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
17
|
+
bpm: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
18
|
+
uri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
|
+
isrc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
kind: z.ZodNullable<z.ZodString>;
|
|
21
|
+
user: z.ZodNullable<z.ZodObject<{
|
|
22
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
23
|
+
uri: z.ZodNullable<z.ZodString>;
|
|
24
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
+
kind: z.ZodNullable<z.ZodString>;
|
|
26
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
|
+
username: z.ZodNullable<z.ZodString>;
|
|
28
|
+
full_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
+
last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
permalink: z.ZodNullable<z.ZodString>;
|
|
31
|
+
avatar_url: z.ZodNullable<z.ZodString>;
|
|
32
|
+
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
track_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
35
|
+
permalink_url: z.ZodNullable<z.ZodString>;
|
|
36
|
+
playlist_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
37
|
+
followers_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
38
|
+
followings_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
39
|
+
}, z.core.$loose>>;
|
|
40
|
+
genre: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
+
media: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
42
|
+
transcodings: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
43
|
+
url: z.ZodNullable<z.ZodString>;
|
|
44
|
+
format: z.ZodNullable<z.ZodObject<{
|
|
45
|
+
protocol: z.ZodNullable<z.ZodString>;
|
|
46
|
+
mime_type: z.ZodNullable<z.ZodString>;
|
|
47
|
+
}, z.core.$loose>>;
|
|
48
|
+
preset: z.ZodNullable<z.ZodString>;
|
|
49
|
+
quality: z.ZodNullable<z.ZodString>;
|
|
50
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
|
51
|
+
}, z.core.$loose>>>>;
|
|
52
|
+
}, z.core.$loose>>>;
|
|
53
|
+
title: z.ZodNullable<z.ZodString>;
|
|
54
|
+
policy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
+
license: z.ZodNullable<z.ZodString>;
|
|
56
|
+
release: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
57
|
+
sharing: z.ZodNullable<z.ZodString>;
|
|
58
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
|
59
|
+
tag_list: z.ZodNullable<z.ZodString>;
|
|
60
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
61
|
+
label_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
|
+
secret_uri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
63
|
+
stream_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
streamable: z.ZodNullable<z.ZodBoolean>;
|
|
65
|
+
artwork_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
66
|
+
commentable: z.ZodNullable<z.ZodBoolean>;
|
|
67
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
68
|
+
is_explicit: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
69
|
+
release_day: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
70
|
+
download_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
|
+
downloadable: z.ZodNullable<z.ZodBoolean>;
|
|
72
|
+
purchase_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
73
|
+
release_year: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
74
|
+
waveform_url: z.ZodNullable<z.ZodString>;
|
|
75
|
+
comment_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
76
|
+
key_signature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
|
+
permalink_url: z.ZodNullable<z.ZodString>;
|
|
78
|
+
release_month: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
79
|
+
reposts_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
80
|
+
user_favorite: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
81
|
+
download_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
82
|
+
playback_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
83
|
+
purchase_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
84
|
+
favoritings_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
85
|
+
monetization_model: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
86
|
+
publisher_metadata: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
87
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
88
|
+
urn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
89
|
+
isrc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
90
|
+
artist: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
91
|
+
c_line: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
92
|
+
p_line: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
93
|
+
explicit: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
94
|
+
publisher: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
95
|
+
upc_or_ean: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
96
|
+
album_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
97
|
+
release_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
98
|
+
contains_music: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
99
|
+
writer_composer: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
100
|
+
}, z.core.$loose>>>;
|
|
101
|
+
user_playback_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
102
|
+
available_country_codes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
103
|
+
}, z.core.$loose>>;
|
|
104
|
+
}, z.core.$loose>;
|
|
105
|
+
declare const soundcloudListUserFavorites: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
106
|
+
limit?: number | undefined;
|
|
107
|
+
access?: ("playable" | "preview" | "blocked")[] | undefined;
|
|
108
|
+
linked_partitioning?: boolean | undefined;
|
|
109
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
110
|
//#endregion
|
|
8
111
|
export { soundcloudListUserFavorites };
|
|
9
112
|
//# sourceMappingURL=list-user-favorites.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-user-favorites.d.mts","names":[],"sources":["../../src/actions/list-user-favorites.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"list-user-favorites.d.mts","names":[],"sources":["../../src/actions/list-user-favorites.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;cAmGhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -15,36 +15,36 @@ const SoundcloudListUserFavoritesInput = z.object({
|
|
|
15
15
|
linked_partitioning: z.boolean().describe("Returns paginated collection of items (recommended, returning a list without pagination is deprecated and should not be used)").optional()
|
|
16
16
|
}).describe("Request schema for `ListUserFavorites`");
|
|
17
17
|
const SoundcloudListUserFavorites_UserSchema = z.object({
|
|
18
|
-
id: z.number().int().describe("Unique identifier of the user."),
|
|
19
|
-
uri: z.string().describe("API URI for the user resource."),
|
|
18
|
+
id: z.number().int().describe("Unique identifier of the user.").nullable(),
|
|
19
|
+
uri: z.string().describe("API URI for the user resource.").nullable(),
|
|
20
20
|
city: z.string().describe("User's city.").nullable().optional(),
|
|
21
|
-
kind: z.string().describe("Resource type, typically 'user'."),
|
|
21
|
+
kind: z.string().describe("Resource type, typically 'user'.").nullable(),
|
|
22
22
|
country: z.string().describe("User's country.").nullable().optional(),
|
|
23
|
-
username: z.string().describe("Display name of the user."),
|
|
23
|
+
username: z.string().describe("Display name of the user.").nullable(),
|
|
24
24
|
full_name: z.string().describe("User's full name.").nullable().optional(),
|
|
25
25
|
last_name: z.string().describe("User's last name.").nullable().optional(),
|
|
26
|
-
permalink: z.string().describe("URL-friendly username."),
|
|
27
|
-
avatar_url: z.string().describe("URL to the user's profile picture."),
|
|
26
|
+
permalink: z.string().describe("URL-friendly username.").nullable(),
|
|
27
|
+
avatar_url: z.string().describe("URL to the user's profile picture.").nullable(),
|
|
28
28
|
first_name: z.string().describe("User's first name.").nullable().optional(),
|
|
29
29
|
description: z.string().describe("User's bio or description.").nullable().optional(),
|
|
30
30
|
track_count: z.number().int().describe("Number of tracks uploaded by the user.").nullable().optional(),
|
|
31
|
-
permalink_url: z.string().describe("Full SoundCloud profile URL."),
|
|
31
|
+
permalink_url: z.string().describe("Full SoundCloud profile URL.").nullable(),
|
|
32
32
|
playlist_count: z.number().int().describe("Number of playlists created by the user.").nullable().optional(),
|
|
33
33
|
followers_count: z.number().int().describe("Number of followers.").nullable().optional(),
|
|
34
34
|
followings_count: z.number().int().describe("Number of users being followed.").nullable().optional()
|
|
35
|
-
}).describe("User object representing the track creator.");
|
|
35
|
+
}).passthrough().describe("User object representing the track creator.");
|
|
36
36
|
const SoundcloudListUserFavorites_TranscodingFormatSchema = z.object({
|
|
37
|
-
protocol: z.string().describe("Streaming protocol (e.g., 'hls', 'progressive')."),
|
|
38
|
-
mime_type: z.string().describe("MIME type of the audio format (e.g., 'audio/mpeg', 'audio/ogg; codecs=\"opus\"').")
|
|
39
|
-
}).describe("Format specification for the transcoding.");
|
|
37
|
+
protocol: z.string().describe("Streaming protocol (e.g., 'hls', 'progressive').").nullable(),
|
|
38
|
+
mime_type: z.string().describe("MIME type of the audio format (e.g., 'audio/mpeg', 'audio/ogg; codecs=\"opus\"').").nullable()
|
|
39
|
+
}).passthrough().describe("Format specification for the transcoding.");
|
|
40
40
|
const SoundcloudListUserFavorites_TranscodingSchema = z.object({
|
|
41
|
-
url: z.string().describe("URL to the transcoding endpoint."),
|
|
41
|
+
url: z.string().describe("URL to the transcoding endpoint.").nullable(),
|
|
42
42
|
format: SoundcloudListUserFavorites_TranscodingFormatSchema.nullable(),
|
|
43
|
-
preset: z.string().describe("Preset identifier (e.g., mp3_0_1, opus_0_0)."),
|
|
44
|
-
quality: z.string().describe("Quality indicator (e.g., 'sq' for standard quality)."),
|
|
45
|
-
duration: z.number().int().describe("Duration in milliseconds.")
|
|
46
|
-
}).describe("Available transcoding format for streaming.");
|
|
47
|
-
const SoundcloudListUserFavorites_MediaSchema = z.object({ transcodings: z.array(SoundcloudListUserFavorites_TranscodingSchema).describe("Array of available transcoding formats for streaming.").nullable().optional() }).describe("Media streaming information with available transcodings.");
|
|
43
|
+
preset: z.string().describe("Preset identifier (e.g., mp3_0_1, opus_0_0).").nullable(),
|
|
44
|
+
quality: z.string().describe("Quality indicator (e.g., 'sq' for standard quality).").nullable(),
|
|
45
|
+
duration: z.number().int().describe("Duration in milliseconds.").nullable()
|
|
46
|
+
}).passthrough().describe("Available transcoding format for streaming.");
|
|
47
|
+
const SoundcloudListUserFavorites_MediaSchema = z.object({ transcodings: z.array(SoundcloudListUserFavorites_TranscodingSchema).describe("Array of available transcoding formats for streaming.").nullable().optional() }).passthrough().describe("Media streaming information with available transcodings.");
|
|
48
48
|
const SoundcloudListUserFavorites_PublisherMetadataSchema = z.object({
|
|
49
49
|
id: z.number().int().describe("Publisher metadata ID.").nullable().optional(),
|
|
50
50
|
urn: z.string().describe("Publisher metadata URN.").nullable().optional(),
|
|
@@ -59,41 +59,41 @@ const SoundcloudListUserFavorites_PublisherMetadataSchema = z.object({
|
|
|
59
59
|
release_title: z.string().describe("Release title.").nullable().optional(),
|
|
60
60
|
contains_music: z.boolean().describe("Whether the track contains music.").nullable().optional(),
|
|
61
61
|
writer_composer: z.string().describe("Writer or composer name.").nullable().optional()
|
|
62
|
-
}).describe("Metadata about the track's publisher and rights.");
|
|
62
|
+
}).passthrough().describe("Metadata about the track's publisher and rights.");
|
|
63
63
|
const SoundcloudListUserFavorites_TrackSchema = z.object({
|
|
64
|
-
id: z.number().int().describe("Unique identifier of the track."),
|
|
64
|
+
id: z.number().int().describe("Unique identifier of the track.").nullable(),
|
|
65
65
|
bpm: z.number().describe("Beats per minute of the track.").nullable().optional(),
|
|
66
66
|
uri: z.string().describe("API URI for the track resource.").nullable().optional(),
|
|
67
67
|
isrc: z.string().describe("International Standard Recording Code.").nullable().optional(),
|
|
68
|
-
kind: z.string().describe("Resource type, typically 'track'."),
|
|
68
|
+
kind: z.string().describe("Resource type, typically 'track'.").nullable(),
|
|
69
69
|
user: SoundcloudListUserFavorites_UserSchema.nullable(),
|
|
70
70
|
genre: z.string().describe("Musical genre of the track.").nullable().optional(),
|
|
71
71
|
media: SoundcloudListUserFavorites_MediaSchema.nullable().optional(),
|
|
72
|
-
title: z.string().describe("Title of the track."),
|
|
72
|
+
title: z.string().describe("Title of the track.").nullable(),
|
|
73
73
|
policy: z.string().describe("Policy setting for the track.").nullable().optional(),
|
|
74
|
-
license: z.string().describe("License type of the track (e.g., 'all-rights-reserved', 'cc-by', etc.)."),
|
|
74
|
+
license: z.string().describe("License type of the track (e.g., 'all-rights-reserved', 'cc-by', etc.).").nullable(),
|
|
75
75
|
release: z.string().describe("Release date or number.").nullable().optional(),
|
|
76
|
-
sharing: z.string().describe("Sharing level of the track (e.g., 'public', 'private')."),
|
|
77
|
-
duration: z.number().int().describe("Length of the track in milliseconds."),
|
|
78
|
-
tag_list: z.string().describe("Space-separated list of tags associated with the track."),
|
|
79
|
-
created_at: z.string().describe("Timestamp when the track was created (ISO 8601 format)."),
|
|
76
|
+
sharing: z.string().describe("Sharing level of the track (e.g., 'public', 'private').").nullable(),
|
|
77
|
+
duration: z.number().int().describe("Length of the track in milliseconds.").nullable(),
|
|
78
|
+
tag_list: z.string().describe("Space-separated list of tags associated with the track.").nullable(),
|
|
79
|
+
created_at: z.string().describe("Timestamp when the track was created (ISO 8601 format).").nullable(),
|
|
80
80
|
label_name: z.string().describe("Record label name.").nullable().optional(),
|
|
81
81
|
secret_uri: z.string().describe("Secret URI for private sharing.").nullable().optional(),
|
|
82
82
|
stream_url: z.string().describe("Legacy streaming URL (deprecated in favor of media.transcodings).").nullable().optional(),
|
|
83
|
-
streamable: z.boolean().describe("Whether the track is available for streaming."),
|
|
83
|
+
streamable: z.boolean().describe("Whether the track is available for streaming.").nullable(),
|
|
84
84
|
artwork_url: z.string().describe("URL to the track's artwork/cover image.").nullable().optional(),
|
|
85
|
-
commentable: z.boolean().describe("Whether comments are enabled on the track."),
|
|
85
|
+
commentable: z.boolean().describe("Whether comments are enabled on the track.").nullable(),
|
|
86
86
|
description: z.string().describe("Description or caption of the track.").nullable().optional(),
|
|
87
87
|
is_explicit: z.boolean().describe("Whether the track contains explicit content.").nullable().optional(),
|
|
88
88
|
release_day: z.number().int().describe("Day of release.").nullable().optional(),
|
|
89
89
|
download_url: z.string().describe("URL to download the track (if downloadable).").nullable().optional(),
|
|
90
|
-
downloadable: z.boolean().describe("Whether the track is available for download."),
|
|
90
|
+
downloadable: z.boolean().describe("Whether the track is available for download.").nullable(),
|
|
91
91
|
purchase_url: z.string().describe("URL where the track can be purchased.").nullable().optional(),
|
|
92
92
|
release_year: z.number().int().describe("Year of release.").nullable().optional(),
|
|
93
|
-
waveform_url: z.string().describe("URL to the waveform image (1200x280px PNG)."),
|
|
93
|
+
waveform_url: z.string().describe("URL to the waveform image (1200x280px PNG).").nullable(),
|
|
94
94
|
comment_count: z.number().int().describe("Number of comments on the track.").nullable().optional(),
|
|
95
95
|
key_signature: z.string().describe("Musical key signature of the track.").nullable().optional(),
|
|
96
|
-
permalink_url: z.string().describe("Permanent URL to the track on SoundCloud."),
|
|
96
|
+
permalink_url: z.string().describe("Permanent URL to the track on SoundCloud.").nullable(),
|
|
97
97
|
release_month: z.number().int().describe("Month of release.").nullable().optional(),
|
|
98
98
|
reposts_count: z.number().int().describe("Number of times the track has been reposted.").nullable().optional(),
|
|
99
99
|
user_favorite: z.boolean().describe("Whether the authenticated user has favorited this track.").nullable().optional(),
|
|
@@ -105,7 +105,7 @@ const SoundcloudListUserFavorites_TrackSchema = z.object({
|
|
|
105
105
|
publisher_metadata: SoundcloudListUserFavorites_PublisherMetadataSchema.nullable().optional(),
|
|
106
106
|
user_playback_count: z.number().int().describe("Number of times the authenticated user has played this track.").nullable().optional(),
|
|
107
107
|
available_country_codes: z.array(z.unknown()).describe("List of country codes where the track is available for streaming.").nullable().optional()
|
|
108
|
-
}).describe("Track object representing a favorited/liked track.");
|
|
108
|
+
}).passthrough().describe("Track object representing a favorited/liked track.");
|
|
109
109
|
const soundcloudListUserFavorites = action("SOUNDCLOUD_LIST_USER_FAVORITES", {
|
|
110
110
|
slug: "soundcloud-list-user-favorites",
|
|
111
111
|
name: "Listuserfavorites",
|
|
@@ -114,7 +114,7 @@ const soundcloudListUserFavorites = action("SOUNDCLOUD_LIST_USER_FAVORITES", {
|
|
|
114
114
|
output: z.object({
|
|
115
115
|
next_href: z.string().describe("URL for fetching the next page of results. If absent, there are no more results available. Use linked_partitioning=true parameter to enable pagination.").nullable().optional(),
|
|
116
116
|
collection: z.array(SoundcloudListUserFavorites_TrackSchema).describe("Array of track objects representing the user's favorited/liked tracks.")
|
|
117
|
-
}).describe("Response schema for `ListUserFavorites`")
|
|
117
|
+
}).passthrough().describe("Response schema for `ListUserFavorites`")
|
|
118
118
|
});
|
|
119
119
|
//#endregion
|
|
120
120
|
export { soundcloudListUserFavorites };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-user-favorites.mjs","names":[],"sources":["../../src/actions/list-user-favorites.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudListUserFavoritesInput: z.ZodTypeAny = z.object({\n limit: z.number().int().default(50).describe(\"Number of results to return in the collection.\").optional(),\n access: z.array(z.enum([\"playable\", \"preview\", \"blocked\"])).default([\"playable\",\"preview\",\"blocked\"]).describe(\"Filters content by level of access the user (logged in or anonymous) has to the track. The result list will include only tracks with the specified access. Include all options if you\\\"d like to see all possible tracks. See `Track#access` schema for more details.\").optional(),\n linked_partitioning: z.boolean().describe(\"Returns paginated collection of items (recommended, returning a list without pagination is deprecated and should not be used)\").optional(),\n}).describe(\"Request schema for `ListUserFavorites`\");\nconst SoundcloudListUserFavorites_UserSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the user.\"),\n uri: z.string().describe(\"API URI for the user resource.\"),\n city: z.string().describe(\"User's city.\").nullable().optional(),\n kind: z.string().describe(\"Resource type, typically 'user'.\"),\n country: z.string().describe(\"User's country.\").nullable().optional(),\n username: z.string().describe(\"Display name of the user.\"),\n full_name: z.string().describe(\"User's full name.\").nullable().optional(),\n last_name: z.string().describe(\"User's last name.\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly username.\"),\n avatar_url: z.string().describe(\"URL to the user's profile picture.\"),\n first_name: z.string().describe(\"User's first name.\").nullable().optional(),\n description: z.string().describe(\"User's bio or description.\").nullable().optional(),\n track_count: z.number().int().describe(\"Number of tracks uploaded by the user.\").nullable().optional(),\n permalink_url: z.string().describe(\"Full SoundCloud profile URL.\"),\n playlist_count: z.number().int().describe(\"Number of playlists created by the user.\").nullable().optional(),\n followers_count: z.number().int().describe(\"Number of followers.\").nullable().optional(),\n followings_count: z.number().int().describe(\"Number of users being followed.\").nullable().optional(),\n}).describe(\"User object representing the track creator.\");\nconst SoundcloudListUserFavorites_TranscodingFormatSchema: z.ZodTypeAny = z.object({\n protocol: z.string().describe(\"Streaming protocol (e.g., 'hls', 'progressive').\"),\n mime_type: z.string().describe(\"MIME type of the audio format (e.g., 'audio/mpeg', 'audio/ogg; codecs=\\\"opus\\\"').\"),\n}).describe(\"Format specification for the transcoding.\");\nconst SoundcloudListUserFavorites_TranscodingSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to the transcoding endpoint.\"),\n format: SoundcloudListUserFavorites_TranscodingFormatSchema.nullable(),\n preset: z.string().describe(\"Preset identifier (e.g., mp3_0_1, opus_0_0).\"),\n quality: z.string().describe(\"Quality indicator (e.g., 'sq' for standard quality).\"),\n duration: z.number().int().describe(\"Duration in milliseconds.\"),\n}).describe(\"Available transcoding format for streaming.\");\nconst SoundcloudListUserFavorites_MediaSchema: z.ZodTypeAny = z.object({\n transcodings: z.array(SoundcloudListUserFavorites_TranscodingSchema).describe(\"Array of available transcoding formats for streaming.\").nullable().optional(),\n}).describe(\"Media streaming information with available transcodings.\");\nconst SoundcloudListUserFavorites_PublisherMetadataSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Publisher metadata ID.\").nullable().optional(),\n urn: z.string().describe(\"Publisher metadata URN.\").nullable().optional(),\n isrc: z.string().describe(\"International Standard Recording Code.\").nullable().optional(),\n artist: z.string().describe(\"Artist name.\").nullable().optional(),\n c_line: z.string().describe(\"Composition copyright line.\").nullable().optional(),\n p_line: z.string().describe(\"Phonographic copyright line.\").nullable().optional(),\n explicit: z.boolean().describe(\"Whether the content is explicit.\").nullable().optional(),\n publisher: z.string().describe(\"Publisher name.\").nullable().optional(),\n upc_or_ean: z.string().describe(\"Universal Product Code or European Article Number.\").nullable().optional(),\n album_title: z.string().describe(\"Album title.\").nullable().optional(),\n release_title: z.string().describe(\"Release title.\").nullable().optional(),\n contains_music: z.boolean().describe(\"Whether the track contains music.\").nullable().optional(),\n writer_composer: z.string().describe(\"Writer or composer name.\").nullable().optional(),\n}).describe(\"Metadata about the track's publisher and rights.\");\nconst SoundcloudListUserFavorites_TrackSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the track.\"),\n bpm: z.number().describe(\"Beats per minute of the track.\").nullable().optional(),\n uri: z.string().describe(\"API URI for the track resource.\").nullable().optional(),\n isrc: z.string().describe(\"International Standard Recording Code.\").nullable().optional(),\n kind: z.string().describe(\"Resource type, typically 'track'.\"),\n user: SoundcloudListUserFavorites_UserSchema.nullable(),\n genre: z.string().describe(\"Musical genre of the track.\").nullable().optional(),\n media: SoundcloudListUserFavorites_MediaSchema.nullable().optional(),\n title: z.string().describe(\"Title of the track.\"),\n policy: z.string().describe(\"Policy setting for the track.\").nullable().optional(),\n license: z.string().describe(\"License type of the track (e.g., 'all-rights-reserved', 'cc-by', etc.).\"),\n release: z.string().describe(\"Release date or number.\").nullable().optional(),\n sharing: z.string().describe(\"Sharing level of the track (e.g., 'public', 'private').\"),\n duration: z.number().int().describe(\"Length of the track in milliseconds.\"),\n tag_list: z.string().describe(\"Space-separated list of tags associated with the track.\"),\n created_at: z.string().describe(\"Timestamp when the track was created (ISO 8601 format).\"),\n label_name: z.string().describe(\"Record label name.\").nullable().optional(),\n secret_uri: z.string().describe(\"Secret URI for private sharing.\").nullable().optional(),\n stream_url: z.string().describe(\"Legacy streaming URL (deprecated in favor of media.transcodings).\").nullable().optional(),\n streamable: z.boolean().describe(\"Whether the track is available for streaming.\"),\n artwork_url: z.string().describe(\"URL to the track's artwork/cover image.\").nullable().optional(),\n commentable: z.boolean().describe(\"Whether comments are enabled on the track.\"),\n description: z.string().describe(\"Description or caption of the track.\").nullable().optional(),\n is_explicit: z.boolean().describe(\"Whether the track contains explicit content.\").nullable().optional(),\n release_day: z.number().int().describe(\"Day of release.\").nullable().optional(),\n download_url: z.string().describe(\"URL to download the track (if downloadable).\").nullable().optional(),\n downloadable: z.boolean().describe(\"Whether the track is available for download.\"),\n purchase_url: z.string().describe(\"URL where the track can be purchased.\").nullable().optional(),\n release_year: z.number().int().describe(\"Year of release.\").nullable().optional(),\n waveform_url: z.string().describe(\"URL to the waveform image (1200x280px PNG).\"),\n comment_count: z.number().int().describe(\"Number of comments on the track.\").nullable().optional(),\n key_signature: z.string().describe(\"Musical key signature of the track.\").nullable().optional(),\n permalink_url: z.string().describe(\"Permanent URL to the track on SoundCloud.\"),\n release_month: z.number().int().describe(\"Month of release.\").nullable().optional(),\n reposts_count: z.number().int().describe(\"Number of times the track has been reposted.\").nullable().optional(),\n user_favorite: z.boolean().describe(\"Whether the authenticated user has favorited this track.\").nullable().optional(),\n download_count: z.number().int().describe(\"Number of times the track has been downloaded.\").nullable().optional(),\n playback_count: z.number().int().describe(\"Total number of plays across all users.\").nullable().optional(),\n purchase_title: z.string().describe(\"Title text for purchase link.\").nullable().optional(),\n favoritings_count: z.number().int().describe(\"Total number of favorites/likes across all users.\").nullable().optional(),\n monetization_model: z.string().describe(\"Monetization model applied to the track.\").nullable().optional(),\n publisher_metadata: SoundcloudListUserFavorites_PublisherMetadataSchema.nullable().optional(),\n user_playback_count: z.number().int().describe(\"Number of times the authenticated user has played this track.\").nullable().optional(),\n available_country_codes: z.array(z.unknown()).describe(\"List of country codes where the track is available for streaming.\").nullable().optional(),\n}).describe(\"Track object representing a favorited/liked track.\");\nexport const SoundcloudListUserFavoritesOutput: z.ZodTypeAny = z.object({\n next_href: z.string().describe(\"URL for fetching the next page of results. If absent, there are no more results available. Use linked_partitioning=true parameter to enable pagination.\").nullable().optional(),\n collection: z.array(SoundcloudListUserFavorites_TrackSchema).describe(\"Array of track objects representing the user's favorited/liked tracks.\"),\n}).describe(\"Response schema for `ListUserFavorites`\");\n\nexport const soundcloudListUserFavorites = action(\"SOUNDCLOUD_LIST_USER_FAVORITES\", {\n slug: \"soundcloud-list-user-favorites\",\n name: \"Listuserfavorites\",\n description: \"This endpoint fetches a user's favored tracks with options for filtering and pagination. Parameters: `limit` (default 50, max 200), `access` (types), and `linked_partitioning`. `AuthHeader` is needed for security. Returns track details and likes status.\",\n input: SoundcloudListUserFavoritesInput,\n output: SoundcloudListUserFavoritesOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"list-user-favorites.mjs","names":[],"sources":["../../src/actions/list-user-favorites.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudListUserFavoritesInput = z.object({\n limit: z.number().int().default(50).describe(\"Number of results to return in the collection.\").optional(),\n access: z.array(z.enum([\"playable\", \"preview\", \"blocked\"])).default([\"playable\",\"preview\",\"blocked\"]).describe(\"Filters content by level of access the user (logged in or anonymous) has to the track. The result list will include only tracks with the specified access. Include all options if you\\\"d like to see all possible tracks. See `Track#access` schema for more details.\").optional(),\n linked_partitioning: z.boolean().describe(\"Returns paginated collection of items (recommended, returning a list without pagination is deprecated and should not be used)\").optional(),\n}).describe(\"Request schema for `ListUserFavorites`\");\nconst SoundcloudListUserFavorites_UserSchema = z.object({\n id: z.number().int().describe(\"Unique identifier of the user.\").nullable(),\n uri: z.string().describe(\"API URI for the user resource.\").nullable(),\n city: z.string().describe(\"User's city.\").nullable().optional(),\n kind: z.string().describe(\"Resource type, typically 'user'.\").nullable(),\n country: z.string().describe(\"User's country.\").nullable().optional(),\n username: z.string().describe(\"Display name of the user.\").nullable(),\n full_name: z.string().describe(\"User's full name.\").nullable().optional(),\n last_name: z.string().describe(\"User's last name.\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly username.\").nullable(),\n avatar_url: z.string().describe(\"URL to the user's profile picture.\").nullable(),\n first_name: z.string().describe(\"User's first name.\").nullable().optional(),\n description: z.string().describe(\"User's bio or description.\").nullable().optional(),\n track_count: z.number().int().describe(\"Number of tracks uploaded by the user.\").nullable().optional(),\n permalink_url: z.string().describe(\"Full SoundCloud profile URL.\").nullable(),\n playlist_count: z.number().int().describe(\"Number of playlists created by the user.\").nullable().optional(),\n followers_count: z.number().int().describe(\"Number of followers.\").nullable().optional(),\n followings_count: z.number().int().describe(\"Number of users being followed.\").nullable().optional(),\n}).passthrough().describe(\"User object representing the track creator.\");\nconst SoundcloudListUserFavorites_TranscodingFormatSchema = z.object({\n protocol: z.string().describe(\"Streaming protocol (e.g., 'hls', 'progressive').\").nullable(),\n mime_type: z.string().describe(\"MIME type of the audio format (e.g., 'audio/mpeg', 'audio/ogg; codecs=\\\"opus\\\"').\").nullable(),\n}).passthrough().describe(\"Format specification for the transcoding.\");\nconst SoundcloudListUserFavorites_TranscodingSchema = z.object({\n url: z.string().describe(\"URL to the transcoding endpoint.\").nullable(),\n format: SoundcloudListUserFavorites_TranscodingFormatSchema.nullable(),\n preset: z.string().describe(\"Preset identifier (e.g., mp3_0_1, opus_0_0).\").nullable(),\n quality: z.string().describe(\"Quality indicator (e.g., 'sq' for standard quality).\").nullable(),\n duration: z.number().int().describe(\"Duration in milliseconds.\").nullable(),\n}).passthrough().describe(\"Available transcoding format for streaming.\");\nconst SoundcloudListUserFavorites_MediaSchema = z.object({\n transcodings: z.array(SoundcloudListUserFavorites_TranscodingSchema).describe(\"Array of available transcoding formats for streaming.\").nullable().optional(),\n}).passthrough().describe(\"Media streaming information with available transcodings.\");\nconst SoundcloudListUserFavorites_PublisherMetadataSchema = z.object({\n id: z.number().int().describe(\"Publisher metadata ID.\").nullable().optional(),\n urn: z.string().describe(\"Publisher metadata URN.\").nullable().optional(),\n isrc: z.string().describe(\"International Standard Recording Code.\").nullable().optional(),\n artist: z.string().describe(\"Artist name.\").nullable().optional(),\n c_line: z.string().describe(\"Composition copyright line.\").nullable().optional(),\n p_line: z.string().describe(\"Phonographic copyright line.\").nullable().optional(),\n explicit: z.boolean().describe(\"Whether the content is explicit.\").nullable().optional(),\n publisher: z.string().describe(\"Publisher name.\").nullable().optional(),\n upc_or_ean: z.string().describe(\"Universal Product Code or European Article Number.\").nullable().optional(),\n album_title: z.string().describe(\"Album title.\").nullable().optional(),\n release_title: z.string().describe(\"Release title.\").nullable().optional(),\n contains_music: z.boolean().describe(\"Whether the track contains music.\").nullable().optional(),\n writer_composer: z.string().describe(\"Writer or composer name.\").nullable().optional(),\n}).passthrough().describe(\"Metadata about the track's publisher and rights.\");\nconst SoundcloudListUserFavorites_TrackSchema = z.object({\n id: z.number().int().describe(\"Unique identifier of the track.\").nullable(),\n bpm: z.number().describe(\"Beats per minute of the track.\").nullable().optional(),\n uri: z.string().describe(\"API URI for the track resource.\").nullable().optional(),\n isrc: z.string().describe(\"International Standard Recording Code.\").nullable().optional(),\n kind: z.string().describe(\"Resource type, typically 'track'.\").nullable(),\n user: SoundcloudListUserFavorites_UserSchema.nullable(),\n genre: z.string().describe(\"Musical genre of the track.\").nullable().optional(),\n media: SoundcloudListUserFavorites_MediaSchema.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 license: z.string().describe(\"License type of the track (e.g., 'all-rights-reserved', 'cc-by', etc.).\").nullable(),\n release: z.string().describe(\"Release date or number.\").nullable().optional(),\n sharing: z.string().describe(\"Sharing level of the track (e.g., 'public', 'private').\").nullable(),\n duration: z.number().int().describe(\"Length of the track in milliseconds.\").nullable(),\n tag_list: z.string().describe(\"Space-separated list of tags associated with the track.\").nullable(),\n created_at: z.string().describe(\"Timestamp when the track was created (ISO 8601 format).\").nullable(),\n label_name: z.string().describe(\"Record label name.\").nullable().optional(),\n secret_uri: z.string().describe(\"Secret URI for private sharing.\").nullable().optional(),\n stream_url: z.string().describe(\"Legacy streaming URL (deprecated in favor of media.transcodings).\").nullable().optional(),\n streamable: z.boolean().describe(\"Whether the track is available for streaming.\").nullable(),\n artwork_url: z.string().describe(\"URL to the track's artwork/cover image.\").nullable().optional(),\n commentable: z.boolean().describe(\"Whether comments are enabled on the track.\").nullable(),\n description: z.string().describe(\"Description or caption of the track.\").nullable().optional(),\n is_explicit: z.boolean().describe(\"Whether the track contains explicit content.\").nullable().optional(),\n release_day: z.number().int().describe(\"Day of release.\").nullable().optional(),\n download_url: z.string().describe(\"URL to download the track (if downloadable).\").nullable().optional(),\n downloadable: z.boolean().describe(\"Whether the track is available for download.\").nullable(),\n purchase_url: z.string().describe(\"URL where the track can be purchased.\").nullable().optional(),\n release_year: z.number().int().describe(\"Year of release.\").nullable().optional(),\n waveform_url: z.string().describe(\"URL to the waveform image (1200x280px PNG).\").nullable(),\n comment_count: z.number().int().describe(\"Number of comments on the track.\").nullable().optional(),\n key_signature: z.string().describe(\"Musical key signature of the track.\").nullable().optional(),\n permalink_url: z.string().describe(\"Permanent URL to the track on SoundCloud.\").nullable(),\n release_month: z.number().int().describe(\"Month of release.\").nullable().optional(),\n reposts_count: z.number().int().describe(\"Number of times the track has been reposted.\").nullable().optional(),\n user_favorite: z.boolean().describe(\"Whether the authenticated user has favorited this track.\").nullable().optional(),\n download_count: z.number().int().describe(\"Number of times the track has been downloaded.\").nullable().optional(),\n playback_count: z.number().int().describe(\"Total number of plays across all users.\").nullable().optional(),\n purchase_title: z.string().describe(\"Title text for purchase link.\").nullable().optional(),\n favoritings_count: z.number().int().describe(\"Total number of favorites/likes across all users.\").nullable().optional(),\n monetization_model: z.string().describe(\"Monetization model applied to the track.\").nullable().optional(),\n publisher_metadata: SoundcloudListUserFavorites_PublisherMetadataSchema.nullable().optional(),\n user_playback_count: z.number().int().describe(\"Number of times the authenticated user has played this track.\").nullable().optional(),\n available_country_codes: z.array(z.unknown()).describe(\"List of country codes where the track is available for streaming.\").nullable().optional(),\n}).passthrough().describe(\"Track object representing a favorited/liked track.\");\nexport const SoundcloudListUserFavoritesOutput = z.object({\n next_href: z.string().describe(\"URL for fetching the next page of results. If absent, there are no more results available. Use linked_partitioning=true parameter to enable pagination.\").nullable().optional(),\n collection: z.array(SoundcloudListUserFavorites_TrackSchema).describe(\"Array of track objects representing the user's favorited/liked tracks.\"),\n}).passthrough().describe(\"Response schema for `ListUserFavorites`\");\n\nexport const soundcloudListUserFavorites = action(\"SOUNDCLOUD_LIST_USER_FAVORITES\", {\n slug: \"soundcloud-list-user-favorites\",\n name: \"Listuserfavorites\",\n description: \"This endpoint fetches a user's favored tracks with options for filtering and pagination. Parameters: `limit` (default 50, max 200), `access` (types), and `linked_partitioning`. `AuthHeader` is needed for security. Returns track details and likes status.\",\n input: SoundcloudListUserFavoritesInput,\n output: SoundcloudListUserFavoritesOutput,\n});\n"],"mappings":"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"}
|
|
@@ -8,9 +8,9 @@ const SoundcloudOauth2AuthorizationRedirectHandlerInput = zod.z.object({
|
|
|
8
8
|
response_type: zod.z.enum(["code"]).describe("Support only the Authorization Code Flow")
|
|
9
9
|
}).describe("Request schema for `Oauth2AuthorizationRedirectHandler`");
|
|
10
10
|
const SoundcloudOauth2AuthorizationRedirectHandlerOutput = zod.z.object({
|
|
11
|
-
code: zod.z.string().describe("The authorization code used for token exchange with the OAuth2 token endpoint"),
|
|
11
|
+
code: zod.z.string().describe("The authorization code used for token exchange with the OAuth2 token endpoint").nullable(),
|
|
12
12
|
state: zod.z.string().describe("The random string provided in the authorization request for CSRF verification. Should be validated against the originally sent state.").nullable().optional()
|
|
13
|
-
}).describe("Response schema for `Oauth2AuthorizationRedirectHandler`.\n\nQuery parameters returned in the redirect URL after user authorization.\nThis is the first phase of the OAuth2 authorization flow, which provides\nthe authorization code used for token exchange with the OAuth2 token endpoint.");
|
|
13
|
+
}).passthrough().describe("Response schema for `Oauth2AuthorizationRedirectHandler`.\n\nQuery parameters returned in the redirect URL after user authorization.\nThis is the first phase of the OAuth2 authorization flow, which provides\nthe authorization code used for token exchange with the OAuth2 token endpoint.");
|
|
14
14
|
const soundcloudOauth2AuthorizationRedirectHandler = require_action.action("SOUNDCLOUD_OAUTH2_AUTHORIZATION_REDIRECT_HANDLER", {
|
|
15
15
|
slug: "soundcloud-oauth2-authorization-redirect-handler",
|
|
16
16
|
name: "Oauth2 authorization redirect handler",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oauth2-authorization-redirect-handler.cjs","names":["z","action"],"sources":["../../src/actions/oauth2-authorization-redirect-handler.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudOauth2AuthorizationRedirectHandlerInput
|
|
1
|
+
{"version":3,"file":"oauth2-authorization-redirect-handler.cjs","names":["z","action"],"sources":["../../src/actions/oauth2-authorization-redirect-handler.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudOauth2AuthorizationRedirectHandlerInput = z.object({\n state: z.string().describe(\"Any value included here will be appended to the redirect URI. Use this for CSRF protection.\").optional(),\n client_id: z.string().describe(\"The client id belonging to your application\"),\n redirect_uri: z.string().describe(\"The redirect uri you have configured for your application\"),\n response_type: z.enum([\"code\"]).describe(\"Support only the Authorization Code Flow\"),\n}).describe(\"Request schema for `Oauth2AuthorizationRedirectHandler`\");\nexport const SoundcloudOauth2AuthorizationRedirectHandlerOutput = z.object({\n code: z.string().describe(\"The authorization code used for token exchange with the OAuth2 token endpoint\").nullable(),\n state: z.string().describe(\"The random string provided in the authorization request for CSRF verification. Should be validated against the originally sent state.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `Oauth2AuthorizationRedirectHandler`.\\n\\nQuery parameters returned in the redirect URL after user authorization.\\nThis is the first phase of the OAuth2 authorization flow, which provides\\nthe authorization code used for token exchange with the OAuth2 token endpoint.\");\n\nexport const soundcloudOauth2AuthorizationRedirectHandler = action(\"SOUNDCLOUD_OAUTH2_AUTHORIZATION_REDIRECT_HANDLER\", {\n slug: \"soundcloud-oauth2-authorization-redirect-handler\",\n name: \"Oauth2 authorization redirect handler\",\n description: \"OAuth Authorization Code flow is mandated for authorization, utilizing `response_type=code`. Implement the `state` parameter with a random nonce for CSRF protection, verifying it upon token retrieval.\",\n input: SoundcloudOauth2AuthorizationRedirectHandlerInput,\n output: SoundcloudOauth2AuthorizationRedirectHandlerOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oDAAoDA,IAAAA,EAAE,OAAO;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS;CACnI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC5E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC7F,eAAeA,IAAAA,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACrF,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,qDAAqDA,IAAAA,EAAE,OAAO;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACpH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1L,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gSAAgS;AAE1T,MAAa,+CAA+CC,eAAAA,OAAO,oDAAoD;CACrH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,24 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/oauth2-authorization-redirect-handler.d.ts
|
|
4
|
-
declare const SoundcloudOauth2AuthorizationRedirectHandlerInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudOauth2AuthorizationRedirectHandlerInput: z.ZodObject<{
|
|
5
|
+
state: z.ZodOptional<z.ZodString>;
|
|
6
|
+
client_id: z.ZodString;
|
|
7
|
+
redirect_uri: z.ZodString;
|
|
8
|
+
response_type: z.ZodEnum<{
|
|
9
|
+
code: "code";
|
|
10
|
+
}>;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
declare const SoundcloudOauth2AuthorizationRedirectHandlerOutput: z.ZodObject<{
|
|
13
|
+
code: z.ZodNullable<z.ZodString>;
|
|
14
|
+
state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
}, z.core.$loose>;
|
|
16
|
+
declare const soundcloudOauth2AuthorizationRedirectHandler: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
|
+
client_id: string;
|
|
18
|
+
redirect_uri: string;
|
|
19
|
+
response_type: "code";
|
|
20
|
+
state?: string | undefined;
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
22
|
//#endregion
|
|
8
23
|
export { soundcloudOauth2AuthorizationRedirectHandler };
|
|
9
24
|
//# sourceMappingURL=oauth2-authorization-redirect-handler.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oauth2-authorization-redirect-handler.d.cts","names":[],"sources":["../../src/actions/oauth2-authorization-redirect-handler.ts"],"mappings":";;;cAIa,iDAAA,
|
|
1
|
+
{"version":3,"file":"oauth2-authorization-redirect-handler.d.cts","names":[],"sources":["../../src/actions/oauth2-authorization-redirect-handler.ts"],"mappings":";;;cAIa,iDAAA,EAAiD,CAAA,CAAA,SAAA;;;;;;;;cAMjD,kDAAA,EAAkD,CAAA,CAAA,SAAA;;;;cAKlD,4CAAA,gCAA4C,wBAAA"}
|
|
@@ -1,9 +1,24 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/oauth2-authorization-redirect-handler.d.ts
|
|
4
|
-
declare const SoundcloudOauth2AuthorizationRedirectHandlerInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudOauth2AuthorizationRedirectHandlerInput: z.ZodObject<{
|
|
5
|
+
state: z.ZodOptional<z.ZodString>;
|
|
6
|
+
client_id: z.ZodString;
|
|
7
|
+
redirect_uri: z.ZodString;
|
|
8
|
+
response_type: z.ZodEnum<{
|
|
9
|
+
code: "code";
|
|
10
|
+
}>;
|
|
11
|
+
}, z.core.$strip>;
|
|
12
|
+
declare const SoundcloudOauth2AuthorizationRedirectHandlerOutput: z.ZodObject<{
|
|
13
|
+
code: z.ZodNullable<z.ZodString>;
|
|
14
|
+
state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
}, z.core.$loose>;
|
|
16
|
+
declare const soundcloudOauth2AuthorizationRedirectHandler: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
|
+
client_id: string;
|
|
18
|
+
redirect_uri: string;
|
|
19
|
+
response_type: "code";
|
|
20
|
+
state?: string | undefined;
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
22
|
//#endregion
|
|
8
23
|
export { soundcloudOauth2AuthorizationRedirectHandler };
|
|
9
24
|
//# sourceMappingURL=oauth2-authorization-redirect-handler.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oauth2-authorization-redirect-handler.d.mts","names":[],"sources":["../../src/actions/oauth2-authorization-redirect-handler.ts"],"mappings":";;;cAIa,iDAAA,
|
|
1
|
+
{"version":3,"file":"oauth2-authorization-redirect-handler.d.mts","names":[],"sources":["../../src/actions/oauth2-authorization-redirect-handler.ts"],"mappings":";;;cAIa,iDAAA,EAAiD,CAAA,CAAA,SAAA;;;;;;;;cAMjD,kDAAA,EAAkD,CAAA,CAAA,SAAA;;;;cAKlD,4CAAA,gCAA4C,wBAAA"}
|
|
@@ -11,9 +11,9 @@ const soundcloudOauth2AuthorizationRedirectHandler = action("SOUNDCLOUD_OAUTH2_A
|
|
|
11
11
|
response_type: z.enum(["code"]).describe("Support only the Authorization Code Flow")
|
|
12
12
|
}).describe("Request schema for `Oauth2AuthorizationRedirectHandler`"),
|
|
13
13
|
output: z.object({
|
|
14
|
-
code: z.string().describe("The authorization code used for token exchange with the OAuth2 token endpoint"),
|
|
14
|
+
code: z.string().describe("The authorization code used for token exchange with the OAuth2 token endpoint").nullable(),
|
|
15
15
|
state: z.string().describe("The random string provided in the authorization request for CSRF verification. Should be validated against the originally sent state.").nullable().optional()
|
|
16
|
-
}).describe("Response schema for `Oauth2AuthorizationRedirectHandler`.\n\nQuery parameters returned in the redirect URL after user authorization.\nThis is the first phase of the OAuth2 authorization flow, which provides\nthe authorization code used for token exchange with the OAuth2 token endpoint.")
|
|
16
|
+
}).passthrough().describe("Response schema for `Oauth2AuthorizationRedirectHandler`.\n\nQuery parameters returned in the redirect URL after user authorization.\nThis is the first phase of the OAuth2 authorization flow, which provides\nthe authorization code used for token exchange with the OAuth2 token endpoint.")
|
|
17
17
|
});
|
|
18
18
|
//#endregion
|
|
19
19
|
export { soundcloudOauth2AuthorizationRedirectHandler };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oauth2-authorization-redirect-handler.mjs","names":[],"sources":["../../src/actions/oauth2-authorization-redirect-handler.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudOauth2AuthorizationRedirectHandlerInput
|
|
1
|
+
{"version":3,"file":"oauth2-authorization-redirect-handler.mjs","names":[],"sources":["../../src/actions/oauth2-authorization-redirect-handler.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudOauth2AuthorizationRedirectHandlerInput = z.object({\n state: z.string().describe(\"Any value included here will be appended to the redirect URI. Use this for CSRF protection.\").optional(),\n client_id: z.string().describe(\"The client id belonging to your application\"),\n redirect_uri: z.string().describe(\"The redirect uri you have configured for your application\"),\n response_type: z.enum([\"code\"]).describe(\"Support only the Authorization Code Flow\"),\n}).describe(\"Request schema for `Oauth2AuthorizationRedirectHandler`\");\nexport const SoundcloudOauth2AuthorizationRedirectHandlerOutput = z.object({\n code: z.string().describe(\"The authorization code used for token exchange with the OAuth2 token endpoint\").nullable(),\n state: z.string().describe(\"The random string provided in the authorization request for CSRF verification. Should be validated against the originally sent state.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `Oauth2AuthorizationRedirectHandler`.\\n\\nQuery parameters returned in the redirect URL after user authorization.\\nThis is the first phase of the OAuth2 authorization flow, which provides\\nthe authorization code used for token exchange with the OAuth2 token endpoint.\");\n\nexport const soundcloudOauth2AuthorizationRedirectHandler = action(\"SOUNDCLOUD_OAUTH2_AUTHORIZATION_REDIRECT_HANDLER\", {\n slug: \"soundcloud-oauth2-authorization-redirect-handler\",\n name: \"Oauth2 authorization redirect handler\",\n description: \"OAuth Authorization Code flow is mandated for authorization, utilizing `response_type=code`. Implement the `state` parameter with a random nonce for CSRF protection, verifying it upon token retrieval.\",\n input: SoundcloudOauth2AuthorizationRedirectHandlerInput,\n output: SoundcloudOauth2AuthorizationRedirectHandlerOutput,\n});\n"],"mappings":";;AAeA,MAAa,+CAA+C,OAAO,oDAAoD;CACrH,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAf+D,EAAE,OAAO;EACxE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6FAA6F,CAAC,CAAC,SAAS;EACnI,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EAC5E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EAC7F,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,0CAA0C;CACrF,CAAC,CAAC,CAAC,SAAS,yDAUH;CACP,QAVgE,EAAE,OAAO;EACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;EACpH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1L,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gSAOhB;AACV,CAAC"}
|
|
@@ -17,59 +17,59 @@ const SoundcloudPerformsAPlaylistSearchBasedOnAQuery_UserBadgesSchema = zod.z.ob
|
|
|
17
17
|
pro: zod.z.boolean().describe("Pro subscription status").nullable().optional(),
|
|
18
18
|
verified: zod.z.boolean().describe("Verified badge status").nullable().optional(),
|
|
19
19
|
pro_unlimited: zod.z.boolean().describe("Pro Unlimited subscription status").nullable().optional()
|
|
20
|
-
}).describe("User achievement badges");
|
|
20
|
+
}).passthrough().describe("User achievement badges");
|
|
21
21
|
const SoundcloudPerformsAPlaylistSearchBasedOnAQuery_PlaylistUserSchema = zod.z.object({
|
|
22
|
-
id: zod.z.number().int().describe("Unique user identifier"),
|
|
23
|
-
uri: zod.z.string().describe("API resource URI for this user"),
|
|
24
|
-
urn: zod.z.string().describe("User universal resource name"),
|
|
22
|
+
id: zod.z.number().int().describe("Unique user identifier").nullable(),
|
|
23
|
+
uri: zod.z.string().describe("API resource URI for this user").nullable(),
|
|
24
|
+
urn: zod.z.string().describe("User universal resource name").nullable(),
|
|
25
25
|
city: zod.z.string().describe("User's city location").nullable().optional(),
|
|
26
|
-
kind: zod.z.string().describe("Resource type, always 'user'"),
|
|
26
|
+
kind: zod.z.string().describe("Resource type, always 'user'").nullable(),
|
|
27
27
|
badges: SoundcloudPerformsAPlaylistSearchBasedOnAQuery_UserBadgesSchema.nullable().optional(),
|
|
28
|
-
username: zod.z.string().describe("Display username"),
|
|
28
|
+
username: zod.z.string().describe("Display username").nullable(),
|
|
29
29
|
verified: zod.z.boolean().describe("Account verification status").nullable().optional(),
|
|
30
30
|
full_name: zod.z.string().describe("Complete user name").nullable().optional(),
|
|
31
31
|
last_name: zod.z.string().describe("User's last name").nullable().optional(),
|
|
32
|
-
permalink: zod.z.string().describe("URL-safe username slug"),
|
|
32
|
+
permalink: zod.z.string().describe("URL-safe username slug").nullable(),
|
|
33
33
|
avatar_url: zod.z.string().describe("URL to user's profile image").nullable().optional(),
|
|
34
34
|
first_name: zod.z.string().describe("User's first name").nullable().optional(),
|
|
35
35
|
country_code: zod.z.string().describe("ISO country code").nullable().optional(),
|
|
36
36
|
last_modified: zod.z.string().describe("Last update timestamp").nullable().optional(),
|
|
37
37
|
permalink_url: zod.z.string().describe("Full profile URL").nullable().optional(),
|
|
38
38
|
followers_count: zod.z.number().int().describe("Number of followers").nullable().optional()
|
|
39
|
-
}).describe("Creator profile information");
|
|
39
|
+
}).passthrough().describe("Creator profile information");
|
|
40
40
|
const SoundcloudPerformsAPlaylistSearchBasedOnAQuery_PlaylistItemSchema = zod.z.object({
|
|
41
|
-
id: zod.z.number().int().describe("Unique playlist identifier"),
|
|
42
|
-
uri: zod.z.string().describe("API endpoint reference for this playlist"),
|
|
43
|
-
urn: zod.z.string().describe("Universal resource name (string-based unique identifier replacing numeric id)"),
|
|
44
|
-
kind: zod.z.string().describe("Resource type, always 'playlist'"),
|
|
41
|
+
id: zod.z.number().int().describe("Unique playlist identifier").nullable(),
|
|
42
|
+
uri: zod.z.string().describe("API endpoint reference for this playlist").nullable(),
|
|
43
|
+
urn: zod.z.string().describe("Universal resource name (string-based unique identifier replacing numeric id)").nullable(),
|
|
44
|
+
kind: zod.z.string().describe("Resource type, always 'playlist'").nullable(),
|
|
45
45
|
user: SoundcloudPerformsAPlaylistSearchBasedOnAQuery_PlaylistUserSchema.nullable(),
|
|
46
|
-
title: zod.z.string().describe("Playlist name"),
|
|
47
|
-
public: zod.z.boolean().describe("Visibility status of the playlist"),
|
|
46
|
+
title: zod.z.string().describe("Playlist name").nullable(),
|
|
47
|
+
public: zod.z.boolean().describe("Visibility status of the playlist").nullable(),
|
|
48
48
|
tracks: zod.z.array(zod.z.unknown()).describe("Array of track IDs (empty in compact search results - use /playlists/{id} to fetch full track listings)").nullable().optional(),
|
|
49
49
|
sharing: zod.z.string().describe("Sharing mode (e.g., 'public')").nullable().optional(),
|
|
50
|
-
user_id: zod.z.number().int().describe("Creator identifier"),
|
|
51
|
-
duration: zod.z.number().int().describe("Total duration in milliseconds"),
|
|
50
|
+
user_id: zod.z.number().int().describe("Creator identifier").nullable(),
|
|
51
|
+
duration: zod.z.number().int().describe("Total duration in milliseconds").nullable(),
|
|
52
52
|
is_album: zod.z.boolean().describe("Whether this playlist is classified as an album").nullable().optional(),
|
|
53
53
|
set_type: zod.z.string().describe("Type of set (null for regular playlists)").nullable().optional(),
|
|
54
|
-
permalink: zod.z.string().describe("URL-friendly identifier"),
|
|
55
|
-
created_at: zod.z.string().describe("Creation timestamp in ISO 8601 format"),
|
|
54
|
+
permalink: zod.z.string().describe("URL-friendly identifier").nullable(),
|
|
55
|
+
created_at: zod.z.string().describe("Creation timestamp in ISO 8601 format").nullable(),
|
|
56
56
|
artwork_url: zod.z.string().describe("URL to the cover image").nullable().optional(),
|
|
57
57
|
description: zod.z.string().describe("Playlist description text").nullable().optional(),
|
|
58
58
|
likes_count: zod.z.number().int().describe("Number of favorites/likes").nullable().optional(),
|
|
59
|
-
track_count: zod.z.number().int().describe("Number of tracks in the playlist"),
|
|
59
|
+
track_count: zod.z.number().int().describe("Number of tracks in the playlist").nullable(),
|
|
60
60
|
display_date: zod.z.string().describe("Display timestamp").nullable().optional(),
|
|
61
61
|
published_at: zod.z.string().describe("Publication timestamp").nullable().optional(),
|
|
62
62
|
secret_token: zod.z.string().describe("Private access token for non-public playlists").nullable().optional(),
|
|
63
63
|
embeddable_by: zod.z.string().describe("Embedding permissions").nullable().optional(),
|
|
64
|
-
last_modified: zod.z.string().describe("Most recent update timestamp"),
|
|
64
|
+
last_modified: zod.z.string().describe("Most recent update timestamp").nullable(),
|
|
65
65
|
permalink_url: zod.z.string().describe("Full SoundCloud URL to the playlist").nullable().optional(),
|
|
66
66
|
reposts_count: zod.z.number().int().describe("Number of reposts").nullable().optional(),
|
|
67
67
|
managed_by_feeds: zod.z.boolean().describe("Whether playlist is algorithmically curated").nullable().optional()
|
|
68
|
-
}).describe("Playlist object from search results");
|
|
68
|
+
}).passthrough().describe("Playlist object from search results");
|
|
69
69
|
const SoundcloudPerformsAPlaylistSearchBasedOnAQueryOutput = zod.z.object({
|
|
70
70
|
next_href: zod.z.string().describe("URL to fetch the next page of results using cursor-based pagination. Present only when more results are available.").nullable().optional(),
|
|
71
71
|
collection: zod.z.array(SoundcloudPerformsAPlaylistSearchBasedOnAQuery_PlaylistItemSchema).describe("Array of playlist objects matching the search query. Returns compact playlist representation without track listings (tracks must be fetched separately via /playlists/{id}).")
|
|
72
|
-
}).describe("Paginated collection response for playlist search");
|
|
72
|
+
}).passthrough().describe("Paginated collection response for playlist search");
|
|
73
73
|
const soundcloudPerformsAPlaylistSearchBasedOnAQuery = require_action.action("SOUNDCLOUD_PERFORMS_A_PLAYLIST_SEARCH_BASED_ON_A_QUERY", {
|
|
74
74
|
slug: "soundcloud-performs-a-playlist-search-based-on-a-query",
|
|
75
75
|
name: "Performs a playlist search based on a query",
|