@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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"returns-a-list-of-user-s-followers.mjs","names":[],"sources":["../../src/actions/returns-a-list-of-user-s-followers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsAListOfUserSFollowersInput
|
|
1
|
+
{"version":3,"file":"returns-a-list-of-user-s-followers.mjs","names":[],"sources":["../../src/actions/returns-a-list-of-user-s-followers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsAListOfUserSFollowersInput = z.object({\n limit: z.number().int().default(50).describe(\"Number of results to return in the collection.\").optional(),\n user_id: z.number().int().describe(\"SoundCloud User id\"),\n}).describe(\"Request schema for `ReturnsAListOfUserSFollowers`\");\nconst SoundcloudReturnsAListOfUserSFollowers_VisualsSchema = z.object({\n urn: z.string().describe(\"URN identifier for the visual element.\").nullable().optional(),\n enabled: z.boolean().describe(\"Whether custom visuals are enabled for this profile.\").nullable().optional(),\n visuals: z.array(z.unknown()).describe(\"Array of visual customization objects.\").nullable().optional(),\n}).passthrough().describe(\"Visual customization data for the user's profile including banner images and branding.\");\nconst SoundcloudReturnsAListOfUserSFollowers_UserSchema = z.object({\n id: z.number().int().describe(\"Unique numeric identifier for the user.\").nullable(),\n uri: z.string().describe(\"API URI for accessing this user resource.\").nullable(),\n urn: z.string().describe(\"Universal Resource Name identifier for the user (URN format).\").nullable(),\n city: z.string().describe(\"User's city location (may be null if not provided).\").nullable().optional(),\n kind: z.string().describe(\"Resource type, always 'user' for user objects.\").nullable(),\n visuals: SoundcloudReturnsAListOfUserSFollowers_VisualsSchema.nullable().optional(),\n username: z.string().describe(\"User's display username on SoundCloud.\").nullable(),\n verified: z.boolean().describe(\"Whether the user account is verified.\").nullable().optional(),\n full_name: z.string().describe(\"User's full name (may be empty string if not provided).\").nullable().optional(),\n last_name: z.string().describe(\"User's last name (may be null if not provided).\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly version of the username used in profile links.\").nullable(),\n avatar_url: z.string().describe(\"URL to the user's avatar image.\").nullable(),\n created_at: z.string().describe(\"Timestamp when the user account was created (ISO 8601 format).\").nullable(),\n first_name: z.string().describe(\"User's first name (may be null if not provided).\").nullable().optional(),\n description: z.string().describe(\"User's profile bio/description (may be null if not provided).\").nullable().optional(),\n likes_count: z.number().int().describe(\"Total number of tracks liked by this user.\").nullable().optional(),\n track_count: z.number().int().describe(\"Total number of tracks uploaded by this user.\").nullable(),\n country_code: z.number().int().describe(\"Numeric country code for the user's location (may be null).\").nullable().optional(),\n groups_count: z.number().int().describe(\"Total number of groups this user is a member of.\").nullable().optional(),\n last_modified: z.string().describe(\"Timestamp when the user profile was last modified (ISO 8601 format).\").nullable(),\n permalink_url: z.string().describe(\"Full URL to the user's SoundCloud profile page.\").nullable(),\n reposts_count: z.number().int().describe(\"Total number of tracks reposted by this user (may be null).\").nullable().optional(),\n comments_count: z.number().int().describe(\"Total number of comments made by this user.\").nullable().optional(),\n playlist_count: z.number().int().describe(\"Total number of playlists created by this user.\").nullable(),\n followers_count: z.number().int().describe(\"Total number of followers this user has.\").nullable(),\n followings_count: z.number().int().describe(\"Total number of users this user is following.\").nullable(),\n creator_subscription: z.record(z.string(), z.unknown()).describe(\"Creator subscription details object (structure varies).\").nullable().optional(),\n playlist_likes_count: z.number().int().describe(\"Total number of playlists liked by this user.\").nullable().optional(),\n creator_subscriptions: z.array(z.unknown()).describe(\"Array of creator subscription objects for this user.\").nullable().optional(),\n}).passthrough().describe(\"User object containing complete profile information.\");\nexport const SoundcloudReturnsAListOfUserSFollowersOutput = z.object({\n next_href: z.string().describe(\"Complete URL for fetching the next page of results using cursor-based pagination. If absent, there are no more results to retrieve.\").nullable().optional(),\n collection: z.array(SoundcloudReturnsAListOfUserSFollowers_UserSchema).describe(\"Array of user objects representing the followers. Each user object contains complete profile information.\"),\n}).passthrough().describe(\"Response schema for `ReturnsAListOfUserSFollowers`\");\n\nexport const soundcloudReturnsAListOfUserSFollowers = action(\"SOUNDCLOUD_RETURNS_A_LIST_OF_USER_S_FOLLOWERS\", {\n slug: \"soundcloud-returns-a-list-of-user-s-followers\",\n name: \"Returns a list of user s followers\",\n description: \"Returns a list of users that follows (user_id).\",\n input: SoundcloudReturnsAListOfUserSFollowersInput,\n output: SoundcloudReturnsAListOfUserSFollowersOutput,\n});\n"],"mappings":"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"}
|
|
@@ -8,21 +8,21 @@ const SoundcloudReturnsAListOfUserSFollowingsInput = zod.z.object({
|
|
|
8
8
|
const SoundcloudReturnsAListOfUserSFollowings_SubscriptionProductSchema = zod.z.object({
|
|
9
9
|
id: zod.z.string().describe("Subscription product identifier").nullable().optional(),
|
|
10
10
|
name: zod.z.string().describe("Subscription product name").nullable().optional()
|
|
11
|
-
}).describe("Subscription product details");
|
|
12
|
-
const SoundcloudReturnsAListOfUserSFollowings_SubscriptionSchema = zod.z.object({ product: SoundcloudReturnsAListOfUserSFollowings_SubscriptionProductSchema.nullable().optional() }).describe("Subscription object containing product information");
|
|
11
|
+
}).passthrough().describe("Subscription product details");
|
|
12
|
+
const SoundcloudReturnsAListOfUserSFollowings_SubscriptionSchema = zod.z.object({ product: SoundcloudReturnsAListOfUserSFollowings_SubscriptionProductSchema.nullable().optional() }).passthrough().describe("Subscription object containing product information");
|
|
13
13
|
const SoundcloudReturnsAListOfUserSFollowings_UserSchema = zod.z.object({
|
|
14
|
-
id: zod.z.number().int().describe("Unique user identifier"),
|
|
15
|
-
uri: zod.z.string().describe("API endpoint for this user resource"),
|
|
14
|
+
id: zod.z.number().int().describe("Unique user identifier").nullable(),
|
|
15
|
+
uri: zod.z.string().describe("API endpoint for this user resource").nullable(),
|
|
16
16
|
city: zod.z.string().describe("User's city location").nullable().optional(),
|
|
17
|
-
kind: zod.z.string().describe("Object type designation, always 'user'"),
|
|
17
|
+
kind: zod.z.string().describe("Object type designation, always 'user'").nullable(),
|
|
18
18
|
plan: zod.z.string().describe("Account subscription tier (e.g., 'Free')").nullable().optional(),
|
|
19
19
|
country: zod.z.string().describe("User's country location").nullable().optional(),
|
|
20
20
|
website: zod.z.string().describe("User's external website URL").nullable().optional(),
|
|
21
|
-
username: zod.z.string().describe("Display name on platform"),
|
|
21
|
+
username: zod.z.string().describe("Display name on platform").nullable(),
|
|
22
22
|
full_name: zod.z.string().describe("Complete name concatenation").nullable().optional(),
|
|
23
23
|
last_name: zod.z.string().describe("User's surname").nullable().optional(),
|
|
24
|
-
permalink: zod.z.string().describe("URL-safe username identifier"),
|
|
25
|
-
avatar_url: zod.z.string().describe("Profile image URL in JPEG format"),
|
|
24
|
+
permalink: zod.z.string().describe("URL-safe username identifier").nullable(),
|
|
25
|
+
avatar_url: zod.z.string().describe("Profile image URL in JPEG format").nullable(),
|
|
26
26
|
created_at: zod.z.string().describe("Account creation timestamp").nullable().optional(),
|
|
27
27
|
first_name: zod.z.string().describe("User's given name").nullable().optional(),
|
|
28
28
|
description: zod.z.string().describe("User's biography or profile description").nullable().optional(),
|
|
@@ -30,7 +30,7 @@ const SoundcloudReturnsAListOfUserSFollowings_UserSchema = zod.z.object({
|
|
|
30
30
|
discogs_name: zod.z.string().describe("User's Discogs profile username").nullable().optional(),
|
|
31
31
|
myspace_name: zod.z.string().describe("User's MySpace profile username").nullable().optional(),
|
|
32
32
|
last_modified: zod.z.string().describe("Most recent profile update timestamp").nullable().optional(),
|
|
33
|
-
permalink_url: zod.z.string().describe("Direct SoundCloud profile link"),
|
|
33
|
+
permalink_url: zod.z.string().describe("Direct SoundCloud profile link").nullable(),
|
|
34
34
|
reposts_count: zod.z.number().int().describe("Content the user has reposted").nullable().optional(),
|
|
35
35
|
subscriptions: zod.z.array(SoundcloudReturnsAListOfUserSFollowings_SubscriptionSchema).describe("Array of subscription product objects indicating user's subscription status").nullable().optional(),
|
|
36
36
|
website_title: zod.z.string().describe("Label for linked website").nullable().optional(),
|
|
@@ -39,11 +39,11 @@ const SoundcloudReturnsAListOfUserSFollowings_UserSchema = zod.z.object({
|
|
|
39
39
|
followings_count: zod.z.number().int().describe("Number of users this account follows").nullable().optional(),
|
|
40
40
|
upload_seconds_left: zod.z.number().int().describe("Remaining upload capacity in seconds").nullable().optional(),
|
|
41
41
|
public_favorites_count: zod.z.number().int().describe("Publicly liked tracks count").nullable().optional()
|
|
42
|
-
}).describe("User object representing a SoundCloud account");
|
|
42
|
+
}).passthrough().describe("User object representing a SoundCloud account");
|
|
43
43
|
const SoundcloudReturnsAListOfUserSFollowingsOutput = zod.z.object({
|
|
44
44
|
next_href: zod.z.string().describe("URL for pagination to retrieve additional results").nullable().optional(),
|
|
45
45
|
collection: zod.z.array(SoundcloudReturnsAListOfUserSFollowings_UserSchema).describe("Array of user objects representing accounts followed by the specified user")
|
|
46
|
-
}).describe("Response schema for `ReturnsAListOfUserSFollowings`");
|
|
46
|
+
}).passthrough().describe("Response schema for `ReturnsAListOfUserSFollowings`");
|
|
47
47
|
const soundcloudReturnsAListOfUserSFollowings = require_action.action("SOUNDCLOUD_RETURNS_A_LIST_OF_USER_S_FOLLOWINGS", {
|
|
48
48
|
slug: "soundcloud-returns-a-list-of-user-s-followings",
|
|
49
49
|
name: "Returns a list of user s followings",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"returns-a-list-of-user-s-followings.cjs","names":["z","action"],"sources":["../../src/actions/returns-a-list-of-user-s-followings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsAListOfUserSFollowingsInput
|
|
1
|
+
{"version":3,"file":"returns-a-list-of-user-s-followings.cjs","names":["z","action"],"sources":["../../src/actions/returns-a-list-of-user-s-followings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsAListOfUserSFollowingsInput = z.object({\n limit: z.number().int().default(50).describe(\"Number of results to return in the collection.\").optional(),\n user_id: z.number().int().describe(\"SoundCloud User id\"),\n}).describe(\"Request schema for `ReturnsAListOfUserSFollowings`\");\nconst SoundcloudReturnsAListOfUserSFollowings_SubscriptionProductSchema = z.object({\n id: z.string().describe(\"Subscription product identifier\").nullable().optional(),\n name: z.string().describe(\"Subscription product name\").nullable().optional(),\n}).passthrough().describe(\"Subscription product details\");\nconst SoundcloudReturnsAListOfUserSFollowings_SubscriptionSchema = z.object({\n product: SoundcloudReturnsAListOfUserSFollowings_SubscriptionProductSchema.nullable().optional(),\n}).passthrough().describe(\"Subscription object containing product information\");\nconst SoundcloudReturnsAListOfUserSFollowings_UserSchema = z.object({\n id: z.number().int().describe(\"Unique user identifier\").nullable(),\n uri: z.string().describe(\"API endpoint for this user resource\").nullable(),\n city: z.string().describe(\"User's city location\").nullable().optional(),\n kind: z.string().describe(\"Object type designation, always 'user'\").nullable(),\n plan: z.string().describe(\"Account subscription tier (e.g., 'Free')\").nullable().optional(),\n country: z.string().describe(\"User's country location\").nullable().optional(),\n website: z.string().describe(\"User's external website URL\").nullable().optional(),\n username: z.string().describe(\"Display name on platform\").nullable(),\n full_name: z.string().describe(\"Complete name concatenation\").nullable().optional(),\n last_name: z.string().describe(\"User's surname\").nullable().optional(),\n permalink: z.string().describe(\"URL-safe username identifier\").nullable(),\n avatar_url: z.string().describe(\"Profile image URL in JPEG format\").nullable(),\n created_at: z.string().describe(\"Account creation timestamp\").nullable().optional(),\n first_name: z.string().describe(\"User's given name\").nullable().optional(),\n description: z.string().describe(\"User's biography or profile description\").nullable().optional(),\n track_count: z.number().int().describe(\"Tracks uploaded by user\").nullable().optional(),\n discogs_name: z.string().describe(\"User's Discogs profile username\").nullable().optional(),\n myspace_name: z.string().describe(\"User's MySpace profile username\").nullable().optional(),\n last_modified: z.string().describe(\"Most recent profile update timestamp\").nullable().optional(),\n permalink_url: z.string().describe(\"Direct SoundCloud profile link\").nullable(),\n reposts_count: z.number().int().describe(\"Content the user has reposted\").nullable().optional(),\n subscriptions: z.array(SoundcloudReturnsAListOfUserSFollowings_SubscriptionSchema).describe(\"Array of subscription product objects indicating user's subscription status\").nullable().optional(),\n website_title: z.string().describe(\"Label for linked website\").nullable().optional(),\n playlist_count: z.number().int().describe(\"Total playlists created\").nullable().optional(),\n followers_count: z.number().int().describe(\"Number of users following this account\").nullable().optional(),\n followings_count: z.number().int().describe(\"Number of users this account follows\").nullable().optional(),\n upload_seconds_left: z.number().int().describe(\"Remaining upload capacity in seconds\").nullable().optional(),\n public_favorites_count: z.number().int().describe(\"Publicly liked tracks count\").nullable().optional(),\n}).passthrough().describe(\"User object representing a SoundCloud account\");\nexport const SoundcloudReturnsAListOfUserSFollowingsOutput = z.object({\n next_href: z.string().describe(\"URL for pagination to retrieve additional results\").nullable().optional(),\n collection: z.array(SoundcloudReturnsAListOfUserSFollowings_UserSchema).describe(\"Array of user objects representing accounts followed by the specified user\"),\n}).passthrough().describe(\"Response schema for `ReturnsAListOfUserSFollowings`\");\n\nexport const soundcloudReturnsAListOfUserSFollowings = action(\"SOUNDCLOUD_RETURNS_A_LIST_OF_USER_S_FOLLOWINGS\", {\n slug: \"soundcloud-returns-a-list-of-user-s-followings\",\n name: \"Returns a list of user s followings\",\n description: \"Returns list of users that (user_id) follows.\",\n input: SoundcloudReturnsAListOfUserSFollowingsInput,\n output: SoundcloudReturnsAListOfUserSFollowingsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1,9 +1,52 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/returns-a-list-of-user-s-followings.d.ts
|
|
4
|
-
declare const SoundcloudReturnsAListOfUserSFollowingsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudReturnsAListOfUserSFollowingsInput: z.ZodObject<{
|
|
5
|
+
limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
|
+
user_id: z.ZodNumber;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const SoundcloudReturnsAListOfUserSFollowingsOutput: z.ZodObject<{
|
|
9
|
+
next_href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
collection: z.ZodArray<z.ZodObject<{
|
|
11
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
uri: z.ZodNullable<z.ZodString>;
|
|
13
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
kind: z.ZodNullable<z.ZodString>;
|
|
15
|
+
plan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
username: z.ZodNullable<z.ZodString>;
|
|
19
|
+
full_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
permalink: z.ZodNullable<z.ZodString>;
|
|
22
|
+
avatar_url: z.ZodNullable<z.ZodString>;
|
|
23
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
track_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
|
+
discogs_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
myspace_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
+
last_modified: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
permalink_url: z.ZodNullable<z.ZodString>;
|
|
31
|
+
reposts_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
|
+
subscriptions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
33
|
+
product: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
34
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
}, z.core.$loose>>>;
|
|
37
|
+
}, z.core.$loose>>>>;
|
|
38
|
+
website_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
playlist_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
40
|
+
followers_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
41
|
+
followings_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
42
|
+
upload_seconds_left: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
43
|
+
public_favorites_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
44
|
+
}, z.core.$loose>>;
|
|
45
|
+
}, z.core.$loose>;
|
|
46
|
+
declare const soundcloudReturnsAListOfUserSFollowings: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
47
|
+
user_id: number;
|
|
48
|
+
limit?: number | undefined;
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
50
|
//#endregion
|
|
8
51
|
export { soundcloudReturnsAListOfUserSFollowings };
|
|
9
52
|
//# sourceMappingURL=returns-a-list-of-user-s-followings.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"returns-a-list-of-user-s-followings.d.cts","names":[],"sources":["../../src/actions/returns-a-list-of-user-s-followings.ts"],"mappings":";;;cAIa,4CAAA,
|
|
1
|
+
{"version":3,"file":"returns-a-list-of-user-s-followings.d.cts","names":[],"sources":["../../src/actions/returns-a-list-of-user-s-followings.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;cAyC5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK7C,uCAAA,gCAAuC,wBAAA"}
|
|
@@ -1,9 +1,52 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/returns-a-list-of-user-s-followings.d.ts
|
|
4
|
-
declare const SoundcloudReturnsAListOfUserSFollowingsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudReturnsAListOfUserSFollowingsInput: z.ZodObject<{
|
|
5
|
+
limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
|
+
user_id: z.ZodNumber;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const SoundcloudReturnsAListOfUserSFollowingsOutput: z.ZodObject<{
|
|
9
|
+
next_href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
collection: z.ZodArray<z.ZodObject<{
|
|
11
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
uri: z.ZodNullable<z.ZodString>;
|
|
13
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
kind: z.ZodNullable<z.ZodString>;
|
|
15
|
+
plan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
|
+
country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
website: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
username: z.ZodNullable<z.ZodString>;
|
|
19
|
+
full_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
permalink: z.ZodNullable<z.ZodString>;
|
|
22
|
+
avatar_url: z.ZodNullable<z.ZodString>;
|
|
23
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
track_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
27
|
+
discogs_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
myspace_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
+
last_modified: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
permalink_url: z.ZodNullable<z.ZodString>;
|
|
31
|
+
reposts_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
|
+
subscriptions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
33
|
+
product: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
34
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
}, z.core.$loose>>>;
|
|
37
|
+
}, z.core.$loose>>>>;
|
|
38
|
+
website_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
playlist_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
40
|
+
followers_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
41
|
+
followings_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
42
|
+
upload_seconds_left: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
43
|
+
public_favorites_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
44
|
+
}, z.core.$loose>>;
|
|
45
|
+
}, z.core.$loose>;
|
|
46
|
+
declare const soundcloudReturnsAListOfUserSFollowings: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
47
|
+
user_id: number;
|
|
48
|
+
limit?: number | undefined;
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
50
|
//#endregion
|
|
8
51
|
export { soundcloudReturnsAListOfUserSFollowings };
|
|
9
52
|
//# sourceMappingURL=returns-a-list-of-user-s-followings.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"returns-a-list-of-user-s-followings.d.mts","names":[],"sources":["../../src/actions/returns-a-list-of-user-s-followings.ts"],"mappings":";;;cAIa,4CAAA,
|
|
1
|
+
{"version":3,"file":"returns-a-list-of-user-s-followings.d.mts","names":[],"sources":["../../src/actions/returns-a-list-of-user-s-followings.ts"],"mappings":";;;cAIa,4CAAA,EAA4C,CAAA,CAAA,SAAA;;;;cAyC5C,6CAAA,EAA6C,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK7C,uCAAA,gCAAuC,wBAAA"}
|
|
@@ -8,21 +8,21 @@ const SoundcloudReturnsAListOfUserSFollowingsInput = z.object({
|
|
|
8
8
|
const SoundcloudReturnsAListOfUserSFollowings_SubscriptionProductSchema = z.object({
|
|
9
9
|
id: z.string().describe("Subscription product identifier").nullable().optional(),
|
|
10
10
|
name: z.string().describe("Subscription product name").nullable().optional()
|
|
11
|
-
}).describe("Subscription product details");
|
|
12
|
-
const SoundcloudReturnsAListOfUserSFollowings_SubscriptionSchema = z.object({ product: SoundcloudReturnsAListOfUserSFollowings_SubscriptionProductSchema.nullable().optional() }).describe("Subscription object containing product information");
|
|
11
|
+
}).passthrough().describe("Subscription product details");
|
|
12
|
+
const SoundcloudReturnsAListOfUserSFollowings_SubscriptionSchema = z.object({ product: SoundcloudReturnsAListOfUserSFollowings_SubscriptionProductSchema.nullable().optional() }).passthrough().describe("Subscription object containing product information");
|
|
13
13
|
const SoundcloudReturnsAListOfUserSFollowings_UserSchema = z.object({
|
|
14
|
-
id: z.number().int().describe("Unique user identifier"),
|
|
15
|
-
uri: z.string().describe("API endpoint for this user resource"),
|
|
14
|
+
id: z.number().int().describe("Unique user identifier").nullable(),
|
|
15
|
+
uri: z.string().describe("API endpoint for this user resource").nullable(),
|
|
16
16
|
city: z.string().describe("User's city location").nullable().optional(),
|
|
17
|
-
kind: z.string().describe("Object type designation, always 'user'"),
|
|
17
|
+
kind: z.string().describe("Object type designation, always 'user'").nullable(),
|
|
18
18
|
plan: z.string().describe("Account subscription tier (e.g., 'Free')").nullable().optional(),
|
|
19
19
|
country: z.string().describe("User's country location").nullable().optional(),
|
|
20
20
|
website: z.string().describe("User's external website URL").nullable().optional(),
|
|
21
|
-
username: z.string().describe("Display name on platform"),
|
|
21
|
+
username: z.string().describe("Display name on platform").nullable(),
|
|
22
22
|
full_name: z.string().describe("Complete name concatenation").nullable().optional(),
|
|
23
23
|
last_name: z.string().describe("User's surname").nullable().optional(),
|
|
24
|
-
permalink: z.string().describe("URL-safe username identifier"),
|
|
25
|
-
avatar_url: z.string().describe("Profile image URL in JPEG format"),
|
|
24
|
+
permalink: z.string().describe("URL-safe username identifier").nullable(),
|
|
25
|
+
avatar_url: z.string().describe("Profile image URL in JPEG format").nullable(),
|
|
26
26
|
created_at: z.string().describe("Account creation timestamp").nullable().optional(),
|
|
27
27
|
first_name: z.string().describe("User's given name").nullable().optional(),
|
|
28
28
|
description: z.string().describe("User's biography or profile description").nullable().optional(),
|
|
@@ -30,7 +30,7 @@ const SoundcloudReturnsAListOfUserSFollowings_UserSchema = z.object({
|
|
|
30
30
|
discogs_name: z.string().describe("User's Discogs profile username").nullable().optional(),
|
|
31
31
|
myspace_name: z.string().describe("User's MySpace profile username").nullable().optional(),
|
|
32
32
|
last_modified: z.string().describe("Most recent profile update timestamp").nullable().optional(),
|
|
33
|
-
permalink_url: z.string().describe("Direct SoundCloud profile link"),
|
|
33
|
+
permalink_url: z.string().describe("Direct SoundCloud profile link").nullable(),
|
|
34
34
|
reposts_count: z.number().int().describe("Content the user has reposted").nullable().optional(),
|
|
35
35
|
subscriptions: z.array(SoundcloudReturnsAListOfUserSFollowings_SubscriptionSchema).describe("Array of subscription product objects indicating user's subscription status").nullable().optional(),
|
|
36
36
|
website_title: z.string().describe("Label for linked website").nullable().optional(),
|
|
@@ -39,7 +39,7 @@ const SoundcloudReturnsAListOfUserSFollowings_UserSchema = z.object({
|
|
|
39
39
|
followings_count: z.number().int().describe("Number of users this account follows").nullable().optional(),
|
|
40
40
|
upload_seconds_left: z.number().int().describe("Remaining upload capacity in seconds").nullable().optional(),
|
|
41
41
|
public_favorites_count: z.number().int().describe("Publicly liked tracks count").nullable().optional()
|
|
42
|
-
}).describe("User object representing a SoundCloud account");
|
|
42
|
+
}).passthrough().describe("User object representing a SoundCloud account");
|
|
43
43
|
const soundcloudReturnsAListOfUserSFollowings = action("SOUNDCLOUD_RETURNS_A_LIST_OF_USER_S_FOLLOWINGS", {
|
|
44
44
|
slug: "soundcloud-returns-a-list-of-user-s-followings",
|
|
45
45
|
name: "Returns a list of user s followings",
|
|
@@ -48,7 +48,7 @@ const soundcloudReturnsAListOfUserSFollowings = action("SOUNDCLOUD_RETURNS_A_LIS
|
|
|
48
48
|
output: z.object({
|
|
49
49
|
next_href: z.string().describe("URL for pagination to retrieve additional results").nullable().optional(),
|
|
50
50
|
collection: z.array(SoundcloudReturnsAListOfUserSFollowings_UserSchema).describe("Array of user objects representing accounts followed by the specified user")
|
|
51
|
-
}).describe("Response schema for `ReturnsAListOfUserSFollowings`")
|
|
51
|
+
}).passthrough().describe("Response schema for `ReturnsAListOfUserSFollowings`")
|
|
52
52
|
});
|
|
53
53
|
//#endregion
|
|
54
54
|
export { soundcloudReturnsAListOfUserSFollowings };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"returns-a-list-of-user-s-followings.mjs","names":[],"sources":["../../src/actions/returns-a-list-of-user-s-followings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsAListOfUserSFollowingsInput
|
|
1
|
+
{"version":3,"file":"returns-a-list-of-user-s-followings.mjs","names":[],"sources":["../../src/actions/returns-a-list-of-user-s-followings.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsAListOfUserSFollowingsInput = z.object({\n limit: z.number().int().default(50).describe(\"Number of results to return in the collection.\").optional(),\n user_id: z.number().int().describe(\"SoundCloud User id\"),\n}).describe(\"Request schema for `ReturnsAListOfUserSFollowings`\");\nconst SoundcloudReturnsAListOfUserSFollowings_SubscriptionProductSchema = z.object({\n id: z.string().describe(\"Subscription product identifier\").nullable().optional(),\n name: z.string().describe(\"Subscription product name\").nullable().optional(),\n}).passthrough().describe(\"Subscription product details\");\nconst SoundcloudReturnsAListOfUserSFollowings_SubscriptionSchema = z.object({\n product: SoundcloudReturnsAListOfUserSFollowings_SubscriptionProductSchema.nullable().optional(),\n}).passthrough().describe(\"Subscription object containing product information\");\nconst SoundcloudReturnsAListOfUserSFollowings_UserSchema = z.object({\n id: z.number().int().describe(\"Unique user identifier\").nullable(),\n uri: z.string().describe(\"API endpoint for this user resource\").nullable(),\n city: z.string().describe(\"User's city location\").nullable().optional(),\n kind: z.string().describe(\"Object type designation, always 'user'\").nullable(),\n plan: z.string().describe(\"Account subscription tier (e.g., 'Free')\").nullable().optional(),\n country: z.string().describe(\"User's country location\").nullable().optional(),\n website: z.string().describe(\"User's external website URL\").nullable().optional(),\n username: z.string().describe(\"Display name on platform\").nullable(),\n full_name: z.string().describe(\"Complete name concatenation\").nullable().optional(),\n last_name: z.string().describe(\"User's surname\").nullable().optional(),\n permalink: z.string().describe(\"URL-safe username identifier\").nullable(),\n avatar_url: z.string().describe(\"Profile image URL in JPEG format\").nullable(),\n created_at: z.string().describe(\"Account creation timestamp\").nullable().optional(),\n first_name: z.string().describe(\"User's given name\").nullable().optional(),\n description: z.string().describe(\"User's biography or profile description\").nullable().optional(),\n track_count: z.number().int().describe(\"Tracks uploaded by user\").nullable().optional(),\n discogs_name: z.string().describe(\"User's Discogs profile username\").nullable().optional(),\n myspace_name: z.string().describe(\"User's MySpace profile username\").nullable().optional(),\n last_modified: z.string().describe(\"Most recent profile update timestamp\").nullable().optional(),\n permalink_url: z.string().describe(\"Direct SoundCloud profile link\").nullable(),\n reposts_count: z.number().int().describe(\"Content the user has reposted\").nullable().optional(),\n subscriptions: z.array(SoundcloudReturnsAListOfUserSFollowings_SubscriptionSchema).describe(\"Array of subscription product objects indicating user's subscription status\").nullable().optional(),\n website_title: z.string().describe(\"Label for linked website\").nullable().optional(),\n playlist_count: z.number().int().describe(\"Total playlists created\").nullable().optional(),\n followers_count: z.number().int().describe(\"Number of users following this account\").nullable().optional(),\n followings_count: z.number().int().describe(\"Number of users this account follows\").nullable().optional(),\n upload_seconds_left: z.number().int().describe(\"Remaining upload capacity in seconds\").nullable().optional(),\n public_favorites_count: z.number().int().describe(\"Publicly liked tracks count\").nullable().optional(),\n}).passthrough().describe(\"User object representing a SoundCloud account\");\nexport const SoundcloudReturnsAListOfUserSFollowingsOutput = z.object({\n next_href: z.string().describe(\"URL for pagination to retrieve additional results\").nullable().optional(),\n collection: z.array(SoundcloudReturnsAListOfUserSFollowings_UserSchema).describe(\"Array of user objects representing accounts followed by the specified user\"),\n}).passthrough().describe(\"Response schema for `ReturnsAListOfUserSFollowings`\");\n\nexport const soundcloudReturnsAListOfUserSFollowings = action(\"SOUNDCLOUD_RETURNS_A_LIST_OF_USER_S_FOLLOWINGS\", {\n slug: \"soundcloud-returns-a-list-of-user-s-followings\",\n name: \"Returns a list of user s followings\",\n description: \"Returns list of users that (user_id) follows.\",\n input: SoundcloudReturnsAListOfUserSFollowingsInput,\n output: SoundcloudReturnsAListOfUserSFollowingsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+CAA+C,EAAE,OAAO;CACnE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACxG,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB;AACzD,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,oEAAoE,EAAE,OAAO;CACjF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8BAA8B;AACxD,MAAM,6DAA6D,EAAE,OAAO,EAC1E,SAAS,kEAAkE,SAAS,CAAC,CAAC,SAAS,EACjG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAAoD;AAC9E,MAAM,qDAAqD,EAAE,OAAO;CAClE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACjE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACnE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAC9E,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,eAAe,EAAE,MAAM,0DAA0D,CAAC,CAAC,SAAS,6EAA6E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/L,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,wBAAwB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AAMzE,MAAa,0CAA0C,OAAO,kDAAkD;CAC9G,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV2D,EAAE,OAAO;EACpE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,YAAY,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,4EAA4E;CAC/J,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAOhB;AACV,CAAC"}
|
|
@@ -7,57 +7,57 @@ const SoundcloudReturnsAListOfUserSLikedPlaylistsInput = zod.z.object({
|
|
|
7
7
|
linked_partitioning: zod.z.boolean().describe("Returns paginated collection of items (recommended, returning a list without pagination is deprecated and should not be used)").optional()
|
|
8
8
|
}).describe("Request schema for `ReturnsAListOfUserSLikedPlaylists`");
|
|
9
9
|
const SoundcloudReturnsAListOfUserSLikedPlaylists_PlaylistUserSchema = zod.z.object({
|
|
10
|
-
id: zod.z.number().int().describe("Unique identifier of the user"),
|
|
11
|
-
urn: zod.z.string().describe("Uniform resource name for the user"),
|
|
12
|
-
username: zod.z.string().describe("Username of the playlist creator"),
|
|
13
|
-
verified: zod.z.boolean().describe("Whether the user account is verified"),
|
|
14
|
-
full_name: zod.z.string().describe("Full name of the user"),
|
|
15
|
-
permalink: zod.z.string().describe("Permalink identifier for the user"),
|
|
16
|
-
avatar_url: zod.z.string().describe("URL to the user's avatar image"),
|
|
17
|
-
first_name: zod.z.string().describe("First name of the user"),
|
|
18
|
-
permalink_url: zod.z.string().describe("Full URL to the user's profile")
|
|
19
|
-
}).describe("User object of the playlist creator");
|
|
10
|
+
id: zod.z.number().int().describe("Unique identifier of the user").nullable(),
|
|
11
|
+
urn: zod.z.string().describe("Uniform resource name for the user").nullable(),
|
|
12
|
+
username: zod.z.string().describe("Username of the playlist creator").nullable(),
|
|
13
|
+
verified: zod.z.boolean().describe("Whether the user account is verified").nullable(),
|
|
14
|
+
full_name: zod.z.string().describe("Full name of the user").nullable(),
|
|
15
|
+
permalink: zod.z.string().describe("Permalink identifier for the user").nullable(),
|
|
16
|
+
avatar_url: zod.z.string().describe("URL to the user's avatar image").nullable(),
|
|
17
|
+
first_name: zod.z.string().describe("First name of the user").nullable(),
|
|
18
|
+
permalink_url: zod.z.string().describe("Full URL to the user's profile").nullable()
|
|
19
|
+
}).passthrough().describe("User object of the playlist creator");
|
|
20
20
|
const SoundcloudReturnsAListOfUserSLikedPlaylists_PlaylistSchema = zod.z.object({
|
|
21
|
-
id: zod.z.number().int().describe("Unique identifier of the playlist"),
|
|
22
|
-
uri: zod.z.string().describe("API URI for the playlist resource"),
|
|
23
|
-
urn: zod.z.string().describe("Uniform resource name for the playlist (stable unique identifier)"),
|
|
24
|
-
kind: zod.z.string().describe("Type of resource, typically 'playlist'"),
|
|
21
|
+
id: zod.z.number().int().describe("Unique identifier of the playlist").nullable(),
|
|
22
|
+
uri: zod.z.string().describe("API URI for the playlist resource").nullable(),
|
|
23
|
+
urn: zod.z.string().describe("Uniform resource name for the playlist (stable unique identifier)").nullable(),
|
|
24
|
+
kind: zod.z.string().describe("Type of resource, typically 'playlist'").nullable(),
|
|
25
25
|
user: SoundcloudReturnsAListOfUserSLikedPlaylists_PlaylistUserSchema.nullable(),
|
|
26
26
|
genre: zod.z.string().describe("Genre classification of the playlist").nullable().optional(),
|
|
27
|
-
title: zod.z.string().describe("Title of the playlist"),
|
|
28
|
-
public: zod.z.boolean().describe("Whether the playlist is public"),
|
|
27
|
+
title: zod.z.string().describe("Title of the playlist").nullable(),
|
|
28
|
+
public: zod.z.boolean().describe("Whether the playlist is public").nullable(),
|
|
29
29
|
tracks: zod.z.array(zod.z.unknown()).describe("Array of track objects in the playlist"),
|
|
30
|
-
license: zod.z.string().describe("License type for the playlist content"),
|
|
31
|
-
sharing: zod.z.string().describe("Sharing permission level ('public' or 'private')"),
|
|
32
|
-
user_id: zod.z.number().int().describe("User ID of the playlist creator"),
|
|
33
|
-
duration: zod.z.number().int().describe("Total duration of the playlist in milliseconds"),
|
|
34
|
-
is_album: zod.z.boolean().describe("Whether the playlist is classified as an album"),
|
|
35
|
-
set_type: zod.z.string().describe("Type of set/collection"),
|
|
36
|
-
tag_list: zod.z.string().describe("Space-separated list of tags for the playlist"),
|
|
37
|
-
permalink: zod.z.string().describe("Permalink identifier for the playlist"),
|
|
38
|
-
created_at: zod.z.string().describe("ISO 8601 timestamp when the playlist was created"),
|
|
30
|
+
license: zod.z.string().describe("License type for the playlist content").nullable(),
|
|
31
|
+
sharing: zod.z.string().describe("Sharing permission level ('public' or 'private')").nullable(),
|
|
32
|
+
user_id: zod.z.number().int().describe("User ID of the playlist creator").nullable(),
|
|
33
|
+
duration: zod.z.number().int().describe("Total duration of the playlist in milliseconds").nullable(),
|
|
34
|
+
is_album: zod.z.boolean().describe("Whether the playlist is classified as an album").nullable(),
|
|
35
|
+
set_type: zod.z.string().describe("Type of set/collection").nullable(),
|
|
36
|
+
tag_list: zod.z.string().describe("Space-separated list of tags for the playlist").nullable(),
|
|
37
|
+
permalink: zod.z.string().describe("Permalink identifier for the playlist").nullable(),
|
|
38
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when the playlist was created").nullable(),
|
|
39
39
|
label_name: zod.z.string().describe("Record label name associated with the playlist").nullable().optional(),
|
|
40
40
|
artwork_url: zod.z.string().describe("URL to the playlist's artwork image").nullable().optional(),
|
|
41
41
|
description: zod.z.string().describe("Description of the playlist").nullable().optional(),
|
|
42
|
-
likes_count: zod.z.number().int().describe("Number of likes the playlist has received"),
|
|
43
|
-
track_count: zod.z.number().int().describe("Number of tracks in the playlist"),
|
|
44
|
-
display_date: zod.z.string().describe("Date to display for the playlist"),
|
|
42
|
+
likes_count: zod.z.number().int().describe("Number of likes the playlist has received").nullable(),
|
|
43
|
+
track_count: zod.z.number().int().describe("Number of tracks in the playlist").nullable(),
|
|
44
|
+
display_date: zod.z.string().describe("Date to display for the playlist").nullable(),
|
|
45
45
|
published_at: zod.z.string().describe("ISO 8601 timestamp when the playlist was published").nullable().optional(),
|
|
46
46
|
purchase_url: zod.z.string().describe("URL where the playlist can be purchased").nullable().optional(),
|
|
47
47
|
release_date: zod.z.string().describe("Release date of the playlist (for albums)").nullable().optional(),
|
|
48
48
|
secret_token: zod.z.string().describe("Secret token for private playlist access").nullable().optional(),
|
|
49
|
-
embeddable_by: zod.z.string().describe("Who can embed the playlist ('all', 'me', or 'none')"),
|
|
50
|
-
last_modified: zod.z.string().describe("ISO 8601 timestamp when the playlist was last modified"),
|
|
51
|
-
permalink_url: zod.z.string().describe("Full URL to the playlist on SoundCloud"),
|
|
52
|
-
reposts_count: zod.z.number().int().describe("Number of times the playlist has been reposted"),
|
|
49
|
+
embeddable_by: zod.z.string().describe("Who can embed the playlist ('all', 'me', or 'none')").nullable(),
|
|
50
|
+
last_modified: zod.z.string().describe("ISO 8601 timestamp when the playlist was last modified").nullable(),
|
|
51
|
+
permalink_url: zod.z.string().describe("Full URL to the playlist on SoundCloud").nullable(),
|
|
52
|
+
reposts_count: zod.z.number().int().describe("Number of times the playlist has been reposted").nullable(),
|
|
53
53
|
purchase_title: zod.z.string().describe("Title text for the purchase link").nullable().optional(),
|
|
54
|
-
managed_by_feeds: zod.z.boolean().describe("Whether the playlist is managed by feeds")
|
|
55
|
-
}).describe("Playlist object that the user has liked");
|
|
54
|
+
managed_by_feeds: zod.z.boolean().describe("Whether the playlist is managed by feeds").nullable()
|
|
55
|
+
}).passthrough().describe("Playlist object that the user has liked");
|
|
56
56
|
const SoundcloudReturnsAListOfUserSLikedPlaylistsOutput = zod.z.object({
|
|
57
57
|
next_href: zod.z.string().describe("URL reference for accessing the next page of results (present when linked_partitioning=1 is used and more results exist)").nullable().optional(),
|
|
58
58
|
query_urn: zod.z.string().describe("URN identifier for the query").nullable().optional(),
|
|
59
59
|
collection: zod.z.array(SoundcloudReturnsAListOfUserSLikedPlaylists_PlaylistSchema).describe("Array of playlist objects that the user has liked")
|
|
60
|
-
}).describe("Response schema for `ReturnsAListOfUserSLikedPlaylists`");
|
|
60
|
+
}).passthrough().describe("Response schema for `ReturnsAListOfUserSLikedPlaylists`");
|
|
61
61
|
const soundcloudReturnsAListOfUserSLikedPlaylists = require_action.action("SOUNDCLOUD_RETURNS_A_LIST_OF_USER_S_LIKED_PLAYLISTS", {
|
|
62
62
|
slug: "soundcloud-returns-a-list-of-user-s-liked-playlists",
|
|
63
63
|
name: "Returns a list of user s liked playlists",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"returns-a-list-of-user-s-liked-playlists.cjs","names":["z","action"],"sources":["../../src/actions/returns-a-list-of-user-s-liked-playlists.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsAListOfUserSLikedPlaylistsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().default(50).describe(\"Number of results to return in the collection.\").optional(),\n user_id: z.number().int().describe(\"SoundCloud User id\"),\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 `ReturnsAListOfUserSLikedPlaylists`\");\nconst SoundcloudReturnsAListOfUserSLikedPlaylists_PlaylistUserSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the user\"),\n urn: z.string().describe(\"Uniform resource name for the user\"),\n username: z.string().describe(\"Username of the playlist creator\"),\n verified: z.boolean().describe(\"Whether the user account is verified\"),\n full_name: z.string().describe(\"Full name of the user\"),\n permalink: z.string().describe(\"Permalink identifier for the user\"),\n avatar_url: z.string().describe(\"URL to the user's avatar image\"),\n first_name: z.string().describe(\"First name of the user\"),\n permalink_url: z.string().describe(\"Full URL to the user's profile\"),\n}).describe(\"User object of the playlist creator\");\nconst SoundcloudReturnsAListOfUserSLikedPlaylists_PlaylistSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the playlist\"),\n uri: z.string().describe(\"API URI for the playlist resource\"),\n urn: z.string().describe(\"Uniform resource name for the playlist (stable unique identifier)\"),\n kind: z.string().describe(\"Type of resource, typically 'playlist'\"),\n user: SoundcloudReturnsAListOfUserSLikedPlaylists_PlaylistUserSchema.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 public\"),\n tracks: z.array(z.unknown()).describe(\"Array of track objects in the playlist\"),\n license: z.string().describe(\"License type for the playlist content\"),\n sharing: z.string().describe(\"Sharing permission level ('public' or 'private')\"),\n user_id: z.number().int().describe(\"User ID of the playlist creator\"),\n duration: z.number().int().describe(\"Total duration of the playlist in milliseconds\"),\n is_album: z.boolean().describe(\"Whether the playlist is classified as an album\"),\n set_type: z.string().describe(\"Type of set/collection\"),\n tag_list: z.string().describe(\"Space-separated list of tags for the playlist\"),\n permalink: z.string().describe(\"Permalink identifier for the playlist\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when the playlist was created\"),\n label_name: z.string().describe(\"Record label name associated with the playlist\").nullable().optional(),\n artwork_url: z.string().describe(\"URL to the playlist's artwork image\").nullable().optional(),\n description: z.string().describe(\"Description of the playlist\").nullable().optional(),\n likes_count: z.number().int().describe(\"Number of likes the playlist has received\"),\n track_count: z.number().int().describe(\"Number of tracks in the playlist\"),\n display_date: z.string().describe(\"Date to display for the playlist\"),\n published_at: z.string().describe(\"ISO 8601 timestamp when the playlist was published\").nullable().optional(),\n purchase_url: z.string().describe(\"URL where the playlist can be purchased\").nullable().optional(),\n release_date: z.string().describe(\"Release date of the playlist (for albums)\").nullable().optional(),\n secret_token: z.string().describe(\"Secret token for private playlist access\").nullable().optional(),\n embeddable_by: z.string().describe(\"Who can embed the playlist ('all', 'me', or 'none')\"),\n last_modified: z.string().describe(\"ISO 8601 timestamp when the playlist was last modified\"),\n permalink_url: z.string().describe(\"Full URL to the playlist on SoundCloud\"),\n reposts_count: z.number().int().describe(\"Number of times the playlist has been reposted\"),\n purchase_title: z.string().describe(\"Title text for the purchase link\").nullable().optional(),\n managed_by_feeds: z.boolean().describe(\"Whether the playlist is managed by feeds\"),\n}).describe(\"Playlist object that the user has liked\");\nexport const SoundcloudReturnsAListOfUserSLikedPlaylistsOutput: z.ZodTypeAny = z.object({\n next_href: z.string().describe(\"URL reference for accessing the next page of results (present when linked_partitioning=1 is used and more results exist)\").nullable().optional(),\n query_urn: z.string().describe(\"URN identifier for the query\").nullable().optional(),\n collection: z.array(SoundcloudReturnsAListOfUserSLikedPlaylists_PlaylistSchema).describe(\"Array of playlist objects that the user has liked\"),\n}).describe(\"Response schema for `ReturnsAListOfUserSLikedPlaylists`\");\n\nexport const soundcloudReturnsAListOfUserSLikedPlaylists = action(\"SOUNDCLOUD_RETURNS_A_LIST_OF_USER_S_LIKED_PLAYLISTS\", {\n slug: \"soundcloud-returns-a-list-of-user-s-liked-playlists\",\n name: \"Returns a list of user s liked playlists\",\n description: \"This endpoint fetches liked playlists for a specified user_id on SoundCloud, supports pagination, and requires authentication. It returns playlists with track details, metadata, and user info, and handles errors for invalid requests.\",\n input: SoundcloudReturnsAListOfUserSLikedPlaylistsInput,\n output: SoundcloudReturnsAListOfUserSLikedPlaylistsOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"returns-a-list-of-user-s-liked-playlists.cjs","names":["z","action"],"sources":["../../src/actions/returns-a-list-of-user-s-liked-playlists.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsAListOfUserSLikedPlaylistsInput = z.object({\n limit: z.number().int().default(50).describe(\"Number of results to return in the collection.\").optional(),\n user_id: z.number().int().describe(\"SoundCloud User id\"),\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 `ReturnsAListOfUserSLikedPlaylists`\");\nconst SoundcloudReturnsAListOfUserSLikedPlaylists_PlaylistUserSchema = z.object({\n id: z.number().int().describe(\"Unique identifier of the user\").nullable(),\n urn: z.string().describe(\"Uniform resource name for the user\").nullable(),\n username: z.string().describe(\"Username of the playlist creator\").nullable(),\n verified: z.boolean().describe(\"Whether the user account is verified\").nullable(),\n full_name: z.string().describe(\"Full name of the user\").nullable(),\n permalink: z.string().describe(\"Permalink identifier for the user\").nullable(),\n avatar_url: z.string().describe(\"URL to the user's avatar image\").nullable(),\n first_name: z.string().describe(\"First name of the user\").nullable(),\n permalink_url: z.string().describe(\"Full URL to the user's profile\").nullable(),\n}).passthrough().describe(\"User object of the playlist creator\");\nconst SoundcloudReturnsAListOfUserSLikedPlaylists_PlaylistSchema = z.object({\n id: z.number().int().describe(\"Unique identifier of the playlist\").nullable(),\n uri: z.string().describe(\"API URI for the playlist resource\").nullable(),\n urn: z.string().describe(\"Uniform resource name for the playlist (stable unique identifier)\").nullable(),\n kind: z.string().describe(\"Type of resource, typically 'playlist'\").nullable(),\n user: SoundcloudReturnsAListOfUserSLikedPlaylists_PlaylistUserSchema.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 public\").nullable(),\n tracks: z.array(z.unknown()).describe(\"Array of track objects in the playlist\"),\n license: z.string().describe(\"License type for the playlist content\").nullable(),\n sharing: z.string().describe(\"Sharing permission level ('public' or 'private')\").nullable(),\n user_id: z.number().int().describe(\"User ID of the playlist creator\").nullable(),\n duration: z.number().int().describe(\"Total duration of the playlist in milliseconds\").nullable(),\n is_album: z.boolean().describe(\"Whether the playlist is classified as an album\").nullable(),\n set_type: z.string().describe(\"Type of set/collection\").nullable(),\n tag_list: z.string().describe(\"Space-separated list of tags for the playlist\").nullable(),\n permalink: z.string().describe(\"Permalink identifier for the playlist\").nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the playlist was created\").nullable(),\n label_name: z.string().describe(\"Record label name associated with the playlist\").nullable().optional(),\n artwork_url: z.string().describe(\"URL to the playlist's artwork image\").nullable().optional(),\n description: z.string().describe(\"Description of the playlist\").nullable().optional(),\n likes_count: z.number().int().describe(\"Number of likes the playlist has received\").nullable(),\n track_count: z.number().int().describe(\"Number of tracks in the playlist\").nullable(),\n display_date: z.string().describe(\"Date to display for the playlist\").nullable(),\n published_at: z.string().describe(\"ISO 8601 timestamp when the playlist was published\").nullable().optional(),\n purchase_url: z.string().describe(\"URL where the playlist can be purchased\").nullable().optional(),\n release_date: z.string().describe(\"Release date of the playlist (for albums)\").nullable().optional(),\n secret_token: z.string().describe(\"Secret token for private playlist access\").nullable().optional(),\n embeddable_by: z.string().describe(\"Who can embed the playlist ('all', 'me', or 'none')\").nullable(),\n last_modified: z.string().describe(\"ISO 8601 timestamp when the playlist was last modified\").nullable(),\n permalink_url: z.string().describe(\"Full URL to the playlist on SoundCloud\").nullable(),\n reposts_count: z.number().int().describe(\"Number of times the playlist has been reposted\").nullable(),\n purchase_title: z.string().describe(\"Title text for the purchase link\").nullable().optional(),\n managed_by_feeds: z.boolean().describe(\"Whether the playlist is managed by feeds\").nullable(),\n}).passthrough().describe(\"Playlist object that the user has liked\");\nexport const SoundcloudReturnsAListOfUserSLikedPlaylistsOutput = z.object({\n next_href: z.string().describe(\"URL reference for accessing the next page of results (present when linked_partitioning=1 is used and more results exist)\").nullable().optional(),\n query_urn: z.string().describe(\"URN identifier for the query\").nullable().optional(),\n collection: z.array(SoundcloudReturnsAListOfUserSLikedPlaylists_PlaylistSchema).describe(\"Array of playlist objects that the user has liked\"),\n}).passthrough().describe(\"Response schema for `ReturnsAListOfUserSLikedPlaylists`\");\n\nexport const soundcloudReturnsAListOfUserSLikedPlaylists = action(\"SOUNDCLOUD_RETURNS_A_LIST_OF_USER_S_LIKED_PLAYLISTS\", {\n slug: \"soundcloud-returns-a-list-of-user-s-liked-playlists\",\n name: \"Returns a list of user s liked playlists\",\n description: \"This endpoint fetches liked playlists for a specified user_id on SoundCloud, supports pagination, and requires authentication. It returns playlists with track details, metadata, and user info, and handles errors for invalid requests.\",\n input: SoundcloudReturnsAListOfUserSLikedPlaylistsInput,\n output: SoundcloudReturnsAListOfUserSLikedPlaylistsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1,9 +1,66 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/returns-a-list-of-user-s-liked-playlists.d.ts
|
|
4
|
-
declare const SoundcloudReturnsAListOfUserSLikedPlaylistsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudReturnsAListOfUserSLikedPlaylistsInput: z.ZodObject<{
|
|
5
|
+
limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
|
+
user_id: z.ZodNumber;
|
|
7
|
+
linked_partitioning: z.ZodOptional<z.ZodBoolean>;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const SoundcloudReturnsAListOfUserSLikedPlaylistsOutput: z.ZodObject<{
|
|
10
|
+
next_href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
query_urn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
collection: z.ZodArray<z.ZodObject<{
|
|
13
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
14
|
+
uri: z.ZodNullable<z.ZodString>;
|
|
15
|
+
urn: z.ZodNullable<z.ZodString>;
|
|
16
|
+
kind: z.ZodNullable<z.ZodString>;
|
|
17
|
+
user: z.ZodNullable<z.ZodObject<{
|
|
18
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
19
|
+
urn: z.ZodNullable<z.ZodString>;
|
|
20
|
+
username: z.ZodNullable<z.ZodString>;
|
|
21
|
+
verified: z.ZodNullable<z.ZodBoolean>;
|
|
22
|
+
full_name: z.ZodNullable<z.ZodString>;
|
|
23
|
+
permalink: z.ZodNullable<z.ZodString>;
|
|
24
|
+
avatar_url: z.ZodNullable<z.ZodString>;
|
|
25
|
+
first_name: z.ZodNullable<z.ZodString>;
|
|
26
|
+
permalink_url: z.ZodNullable<z.ZodString>;
|
|
27
|
+
}, z.core.$loose>>;
|
|
28
|
+
genre: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
|
+
title: z.ZodNullable<z.ZodString>;
|
|
30
|
+
public: z.ZodNullable<z.ZodBoolean>;
|
|
31
|
+
tracks: z.ZodArray<z.ZodUnknown>;
|
|
32
|
+
license: z.ZodNullable<z.ZodString>;
|
|
33
|
+
sharing: z.ZodNullable<z.ZodString>;
|
|
34
|
+
user_id: z.ZodNullable<z.ZodNumber>;
|
|
35
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
|
36
|
+
is_album: z.ZodNullable<z.ZodBoolean>;
|
|
37
|
+
set_type: z.ZodNullable<z.ZodString>;
|
|
38
|
+
tag_list: z.ZodNullable<z.ZodString>;
|
|
39
|
+
permalink: z.ZodNullable<z.ZodString>;
|
|
40
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
41
|
+
label_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
|
+
artwork_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
44
|
+
likes_count: z.ZodNullable<z.ZodNumber>;
|
|
45
|
+
track_count: z.ZodNullable<z.ZodNumber>;
|
|
46
|
+
display_date: z.ZodNullable<z.ZodString>;
|
|
47
|
+
published_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
purchase_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
49
|
+
release_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50
|
+
secret_token: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
51
|
+
embeddable_by: z.ZodNullable<z.ZodString>;
|
|
52
|
+
last_modified: z.ZodNullable<z.ZodString>;
|
|
53
|
+
permalink_url: z.ZodNullable<z.ZodString>;
|
|
54
|
+
reposts_count: z.ZodNullable<z.ZodNumber>;
|
|
55
|
+
purchase_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
|
+
managed_by_feeds: z.ZodNullable<z.ZodBoolean>;
|
|
57
|
+
}, z.core.$loose>>;
|
|
58
|
+
}, z.core.$loose>;
|
|
59
|
+
declare const soundcloudReturnsAListOfUserSLikedPlaylists: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
60
|
+
user_id: number;
|
|
61
|
+
limit?: number | undefined;
|
|
62
|
+
linked_partitioning?: boolean | undefined;
|
|
63
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
64
|
//#endregion
|
|
8
65
|
export { soundcloudReturnsAListOfUserSLikedPlaylists };
|
|
9
66
|
//# sourceMappingURL=returns-a-list-of-user-s-liked-playlists.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"returns-a-list-of-user-s-liked-playlists.d.cts","names":[],"sources":["../../src/actions/returns-a-list-of-user-s-liked-playlists.ts"],"mappings":";;;cAIa,gDAAA,
|
|
1
|
+
{"version":3,"file":"returns-a-list-of-user-s-liked-playlists.d.cts","names":[],"sources":["../../src/actions/returns-a-list-of-user-s-liked-playlists.ts"],"mappings":";;;cAIa,gDAAA,EAAgD,CAAA,CAAA,SAAA;;;;;cAoDhD,iDAAA,EAAiD,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAMjD,2CAAA,gCAA2C,wBAAA"}
|