@keystrokehq/soundcloud 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/creates-a-playlist.cjs +118 -0
- package/dist/actions/creates-a-playlist.cjs.map +1 -0
- package/dist/actions/creates-a-playlist.d.cts +9 -0
- package/dist/actions/creates-a-playlist.d.cts.map +1 -0
- package/dist/actions/creates-a-playlist.d.mts +9 -0
- package/dist/actions/creates-a-playlist.d.mts.map +1 -0
- package/dist/actions/creates-a-playlist.mjs +117 -0
- package/dist/actions/creates-a-playlist.mjs.map +1 -0
- package/dist/actions/deletes-a-playlist.cjs +16 -0
- package/dist/actions/deletes-a-playlist.cjs.map +1 -0
- package/dist/actions/deletes-a-playlist.d.cts +9 -0
- package/dist/actions/deletes-a-playlist.d.cts.map +1 -0
- package/dist/actions/deletes-a-playlist.d.mts +9 -0
- package/dist/actions/deletes-a-playlist.d.mts.map +1 -0
- package/dist/actions/deletes-a-playlist.mjs +13 -0
- package/dist/actions/deletes-a-playlist.mjs.map +1 -0
- package/dist/actions/deletes-a-track.cjs +16 -0
- package/dist/actions/deletes-a-track.cjs.map +1 -0
- package/dist/actions/deletes-a-track.d.cts +9 -0
- package/dist/actions/deletes-a-track.d.cts.map +1 -0
- package/dist/actions/deletes-a-track.d.mts +9 -0
- package/dist/actions/deletes-a-track.d.mts.map +1 -0
- package/dist/actions/deletes-a-track.mjs +13 -0
- package/dist/actions/deletes-a-track.mjs.map +1 -0
- package/dist/actions/fetch-sound-cloud-follower-profile-details.cjs +61 -0
- package/dist/actions/fetch-sound-cloud-follower-profile-details.cjs.map +1 -0
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.cts +9 -0
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.cts.map +1 -0
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.mts +9 -0
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.mts.map +1 -0
- package/dist/actions/fetch-sound-cloud-follower-profile-details.mjs +60 -0
- package/dist/actions/fetch-sound-cloud-follower-profile-details.mjs.map +1 -0
- package/dist/actions/fetch-user-favorites.cjs +97 -0
- package/dist/actions/fetch-user-favorites.cjs.map +1 -0
- package/dist/actions/fetch-user-favorites.d.cts +9 -0
- package/dist/actions/fetch-user-favorites.d.cts.map +1 -0
- package/dist/actions/fetch-user-favorites.d.mts +9 -0
- package/dist/actions/fetch-user-favorites.d.mts.map +1 -0
- package/dist/actions/fetch-user-favorites.mjs +96 -0
- package/dist/actions/fetch-user-favorites.mjs.map +1 -0
- package/dist/actions/fetch-user-following-details.cjs +48 -0
- package/dist/actions/fetch-user-following-details.cjs.map +1 -0
- package/dist/actions/fetch-user-following-details.d.cts +9 -0
- package/dist/actions/fetch-user-following-details.d.cts.map +1 -0
- package/dist/actions/fetch-user-following-details.d.mts +9 -0
- package/dist/actions/fetch-user-following-details.d.mts.map +1 -0
- package/dist/actions/fetch-user-following-details.mjs +47 -0
- package/dist/actions/fetch-user-following-details.mjs.map +1 -0
- package/dist/actions/fetch-user-profiles-links.cjs +19 -0
- package/dist/actions/fetch-user-profiles-links.cjs.map +1 -0
- package/dist/actions/fetch-user-profiles-links.d.cts +9 -0
- package/dist/actions/fetch-user-profiles-links.d.cts.map +1 -0
- package/dist/actions/fetch-user-profiles-links.d.mts +9 -0
- package/dist/actions/fetch-user-profiles-links.d.mts.map +1 -0
- package/dist/actions/fetch-user-profiles-links.mjs +16 -0
- package/dist/actions/fetch-user-profiles-links.mjs.map +1 -0
- package/dist/actions/follows-a-user.cjs +42 -0
- package/dist/actions/follows-a-user.cjs.map +1 -0
- package/dist/actions/follows-a-user.d.cts +9 -0
- package/dist/actions/follows-a-user.d.cts.map +1 -0
- package/dist/actions/follows-a-user.d.mts +9 -0
- package/dist/actions/follows-a-user.d.mts.map +1 -0
- package/dist/actions/follows-a-user.mjs +39 -0
- package/dist/actions/follows-a-user.mjs.map +1 -0
- package/dist/actions/get-related-tracks.cjs +105 -0
- package/dist/actions/get-related-tracks.cjs.map +1 -0
- package/dist/actions/get-related-tracks.d.cts +9 -0
- package/dist/actions/get-related-tracks.d.cts.map +1 -0
- package/dist/actions/get-related-tracks.d.mts +9 -0
- package/dist/actions/get-related-tracks.d.mts.map +1 -0
- package/dist/actions/get-related-tracks.mjs +104 -0
- package/dist/actions/get-related-tracks.mjs.map +1 -0
- package/dist/actions/get-track-likers.cjs +44 -0
- package/dist/actions/get-track-likers.cjs.map +1 -0
- package/dist/actions/get-track-likers.d.cts +9 -0
- package/dist/actions/get-track-likers.d.cts.map +1 -0
- package/dist/actions/get-track-likers.d.mts +9 -0
- package/dist/actions/get-track-likers.d.mts.map +1 -0
- package/dist/actions/get-track-likers.mjs +43 -0
- package/dist/actions/get-track-likers.mjs.map +1 -0
- package/dist/actions/index.cjs +103 -0
- package/dist/actions/index.d.cts +52 -0
- package/dist/actions/index.d.mts +52 -0
- package/dist/actions/index.mjs +52 -0
- package/dist/actions/likes-a-playlist.cjs +16 -0
- package/dist/actions/likes-a-playlist.cjs.map +1 -0
- package/dist/actions/likes-a-playlist.d.cts +9 -0
- package/dist/actions/likes-a-playlist.d.cts.map +1 -0
- package/dist/actions/likes-a-playlist.d.mts +9 -0
- package/dist/actions/likes-a-playlist.d.mts.map +1 -0
- package/dist/actions/likes-a-playlist.mjs +13 -0
- package/dist/actions/likes-a-playlist.mjs.map +1 -0
- package/dist/actions/likes-a-track.cjs +16 -0
- package/dist/actions/likes-a-track.cjs.map +1 -0
- package/dist/actions/likes-a-track.d.cts +9 -0
- package/dist/actions/likes-a-track.d.cts.map +1 -0
- package/dist/actions/likes-a-track.d.mts +9 -0
- package/dist/actions/likes-a-track.d.mts.map +1 -0
- package/dist/actions/likes-a-track.mjs +13 -0
- package/dist/actions/likes-a-track.mjs.map +1 -0
- package/dist/actions/list-authenticated-user-followers.cjs +56 -0
- package/dist/actions/list-authenticated-user-followers.cjs.map +1 -0
- package/dist/actions/list-authenticated-user-followers.d.cts +9 -0
- package/dist/actions/list-authenticated-user-followers.d.cts.map +1 -0
- package/dist/actions/list-authenticated-user-followers.d.mts +9 -0
- package/dist/actions/list-authenticated-user-followers.d.mts.map +1 -0
- package/dist/actions/list-authenticated-user-followers.mjs +55 -0
- package/dist/actions/list-authenticated-user-followers.mjs.map +1 -0
- package/dist/actions/list-followed-by-user.cjs +61 -0
- package/dist/actions/list-followed-by-user.cjs.map +1 -0
- package/dist/actions/list-followed-by-user.d.cts +9 -0
- package/dist/actions/list-followed-by-user.d.cts.map +1 -0
- package/dist/actions/list-followed-by-user.d.mts +9 -0
- package/dist/actions/list-followed-by-user.d.mts.map +1 -0
- package/dist/actions/list-followed-by-user.mjs +60 -0
- package/dist/actions/list-followed-by-user.mjs.map +1 -0
- package/dist/actions/list-user-favorites.cjs +123 -0
- package/dist/actions/list-user-favorites.cjs.map +1 -0
- package/dist/actions/list-user-favorites.d.cts +9 -0
- package/dist/actions/list-user-favorites.d.cts.map +1 -0
- package/dist/actions/list-user-favorites.d.mts +9 -0
- package/dist/actions/list-user-favorites.d.mts.map +1 -0
- package/dist/actions/list-user-favorites.mjs +122 -0
- package/dist/actions/list-user-favorites.mjs.map +1 -0
- package/dist/actions/oauth2-authorization-redirect-handler.cjs +24 -0
- package/dist/actions/oauth2-authorization-redirect-handler.cjs.map +1 -0
- package/dist/actions/oauth2-authorization-redirect-handler.d.cts +9 -0
- package/dist/actions/oauth2-authorization-redirect-handler.d.cts.map +1 -0
- package/dist/actions/oauth2-authorization-redirect-handler.d.mts +9 -0
- package/dist/actions/oauth2-authorization-redirect-handler.d.mts.map +1 -0
- package/dist/actions/oauth2-authorization-redirect-handler.mjs +21 -0
- package/dist/actions/oauth2-authorization-redirect-handler.mjs.map +1 -0
- package/dist/actions/performs-a-playlist-search-based-on-a-query.cjs +83 -0
- package/dist/actions/performs-a-playlist-search-based-on-a-query.cjs.map +1 -0
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.cts +9 -0
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.cts.map +1 -0
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.mts +9 -0
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.mts.map +1 -0
- package/dist/actions/performs-a-playlist-search-based-on-a-query.mjs +82 -0
- package/dist/actions/performs-a-playlist-search-based-on-a-query.mjs.map +1 -0
- package/dist/actions/performs-a-user-search-based-on-a-query.cjs +71 -0
- package/dist/actions/performs-a-user-search-based-on-a-query.cjs.map +1 -0
- package/dist/actions/performs-a-user-search-based-on-a-query.d.cts +9 -0
- package/dist/actions/performs-a-user-search-based-on-a-query.d.cts.map +1 -0
- package/dist/actions/performs-a-user-search-based-on-a-query.d.mts +9 -0
- package/dist/actions/performs-a-user-search-based-on-a-query.d.mts.map +1 -0
- package/dist/actions/performs-a-user-search-based-on-a-query.mjs +70 -0
- package/dist/actions/performs-a-user-search-based-on-a-query.mjs.map +1 -0
- package/dist/actions/provision-access-tokens-post-authorization.cjs +33 -0
- package/dist/actions/provision-access-tokens-post-authorization.cjs.map +1 -0
- package/dist/actions/provision-access-tokens-post-authorization.d.cts +9 -0
- package/dist/actions/provision-access-tokens-post-authorization.d.cts.map +1 -0
- package/dist/actions/provision-access-tokens-post-authorization.d.mts +9 -0
- package/dist/actions/provision-access-tokens-post-authorization.d.mts.map +1 -0
- package/dist/actions/provision-access-tokens-post-authorization.mjs +30 -0
- package/dist/actions/provision-access-tokens-post-authorization.mjs.map +1 -0
- package/dist/actions/recent-the-authenticated-user-s-activities.cjs +149 -0
- package/dist/actions/recent-the-authenticated-user-s-activities.cjs.map +1 -0
- package/dist/actions/recent-the-authenticated-user-s-activities.d.cts +9 -0
- package/dist/actions/recent-the-authenticated-user-s-activities.d.cts.map +1 -0
- package/dist/actions/recent-the-authenticated-user-s-activities.d.mts +9 -0
- package/dist/actions/recent-the-authenticated-user-s-activities.d.mts.map +1 -0
- package/dist/actions/recent-the-authenticated-user-s-activities.mjs +148 -0
- package/dist/actions/recent-the-authenticated-user-s-activities.mjs.map +1 -0
- package/dist/actions/recent-tracks-from-followed-users.cjs +116 -0
- package/dist/actions/recent-tracks-from-followed-users.cjs.map +1 -0
- package/dist/actions/recent-tracks-from-followed-users.d.cts +9 -0
- package/dist/actions/recent-tracks-from-followed-users.d.cts.map +1 -0
- package/dist/actions/recent-tracks-from-followed-users.d.mts +9 -0
- package/dist/actions/recent-tracks-from-followed-users.d.mts.map +1 -0
- package/dist/actions/recent-tracks-from-followed-users.mjs +115 -0
- package/dist/actions/recent-tracks-from-followed-users.mjs.map +1 -0
- package/dist/actions/remove-playlist-repost.cjs +24 -0
- package/dist/actions/remove-playlist-repost.cjs.map +1 -0
- package/dist/actions/remove-playlist-repost.d.cts +9 -0
- package/dist/actions/remove-playlist-repost.d.cts.map +1 -0
- package/dist/actions/remove-playlist-repost.d.mts +9 -0
- package/dist/actions/remove-playlist-repost.d.mts.map +1 -0
- package/dist/actions/remove-playlist-repost.mjs +23 -0
- package/dist/actions/remove-playlist-repost.mjs.map +1 -0
- package/dist/actions/remove-track-repost.cjs +16 -0
- package/dist/actions/remove-track-repost.cjs.map +1 -0
- package/dist/actions/remove-track-repost.d.cts +9 -0
- package/dist/actions/remove-track-repost.d.cts.map +1 -0
- package/dist/actions/remove-track-repost.d.mts +9 -0
- package/dist/actions/remove-track-repost.d.mts.map +1 -0
- package/dist/actions/remove-track-repost.mjs +13 -0
- package/dist/actions/remove-track-repost.mjs.map +1 -0
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.cjs +16 -0
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.cjs.map +1 -0
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.cts +9 -0
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.cts.map +1 -0
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.mts +9 -0
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.mts.map +1 -0
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.mjs +13 -0
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.mjs.map +1 -0
- package/dist/actions/reposts-a-track-as-the-authenticated-user.cjs +16 -0
- package/dist/actions/reposts-a-track-as-the-authenticated-user.cjs.map +1 -0
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.cts +9 -0
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.cts.map +1 -0
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.mts +9 -0
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.mts.map +1 -0
- package/dist/actions/reposts-a-track-as-the-authenticated-user.mjs +13 -0
- package/dist/actions/reposts-a-track-as-the-authenticated-user.mjs.map +1 -0
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.cjs +16 -0
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.cjs.map +1 -0
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.cts +9 -0
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.cts.map +1 -0
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.mts +9 -0
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.mts.map +1 -0
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.mjs +13 -0
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.mjs.map +1 -0
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.cjs +59 -0
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.cjs.map +1 -0
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.cts +9 -0
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.cts.map +1 -0
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.mts +9 -0
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.mts.map +1 -0
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.mjs +58 -0
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.mjs.map +1 -0
- package/dist/actions/returns-a-collection-of-track-s-reposters.cjs +71 -0
- package/dist/actions/returns-a-collection-of-track-s-reposters.cjs.map +1 -0
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.cts +9 -0
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.cts.map +1 -0
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.mts +9 -0
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.mts.map +1 -0
- package/dist/actions/returns-a-collection-of-track-s-reposters.mjs +70 -0
- package/dist/actions/returns-a-collection-of-track-s-reposters.mjs.map +1 -0
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.cjs +148 -0
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.cjs.map +1 -0
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.cts +9 -0
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.cts.map +1 -0
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.mts +9 -0
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.mts.map +1 -0
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.mjs +147 -0
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.mjs.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-followers.cjs +58 -0
- package/dist/actions/returns-a-list-of-user-s-followers.cjs.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-followers.d.cts +9 -0
- package/dist/actions/returns-a-list-of-user-s-followers.d.cts.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-followers.d.mts +9 -0
- package/dist/actions/returns-a-list-of-user-s-followers.d.mts.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-followers.mjs +57 -0
- package/dist/actions/returns-a-list-of-user-s-followers.mjs.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-followings.cjs +57 -0
- package/dist/actions/returns-a-list-of-user-s-followings.cjs.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-followings.d.cts +9 -0
- package/dist/actions/returns-a-list-of-user-s-followings.d.cts.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-followings.d.mts +9 -0
- package/dist/actions/returns-a-list-of-user-s-followings.d.mts.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-followings.mjs +56 -0
- package/dist/actions/returns-a-list-of-user-s-followings.mjs.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.cjs +71 -0
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.cjs.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.cts +9 -0
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.cts.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.mts +9 -0
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.mts.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.mjs +70 -0
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.mjs.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.cjs +96 -0
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.cjs.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.cts +9 -0
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.cts.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.mts +9 -0
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.mts.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.mjs +95 -0
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.mjs.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-playlists.cjs +26 -0
- package/dist/actions/returns-a-list-of-user-s-playlists.cjs.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-playlists.d.cts +9 -0
- package/dist/actions/returns-a-list-of-user-s-playlists.d.cts.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-playlists.d.mts +9 -0
- package/dist/actions/returns-a-list-of-user-s-playlists.d.mts.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-playlists.mjs +23 -0
- package/dist/actions/returns-a-list-of-user-s-playlists.mjs.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-tracks.cjs +25 -0
- package/dist/actions/returns-a-list-of-user-s-tracks.cjs.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-tracks.d.cts +9 -0
- package/dist/actions/returns-a-list-of-user-s-tracks.d.cts.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-tracks.d.mts +9 -0
- package/dist/actions/returns-a-list-of-user-s-tracks.d.mts.map +1 -0
- package/dist/actions/returns-a-list-of-user-s-tracks.mjs +22 -0
- package/dist/actions/returns-a-list-of-user-s-tracks.mjs.map +1 -0
- package/dist/actions/returns-a-playlist.cjs +87 -0
- package/dist/actions/returns-a-playlist.cjs.map +1 -0
- package/dist/actions/returns-a-playlist.d.cts +9 -0
- package/dist/actions/returns-a-playlist.d.cts.map +1 -0
- package/dist/actions/returns-a-playlist.d.mts +9 -0
- package/dist/actions/returns-a-playlist.d.mts.map +1 -0
- package/dist/actions/returns-a-playlist.mjs +86 -0
- package/dist/actions/returns-a-playlist.mjs.map +1 -0
- package/dist/actions/returns-a-track-s-streamable-urls.cjs +26 -0
- package/dist/actions/returns-a-track-s-streamable-urls.cjs.map +1 -0
- package/dist/actions/returns-a-track-s-streamable-urls.d.cts +9 -0
- package/dist/actions/returns-a-track-s-streamable-urls.d.cts.map +1 -0
- package/dist/actions/returns-a-track-s-streamable-urls.d.mts +9 -0
- package/dist/actions/returns-a-track-s-streamable-urls.d.mts.map +1 -0
- package/dist/actions/returns-a-track-s-streamable-urls.mjs +23 -0
- package/dist/actions/returns-a-track-s-streamable-urls.mjs.map +1 -0
- package/dist/actions/returns-a-track.cjs +71 -0
- package/dist/actions/returns-a-track.cjs.map +1 -0
- package/dist/actions/returns-a-track.d.cts +9 -0
- package/dist/actions/returns-a-track.d.cts.map +1 -0
- package/dist/actions/returns-a-track.d.mts +9 -0
- package/dist/actions/returns-a-track.d.mts.map +1 -0
- package/dist/actions/returns-a-track.mjs +70 -0
- package/dist/actions/returns-a-track.mjs.map +1 -0
- package/dist/actions/returns-a-user.cjs +61 -0
- package/dist/actions/returns-a-user.cjs.map +1 -0
- package/dist/actions/returns-a-user.d.cts +9 -0
- package/dist/actions/returns-a-user.d.cts.map +1 -0
- package/dist/actions/returns-a-user.d.mts +9 -0
- package/dist/actions/returns-a-user.d.mts.map +1 -0
- package/dist/actions/returns-a-user.mjs +60 -0
- package/dist/actions/returns-a-user.mjs.map +1 -0
- package/dist/actions/returns-the-authenticated-user-s-activities.cjs +32 -0
- package/dist/actions/returns-the-authenticated-user-s-activities.cjs.map +1 -0
- package/dist/actions/returns-the-authenticated-user-s-activities.d.cts +9 -0
- package/dist/actions/returns-the-authenticated-user-s-activities.d.cts.map +1 -0
- package/dist/actions/returns-the-authenticated-user-s-activities.d.mts +9 -0
- package/dist/actions/returns-the-authenticated-user-s-activities.d.mts.map +1 -0
- package/dist/actions/returns-the-authenticated-user-s-activities.mjs +31 -0
- package/dist/actions/returns-the-authenticated-user-s-activities.mjs.map +1 -0
- package/dist/actions/returns-the-authenticated-user-s-information.cjs +52 -0
- package/dist/actions/returns-the-authenticated-user-s-information.cjs.map +1 -0
- package/dist/actions/returns-the-authenticated-user-s-information.d.cts +9 -0
- package/dist/actions/returns-the-authenticated-user-s-information.d.cts.map +1 -0
- package/dist/actions/returns-the-authenticated-user-s-information.d.mts +9 -0
- package/dist/actions/returns-the-authenticated-user-s-information.d.mts.map +1 -0
- package/dist/actions/returns-the-authenticated-user-s-information.mjs +51 -0
- package/dist/actions/returns-the-authenticated-user-s-information.mjs.map +1 -0
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.cjs +48 -0
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.cjs.map +1 -0
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.cts +9 -0
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.cts.map +1 -0
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.mts +9 -0
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.mts.map +1 -0
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.mjs +47 -0
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.mjs.map +1 -0
- package/dist/actions/returns-tracks-under-a-playlist.cjs +117 -0
- package/dist/actions/returns-tracks-under-a-playlist.cjs.map +1 -0
- package/dist/actions/returns-tracks-under-a-playlist.d.cts +9 -0
- package/dist/actions/returns-tracks-under-a-playlist.d.cts.map +1 -0
- package/dist/actions/returns-tracks-under-a-playlist.d.mts +9 -0
- package/dist/actions/returns-tracks-under-a-playlist.d.mts.map +1 -0
- package/dist/actions/returns-tracks-under-a-playlist.mjs +116 -0
- package/dist/actions/returns-tracks-under-a-playlist.mjs.map +1 -0
- package/dist/actions/returns-user-s-playlists-sets.cjs +85 -0
- package/dist/actions/returns-user-s-playlists-sets.cjs.map +1 -0
- package/dist/actions/returns-user-s-playlists-sets.d.cts +9 -0
- package/dist/actions/returns-user-s-playlists-sets.d.cts.map +1 -0
- package/dist/actions/returns-user-s-playlists-sets.d.mts +9 -0
- package/dist/actions/returns-user-s-playlists-sets.d.mts.map +1 -0
- package/dist/actions/returns-user-s-playlists-sets.mjs +84 -0
- package/dist/actions/returns-user-s-playlists-sets.mjs.map +1 -0
- package/dist/actions/unfollow-user.cjs +16 -0
- package/dist/actions/unfollow-user.cjs.map +1 -0
- package/dist/actions/unfollow-user.d.cts +9 -0
- package/dist/actions/unfollow-user.d.cts.map +1 -0
- package/dist/actions/unfollow-user.d.mts +9 -0
- package/dist/actions/unfollow-user.d.mts.map +1 -0
- package/dist/actions/unfollow-user.mjs +13 -0
- package/dist/actions/unfollow-user.mjs.map +1 -0
- package/dist/actions/unlikes-a-playlist.cjs +16 -0
- package/dist/actions/unlikes-a-playlist.cjs.map +1 -0
- package/dist/actions/unlikes-a-playlist.d.cts +9 -0
- package/dist/actions/unlikes-a-playlist.d.cts.map +1 -0
- package/dist/actions/unlikes-a-playlist.d.mts +9 -0
- package/dist/actions/unlikes-a-playlist.d.mts.map +1 -0
- package/dist/actions/unlikes-a-playlist.mjs +13 -0
- package/dist/actions/unlikes-a-playlist.mjs.map +1 -0
- package/dist/actions/unlikes-a-track.cjs +24 -0
- package/dist/actions/unlikes-a-track.cjs.map +1 -0
- package/dist/actions/unlikes-a-track.d.cts +9 -0
- package/dist/actions/unlikes-a-track.d.cts.map +1 -0
- package/dist/actions/unlikes-a-track.d.mts +9 -0
- package/dist/actions/unlikes-a-track.d.mts.map +1 -0
- package/dist/actions/unlikes-a-track.mjs +21 -0
- package/dist/actions/unlikes-a-track.mjs.map +1 -0
- package/dist/actions/updates-a-playlist.cjs +137 -0
- package/dist/actions/updates-a-playlist.cjs.map +1 -0
- package/dist/actions/updates-a-playlist.d.cts +9 -0
- package/dist/actions/updates-a-playlist.d.cts.map +1 -0
- package/dist/actions/updates-a-playlist.d.mts +9 -0
- package/dist/actions/updates-a-playlist.d.mts.map +1 -0
- package/dist/actions/updates-a-playlist.mjs +136 -0
- package/dist/actions/updates-a-playlist.mjs.map +1 -0
- package/dist/actions/updates-a-track-s-information.cjs +132 -0
- package/dist/actions/updates-a-track-s-information.cjs.map +1 -0
- package/dist/actions/updates-a-track-s-information.d.cts +9 -0
- package/dist/actions/updates-a-track-s-information.d.cts.map +1 -0
- package/dist/actions/updates-a-track-s-information.d.mts +9 -0
- package/dist/actions/updates-a-track-s-information.d.mts.map +1 -0
- package/dist/actions/updates-a-track-s-information.mjs +131 -0
- package/dist/actions/updates-a-track-s-information.mjs.map +1 -0
- package/dist/actions/uploads-a-new-track.cjs +86 -0
- package/dist/actions/uploads-a-new-track.cjs.map +1 -0
- package/dist/actions/uploads-a-new-track.d.cts +9 -0
- package/dist/actions/uploads-a-new-track.d.cts.map +1 -0
- package/dist/actions/uploads-a-new-track.d.mts +9 -0
- package/dist/actions/uploads-a-new-track.d.mts.map +1 -0
- package/dist/actions/uploads-a-new-track.mjs +85 -0
- package/dist/actions/uploads-a-new-track.mjs.map +1 -0
- package/dist/actions/user-recent-track-activities.cjs +112 -0
- package/dist/actions/user-recent-track-activities.cjs.map +1 -0
- package/dist/actions/user-recent-track-activities.d.cts +9 -0
- package/dist/actions/user-recent-track-activities.d.cts.map +1 -0
- package/dist/actions/user-recent-track-activities.d.mts +9 -0
- package/dist/actions/user-recent-track-activities.d.mts.map +1 -0
- package/dist/actions/user-recent-track-activities.mjs +111 -0
- package/dist/actions/user-recent-track-activities.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +108 -0
- package/dist/index.d.cts +54 -0
- package/dist/index.d.mts +54 -0
- package/dist/index.mjs +55 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-recent-track-activities.cjs","names":["z","action"],"sources":["../../src/actions/user-recent-track-activities.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUserRecentTrackActivitiesInput: 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\"]).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}).describe(\"Request schema for `UserRecentTrackActivities`\");\nconst SoundcloudUserRecentTrackActivities_ActivityUserSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the user.\"),\n uri: z.string().describe(\"API endpoint URI for the user.\").nullable().optional(),\n urn: z.string().describe(\"Universal resource name for the user.\").nullable().optional(),\n city: z.string().describe(\"City where the user is located.\").nullable().optional(),\n kind: z.string().describe(\"Resource type, typically 'user'.\").nullable().optional(),\n country: z.string().describe(\"Country where the user is located.\").nullable().optional(),\n username: z.string().describe(\"Username of the user.\").nullable().optional(),\n verified: z.boolean().describe(\"Whether the user account is verified.\").nullable().optional(),\n full_name: z.string().describe(\"Full name of the user.\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the user.\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly identifier for the user.\").nullable().optional(),\n avatar_url: z.string().describe(\"URL to the user's avatar image.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the user account was created.\").nullable().optional(),\n first_name: z.string().describe(\"First name of the user.\").nullable().optional(),\n description: z.string().describe(\"User's profile description.\").nullable().optional(),\n likes_count: z.number().int().describe(\"Number of tracks/playlists the user has liked.\").nullable().optional(),\n track_count: z.number().int().describe(\"Number of tracks the user has uploaded.\").nullable().optional(),\n country_code: z.string().describe(\"ISO country code.\").nullable().optional(),\n groups_count: z.number().int().describe(\"Number of groups the user is a member of.\").nullable().optional(),\n last_modified: z.string().describe(\"ISO 8601 timestamp when the user profile was last modified.\").nullable().optional(),\n permalink_url: z.string().describe(\"Full permalink URL to the user's profile.\").nullable().optional(),\n reposts_count: z.number().int().describe(\"Number of items the user has reposted.\").nullable().optional(),\n comments_count: z.number().int().describe(\"Number of comments the user has made.\").nullable().optional(),\n playlist_count: z.number().int().describe(\"Number of playlists the user has created.\").nullable().optional(),\n followers_count: z.number().int().describe(\"Number of followers the user has.\").nullable().optional(),\n followings_count: z.number().int().describe(\"Number of users this user is following.\").nullable().optional(),\n playlist_likes_count: z.number().int().describe(\"Number of playlists the user has liked.\").nullable().optional(),\n}).describe(\"User object containing details about the track creator.\");\nconst SoundcloudUserRecentTrackActivities_ActivityOriginSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the resource.\"),\n bpm: z.number().int().describe(\"Beats per minute of the track.\").nullable().optional(),\n uri: z.string().describe(\"API endpoint URI for the resource.\").nullable().optional(),\n urn: z.string().describe(\"Universal resource name in format 'soundcloud:tracks:{id}'.\").nullable().optional(),\n body: z.string().describe(\"For comment activities, contains the text content of the comment.\").nullable().optional(),\n isrc: z.string().describe(\"International Standard Recording Code.\").nullable().optional(),\n kind: z.string().describe(\"The resource type, typically 'track' for track-related activities.\").nullable().optional(),\n user: SoundcloudUserRecentTrackActivities_ActivityUserSchema.nullable().optional(),\n genre: z.string().describe(\"Genre classification of the track.\").nullable().optional(),\n state: z.string().describe(\"Current state of the track (e.g., 'finished').\").nullable().optional(),\n title: z.string().describe(\"Title of the track.\").nullable().optional(),\n track: z.unknown().describe(\"For comment and favoriting activities, contains track object details.\").nullable().optional(),\n public: z.boolean().describe(\"Whether the track is publicly visible.\").nullable().optional(),\n license: z.string().describe(\"License type for the track.\").nullable().optional(),\n release: z.string().describe(\"Release information.\").nullable().optional(),\n sharing: z.string().describe(\"Sharing permission setting (e.g., 'public').\").nullable().optional(),\n user_id: z.number().int().describe(\"ID of the user who created the resource.\").nullable().optional(),\n duration: z.number().int().describe(\"Duration of the track in milliseconds.\").nullable().optional(),\n tag_list: z.string().describe(\"Space-separated list of tags.\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly identifier for the track.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the resource was created.\").nullable().optional(),\n label_name: z.string().describe(\"Name of the record label.\").nullable().optional(),\n secret_uri: z.string().describe(\"Secret URI for private track access.\").nullable().optional(),\n stream_url: z.string().describe(\"URL for streaming the track audio.\").nullable().optional(),\n streamable: z.boolean().describe(\"Whether the track can be streamed.\").nullable().optional(),\n artwork_url: z.string().describe(\"URL to the track's artwork image.\").nullable().optional(),\n commentable: z.boolean().describe(\"Whether comments are allowed on the track.\").nullable().optional(),\n description: z.string().describe(\"User-provided description of the track.\").nullable().optional(),\n is_explicit: z.boolean().describe(\"Whether the track contains explicit content.\").nullable().optional(),\n likes_count: z.number().int().describe(\"Number of likes/favorites the track has received.\").nullable().optional(),\n release_day: z.number().int().describe(\"Day of release.\").nullable().optional(),\n download_url: z.string().describe(\"URL for downloading the track if downloadable.\").nullable().optional(),\n downloadable: z.boolean().describe(\"Whether the track can be downloaded.\").nullable().optional(),\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 visualization image.\").nullable().optional(),\n comment_count: z.number().int().describe(\"Number of comments on the track.\").nullable().optional(),\n embeddable_by: z.string().describe(\"Who can embed the track (e.g., 'all').\").nullable().optional(),\n key_signature: z.string().describe(\"Musical key signature of the track.\").nullable().optional(),\n permalink_url: z.string().describe(\"Full permalink URL to the track on SoundCloud.\").nullable().optional(),\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(\"Total number of downloads.\").nullable().optional(),\n playback_count: z.number().int().describe(\"Total number of times the track has been played.\").nullable().optional(),\n purchase_title: z.string().describe(\"Title for purchase link.\").nullable().optional(),\n favoritings_count: z.number().int().describe(\"Number of times the track has been favorited.\").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.string()).describe(\"Array of country codes where the track is available.\").nullable().optional(),\n}).describe(\"Contains the full details of the resource associated with the activity (track, comment, or favoriting details).\");\nconst SoundcloudUserRecentTrackActivities_ActivitySchema: z.ZodTypeAny = z.object({\n tags: z.string().describe(\"Activity categorization tag, such as 'affiliated' for activities from followed users.\").nullable().optional(),\n type: z.string().describe(\"The type of activity. Common values include 'track:repost', 'comment', 'favoriting', 'track-sharing', 'track'.\"),\n origin: SoundcloudUserRecentTrackActivities_ActivityOriginSchema.nullable(),\n created_at: z.string().describe(\"Timestamp when the activity was created, in format 'YYYY/MM/DD HH:MM:SS +0000'.\"),\n}).describe(\"Activity object representing recent track activity from users the authenticated user follows.\");\nexport const SoundcloudUserRecentTrackActivitiesOutput: z.ZodTypeAny = z.object({\n next_href: z.string().describe(\"URL for retrieving the next page of results using cursor-based pagination. Present when additional results are available.\").nullable().optional(),\n collection: z.array(SoundcloudUserRecentTrackActivities_ActivitySchema).describe(\"Array of activity objects representing recent track activities from users the authenticated user follows.\"),\n}).describe(\"Response schema for `UserRecentTrackActivities`\");\n\nexport const soundcloudUserRecentTrackActivities = action(\"SOUNDCLOUD_USER_RECENT_TRACK_ACTIVITIES\", {\n slug: \"soundcloud-user-recent-track-activities\",\n name: \"Userrecenttrackactivities\",\n description: \"This Soundcloud API endpoint fetches recent user tracks, reposts, and playlist adds, allowing access level filtering and result count customization. It requires an \\\"AuthHeader\\\" for secure requests and returns detailed information.\",\n input: SoundcloudUserRecentTrackActivitiesInput,\n output: SoundcloudUserRecentTrackActivitiesOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/user-recent-track-activities.d.ts
|
|
4
|
+
declare const SoundcloudUserRecentTrackActivitiesInput: z.ZodTypeAny;
|
|
5
|
+
declare const SoundcloudUserRecentTrackActivitiesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const soundcloudUserRecentTrackActivities: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { soundcloudUserRecentTrackActivities };
|
|
9
|
+
//# sourceMappingURL=user-recent-track-activities.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-recent-track-activities.d.cts","names":[],"sources":["../../src/actions/user-recent-track-activities.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAGI;AAAA,cAuFhD,yCAAA,EAA2C,CAAA,CAAE,UAGI;AAAA,cAEjD,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/user-recent-track-activities.d.ts
|
|
4
|
+
declare const SoundcloudUserRecentTrackActivitiesInput: z.ZodTypeAny;
|
|
5
|
+
declare const SoundcloudUserRecentTrackActivitiesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const soundcloudUserRecentTrackActivities: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { soundcloudUserRecentTrackActivities };
|
|
9
|
+
//# sourceMappingURL=user-recent-track-activities.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-recent-track-activities.d.mts","names":[],"sources":["../../src/actions/user-recent-track-activities.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAGI;AAAA,cAuFhD,yCAAA,EAA2C,CAAA,CAAE,UAGI;AAAA,cAEjD,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/user-recent-track-activities.ts
|
|
4
|
+
const SoundcloudUserRecentTrackActivitiesInput = z.object({
|
|
5
|
+
limit: z.number().int().default(50).describe("Number of results to return in the collection.").optional(),
|
|
6
|
+
access: z.array(z.enum([
|
|
7
|
+
"playable",
|
|
8
|
+
"preview",
|
|
9
|
+
"blocked"
|
|
10
|
+
])).default(["playable", "preview"]).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()
|
|
11
|
+
}).describe("Request schema for `UserRecentTrackActivities`");
|
|
12
|
+
const SoundcloudUserRecentTrackActivities_ActivityUserSchema = z.object({
|
|
13
|
+
id: z.number().int().describe("Unique identifier of the user."),
|
|
14
|
+
uri: z.string().describe("API endpoint URI for the user.").nullable().optional(),
|
|
15
|
+
urn: z.string().describe("Universal resource name for the user.").nullable().optional(),
|
|
16
|
+
city: z.string().describe("City where the user is located.").nullable().optional(),
|
|
17
|
+
kind: z.string().describe("Resource type, typically 'user'.").nullable().optional(),
|
|
18
|
+
country: z.string().describe("Country where the user is located.").nullable().optional(),
|
|
19
|
+
username: z.string().describe("Username of the user.").nullable().optional(),
|
|
20
|
+
verified: z.boolean().describe("Whether the user account is verified.").nullable().optional(),
|
|
21
|
+
full_name: z.string().describe("Full name of the user.").nullable().optional(),
|
|
22
|
+
last_name: z.string().describe("Last name of the user.").nullable().optional(),
|
|
23
|
+
permalink: z.string().describe("URL-friendly identifier for the user.").nullable().optional(),
|
|
24
|
+
avatar_url: z.string().describe("URL to the user's avatar image.").nullable().optional(),
|
|
25
|
+
created_at: z.string().describe("ISO 8601 timestamp when the user account was created.").nullable().optional(),
|
|
26
|
+
first_name: z.string().describe("First name of the user.").nullable().optional(),
|
|
27
|
+
description: z.string().describe("User's profile description.").nullable().optional(),
|
|
28
|
+
likes_count: z.number().int().describe("Number of tracks/playlists the user has liked.").nullable().optional(),
|
|
29
|
+
track_count: z.number().int().describe("Number of tracks the user has uploaded.").nullable().optional(),
|
|
30
|
+
country_code: z.string().describe("ISO country code.").nullable().optional(),
|
|
31
|
+
groups_count: z.number().int().describe("Number of groups the user is a member of.").nullable().optional(),
|
|
32
|
+
last_modified: z.string().describe("ISO 8601 timestamp when the user profile was last modified.").nullable().optional(),
|
|
33
|
+
permalink_url: z.string().describe("Full permalink URL to the user's profile.").nullable().optional(),
|
|
34
|
+
reposts_count: z.number().int().describe("Number of items the user has reposted.").nullable().optional(),
|
|
35
|
+
comments_count: z.number().int().describe("Number of comments the user has made.").nullable().optional(),
|
|
36
|
+
playlist_count: z.number().int().describe("Number of playlists the user has created.").nullable().optional(),
|
|
37
|
+
followers_count: z.number().int().describe("Number of followers the user has.").nullable().optional(),
|
|
38
|
+
followings_count: z.number().int().describe("Number of users this user is following.").nullable().optional(),
|
|
39
|
+
playlist_likes_count: z.number().int().describe("Number of playlists the user has liked.").nullable().optional()
|
|
40
|
+
}).describe("User object containing details about the track creator.");
|
|
41
|
+
const SoundcloudUserRecentTrackActivities_ActivityOriginSchema = z.object({
|
|
42
|
+
id: z.number().int().describe("Unique identifier of the resource."),
|
|
43
|
+
bpm: z.number().int().describe("Beats per minute of the track.").nullable().optional(),
|
|
44
|
+
uri: z.string().describe("API endpoint URI for the resource.").nullable().optional(),
|
|
45
|
+
urn: z.string().describe("Universal resource name in format 'soundcloud:tracks:{id}'.").nullable().optional(),
|
|
46
|
+
body: z.string().describe("For comment activities, contains the text content of the comment.").nullable().optional(),
|
|
47
|
+
isrc: z.string().describe("International Standard Recording Code.").nullable().optional(),
|
|
48
|
+
kind: z.string().describe("The resource type, typically 'track' for track-related activities.").nullable().optional(),
|
|
49
|
+
user: SoundcloudUserRecentTrackActivities_ActivityUserSchema.nullable().optional(),
|
|
50
|
+
genre: z.string().describe("Genre classification of the track.").nullable().optional(),
|
|
51
|
+
state: z.string().describe("Current state of the track (e.g., 'finished').").nullable().optional(),
|
|
52
|
+
title: z.string().describe("Title of the track.").nullable().optional(),
|
|
53
|
+
track: z.unknown().describe("For comment and favoriting activities, contains track object details.").nullable().optional(),
|
|
54
|
+
public: z.boolean().describe("Whether the track is publicly visible.").nullable().optional(),
|
|
55
|
+
license: z.string().describe("License type for the track.").nullable().optional(),
|
|
56
|
+
release: z.string().describe("Release information.").nullable().optional(),
|
|
57
|
+
sharing: z.string().describe("Sharing permission setting (e.g., 'public').").nullable().optional(),
|
|
58
|
+
user_id: z.number().int().describe("ID of the user who created the resource.").nullable().optional(),
|
|
59
|
+
duration: z.number().int().describe("Duration of the track in milliseconds.").nullable().optional(),
|
|
60
|
+
tag_list: z.string().describe("Space-separated list of tags.").nullable().optional(),
|
|
61
|
+
permalink: z.string().describe("URL-friendly identifier for the track.").nullable().optional(),
|
|
62
|
+
created_at: z.string().describe("ISO 8601 timestamp when the resource was created.").nullable().optional(),
|
|
63
|
+
label_name: z.string().describe("Name of the record label.").nullable().optional(),
|
|
64
|
+
secret_uri: z.string().describe("Secret URI for private track access.").nullable().optional(),
|
|
65
|
+
stream_url: z.string().describe("URL for streaming the track audio.").nullable().optional(),
|
|
66
|
+
streamable: z.boolean().describe("Whether the track can be streamed.").nullable().optional(),
|
|
67
|
+
artwork_url: z.string().describe("URL to the track's artwork image.").nullable().optional(),
|
|
68
|
+
commentable: z.boolean().describe("Whether comments are allowed on the track.").nullable().optional(),
|
|
69
|
+
description: z.string().describe("User-provided description of the track.").nullable().optional(),
|
|
70
|
+
is_explicit: z.boolean().describe("Whether the track contains explicit content.").nullable().optional(),
|
|
71
|
+
likes_count: z.number().int().describe("Number of likes/favorites the track has received.").nullable().optional(),
|
|
72
|
+
release_day: z.number().int().describe("Day of release.").nullable().optional(),
|
|
73
|
+
download_url: z.string().describe("URL for downloading the track if downloadable.").nullable().optional(),
|
|
74
|
+
downloadable: z.boolean().describe("Whether the track can be downloaded.").nullable().optional(),
|
|
75
|
+
purchase_url: z.string().describe("URL where the track can be purchased.").nullable().optional(),
|
|
76
|
+
release_year: z.number().int().describe("Year of release.").nullable().optional(),
|
|
77
|
+
waveform_url: z.string().describe("URL to the waveform visualization image.").nullable().optional(),
|
|
78
|
+
comment_count: z.number().int().describe("Number of comments on the track.").nullable().optional(),
|
|
79
|
+
embeddable_by: z.string().describe("Who can embed the track (e.g., 'all').").nullable().optional(),
|
|
80
|
+
key_signature: z.string().describe("Musical key signature of the track.").nullable().optional(),
|
|
81
|
+
permalink_url: z.string().describe("Full permalink URL to the track on SoundCloud.").nullable().optional(),
|
|
82
|
+
release_month: z.number().int().describe("Month of release.").nullable().optional(),
|
|
83
|
+
reposts_count: z.number().int().describe("Number of times the track has been reposted.").nullable().optional(),
|
|
84
|
+
user_favorite: z.boolean().describe("Whether the authenticated user has favorited this track.").nullable().optional(),
|
|
85
|
+
download_count: z.number().int().describe("Total number of downloads.").nullable().optional(),
|
|
86
|
+
playback_count: z.number().int().describe("Total number of times the track has been played.").nullable().optional(),
|
|
87
|
+
purchase_title: z.string().describe("Title for purchase link.").nullable().optional(),
|
|
88
|
+
favoritings_count: z.number().int().describe("Number of times the track has been favorited.").nullable().optional(),
|
|
89
|
+
user_playback_count: z.number().int().describe("Number of times the authenticated user has played this track.").nullable().optional(),
|
|
90
|
+
available_country_codes: z.array(z.string()).describe("Array of country codes where the track is available.").nullable().optional()
|
|
91
|
+
}).describe("Contains the full details of the resource associated with the activity (track, comment, or favoriting details).");
|
|
92
|
+
const SoundcloudUserRecentTrackActivities_ActivitySchema = z.object({
|
|
93
|
+
tags: z.string().describe("Activity categorization tag, such as 'affiliated' for activities from followed users.").nullable().optional(),
|
|
94
|
+
type: z.string().describe("The type of activity. Common values include 'track:repost', 'comment', 'favoriting', 'track-sharing', 'track'."),
|
|
95
|
+
origin: SoundcloudUserRecentTrackActivities_ActivityOriginSchema.nullable(),
|
|
96
|
+
created_at: z.string().describe("Timestamp when the activity was created, in format 'YYYY/MM/DD HH:MM:SS +0000'.")
|
|
97
|
+
}).describe("Activity object representing recent track activity from users the authenticated user follows.");
|
|
98
|
+
const soundcloudUserRecentTrackActivities = action("SOUNDCLOUD_USER_RECENT_TRACK_ACTIVITIES", {
|
|
99
|
+
slug: "soundcloud-user-recent-track-activities",
|
|
100
|
+
name: "Userrecenttrackactivities",
|
|
101
|
+
description: "This Soundcloud API endpoint fetches recent user tracks, reposts, and playlist adds, allowing access level filtering and result count customization. It requires an \"AuthHeader\" for secure requests and returns detailed information.",
|
|
102
|
+
input: SoundcloudUserRecentTrackActivitiesInput,
|
|
103
|
+
output: z.object({
|
|
104
|
+
next_href: z.string().describe("URL for retrieving the next page of results using cursor-based pagination. Present when additional results are available.").nullable().optional(),
|
|
105
|
+
collection: z.array(SoundcloudUserRecentTrackActivities_ActivitySchema).describe("Array of activity objects representing recent track activities from users the authenticated user follows.")
|
|
106
|
+
}).describe("Response schema for `UserRecentTrackActivities`")
|
|
107
|
+
});
|
|
108
|
+
//#endregion
|
|
109
|
+
export { soundcloudUserRecentTrackActivities };
|
|
110
|
+
|
|
111
|
+
//# sourceMappingURL=user-recent-track-activities.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"user-recent-track-activities.mjs","names":[],"sources":["../../src/actions/user-recent-track-activities.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUserRecentTrackActivitiesInput: 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\"]).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}).describe(\"Request schema for `UserRecentTrackActivities`\");\nconst SoundcloudUserRecentTrackActivities_ActivityUserSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the user.\"),\n uri: z.string().describe(\"API endpoint URI for the user.\").nullable().optional(),\n urn: z.string().describe(\"Universal resource name for the user.\").nullable().optional(),\n city: z.string().describe(\"City where the user is located.\").nullable().optional(),\n kind: z.string().describe(\"Resource type, typically 'user'.\").nullable().optional(),\n country: z.string().describe(\"Country where the user is located.\").nullable().optional(),\n username: z.string().describe(\"Username of the user.\").nullable().optional(),\n verified: z.boolean().describe(\"Whether the user account is verified.\").nullable().optional(),\n full_name: z.string().describe(\"Full name of the user.\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the user.\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly identifier for the user.\").nullable().optional(),\n avatar_url: z.string().describe(\"URL to the user's avatar image.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the user account was created.\").nullable().optional(),\n first_name: z.string().describe(\"First name of the user.\").nullable().optional(),\n description: z.string().describe(\"User's profile description.\").nullable().optional(),\n likes_count: z.number().int().describe(\"Number of tracks/playlists the user has liked.\").nullable().optional(),\n track_count: z.number().int().describe(\"Number of tracks the user has uploaded.\").nullable().optional(),\n country_code: z.string().describe(\"ISO country code.\").nullable().optional(),\n groups_count: z.number().int().describe(\"Number of groups the user is a member of.\").nullable().optional(),\n last_modified: z.string().describe(\"ISO 8601 timestamp when the user profile was last modified.\").nullable().optional(),\n permalink_url: z.string().describe(\"Full permalink URL to the user's profile.\").nullable().optional(),\n reposts_count: z.number().int().describe(\"Number of items the user has reposted.\").nullable().optional(),\n comments_count: z.number().int().describe(\"Number of comments the user has made.\").nullable().optional(),\n playlist_count: z.number().int().describe(\"Number of playlists the user has created.\").nullable().optional(),\n followers_count: z.number().int().describe(\"Number of followers the user has.\").nullable().optional(),\n followings_count: z.number().int().describe(\"Number of users this user is following.\").nullable().optional(),\n playlist_likes_count: z.number().int().describe(\"Number of playlists the user has liked.\").nullable().optional(),\n}).describe(\"User object containing details about the track creator.\");\nconst SoundcloudUserRecentTrackActivities_ActivityOriginSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the resource.\"),\n bpm: z.number().int().describe(\"Beats per minute of the track.\").nullable().optional(),\n uri: z.string().describe(\"API endpoint URI for the resource.\").nullable().optional(),\n urn: z.string().describe(\"Universal resource name in format 'soundcloud:tracks:{id}'.\").nullable().optional(),\n body: z.string().describe(\"For comment activities, contains the text content of the comment.\").nullable().optional(),\n isrc: z.string().describe(\"International Standard Recording Code.\").nullable().optional(),\n kind: z.string().describe(\"The resource type, typically 'track' for track-related activities.\").nullable().optional(),\n user: SoundcloudUserRecentTrackActivities_ActivityUserSchema.nullable().optional(),\n genre: z.string().describe(\"Genre classification of the track.\").nullable().optional(),\n state: z.string().describe(\"Current state of the track (e.g., 'finished').\").nullable().optional(),\n title: z.string().describe(\"Title of the track.\").nullable().optional(),\n track: z.unknown().describe(\"For comment and favoriting activities, contains track object details.\").nullable().optional(),\n public: z.boolean().describe(\"Whether the track is publicly visible.\").nullable().optional(),\n license: z.string().describe(\"License type for the track.\").nullable().optional(),\n release: z.string().describe(\"Release information.\").nullable().optional(),\n sharing: z.string().describe(\"Sharing permission setting (e.g., 'public').\").nullable().optional(),\n user_id: z.number().int().describe(\"ID of the user who created the resource.\").nullable().optional(),\n duration: z.number().int().describe(\"Duration of the track in milliseconds.\").nullable().optional(),\n tag_list: z.string().describe(\"Space-separated list of tags.\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly identifier for the track.\").nullable().optional(),\n created_at: z.string().describe(\"ISO 8601 timestamp when the resource was created.\").nullable().optional(),\n label_name: z.string().describe(\"Name of the record label.\").nullable().optional(),\n secret_uri: z.string().describe(\"Secret URI for private track access.\").nullable().optional(),\n stream_url: z.string().describe(\"URL for streaming the track audio.\").nullable().optional(),\n streamable: z.boolean().describe(\"Whether the track can be streamed.\").nullable().optional(),\n artwork_url: z.string().describe(\"URL to the track's artwork image.\").nullable().optional(),\n commentable: z.boolean().describe(\"Whether comments are allowed on the track.\").nullable().optional(),\n description: z.string().describe(\"User-provided description of the track.\").nullable().optional(),\n is_explicit: z.boolean().describe(\"Whether the track contains explicit content.\").nullable().optional(),\n likes_count: z.number().int().describe(\"Number of likes/favorites the track has received.\").nullable().optional(),\n release_day: z.number().int().describe(\"Day of release.\").nullable().optional(),\n download_url: z.string().describe(\"URL for downloading the track if downloadable.\").nullable().optional(),\n downloadable: z.boolean().describe(\"Whether the track can be downloaded.\").nullable().optional(),\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 visualization image.\").nullable().optional(),\n comment_count: z.number().int().describe(\"Number of comments on the track.\").nullable().optional(),\n embeddable_by: z.string().describe(\"Who can embed the track (e.g., 'all').\").nullable().optional(),\n key_signature: z.string().describe(\"Musical key signature of the track.\").nullable().optional(),\n permalink_url: z.string().describe(\"Full permalink URL to the track on SoundCloud.\").nullable().optional(),\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(\"Total number of downloads.\").nullable().optional(),\n playback_count: z.number().int().describe(\"Total number of times the track has been played.\").nullable().optional(),\n purchase_title: z.string().describe(\"Title for purchase link.\").nullable().optional(),\n favoritings_count: z.number().int().describe(\"Number of times the track has been favorited.\").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.string()).describe(\"Array of country codes where the track is available.\").nullable().optional(),\n}).describe(\"Contains the full details of the resource associated with the activity (track, comment, or favoriting details).\");\nconst SoundcloudUserRecentTrackActivities_ActivitySchema: z.ZodTypeAny = z.object({\n tags: z.string().describe(\"Activity categorization tag, such as 'affiliated' for activities from followed users.\").nullable().optional(),\n type: z.string().describe(\"The type of activity. Common values include 'track:repost', 'comment', 'favoriting', 'track-sharing', 'track'.\"),\n origin: SoundcloudUserRecentTrackActivities_ActivityOriginSchema.nullable(),\n created_at: z.string().describe(\"Timestamp when the activity was created, in format 'YYYY/MM/DD HH:MM:SS +0000'.\"),\n}).describe(\"Activity object representing recent track activity from users the authenticated user follows.\");\nexport const SoundcloudUserRecentTrackActivitiesOutput: z.ZodTypeAny = z.object({\n next_href: z.string().describe(\"URL for retrieving the next page of results using cursor-based pagination. Present when additional results are available.\").nullable().optional(),\n collection: z.array(SoundcloudUserRecentTrackActivities_ActivitySchema).describe(\"Array of activity objects representing recent track activities from users the authenticated user follows.\"),\n}).describe(\"Response schema for `UserRecentTrackActivities`\");\n\nexport const soundcloudUserRecentTrackActivities = action(\"SOUNDCLOUD_USER_RECENT_TRACK_ACTIVITIES\", {\n slug: \"soundcloud-user-recent-track-activities\",\n name: \"Userrecenttrackactivities\",\n description: \"This Soundcloud API endpoint fetches recent user tracks, reposts, and playlist adds, allowing access level filtering and result count customization. It requires an \\\"AuthHeader\\\" for secure requests and returns detailed information.\",\n input: SoundcloudUserRecentTrackActivitiesInput,\n output: SoundcloudUserRecentTrackActivitiesOutput,\n});\n"],"mappings":"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"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const soundcloud = defineApp({\n slug: \"soundcloud\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,cAAA,uCAAA,CAAA,CAAA,UAAA,CAAuB;CAClC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,UAAA,6BAAU,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,UAAA,6BAAU,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const soundcloud = defineApp({\n slug: \"soundcloud\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,aAAa,UAAU;CAClC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const soundcloudCatalog = {
|
|
4
|
+
"slug": "soundcloud",
|
|
5
|
+
"name": "SoundCloud",
|
|
6
|
+
"description": "SoundCloud API provides access to a wide range of SoundCloud features for playing, uploading, and managing sounds.",
|
|
7
|
+
"category": "Video & Audio",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/soundcloud",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.soundcloudCatalog = soundcloudCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const soundcloudCatalog = {\n \"slug\": \"soundcloud\",\n \"name\": \"SoundCloud\",\n \"description\": \"SoundCloud API provides access to a wide range of SoundCloud features for playing, uploading, and managing sounds.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/soundcloud\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const soundcloudCatalog: {
|
|
4
|
+
readonly slug: "soundcloud";
|
|
5
|
+
readonly name: "SoundCloud";
|
|
6
|
+
readonly description: "SoundCloud API provides access to a wide range of SoundCloud features for playing, uploading, and managing sounds.";
|
|
7
|
+
readonly category: "Video & Audio";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/soundcloud";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { soundcloudCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,iBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const soundcloudCatalog: {
|
|
4
|
+
readonly slug: "soundcloud";
|
|
5
|
+
readonly name: "SoundCloud";
|
|
6
|
+
readonly description: "SoundCloud API provides access to a wide range of SoundCloud features for playing, uploading, and managing sounds.";
|
|
7
|
+
readonly category: "Video & Audio";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/soundcloud";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { soundcloudCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,iBAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const soundcloudCatalog = {
|
|
4
|
+
"slug": "soundcloud",
|
|
5
|
+
"name": "SoundCloud",
|
|
6
|
+
"description": "SoundCloud API provides access to a wide range of SoundCloud features for playing, uploading, and managing sounds.",
|
|
7
|
+
"category": "Video & Audio",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/soundcloud",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { soundcloudCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const soundcloudCatalog = {\n \"slug\": \"soundcloud\",\n \"name\": \"SoundCloud\",\n \"description\": \"SoundCloud API provides access to a wide range of SoundCloud features for playing, uploading, and managing sounds.\",\n \"category\": \"Video & Audio\",\n \"logo\": \"https://logos.composio.dev/api/soundcloud\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "soundcloud";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "00000000_00";
|
|
6
|
+
async function executeSoundcloudTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeSoundcloudTool = executeSoundcloudTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"soundcloud\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"00000000_00\";\n\nexport async function executeSoundcloudTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,sBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "soundcloud";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "00000000_00";
|
|
6
|
+
async function executeSoundcloudTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeSoundcloudTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"soundcloud\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"00000000_00\";\n\nexport async function executeSoundcloudTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,sBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_creates_a_playlist = require("./actions/creates-a-playlist.cjs");
|
|
5
|
+
const require_deletes_a_playlist = require("./actions/deletes-a-playlist.cjs");
|
|
6
|
+
const require_deletes_a_track = require("./actions/deletes-a-track.cjs");
|
|
7
|
+
const require_fetch_sound_cloud_follower_profile_details = require("./actions/fetch-sound-cloud-follower-profile-details.cjs");
|
|
8
|
+
const require_fetch_user_favorites = require("./actions/fetch-user-favorites.cjs");
|
|
9
|
+
const require_fetch_user_following_details = require("./actions/fetch-user-following-details.cjs");
|
|
10
|
+
const require_fetch_user_profiles_links = require("./actions/fetch-user-profiles-links.cjs");
|
|
11
|
+
const require_follows_a_user = require("./actions/follows-a-user.cjs");
|
|
12
|
+
const require_get_related_tracks = require("./actions/get-related-tracks.cjs");
|
|
13
|
+
const require_get_track_likers = require("./actions/get-track-likers.cjs");
|
|
14
|
+
const require_likes_a_playlist = require("./actions/likes-a-playlist.cjs");
|
|
15
|
+
const require_likes_a_track = require("./actions/likes-a-track.cjs");
|
|
16
|
+
const require_list_authenticated_user_followers = require("./actions/list-authenticated-user-followers.cjs");
|
|
17
|
+
const require_list_followed_by_user = require("./actions/list-followed-by-user.cjs");
|
|
18
|
+
const require_list_user_favorites = require("./actions/list-user-favorites.cjs");
|
|
19
|
+
const require_oauth2_authorization_redirect_handler = require("./actions/oauth2-authorization-redirect-handler.cjs");
|
|
20
|
+
const require_performs_a_playlist_search_based_on_a_query = require("./actions/performs-a-playlist-search-based-on-a-query.cjs");
|
|
21
|
+
const require_performs_a_user_search_based_on_a_query = require("./actions/performs-a-user-search-based-on-a-query.cjs");
|
|
22
|
+
const require_provision_access_tokens_post_authorization = require("./actions/provision-access-tokens-post-authorization.cjs");
|
|
23
|
+
const require_recent_the_authenticated_user_s_activities = require("./actions/recent-the-authenticated-user-s-activities.cjs");
|
|
24
|
+
const require_recent_tracks_from_followed_users = require("./actions/recent-tracks-from-followed-users.cjs");
|
|
25
|
+
const require_remove_playlist_repost = require("./actions/remove-playlist-repost.cjs");
|
|
26
|
+
const require_remove_track_repost = require("./actions/remove-track-repost.cjs");
|
|
27
|
+
const require_reposts_a_playlist_as_the_authenticated_user = require("./actions/reposts-a-playlist-as-the-authenticated-user.cjs");
|
|
28
|
+
const require_reposts_a_track_as_the_authenticated_user = require("./actions/reposts-a-track-as-the-authenticated-user.cjs");
|
|
29
|
+
const require_resolve_sound_cloud_urls_to_api_resource_urls = require("./actions/resolve-sound-cloud-urls-to-api-resource-urls.cjs");
|
|
30
|
+
const require_returns_a_collection_of_playlist_s_reposters = require("./actions/returns-a-collection-of-playlist-s-reposters.cjs");
|
|
31
|
+
const require_returns_a_collection_of_track_s_reposters = require("./actions/returns-a-collection-of-track-s-reposters.cjs");
|
|
32
|
+
const require_returns_a_list_of_the_current_user_s_tracks = require("./actions/returns-a-list-of-the-current-user-s-tracks.cjs");
|
|
33
|
+
const require_returns_a_list_of_user_s_followers = require("./actions/returns-a-list-of-user-s-followers.cjs");
|
|
34
|
+
const require_returns_a_list_of_user_s_followings = require("./actions/returns-a-list-of-user-s-followings.cjs");
|
|
35
|
+
const require_returns_a_list_of_user_s_liked_playlists = require("./actions/returns-a-list-of-user-s-liked-playlists.cjs");
|
|
36
|
+
const require_returns_a_list_of_user_s_liked_tracks = require("./actions/returns-a-list-of-user-s-liked-tracks.cjs");
|
|
37
|
+
const require_returns_a_list_of_user_s_playlists = require("./actions/returns-a-list-of-user-s-playlists.cjs");
|
|
38
|
+
const require_returns_a_list_of_user_s_tracks = require("./actions/returns-a-list-of-user-s-tracks.cjs");
|
|
39
|
+
const require_returns_a_playlist = require("./actions/returns-a-playlist.cjs");
|
|
40
|
+
const require_returns_a_track = require("./actions/returns-a-track.cjs");
|
|
41
|
+
const require_returns_a_track_s_streamable_urls = require("./actions/returns-a-track-s-streamable-urls.cjs");
|
|
42
|
+
const require_returns_a_user = require("./actions/returns-a-user.cjs");
|
|
43
|
+
const require_returns_the_authenticated_user_s_activities = require("./actions/returns-the-authenticated-user-s-activities.cjs");
|
|
44
|
+
const require_returns_the_authenticated_user_s_information = require("./actions/returns-the-authenticated-user-s-information.cjs");
|
|
45
|
+
const require_returns_the_comments_posted_on_the_track_track_id = require("./actions/returns-the-comments-posted-on-the-track-track-id.cjs");
|
|
46
|
+
const require_returns_tracks_under_a_playlist = require("./actions/returns-tracks-under-a-playlist.cjs");
|
|
47
|
+
const require_returns_user_s_playlists_sets = require("./actions/returns-user-s-playlists-sets.cjs");
|
|
48
|
+
const require_unfollow_user = require("./actions/unfollow-user.cjs");
|
|
49
|
+
const require_unlikes_a_playlist = require("./actions/unlikes-a-playlist.cjs");
|
|
50
|
+
const require_unlikes_a_track = require("./actions/unlikes-a-track.cjs");
|
|
51
|
+
const require_updates_a_playlist = require("./actions/updates-a-playlist.cjs");
|
|
52
|
+
const require_updates_a_track_s_information = require("./actions/updates-a-track-s-information.cjs");
|
|
53
|
+
const require_uploads_a_new_track = require("./actions/uploads-a-new-track.cjs");
|
|
54
|
+
const require_user_recent_track_activities = require("./actions/user-recent-track-activities.cjs");
|
|
55
|
+
require("./actions/index.cjs");
|
|
56
|
+
exports.soundcloud = require_app.soundcloud;
|
|
57
|
+
exports.soundcloudCatalog = require_catalog.soundcloudCatalog;
|
|
58
|
+
exports.soundcloudCreatesAPlaylist = require_creates_a_playlist.soundcloudCreatesAPlaylist;
|
|
59
|
+
exports.soundcloudDeletesAPlaylist = require_deletes_a_playlist.soundcloudDeletesAPlaylist;
|
|
60
|
+
exports.soundcloudDeletesATrack = require_deletes_a_track.soundcloudDeletesATrack;
|
|
61
|
+
exports.soundcloudFetchSoundCloudFollowerProfileDetails = require_fetch_sound_cloud_follower_profile_details.soundcloudFetchSoundCloudFollowerProfileDetails;
|
|
62
|
+
exports.soundcloudFetchUserFavorites = require_fetch_user_favorites.soundcloudFetchUserFavorites;
|
|
63
|
+
exports.soundcloudFetchUserFollowingDetails = require_fetch_user_following_details.soundcloudFetchUserFollowingDetails;
|
|
64
|
+
exports.soundcloudFetchUserProfilesLinks = require_fetch_user_profiles_links.soundcloudFetchUserProfilesLinks;
|
|
65
|
+
exports.soundcloudFollowsAUser = require_follows_a_user.soundcloudFollowsAUser;
|
|
66
|
+
exports.soundcloudGetRelatedTracks = require_get_related_tracks.soundcloudGetRelatedTracks;
|
|
67
|
+
exports.soundcloudGetTrackLikers = require_get_track_likers.soundcloudGetTrackLikers;
|
|
68
|
+
exports.soundcloudLikesAPlaylist = require_likes_a_playlist.soundcloudLikesAPlaylist;
|
|
69
|
+
exports.soundcloudLikesATrack = require_likes_a_track.soundcloudLikesATrack;
|
|
70
|
+
exports.soundcloudListAuthenticatedUserFollowers = require_list_authenticated_user_followers.soundcloudListAuthenticatedUserFollowers;
|
|
71
|
+
exports.soundcloudListFollowedByUser = require_list_followed_by_user.soundcloudListFollowedByUser;
|
|
72
|
+
exports.soundcloudListUserFavorites = require_list_user_favorites.soundcloudListUserFavorites;
|
|
73
|
+
exports.soundcloudOauth2AuthorizationRedirectHandler = require_oauth2_authorization_redirect_handler.soundcloudOauth2AuthorizationRedirectHandler;
|
|
74
|
+
exports.soundcloudPerformsAPlaylistSearchBasedOnAQuery = require_performs_a_playlist_search_based_on_a_query.soundcloudPerformsAPlaylistSearchBasedOnAQuery;
|
|
75
|
+
exports.soundcloudPerformsAUserSearchBasedOnAQuery = require_performs_a_user_search_based_on_a_query.soundcloudPerformsAUserSearchBasedOnAQuery;
|
|
76
|
+
exports.soundcloudProvisionAccessTokensPostAuthorization = require_provision_access_tokens_post_authorization.soundcloudProvisionAccessTokensPostAuthorization;
|
|
77
|
+
exports.soundcloudRecentTheAuthenticatedUserSActivities = require_recent_the_authenticated_user_s_activities.soundcloudRecentTheAuthenticatedUserSActivities;
|
|
78
|
+
exports.soundcloudRecentTracksFromFollowedUsers = require_recent_tracks_from_followed_users.soundcloudRecentTracksFromFollowedUsers;
|
|
79
|
+
exports.soundcloudRemovePlaylistRepost = require_remove_playlist_repost.soundcloudRemovePlaylistRepost;
|
|
80
|
+
exports.soundcloudRemoveTrackRepost = require_remove_track_repost.soundcloudRemoveTrackRepost;
|
|
81
|
+
exports.soundcloudRepostsAPlaylistAsTheAuthenticatedUser = require_reposts_a_playlist_as_the_authenticated_user.soundcloudRepostsAPlaylistAsTheAuthenticatedUser;
|
|
82
|
+
exports.soundcloudRepostsATrackAsTheAuthenticatedUser = require_reposts_a_track_as_the_authenticated_user.soundcloudRepostsATrackAsTheAuthenticatedUser;
|
|
83
|
+
exports.soundcloudResolveSoundCloudUrlsToApiResourceUrls = require_resolve_sound_cloud_urls_to_api_resource_urls.soundcloudResolveSoundCloudUrlsToApiResourceUrls;
|
|
84
|
+
exports.soundcloudReturnsACollectionOfPlaylistSReposters = require_returns_a_collection_of_playlist_s_reposters.soundcloudReturnsACollectionOfPlaylistSReposters;
|
|
85
|
+
exports.soundcloudReturnsACollectionOfTrackSReposters = require_returns_a_collection_of_track_s_reposters.soundcloudReturnsACollectionOfTrackSReposters;
|
|
86
|
+
exports.soundcloudReturnsAListOfTheCurrentUserSTracks = require_returns_a_list_of_the_current_user_s_tracks.soundcloudReturnsAListOfTheCurrentUserSTracks;
|
|
87
|
+
exports.soundcloudReturnsAListOfUserSFollowers = require_returns_a_list_of_user_s_followers.soundcloudReturnsAListOfUserSFollowers;
|
|
88
|
+
exports.soundcloudReturnsAListOfUserSFollowings = require_returns_a_list_of_user_s_followings.soundcloudReturnsAListOfUserSFollowings;
|
|
89
|
+
exports.soundcloudReturnsAListOfUserSLikedPlaylists = require_returns_a_list_of_user_s_liked_playlists.soundcloudReturnsAListOfUserSLikedPlaylists;
|
|
90
|
+
exports.soundcloudReturnsAListOfUserSLikedTracks = require_returns_a_list_of_user_s_liked_tracks.soundcloudReturnsAListOfUserSLikedTracks;
|
|
91
|
+
exports.soundcloudReturnsAListOfUserSPlaylists = require_returns_a_list_of_user_s_playlists.soundcloudReturnsAListOfUserSPlaylists;
|
|
92
|
+
exports.soundcloudReturnsAListOfUserSTracks = require_returns_a_list_of_user_s_tracks.soundcloudReturnsAListOfUserSTracks;
|
|
93
|
+
exports.soundcloudReturnsAPlaylist = require_returns_a_playlist.soundcloudReturnsAPlaylist;
|
|
94
|
+
exports.soundcloudReturnsATrack = require_returns_a_track.soundcloudReturnsATrack;
|
|
95
|
+
exports.soundcloudReturnsATrackSStreamableUrls = require_returns_a_track_s_streamable_urls.soundcloudReturnsATrackSStreamableUrls;
|
|
96
|
+
exports.soundcloudReturnsAUser = require_returns_a_user.soundcloudReturnsAUser;
|
|
97
|
+
exports.soundcloudReturnsTheAuthenticatedUserSActivities = require_returns_the_authenticated_user_s_activities.soundcloudReturnsTheAuthenticatedUserSActivities;
|
|
98
|
+
exports.soundcloudReturnsTheAuthenticatedUserSInformation = require_returns_the_authenticated_user_s_information.soundcloudReturnsTheAuthenticatedUserSInformation;
|
|
99
|
+
exports.soundcloudReturnsTheCommentsPostedOnTheTrackTrackId = require_returns_the_comments_posted_on_the_track_track_id.soundcloudReturnsTheCommentsPostedOnTheTrackTrackId;
|
|
100
|
+
exports.soundcloudReturnsTracksUnderAPlaylist = require_returns_tracks_under_a_playlist.soundcloudReturnsTracksUnderAPlaylist;
|
|
101
|
+
exports.soundcloudReturnsUserSPlaylistsSets = require_returns_user_s_playlists_sets.soundcloudReturnsUserSPlaylistsSets;
|
|
102
|
+
exports.soundcloudUnfollowUser = require_unfollow_user.soundcloudUnfollowUser;
|
|
103
|
+
exports.soundcloudUnlikesAPlaylist = require_unlikes_a_playlist.soundcloudUnlikesAPlaylist;
|
|
104
|
+
exports.soundcloudUnlikesATrack = require_unlikes_a_track.soundcloudUnlikesATrack;
|
|
105
|
+
exports.soundcloudUpdatesAPlaylist = require_updates_a_playlist.soundcloudUpdatesAPlaylist;
|
|
106
|
+
exports.soundcloudUpdatesATrackSInformation = require_updates_a_track_s_information.soundcloudUpdatesATrackSInformation;
|
|
107
|
+
exports.soundcloudUploadsANewTrack = require_uploads_a_new_track.soundcloudUploadsANewTrack;
|
|
108
|
+
exports.soundcloudUserRecentTrackActivities = require_user_recent_track_activities.soundcloudUserRecentTrackActivities;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { soundcloudCreatesAPlaylist } from "./actions/creates-a-playlist.cjs";
|
|
2
|
+
import { soundcloudDeletesAPlaylist } from "./actions/deletes-a-playlist.cjs";
|
|
3
|
+
import { soundcloudDeletesATrack } from "./actions/deletes-a-track.cjs";
|
|
4
|
+
import { soundcloudFetchSoundCloudFollowerProfileDetails } from "./actions/fetch-sound-cloud-follower-profile-details.cjs";
|
|
5
|
+
import { soundcloudFetchUserFavorites } from "./actions/fetch-user-favorites.cjs";
|
|
6
|
+
import { soundcloudFetchUserFollowingDetails } from "./actions/fetch-user-following-details.cjs";
|
|
7
|
+
import { soundcloudFetchUserProfilesLinks } from "./actions/fetch-user-profiles-links.cjs";
|
|
8
|
+
import { soundcloudFollowsAUser } from "./actions/follows-a-user.cjs";
|
|
9
|
+
import { soundcloudGetRelatedTracks } from "./actions/get-related-tracks.cjs";
|
|
10
|
+
import { soundcloudGetTrackLikers } from "./actions/get-track-likers.cjs";
|
|
11
|
+
import { soundcloudLikesAPlaylist } from "./actions/likes-a-playlist.cjs";
|
|
12
|
+
import { soundcloudLikesATrack } from "./actions/likes-a-track.cjs";
|
|
13
|
+
import { soundcloudListAuthenticatedUserFollowers } from "./actions/list-authenticated-user-followers.cjs";
|
|
14
|
+
import { soundcloudListFollowedByUser } from "./actions/list-followed-by-user.cjs";
|
|
15
|
+
import { soundcloudListUserFavorites } from "./actions/list-user-favorites.cjs";
|
|
16
|
+
import { soundcloudOauth2AuthorizationRedirectHandler } from "./actions/oauth2-authorization-redirect-handler.cjs";
|
|
17
|
+
import { soundcloudPerformsAPlaylistSearchBasedOnAQuery } from "./actions/performs-a-playlist-search-based-on-a-query.cjs";
|
|
18
|
+
import { soundcloudPerformsAUserSearchBasedOnAQuery } from "./actions/performs-a-user-search-based-on-a-query.cjs";
|
|
19
|
+
import { soundcloudProvisionAccessTokensPostAuthorization } from "./actions/provision-access-tokens-post-authorization.cjs";
|
|
20
|
+
import { soundcloudRecentTheAuthenticatedUserSActivities } from "./actions/recent-the-authenticated-user-s-activities.cjs";
|
|
21
|
+
import { soundcloudRecentTracksFromFollowedUsers } from "./actions/recent-tracks-from-followed-users.cjs";
|
|
22
|
+
import { soundcloudRemovePlaylistRepost } from "./actions/remove-playlist-repost.cjs";
|
|
23
|
+
import { soundcloudRemoveTrackRepost } from "./actions/remove-track-repost.cjs";
|
|
24
|
+
import { soundcloudRepostsAPlaylistAsTheAuthenticatedUser } from "./actions/reposts-a-playlist-as-the-authenticated-user.cjs";
|
|
25
|
+
import { soundcloudRepostsATrackAsTheAuthenticatedUser } from "./actions/reposts-a-track-as-the-authenticated-user.cjs";
|
|
26
|
+
import { soundcloudResolveSoundCloudUrlsToApiResourceUrls } from "./actions/resolve-sound-cloud-urls-to-api-resource-urls.cjs";
|
|
27
|
+
import { soundcloudReturnsACollectionOfPlaylistSReposters } from "./actions/returns-a-collection-of-playlist-s-reposters.cjs";
|
|
28
|
+
import { soundcloudReturnsACollectionOfTrackSReposters } from "./actions/returns-a-collection-of-track-s-reposters.cjs";
|
|
29
|
+
import { soundcloudReturnsAListOfTheCurrentUserSTracks } from "./actions/returns-a-list-of-the-current-user-s-tracks.cjs";
|
|
30
|
+
import { soundcloudReturnsAListOfUserSFollowers } from "./actions/returns-a-list-of-user-s-followers.cjs";
|
|
31
|
+
import { soundcloudReturnsAListOfUserSFollowings } from "./actions/returns-a-list-of-user-s-followings.cjs";
|
|
32
|
+
import { soundcloudReturnsAListOfUserSLikedPlaylists } from "./actions/returns-a-list-of-user-s-liked-playlists.cjs";
|
|
33
|
+
import { soundcloudReturnsAListOfUserSLikedTracks } from "./actions/returns-a-list-of-user-s-liked-tracks.cjs";
|
|
34
|
+
import { soundcloudReturnsAListOfUserSPlaylists } from "./actions/returns-a-list-of-user-s-playlists.cjs";
|
|
35
|
+
import { soundcloudReturnsAListOfUserSTracks } from "./actions/returns-a-list-of-user-s-tracks.cjs";
|
|
36
|
+
import { soundcloudReturnsAPlaylist } from "./actions/returns-a-playlist.cjs";
|
|
37
|
+
import { soundcloudReturnsATrack } from "./actions/returns-a-track.cjs";
|
|
38
|
+
import { soundcloudReturnsATrackSStreamableUrls } from "./actions/returns-a-track-s-streamable-urls.cjs";
|
|
39
|
+
import { soundcloudReturnsAUser } from "./actions/returns-a-user.cjs";
|
|
40
|
+
import { soundcloudReturnsTheAuthenticatedUserSActivities } from "./actions/returns-the-authenticated-user-s-activities.cjs";
|
|
41
|
+
import { soundcloudReturnsTheAuthenticatedUserSInformation } from "./actions/returns-the-authenticated-user-s-information.cjs";
|
|
42
|
+
import { soundcloudReturnsTheCommentsPostedOnTheTrackTrackId } from "./actions/returns-the-comments-posted-on-the-track-track-id.cjs";
|
|
43
|
+
import { soundcloudReturnsTracksUnderAPlaylist } from "./actions/returns-tracks-under-a-playlist.cjs";
|
|
44
|
+
import { soundcloudReturnsUserSPlaylistsSets } from "./actions/returns-user-s-playlists-sets.cjs";
|
|
45
|
+
import { soundcloudUnfollowUser } from "./actions/unfollow-user.cjs";
|
|
46
|
+
import { soundcloudUnlikesAPlaylist } from "./actions/unlikes-a-playlist.cjs";
|
|
47
|
+
import { soundcloudUnlikesATrack } from "./actions/unlikes-a-track.cjs";
|
|
48
|
+
import { soundcloudUpdatesAPlaylist } from "./actions/updates-a-playlist.cjs";
|
|
49
|
+
import { soundcloudUpdatesATrackSInformation } from "./actions/updates-a-track-s-information.cjs";
|
|
50
|
+
import { soundcloudUploadsANewTrack } from "./actions/uploads-a-new-track.cjs";
|
|
51
|
+
import { soundcloudUserRecentTrackActivities } from "./actions/user-recent-track-activities.cjs";
|
|
52
|
+
import { soundcloud } from "./app.cjs";
|
|
53
|
+
import { soundcloudCatalog } from "./catalog.cjs";
|
|
54
|
+
export { soundcloud, soundcloudCatalog, soundcloudCreatesAPlaylist, soundcloudDeletesAPlaylist, soundcloudDeletesATrack, soundcloudFetchSoundCloudFollowerProfileDetails, soundcloudFetchUserFavorites, soundcloudFetchUserFollowingDetails, soundcloudFetchUserProfilesLinks, soundcloudFollowsAUser, soundcloudGetRelatedTracks, soundcloudGetTrackLikers, soundcloudLikesAPlaylist, soundcloudLikesATrack, soundcloudListAuthenticatedUserFollowers, soundcloudListFollowedByUser, soundcloudListUserFavorites, soundcloudOauth2AuthorizationRedirectHandler, soundcloudPerformsAPlaylistSearchBasedOnAQuery, soundcloudPerformsAUserSearchBasedOnAQuery, soundcloudProvisionAccessTokensPostAuthorization, soundcloudRecentTheAuthenticatedUserSActivities, soundcloudRecentTracksFromFollowedUsers, soundcloudRemovePlaylistRepost, soundcloudRemoveTrackRepost, soundcloudRepostsAPlaylistAsTheAuthenticatedUser, soundcloudRepostsATrackAsTheAuthenticatedUser, soundcloudResolveSoundCloudUrlsToApiResourceUrls, soundcloudReturnsACollectionOfPlaylistSReposters, soundcloudReturnsACollectionOfTrackSReposters, soundcloudReturnsAListOfTheCurrentUserSTracks, soundcloudReturnsAListOfUserSFollowers, soundcloudReturnsAListOfUserSFollowings, soundcloudReturnsAListOfUserSLikedPlaylists, soundcloudReturnsAListOfUserSLikedTracks, soundcloudReturnsAListOfUserSPlaylists, soundcloudReturnsAListOfUserSTracks, soundcloudReturnsAPlaylist, soundcloudReturnsATrack, soundcloudReturnsATrackSStreamableUrls, soundcloudReturnsAUser, soundcloudReturnsTheAuthenticatedUserSActivities, soundcloudReturnsTheAuthenticatedUserSInformation, soundcloudReturnsTheCommentsPostedOnTheTrackTrackId, soundcloudReturnsTracksUnderAPlaylist, soundcloudReturnsUserSPlaylistsSets, soundcloudUnfollowUser, soundcloudUnlikesAPlaylist, soundcloudUnlikesATrack, soundcloudUpdatesAPlaylist, soundcloudUpdatesATrackSInformation, soundcloudUploadsANewTrack, soundcloudUserRecentTrackActivities };
|