@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":"returns-a-track.cjs","names":["z","action"],"sources":["../../src/actions/returns-a-track.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsATrackInput: z.ZodTypeAny = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n secret_token: z.string().describe(\"A secret token to fetch private playlists/tracks\").optional(),\n}).describe(\"Request schema for `ReturnsATrack`\");\nconst SoundcloudReturnsATrack_UserSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the user.\"),\n uri: z.string().describe(\"API resource URL for the user.\"),\n kind: z.string().describe(\"Type of resource, always 'user'.\"),\n username: z.string().describe(\"Username of the user.\"),\n permalink: z.string().describe(\"Permalink for the user's profile.\"),\n avatar_url: z.string().describe(\"URL to the user's avatar image.\").nullable().optional(),\n permalink_url: z.string().describe(\"URL to the user's profile page.\").nullable().optional(),\n}).describe(\"User object representing the uploader/creator of the track.\");\nexport const SoundcloudReturnsATrackOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the track.\"),\n bpm: z.number().int().describe(\"Tempo of the track in beats per minute.\").nullable().optional(),\n uri: z.string().describe(\"API resource URL for the track.\").nullable().optional(),\n isrc: z.string().describe(\"International Standard Recording Code for the track.\").nullable().optional(),\n kind: z.string().describe(\"Type of resource, always 'track' for track objects.\"),\n user: SoundcloudReturnsATrack_UserSchema.nullable(),\n genre: z.string().describe(\"Genre classification of the track.\").nullable().optional(),\n title: z.string().describe(\"Title of the track.\"),\n access: z.string().describe(\"Access level for the track ('playable', 'preview', or 'blocked').\").nullable().optional(),\n license: z.string().describe(\"License type for the track (e.g., 'all-rights-reserved', 'cc-by').\"),\n release: z.string().describe(\"Name of the release or album the track is part of.\").nullable().optional(),\n sharing: z.string().describe(\"Privacy setting for the track (e.g., 'public' or 'private').\"),\n duration: z.number().int().describe(\"Length of the track in milliseconds.\"),\n tag_list: z.string().describe(\"Space-separated list of tags associated with the track.\"),\n created_at: z.string().describe(\"Timestamp of when the track was created.\"),\n label_name: z.string().describe(\"Name of the record label associated with the track.\").nullable().optional(),\n secret_uri: z.string().describe(\"Private URI for accessing the track when shared privately.\").nullable().optional(),\n stream_url: z.string().describe(\"URL for streaming the track. Not available if access is 'blocked' or track is restricted.\").nullable().optional(),\n streamable: z.boolean().describe(\"Indicates whether the track is available for streaming.\"),\n artwork_url: z.string().describe(\"URL to the track's artwork image (JPEG format).\").nullable().optional(),\n commentable: z.boolean().describe(\"Indicates whether comments are enabled for the track.\"),\n description: z.string().describe(\"Description of the track provided by the uploader.\").nullable().optional(),\n is_explicit: z.boolean().describe(\"Indicates whether the track contains explicit content.\").nullable().optional(),\n release_day: z.number().int().describe(\"Day of the month when the track was released.\").nullable().optional(),\n download_url: z.string().describe(\"URL for downloading the track if downloadable is true.\").nullable().optional(),\n downloadable: z.boolean().describe(\"Indicates whether the track is available for download.\"),\n purchase_url: z.string().describe(\"URL where the track can be purchased.\").nullable().optional(),\n release_year: z.number().int().describe(\"Year when the track was released.\").nullable().optional(),\n waveform_url: z.string().describe(\"URL to the track's visual waveform image.\"),\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 ('all', 'me', or 'none').\").nullable().optional(),\n key_signature: z.string().describe(\"Musical key of the track.\").nullable().optional(),\n permalink_url: z.string().describe(\"URL to the track's page on SoundCloud.com.\"),\n release_month: z.number().int().describe(\"Month when the track was released.\").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(\"Indicates whether the current user has favorited the track.\").nullable().optional(),\n download_count: z.number().int().describe(\"Number of times the track has been downloaded.\").nullable().optional(),\n playback_count: z.number().int().describe(\"Number of times the track has been played.\").nullable().optional(),\n purchase_title: z.string().describe(\"Display text for the purchase link.\").nullable().optional(),\n favoritings_count: z.number().int().describe(\"Number of times the track has been favorited/liked.\").nullable().optional(),\n user_playback_count: z.number().int().describe(\"Number of times the current user has played the track.\").nullable().optional(),\n available_country_codes: z.array(z.string()).describe(\"List of country codes where the track is available for streaming.\").nullable().optional(),\n}).describe(\"Response schema for `ReturnsATrack`\");\n\nexport const soundcloudReturnsATrack = action(\"SOUNDCLOUD_RETURNS_A_TRACK\", {\n slug: \"soundcloud-returns-a-track\",\n name: \"Returns a track\",\n description: \"Fetches details of a specific SoundCloud track using its ID, including metadata like title, genre, and artist info. Supports private track access with a secret token. Responses include track details and user interaction data. Security via AuthHeader.\",\n input: SoundcloudReturnsATrackInput,\n output: SoundcloudReturnsATrackOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/returns-a-track.d.ts
|
|
4
|
+
declare const SoundcloudReturnsATrackInput: z.ZodTypeAny;
|
|
5
|
+
declare const SoundcloudReturnsATrackOutput: z.ZodTypeAny;
|
|
6
|
+
declare const soundcloudReturnsATrack: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { soundcloudReturnsATrack };
|
|
9
|
+
//# sourceMappingURL=returns-a-track.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-a-track.d.cts","names":[],"sources":["../../src/actions/returns-a-track.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAGI;AAAA,cAUpC,6BAAA,EAA+B,CAAA,CAAE,UA2CI;AAAA,cAErC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/returns-a-track.d.ts
|
|
4
|
+
declare const SoundcloudReturnsATrackInput: z.ZodTypeAny;
|
|
5
|
+
declare const SoundcloudReturnsATrackOutput: z.ZodTypeAny;
|
|
6
|
+
declare const soundcloudReturnsATrack: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { soundcloudReturnsATrack };
|
|
9
|
+
//# sourceMappingURL=returns-a-track.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-a-track.d.mts","names":[],"sources":["../../src/actions/returns-a-track.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAGI;AAAA,cAUpC,6BAAA,EAA+B,CAAA,CAAE,UA2CI;AAAA,cAErC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/returns-a-track.ts
|
|
4
|
+
const SoundcloudReturnsATrackInput = z.object({
|
|
5
|
+
track_id: z.number().int().describe("SoundCloud Track id"),
|
|
6
|
+
secret_token: z.string().describe("A secret token to fetch private playlists/tracks").optional()
|
|
7
|
+
}).describe("Request schema for `ReturnsATrack`");
|
|
8
|
+
const SoundcloudReturnsATrack_UserSchema = z.object({
|
|
9
|
+
id: z.number().int().describe("Unique identifier for the user."),
|
|
10
|
+
uri: z.string().describe("API resource URL for the user."),
|
|
11
|
+
kind: z.string().describe("Type of resource, always 'user'."),
|
|
12
|
+
username: z.string().describe("Username of the user."),
|
|
13
|
+
permalink: z.string().describe("Permalink for the user's profile."),
|
|
14
|
+
avatar_url: z.string().describe("URL to the user's avatar image.").nullable().optional(),
|
|
15
|
+
permalink_url: z.string().describe("URL to the user's profile page.").nullable().optional()
|
|
16
|
+
}).describe("User object representing the uploader/creator of the track.");
|
|
17
|
+
const soundcloudReturnsATrack = action("SOUNDCLOUD_RETURNS_A_TRACK", {
|
|
18
|
+
slug: "soundcloud-returns-a-track",
|
|
19
|
+
name: "Returns a track",
|
|
20
|
+
description: "Fetches details of a specific SoundCloud track using its ID, including metadata like title, genre, and artist info. Supports private track access with a secret token. Responses include track details and user interaction data. Security via AuthHeader.",
|
|
21
|
+
input: SoundcloudReturnsATrackInput,
|
|
22
|
+
output: z.object({
|
|
23
|
+
id: z.number().int().describe("Unique identifier for the track."),
|
|
24
|
+
bpm: z.number().int().describe("Tempo of the track in beats per minute.").nullable().optional(),
|
|
25
|
+
uri: z.string().describe("API resource URL for the track.").nullable().optional(),
|
|
26
|
+
isrc: z.string().describe("International Standard Recording Code for the track.").nullable().optional(),
|
|
27
|
+
kind: z.string().describe("Type of resource, always 'track' for track objects."),
|
|
28
|
+
user: SoundcloudReturnsATrack_UserSchema.nullable(),
|
|
29
|
+
genre: z.string().describe("Genre classification of the track.").nullable().optional(),
|
|
30
|
+
title: z.string().describe("Title of the track."),
|
|
31
|
+
access: z.string().describe("Access level for the track ('playable', 'preview', or 'blocked').").nullable().optional(),
|
|
32
|
+
license: z.string().describe("License type for the track (e.g., 'all-rights-reserved', 'cc-by')."),
|
|
33
|
+
release: z.string().describe("Name of the release or album the track is part of.").nullable().optional(),
|
|
34
|
+
sharing: z.string().describe("Privacy setting for the track (e.g., 'public' or 'private')."),
|
|
35
|
+
duration: z.number().int().describe("Length of the track in milliseconds."),
|
|
36
|
+
tag_list: z.string().describe("Space-separated list of tags associated with the track."),
|
|
37
|
+
created_at: z.string().describe("Timestamp of when the track was created."),
|
|
38
|
+
label_name: z.string().describe("Name of the record label associated with the track.").nullable().optional(),
|
|
39
|
+
secret_uri: z.string().describe("Private URI for accessing the track when shared privately.").nullable().optional(),
|
|
40
|
+
stream_url: z.string().describe("URL for streaming the track. Not available if access is 'blocked' or track is restricted.").nullable().optional(),
|
|
41
|
+
streamable: z.boolean().describe("Indicates whether the track is available for streaming."),
|
|
42
|
+
artwork_url: z.string().describe("URL to the track's artwork image (JPEG format).").nullable().optional(),
|
|
43
|
+
commentable: z.boolean().describe("Indicates whether comments are enabled for the track."),
|
|
44
|
+
description: z.string().describe("Description of the track provided by the uploader.").nullable().optional(),
|
|
45
|
+
is_explicit: z.boolean().describe("Indicates whether the track contains explicit content.").nullable().optional(),
|
|
46
|
+
release_day: z.number().int().describe("Day of the month when the track was released.").nullable().optional(),
|
|
47
|
+
download_url: z.string().describe("URL for downloading the track if downloadable is true.").nullable().optional(),
|
|
48
|
+
downloadable: z.boolean().describe("Indicates whether the track is available for download."),
|
|
49
|
+
purchase_url: z.string().describe("URL where the track can be purchased.").nullable().optional(),
|
|
50
|
+
release_year: z.number().int().describe("Year when the track was released.").nullable().optional(),
|
|
51
|
+
waveform_url: z.string().describe("URL to the track's visual waveform image."),
|
|
52
|
+
comment_count: z.number().int().describe("Number of comments on the track.").nullable().optional(),
|
|
53
|
+
embeddable_by: z.string().describe("Who can embed the track ('all', 'me', or 'none').").nullable().optional(),
|
|
54
|
+
key_signature: z.string().describe("Musical key of the track.").nullable().optional(),
|
|
55
|
+
permalink_url: z.string().describe("URL to the track's page on SoundCloud.com."),
|
|
56
|
+
release_month: z.number().int().describe("Month when the track was released.").nullable().optional(),
|
|
57
|
+
reposts_count: z.number().int().describe("Number of times the track has been reposted.").nullable().optional(),
|
|
58
|
+
user_favorite: z.boolean().describe("Indicates whether the current user has favorited the track.").nullable().optional(),
|
|
59
|
+
download_count: z.number().int().describe("Number of times the track has been downloaded.").nullable().optional(),
|
|
60
|
+
playback_count: z.number().int().describe("Number of times the track has been played.").nullable().optional(),
|
|
61
|
+
purchase_title: z.string().describe("Display text for the purchase link.").nullable().optional(),
|
|
62
|
+
favoritings_count: z.number().int().describe("Number of times the track has been favorited/liked.").nullable().optional(),
|
|
63
|
+
user_playback_count: z.number().int().describe("Number of times the current user has played the track.").nullable().optional(),
|
|
64
|
+
available_country_codes: z.array(z.string()).describe("List of country codes where the track is available for streaming.").nullable().optional()
|
|
65
|
+
}).describe("Response schema for `ReturnsATrack`")
|
|
66
|
+
});
|
|
67
|
+
//#endregion
|
|
68
|
+
export { soundcloudReturnsATrack };
|
|
69
|
+
|
|
70
|
+
//# sourceMappingURL=returns-a-track.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-a-track.mjs","names":[],"sources":["../../src/actions/returns-a-track.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsATrackInput: z.ZodTypeAny = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n secret_token: z.string().describe(\"A secret token to fetch private playlists/tracks\").optional(),\n}).describe(\"Request schema for `ReturnsATrack`\");\nconst SoundcloudReturnsATrack_UserSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the user.\"),\n uri: z.string().describe(\"API resource URL for the user.\"),\n kind: z.string().describe(\"Type of resource, always 'user'.\"),\n username: z.string().describe(\"Username of the user.\"),\n permalink: z.string().describe(\"Permalink for the user's profile.\"),\n avatar_url: z.string().describe(\"URL to the user's avatar image.\").nullable().optional(),\n permalink_url: z.string().describe(\"URL to the user's profile page.\").nullable().optional(),\n}).describe(\"User object representing the uploader/creator of the track.\");\nexport const SoundcloudReturnsATrackOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the track.\"),\n bpm: z.number().int().describe(\"Tempo of the track in beats per minute.\").nullable().optional(),\n uri: z.string().describe(\"API resource URL for the track.\").nullable().optional(),\n isrc: z.string().describe(\"International Standard Recording Code for the track.\").nullable().optional(),\n kind: z.string().describe(\"Type of resource, always 'track' for track objects.\"),\n user: SoundcloudReturnsATrack_UserSchema.nullable(),\n genre: z.string().describe(\"Genre classification of the track.\").nullable().optional(),\n title: z.string().describe(\"Title of the track.\"),\n access: z.string().describe(\"Access level for the track ('playable', 'preview', or 'blocked').\").nullable().optional(),\n license: z.string().describe(\"License type for the track (e.g., 'all-rights-reserved', 'cc-by').\"),\n release: z.string().describe(\"Name of the release or album the track is part of.\").nullable().optional(),\n sharing: z.string().describe(\"Privacy setting for the track (e.g., 'public' or 'private').\"),\n duration: z.number().int().describe(\"Length of the track in milliseconds.\"),\n tag_list: z.string().describe(\"Space-separated list of tags associated with the track.\"),\n created_at: z.string().describe(\"Timestamp of when the track was created.\"),\n label_name: z.string().describe(\"Name of the record label associated with the track.\").nullable().optional(),\n secret_uri: z.string().describe(\"Private URI for accessing the track when shared privately.\").nullable().optional(),\n stream_url: z.string().describe(\"URL for streaming the track. Not available if access is 'blocked' or track is restricted.\").nullable().optional(),\n streamable: z.boolean().describe(\"Indicates whether the track is available for streaming.\"),\n artwork_url: z.string().describe(\"URL to the track's artwork image (JPEG format).\").nullable().optional(),\n commentable: z.boolean().describe(\"Indicates whether comments are enabled for the track.\"),\n description: z.string().describe(\"Description of the track provided by the uploader.\").nullable().optional(),\n is_explicit: z.boolean().describe(\"Indicates whether the track contains explicit content.\").nullable().optional(),\n release_day: z.number().int().describe(\"Day of the month when the track was released.\").nullable().optional(),\n download_url: z.string().describe(\"URL for downloading the track if downloadable is true.\").nullable().optional(),\n downloadable: z.boolean().describe(\"Indicates whether the track is available for download.\"),\n purchase_url: z.string().describe(\"URL where the track can be purchased.\").nullable().optional(),\n release_year: z.number().int().describe(\"Year when the track was released.\").nullable().optional(),\n waveform_url: z.string().describe(\"URL to the track's visual waveform image.\"),\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 ('all', 'me', or 'none').\").nullable().optional(),\n key_signature: z.string().describe(\"Musical key of the track.\").nullable().optional(),\n permalink_url: z.string().describe(\"URL to the track's page on SoundCloud.com.\"),\n release_month: z.number().int().describe(\"Month when the track was released.\").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(\"Indicates whether the current user has favorited the track.\").nullable().optional(),\n download_count: z.number().int().describe(\"Number of times the track has been downloaded.\").nullable().optional(),\n playback_count: z.number().int().describe(\"Number of times the track has been played.\").nullable().optional(),\n purchase_title: z.string().describe(\"Display text for the purchase link.\").nullable().optional(),\n favoritings_count: z.number().int().describe(\"Number of times the track has been favorited/liked.\").nullable().optional(),\n user_playback_count: z.number().int().describe(\"Number of times the current user has played the track.\").nullable().optional(),\n available_country_codes: z.array(z.string()).describe(\"List of country codes where the track is available for streaming.\").nullable().optional(),\n}).describe(\"Response schema for `ReturnsATrack`\");\n\nexport const soundcloudReturnsATrack = action(\"SOUNDCLOUD_RETURNS_A_TRACK\", {\n slug: \"soundcloud-returns-a-track\",\n name: \"Returns a track\",\n description: \"Fetches details of a specific SoundCloud track using its ID, including metadata like title, genre, and artist info. Supports private track access with a secret token. Responses include track details and user interaction data. Security via AuthHeader.\",\n input: SoundcloudReturnsATrackInput,\n output: SoundcloudReturnsATrackOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/returns-a-user.ts
|
|
4
|
+
const SoundcloudReturnsAUserInput = zod.z.object({ user_id: zod.z.number().int().describe("SoundCloud User id") }).describe("Request schema for `ReturnsAUser`");
|
|
5
|
+
const SoundcloudReturnsAUser_QuotaSchema = zod.z.object({
|
|
6
|
+
upload_seconds_used: zod.z.number().int().describe("Upload seconds used.").nullable().optional(),
|
|
7
|
+
unlimited_upload_quota: zod.z.boolean().describe("Unlimited upload quota.").nullable().optional()
|
|
8
|
+
}).describe("Upload quota details.");
|
|
9
|
+
const SoundcloudReturnsAUser_SubscriptionProductSchema = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Subscription ID instance.").nullable().optional(),
|
|
11
|
+
name: zod.z.string().describe("Subscription name instance.").nullable().optional()
|
|
12
|
+
}).describe("Subscription product metadata.");
|
|
13
|
+
const SoundcloudReturnsAUser_SubscriptionSchema = zod.z.object({
|
|
14
|
+
product: SoundcloudReturnsAUser_SubscriptionProductSchema.nullable().optional(),
|
|
15
|
+
recurring: zod.z.boolean().describe("If the subscription is recurring or not.").nullable().optional()
|
|
16
|
+
}).describe("Subscription information.");
|
|
17
|
+
const SoundcloudReturnsAUserOutput = zod.z.object({
|
|
18
|
+
id: zod.z.number().int().describe("Unique numeric identifier (deprecated - use urn field instead, deadline June 30, 2025).").nullable().optional(),
|
|
19
|
+
uri: zod.z.string().describe("API resource URL.").nullable().optional(),
|
|
20
|
+
urn: zod.z.string().describe("String-based unique identifier for the user (format: soundcloud:users:{id}). Replaces the deprecated id field.").nullable().optional(),
|
|
21
|
+
city: zod.z.string().describe("City.").nullable().optional(),
|
|
22
|
+
kind: zod.z.string().describe("Kind of resource.").nullable().optional(),
|
|
23
|
+
plan: zod.z.string().describe("Subscription plan of the user.").nullable().optional(),
|
|
24
|
+
quota: SoundcloudReturnsAUser_QuotaSchema.nullable().optional(),
|
|
25
|
+
locale: zod.z.string().describe("Locale.").nullable().optional(),
|
|
26
|
+
country: zod.z.string().describe("Country.").nullable().optional(),
|
|
27
|
+
website: zod.z.string().describe("A URL to the website.").nullable().optional(),
|
|
28
|
+
username: zod.z.string().describe("Username.").nullable().optional(),
|
|
29
|
+
full_name: zod.z.string().describe("First and last name.").nullable().optional(),
|
|
30
|
+
last_name: zod.z.string().describe("Last name.").nullable().optional(),
|
|
31
|
+
permalink: zod.z.string().describe("Permalink of the resource.").nullable().optional(),
|
|
32
|
+
avatar_url: zod.z.string().describe("URL to a JPEG image.").nullable().optional(),
|
|
33
|
+
first_name: zod.z.string().describe("First name.").nullable().optional(),
|
|
34
|
+
description: zod.z.string().describe("Description.").nullable().optional(),
|
|
35
|
+
track_count: zod.z.number().int().describe("Number of public tracks.").nullable().optional(),
|
|
36
|
+
discogs_name: zod.z.string().describe("Discogs name.").nullable().optional(),
|
|
37
|
+
myspace_name: zod.z.string().describe("Myspace name (deprecated).").nullable().optional(),
|
|
38
|
+
last_modified: zod.z.string().describe("Last modified timestamp.").nullable().optional(),
|
|
39
|
+
permalink_url: zod.z.string().describe("URL to the SoundCloud.com page.").nullable().optional(),
|
|
40
|
+
reposts_count: zod.z.number().int().describe("Number of reposts from user.").nullable().optional(),
|
|
41
|
+
subscriptions: zod.z.array(SoundcloudReturnsAUser_SubscriptionSchema).describe("List of subscriptions associated with the user.").nullable().optional(),
|
|
42
|
+
website_title: zod.z.string().describe("A custom title for the website.").nullable().optional(),
|
|
43
|
+
playlist_count: zod.z.number().int().describe("Number of public playlists.").nullable().optional(),
|
|
44
|
+
followers_count: zod.z.number().int().describe("Number of followers.").nullable().optional(),
|
|
45
|
+
followings_count: zod.z.number().int().describe("Number of followed users.").nullable().optional(),
|
|
46
|
+
private_tracks_count: zod.z.number().int().describe("Number of private tracks.").nullable().optional(),
|
|
47
|
+
public_favorites_count: zod.z.number().int().describe("Number of favorited public tracks.").nullable().optional(),
|
|
48
|
+
primary_email_confirmed: zod.z.boolean().describe("Boolean indicating if email is confirmed.").nullable().optional(),
|
|
49
|
+
private_playlists_count: zod.z.number().int().describe("Number of private playlists.").nullable().optional()
|
|
50
|
+
}).describe("Response schema for `ReturnsAUser`");
|
|
51
|
+
const soundcloudReturnsAUser = require_action.action("SOUNDCLOUD_RETURNS_A_USER", {
|
|
52
|
+
slug: "soundcloud-returns-a-user",
|
|
53
|
+
name: "Returns a user",
|
|
54
|
+
description: "Fetch a SoundCloud user's details by user ID, including profile data, follower stats, and more. Requires AuthHeader. Responses include JSON formatted user details with examples for successful and error outcomes.",
|
|
55
|
+
input: SoundcloudReturnsAUserInput,
|
|
56
|
+
output: SoundcloudReturnsAUserOutput
|
|
57
|
+
});
|
|
58
|
+
//#endregion
|
|
59
|
+
exports.soundcloudReturnsAUser = soundcloudReturnsAUser;
|
|
60
|
+
|
|
61
|
+
//# sourceMappingURL=returns-a-user.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-a-user.cjs","names":["z","action"],"sources":["../../src/actions/returns-a-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsAUserInput: z.ZodTypeAny = z.object({\n user_id: z.number().int().describe(\"SoundCloud User id\"),\n}).describe(\"Request schema for `ReturnsAUser`\");\nconst SoundcloudReturnsAUser_QuotaSchema: z.ZodTypeAny = z.object({\n upload_seconds_used: z.number().int().describe(\"Upload seconds used.\").nullable().optional(),\n unlimited_upload_quota: z.boolean().describe(\"Unlimited upload quota.\").nullable().optional(),\n}).describe(\"Upload quota details.\");\nconst SoundcloudReturnsAUser_SubscriptionProductSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Subscription ID instance.\").nullable().optional(),\n name: z.string().describe(\"Subscription name instance.\").nullable().optional(),\n}).describe(\"Subscription product metadata.\");\nconst SoundcloudReturnsAUser_SubscriptionSchema: z.ZodTypeAny = z.object({\n product: SoundcloudReturnsAUser_SubscriptionProductSchema.nullable().optional(),\n recurring: z.boolean().describe(\"If the subscription is recurring or not.\").nullable().optional(),\n}).describe(\"Subscription information.\");\nexport const SoundcloudReturnsAUserOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique numeric identifier (deprecated - use urn field instead, deadline June 30, 2025).\").nullable().optional(),\n uri: z.string().describe(\"API resource URL.\").nullable().optional(),\n urn: z.string().describe(\"String-based unique identifier for the user (format: soundcloud:users:{id}). Replaces the deprecated id field.\").nullable().optional(),\n city: z.string().describe(\"City.\").nullable().optional(),\n kind: z.string().describe(\"Kind of resource.\").nullable().optional(),\n plan: z.string().describe(\"Subscription plan of the user.\").nullable().optional(),\n quota: SoundcloudReturnsAUser_QuotaSchema.nullable().optional(),\n locale: z.string().describe(\"Locale.\").nullable().optional(),\n country: z.string().describe(\"Country.\").nullable().optional(),\n website: z.string().describe(\"A URL to the website.\").nullable().optional(),\n username: z.string().describe(\"Username.\").nullable().optional(),\n full_name: z.string().describe(\"First and last name.\").nullable().optional(),\n last_name: z.string().describe(\"Last name.\").nullable().optional(),\n permalink: z.string().describe(\"Permalink of the resource.\").nullable().optional(),\n avatar_url: z.string().describe(\"URL to a JPEG image.\").nullable().optional(),\n first_name: z.string().describe(\"First name.\").nullable().optional(),\n description: z.string().describe(\"Description.\").nullable().optional(),\n track_count: z.number().int().describe(\"Number of public tracks.\").nullable().optional(),\n discogs_name: z.string().describe(\"Discogs name.\").nullable().optional(),\n myspace_name: z.string().describe(\"Myspace name (deprecated).\").nullable().optional(),\n last_modified: z.string().describe(\"Last modified timestamp.\").nullable().optional(),\n permalink_url: z.string().describe(\"URL to the SoundCloud.com page.\").nullable().optional(),\n reposts_count: z.number().int().describe(\"Number of reposts from user.\").nullable().optional(),\n subscriptions: z.array(SoundcloudReturnsAUser_SubscriptionSchema).describe(\"List of subscriptions associated with the user.\").nullable().optional(),\n website_title: z.string().describe(\"A custom title for the website.\").nullable().optional(),\n playlist_count: z.number().int().describe(\"Number of public playlists.\").nullable().optional(),\n followers_count: z.number().int().describe(\"Number of followers.\").nullable().optional(),\n followings_count: z.number().int().describe(\"Number of followed users.\").nullable().optional(),\n private_tracks_count: z.number().int().describe(\"Number of private tracks.\").nullable().optional(),\n public_favorites_count: z.number().int().describe(\"Number of favorited public tracks.\").nullable().optional(),\n primary_email_confirmed: z.boolean().describe(\"Boolean indicating if email is confirmed.\").nullable().optional(),\n private_playlists_count: z.number().int().describe(\"Number of private playlists.\").nullable().optional(),\n}).describe(\"Response schema for `ReturnsAUser`\");\n\nexport const soundcloudReturnsAUser = action(\"SOUNDCLOUD_RETURNS_A_USER\", {\n slug: \"soundcloud-returns-a-user\",\n name: \"Returns a user\",\n description: \"Fetch a SoundCloud user's details by user ID, including profile data, follower stats, and more. Requires AuthHeader. Responses include JSON formatted user details with examples for successful and error outcomes.\",\n input: SoundcloudReturnsAUserInput,\n output: SoundcloudReturnsAUserOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/returns-a-user.d.ts
|
|
4
|
+
declare const SoundcloudReturnsAUserInput: z.ZodTypeAny;
|
|
5
|
+
declare const SoundcloudReturnsAUserOutput: z.ZodTypeAny;
|
|
6
|
+
declare const soundcloudReturnsAUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { soundcloudReturnsAUser };
|
|
9
|
+
//# sourceMappingURL=returns-a-user.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-a-user.d.cts","names":[],"sources":["../../src/actions/returns-a-user.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEI;AAAA,cAanC,4BAAA,EAA8B,CAAA,CAAE,UAiCI;AAAA,cAEpC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/returns-a-user.d.ts
|
|
4
|
+
declare const SoundcloudReturnsAUserInput: z.ZodTypeAny;
|
|
5
|
+
declare const SoundcloudReturnsAUserOutput: z.ZodTypeAny;
|
|
6
|
+
declare const soundcloudReturnsAUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { soundcloudReturnsAUser };
|
|
9
|
+
//# sourceMappingURL=returns-a-user.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-a-user.d.mts","names":[],"sources":["../../src/actions/returns-a-user.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEI;AAAA,cAanC,4BAAA,EAA8B,CAAA,CAAE,UAiCI;AAAA,cAEpC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/returns-a-user.ts
|
|
4
|
+
const SoundcloudReturnsAUserInput = z.object({ user_id: z.number().int().describe("SoundCloud User id") }).describe("Request schema for `ReturnsAUser`");
|
|
5
|
+
const SoundcloudReturnsAUser_QuotaSchema = z.object({
|
|
6
|
+
upload_seconds_used: z.number().int().describe("Upload seconds used.").nullable().optional(),
|
|
7
|
+
unlimited_upload_quota: z.boolean().describe("Unlimited upload quota.").nullable().optional()
|
|
8
|
+
}).describe("Upload quota details.");
|
|
9
|
+
const SoundcloudReturnsAUser_SubscriptionProductSchema = z.object({
|
|
10
|
+
id: z.string().describe("Subscription ID instance.").nullable().optional(),
|
|
11
|
+
name: z.string().describe("Subscription name instance.").nullable().optional()
|
|
12
|
+
}).describe("Subscription product metadata.");
|
|
13
|
+
const SoundcloudReturnsAUser_SubscriptionSchema = z.object({
|
|
14
|
+
product: SoundcloudReturnsAUser_SubscriptionProductSchema.nullable().optional(),
|
|
15
|
+
recurring: z.boolean().describe("If the subscription is recurring or not.").nullable().optional()
|
|
16
|
+
}).describe("Subscription information.");
|
|
17
|
+
const soundcloudReturnsAUser = action("SOUNDCLOUD_RETURNS_A_USER", {
|
|
18
|
+
slug: "soundcloud-returns-a-user",
|
|
19
|
+
name: "Returns a user",
|
|
20
|
+
description: "Fetch a SoundCloud user's details by user ID, including profile data, follower stats, and more. Requires AuthHeader. Responses include JSON formatted user details with examples for successful and error outcomes.",
|
|
21
|
+
input: SoundcloudReturnsAUserInput,
|
|
22
|
+
output: z.object({
|
|
23
|
+
id: z.number().int().describe("Unique numeric identifier (deprecated - use urn field instead, deadline June 30, 2025).").nullable().optional(),
|
|
24
|
+
uri: z.string().describe("API resource URL.").nullable().optional(),
|
|
25
|
+
urn: z.string().describe("String-based unique identifier for the user (format: soundcloud:users:{id}). Replaces the deprecated id field.").nullable().optional(),
|
|
26
|
+
city: z.string().describe("City.").nullable().optional(),
|
|
27
|
+
kind: z.string().describe("Kind of resource.").nullable().optional(),
|
|
28
|
+
plan: z.string().describe("Subscription plan of the user.").nullable().optional(),
|
|
29
|
+
quota: SoundcloudReturnsAUser_QuotaSchema.nullable().optional(),
|
|
30
|
+
locale: z.string().describe("Locale.").nullable().optional(),
|
|
31
|
+
country: z.string().describe("Country.").nullable().optional(),
|
|
32
|
+
website: z.string().describe("A URL to the website.").nullable().optional(),
|
|
33
|
+
username: z.string().describe("Username.").nullable().optional(),
|
|
34
|
+
full_name: z.string().describe("First and last name.").nullable().optional(),
|
|
35
|
+
last_name: z.string().describe("Last name.").nullable().optional(),
|
|
36
|
+
permalink: z.string().describe("Permalink of the resource.").nullable().optional(),
|
|
37
|
+
avatar_url: z.string().describe("URL to a JPEG image.").nullable().optional(),
|
|
38
|
+
first_name: z.string().describe("First name.").nullable().optional(),
|
|
39
|
+
description: z.string().describe("Description.").nullable().optional(),
|
|
40
|
+
track_count: z.number().int().describe("Number of public tracks.").nullable().optional(),
|
|
41
|
+
discogs_name: z.string().describe("Discogs name.").nullable().optional(),
|
|
42
|
+
myspace_name: z.string().describe("Myspace name (deprecated).").nullable().optional(),
|
|
43
|
+
last_modified: z.string().describe("Last modified timestamp.").nullable().optional(),
|
|
44
|
+
permalink_url: z.string().describe("URL to the SoundCloud.com page.").nullable().optional(),
|
|
45
|
+
reposts_count: z.number().int().describe("Number of reposts from user.").nullable().optional(),
|
|
46
|
+
subscriptions: z.array(SoundcloudReturnsAUser_SubscriptionSchema).describe("List of subscriptions associated with the user.").nullable().optional(),
|
|
47
|
+
website_title: z.string().describe("A custom title for the website.").nullable().optional(),
|
|
48
|
+
playlist_count: z.number().int().describe("Number of public playlists.").nullable().optional(),
|
|
49
|
+
followers_count: z.number().int().describe("Number of followers.").nullable().optional(),
|
|
50
|
+
followings_count: z.number().int().describe("Number of followed users.").nullable().optional(),
|
|
51
|
+
private_tracks_count: z.number().int().describe("Number of private tracks.").nullable().optional(),
|
|
52
|
+
public_favorites_count: z.number().int().describe("Number of favorited public tracks.").nullable().optional(),
|
|
53
|
+
primary_email_confirmed: z.boolean().describe("Boolean indicating if email is confirmed.").nullable().optional(),
|
|
54
|
+
private_playlists_count: z.number().int().describe("Number of private playlists.").nullable().optional()
|
|
55
|
+
}).describe("Response schema for `ReturnsAUser`")
|
|
56
|
+
});
|
|
57
|
+
//#endregion
|
|
58
|
+
export { soundcloudReturnsAUser };
|
|
59
|
+
|
|
60
|
+
//# sourceMappingURL=returns-a-user.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-a-user.mjs","names":[],"sources":["../../src/actions/returns-a-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsAUserInput: z.ZodTypeAny = z.object({\n user_id: z.number().int().describe(\"SoundCloud User id\"),\n}).describe(\"Request schema for `ReturnsAUser`\");\nconst SoundcloudReturnsAUser_QuotaSchema: z.ZodTypeAny = z.object({\n upload_seconds_used: z.number().int().describe(\"Upload seconds used.\").nullable().optional(),\n unlimited_upload_quota: z.boolean().describe(\"Unlimited upload quota.\").nullable().optional(),\n}).describe(\"Upload quota details.\");\nconst SoundcloudReturnsAUser_SubscriptionProductSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Subscription ID instance.\").nullable().optional(),\n name: z.string().describe(\"Subscription name instance.\").nullable().optional(),\n}).describe(\"Subscription product metadata.\");\nconst SoundcloudReturnsAUser_SubscriptionSchema: z.ZodTypeAny = z.object({\n product: SoundcloudReturnsAUser_SubscriptionProductSchema.nullable().optional(),\n recurring: z.boolean().describe(\"If the subscription is recurring or not.\").nullable().optional(),\n}).describe(\"Subscription information.\");\nexport const SoundcloudReturnsAUserOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique numeric identifier (deprecated - use urn field instead, deadline June 30, 2025).\").nullable().optional(),\n uri: z.string().describe(\"API resource URL.\").nullable().optional(),\n urn: z.string().describe(\"String-based unique identifier for the user (format: soundcloud:users:{id}). Replaces the deprecated id field.\").nullable().optional(),\n city: z.string().describe(\"City.\").nullable().optional(),\n kind: z.string().describe(\"Kind of resource.\").nullable().optional(),\n plan: z.string().describe(\"Subscription plan of the user.\").nullable().optional(),\n quota: SoundcloudReturnsAUser_QuotaSchema.nullable().optional(),\n locale: z.string().describe(\"Locale.\").nullable().optional(),\n country: z.string().describe(\"Country.\").nullable().optional(),\n website: z.string().describe(\"A URL to the website.\").nullable().optional(),\n username: z.string().describe(\"Username.\").nullable().optional(),\n full_name: z.string().describe(\"First and last name.\").nullable().optional(),\n last_name: z.string().describe(\"Last name.\").nullable().optional(),\n permalink: z.string().describe(\"Permalink of the resource.\").nullable().optional(),\n avatar_url: z.string().describe(\"URL to a JPEG image.\").nullable().optional(),\n first_name: z.string().describe(\"First name.\").nullable().optional(),\n description: z.string().describe(\"Description.\").nullable().optional(),\n track_count: z.number().int().describe(\"Number of public tracks.\").nullable().optional(),\n discogs_name: z.string().describe(\"Discogs name.\").nullable().optional(),\n myspace_name: z.string().describe(\"Myspace name (deprecated).\").nullable().optional(),\n last_modified: z.string().describe(\"Last modified timestamp.\").nullable().optional(),\n permalink_url: z.string().describe(\"URL to the SoundCloud.com page.\").nullable().optional(),\n reposts_count: z.number().int().describe(\"Number of reposts from user.\").nullable().optional(),\n subscriptions: z.array(SoundcloudReturnsAUser_SubscriptionSchema).describe(\"List of subscriptions associated with the user.\").nullable().optional(),\n website_title: z.string().describe(\"A custom title for the website.\").nullable().optional(),\n playlist_count: z.number().int().describe(\"Number of public playlists.\").nullable().optional(),\n followers_count: z.number().int().describe(\"Number of followers.\").nullable().optional(),\n followings_count: z.number().int().describe(\"Number of followed users.\").nullable().optional(),\n private_tracks_count: z.number().int().describe(\"Number of private tracks.\").nullable().optional(),\n public_favorites_count: z.number().int().describe(\"Number of favorited public tracks.\").nullable().optional(),\n primary_email_confirmed: z.boolean().describe(\"Boolean indicating if email is confirmed.\").nullable().optional(),\n private_playlists_count: z.number().int().describe(\"Number of private playlists.\").nullable().optional(),\n}).describe(\"Response schema for `ReturnsAUser`\");\n\nexport const soundcloudReturnsAUser = action(\"SOUNDCLOUD_RETURNS_A_USER\", {\n slug: \"soundcloud-returns-a-user\",\n name: \"Returns a user\",\n description: \"Fetch a SoundCloud user's details by user ID, including profile data, follower stats, and more. Requires AuthHeader. Responses include JSON formatted user details with examples for successful and error outcomes.\",\n input: SoundcloudReturnsAUserInput,\n output: SoundcloudReturnsAUserOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/returns-the-authenticated-user-s-activities.ts
|
|
4
|
+
const SoundcloudReturnsTheAuthenticatedUserSActivitiesInput = zod.z.object({
|
|
5
|
+
limit: zod.z.number().int().default(50).describe("Number of results to return in the collection.").optional(),
|
|
6
|
+
access: zod.z.array(zod.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 `ReturnsTheAuthenticatedUserSActivities`");
|
|
12
|
+
const SoundcloudReturnsTheAuthenticatedUserSActivities_ActivityItemSchema = zod.z.object({
|
|
13
|
+
type: zod.z.string().describe("Type of activity (e.g., 'track', 'track:repost', 'playlist', 'comment', 'favoriting', 'track-sharing')"),
|
|
14
|
+
origin: zod.z.record(zod.z.string(), zod.z.unknown()).describe("The resource that originated the activity (can be Track or Playlist object with full metadata)"),
|
|
15
|
+
createdAt: zod.z.string().describe("Timestamp when the activity was created")
|
|
16
|
+
}).describe("Represents a single activity item in the user's activity stream");
|
|
17
|
+
const SoundcloudReturnsTheAuthenticatedUserSActivitiesOutput = zod.z.object({
|
|
18
|
+
nextHref: zod.z.string().describe("URL for fetching the next page of activities (pagination)").nullable().optional(),
|
|
19
|
+
collection: zod.z.array(SoundcloudReturnsTheAuthenticatedUserSActivities_ActivityItemSchema).describe("Array of activity items representing user activities"),
|
|
20
|
+
futureHref: zod.z.string().describe("URL for fetching future activity updates").nullable().optional()
|
|
21
|
+
}).describe("Response schema for `ReturnsTheAuthenticatedUserSActivities`");
|
|
22
|
+
const soundcloudReturnsTheAuthenticatedUserSActivities = require_action.action("SOUNDCLOUD_RETURNS_THE_AUTHENTICATED_USER_S_ACTIVITIES", {
|
|
23
|
+
slug: "soundcloud-returns-the-authenticated-user-s-activities",
|
|
24
|
+
name: "Returns the authenticated user s activities",
|
|
25
|
+
description: "The `/me/activities` endpoint lets authenticated users access their SoundCloud activities (tracks, playlists) based on access level, requiring `AuthHeader` for security. It returns success (200) with data or unauthorized (401).",
|
|
26
|
+
input: SoundcloudReturnsTheAuthenticatedUserSActivitiesInput,
|
|
27
|
+
output: SoundcloudReturnsTheAuthenticatedUserSActivitiesOutput
|
|
28
|
+
});
|
|
29
|
+
//#endregion
|
|
30
|
+
exports.soundcloudReturnsTheAuthenticatedUserSActivities = soundcloudReturnsTheAuthenticatedUserSActivities;
|
|
31
|
+
|
|
32
|
+
//# sourceMappingURL=returns-the-authenticated-user-s-activities.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-the-authenticated-user-s-activities.cjs","names":["z","action"],"sources":["../../src/actions/returns-the-authenticated-user-s-activities.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsTheAuthenticatedUserSActivitiesInput: 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 `ReturnsTheAuthenticatedUserSActivities`\");\nconst SoundcloudReturnsTheAuthenticatedUserSActivities_ActivityItemSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of activity (e.g., 'track', 'track:repost', 'playlist', 'comment', 'favoriting', 'track-sharing')\"),\n origin: z.record(z.string(), z.unknown()).describe(\"The resource that originated the activity (can be Track or Playlist object with full metadata)\"),\n createdAt: z.string().describe(\"Timestamp when the activity was created\"),\n}).describe(\"Represents a single activity item in the user's activity stream\");\nexport const SoundcloudReturnsTheAuthenticatedUserSActivitiesOutput: z.ZodTypeAny = z.object({\n nextHref: z.string().describe(\"URL for fetching the next page of activities (pagination)\").nullable().optional(),\n collection: z.array(SoundcloudReturnsTheAuthenticatedUserSActivities_ActivityItemSchema).describe(\"Array of activity items representing user activities\"),\n futureHref: z.string().describe(\"URL for fetching future activity updates\").nullable().optional(),\n}).describe(\"Response schema for `ReturnsTheAuthenticatedUserSActivities`\");\n\nexport const soundcloudReturnsTheAuthenticatedUserSActivities = action(\"SOUNDCLOUD_RETURNS_THE_AUTHENTICATED_USER_S_ACTIVITIES\", {\n slug: \"soundcloud-returns-the-authenticated-user-s-activities\",\n name: \"Returns the authenticated user s activities\",\n description: \"The `/me/activities` endpoint lets authenticated users access their SoundCloud activities (tracks, playlists) based on access level, requiring `AuthHeader` for security. It returns success (200) with data or unauthorized (401).\",\n input: SoundcloudReturnsTheAuthenticatedUserSActivitiesInput,\n output: SoundcloudReturnsTheAuthenticatedUserSActivitiesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wDAAsEA,IAAAA,EAAE,OAAO;CAC1F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACxG,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAY;EAAW;CAAS,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,YAAW,SAAS,CAAC,CAAC,CAAC,SAAS,uQAAuQ,CAAC,CAAC,SAAS;AACzX,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,sEAAoFA,IAAAA,EAAE,OAAO;CACjG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG;CAClI,QAAQA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gGAAgG;CACnJ,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;AAC1E,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,yDAAuEA,IAAAA,EAAE,OAAO;CAC3F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,YAAYA,IAAAA,EAAE,MAAM,mEAAmE,CAAC,CAAC,SAAS,sDAAsD;CACxJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAE1E,MAAa,mDAAmDC,eAAAA,OAAO,0DAA0D;CAC/H,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/returns-the-authenticated-user-s-activities.d.ts
|
|
4
|
+
declare const SoundcloudReturnsTheAuthenticatedUserSActivitiesInput: z.ZodTypeAny;
|
|
5
|
+
declare const SoundcloudReturnsTheAuthenticatedUserSActivitiesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const soundcloudReturnsTheAuthenticatedUserSActivities: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { soundcloudReturnsTheAuthenticatedUserSActivities };
|
|
9
|
+
//# sourceMappingURL=returns-the-authenticated-user-s-activities.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-the-authenticated-user-s-activities.d.cts","names":[],"sources":["../../src/actions/returns-the-authenticated-user-s-activities.ts"],"mappings":";;;cAIa,qDAAA,EAAuD,CAAA,CAAE,UAGI;AAAA,cAM7D,sDAAA,EAAwD,CAAA,CAAE,UAII;AAAA,cAE9D,gDAAA,gCAAgD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/returns-the-authenticated-user-s-activities.d.ts
|
|
4
|
+
declare const SoundcloudReturnsTheAuthenticatedUserSActivitiesInput: z.ZodTypeAny;
|
|
5
|
+
declare const SoundcloudReturnsTheAuthenticatedUserSActivitiesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const soundcloudReturnsTheAuthenticatedUserSActivities: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { soundcloudReturnsTheAuthenticatedUserSActivities };
|
|
9
|
+
//# sourceMappingURL=returns-the-authenticated-user-s-activities.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-the-authenticated-user-s-activities.d.mts","names":[],"sources":["../../src/actions/returns-the-authenticated-user-s-activities.ts"],"mappings":";;;cAIa,qDAAA,EAAuD,CAAA,CAAE,UAGI;AAAA,cAM7D,sDAAA,EAAwD,CAAA,CAAE,UAII;AAAA,cAE9D,gDAAA,gCAAgD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/returns-the-authenticated-user-s-activities.ts
|
|
4
|
+
const SoundcloudReturnsTheAuthenticatedUserSActivitiesInput = 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 `ReturnsTheAuthenticatedUserSActivities`");
|
|
12
|
+
const SoundcloudReturnsTheAuthenticatedUserSActivities_ActivityItemSchema = z.object({
|
|
13
|
+
type: z.string().describe("Type of activity (e.g., 'track', 'track:repost', 'playlist', 'comment', 'favoriting', 'track-sharing')"),
|
|
14
|
+
origin: z.record(z.string(), z.unknown()).describe("The resource that originated the activity (can be Track or Playlist object with full metadata)"),
|
|
15
|
+
createdAt: z.string().describe("Timestamp when the activity was created")
|
|
16
|
+
}).describe("Represents a single activity item in the user's activity stream");
|
|
17
|
+
const soundcloudReturnsTheAuthenticatedUserSActivities = action("SOUNDCLOUD_RETURNS_THE_AUTHENTICATED_USER_S_ACTIVITIES", {
|
|
18
|
+
slug: "soundcloud-returns-the-authenticated-user-s-activities",
|
|
19
|
+
name: "Returns the authenticated user s activities",
|
|
20
|
+
description: "The `/me/activities` endpoint lets authenticated users access their SoundCloud activities (tracks, playlists) based on access level, requiring `AuthHeader` for security. It returns success (200) with data or unauthorized (401).",
|
|
21
|
+
input: SoundcloudReturnsTheAuthenticatedUserSActivitiesInput,
|
|
22
|
+
output: z.object({
|
|
23
|
+
nextHref: z.string().describe("URL for fetching the next page of activities (pagination)").nullable().optional(),
|
|
24
|
+
collection: z.array(SoundcloudReturnsTheAuthenticatedUserSActivities_ActivityItemSchema).describe("Array of activity items representing user activities"),
|
|
25
|
+
futureHref: z.string().describe("URL for fetching future activity updates").nullable().optional()
|
|
26
|
+
}).describe("Response schema for `ReturnsTheAuthenticatedUserSActivities`")
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
export { soundcloudReturnsTheAuthenticatedUserSActivities };
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=returns-the-authenticated-user-s-activities.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-the-authenticated-user-s-activities.mjs","names":[],"sources":["../../src/actions/returns-the-authenticated-user-s-activities.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsTheAuthenticatedUserSActivitiesInput: 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 `ReturnsTheAuthenticatedUserSActivities`\");\nconst SoundcloudReturnsTheAuthenticatedUserSActivities_ActivityItemSchema: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Type of activity (e.g., 'track', 'track:repost', 'playlist', 'comment', 'favoriting', 'track-sharing')\"),\n origin: z.record(z.string(), z.unknown()).describe(\"The resource that originated the activity (can be Track or Playlist object with full metadata)\"),\n createdAt: z.string().describe(\"Timestamp when the activity was created\"),\n}).describe(\"Represents a single activity item in the user's activity stream\");\nexport const SoundcloudReturnsTheAuthenticatedUserSActivitiesOutput: z.ZodTypeAny = z.object({\n nextHref: z.string().describe(\"URL for fetching the next page of activities (pagination)\").nullable().optional(),\n collection: z.array(SoundcloudReturnsTheAuthenticatedUserSActivities_ActivityItemSchema).describe(\"Array of activity items representing user activities\"),\n futureHref: z.string().describe(\"URL for fetching future activity updates\").nullable().optional(),\n}).describe(\"Response schema for `ReturnsTheAuthenticatedUserSActivities`\");\n\nexport const soundcloudReturnsTheAuthenticatedUserSActivities = action(\"SOUNDCLOUD_RETURNS_THE_AUTHENTICATED_USER_S_ACTIVITIES\", {\n slug: \"soundcloud-returns-the-authenticated-user-s-activities\",\n name: \"Returns the authenticated user s activities\",\n description: \"The `/me/activities` endpoint lets authenticated users access their SoundCloud activities (tracks, playlists) based on access level, requiring `AuthHeader` for security. It returns success (200) with data or unauthorized (401).\",\n input: SoundcloudReturnsTheAuthenticatedUserSActivitiesInput,\n output: SoundcloudReturnsTheAuthenticatedUserSActivitiesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wDAAsE,EAAE,OAAO;CAC1F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACxG,QAAQ,EAAE,MAAM,EAAE,KAAK;EAAC;EAAY;EAAW;CAAS,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,YAAW,SAAS,CAAC,CAAC,CAAC,SAAS,uQAAuQ,CAAC,CAAC,SAAS;AACzX,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,sEAAoF,EAAE,OAAO;CACjG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wGAAwG;CAClI,QAAQ,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,gGAAgG;CACnJ,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;AAC1E,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAO7E,MAAa,mDAAmD,OAAO,0DAA0D;CAC/H,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXkF,EAAE,OAAO;EAC3F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/G,YAAY,EAAE,MAAM,mEAAmE,CAAC,CAAC,SAAS,sDAAsD;EACxJ,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,CAAC,CAAC,CAAC,SAAS,8DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/returns-the-authenticated-user-s-information.ts
|
|
4
|
+
const SoundcloudReturnsTheAuthenticatedUserSInformationInput = zod.z.object({}).describe("Request schema for `ReturnsTheAuthenticatedUserSInformation`");
|
|
5
|
+
const SoundcloudReturnsTheAuthenticatedUserSInformation_QuotaSchema = zod.z.object({
|
|
6
|
+
upload_seconds_used: zod.z.number().int().describe("Upload seconds used").nullable().optional(),
|
|
7
|
+
unlimited_upload_quota: zod.z.boolean().describe("Whether user has unlimited upload quota").nullable().optional()
|
|
8
|
+
}).describe("Upload quota details");
|
|
9
|
+
const SoundcloudReturnsTheAuthenticatedUserSInformationOutput = zod.z.object({
|
|
10
|
+
id: zod.z.number().int().describe("Unique identifier").nullable().optional(),
|
|
11
|
+
uri: zod.z.string().describe("API resource URL").nullable().optional(),
|
|
12
|
+
city: zod.z.string().describe("City").nullable().optional(),
|
|
13
|
+
kind: zod.z.string().describe("Kind of resource").nullable().optional(),
|
|
14
|
+
plan: zod.z.string().describe("Subscription plan of the user").nullable().optional(),
|
|
15
|
+
quota: SoundcloudReturnsTheAuthenticatedUserSInformation_QuotaSchema.nullable().optional(),
|
|
16
|
+
locale: zod.z.string().describe("Locale").nullable().optional(),
|
|
17
|
+
country: zod.z.string().describe("Country").nullable().optional(),
|
|
18
|
+
website: zod.z.string().describe("URL to the website").nullable().optional(),
|
|
19
|
+
username: zod.z.string().describe("Username").nullable().optional(),
|
|
20
|
+
full_name: zod.z.string().describe("First and last name").nullable().optional(),
|
|
21
|
+
last_name: zod.z.string().describe("Last name").nullable().optional(),
|
|
22
|
+
permalink: zod.z.string().describe("Permalink of the resource").nullable().optional(),
|
|
23
|
+
avatar_url: zod.z.string().describe("URL to a JPEG image").nullable().optional(),
|
|
24
|
+
first_name: zod.z.string().describe("First name").nullable().optional(),
|
|
25
|
+
description: zod.z.string().describe("Description").nullable().optional(),
|
|
26
|
+
track_count: zod.z.number().int().describe("Number of public tracks").nullable().optional(),
|
|
27
|
+
discogs_name: zod.z.string().describe("Discogs name").nullable().optional(),
|
|
28
|
+
myspace_name: zod.z.string().describe("Myspace name (deprecated)").nullable().optional(),
|
|
29
|
+
last_modified: zod.z.string().describe("Last modified timestamp").nullable().optional(),
|
|
30
|
+
permalink_url: zod.z.string().describe("URL to the SoundCloud.com page").nullable().optional(),
|
|
31
|
+
reposts_count: zod.z.number().int().describe("Number of reposts from user").nullable().optional(),
|
|
32
|
+
subscriptions: zod.z.array(zod.z.unknown()).describe("List subscriptions associated with the user").nullable().optional(),
|
|
33
|
+
website_title: zod.z.string().describe("Custom title for the website").nullable().optional(),
|
|
34
|
+
playlist_count: zod.z.number().int().describe("Number of public playlists").nullable().optional(),
|
|
35
|
+
followers_count: zod.z.number().int().describe("Number of followers").nullable().optional(),
|
|
36
|
+
followings_count: zod.z.number().int().describe("Number of followed users").nullable().optional(),
|
|
37
|
+
private_tracks_count: zod.z.number().int().describe("Number of private tracks").nullable().optional(),
|
|
38
|
+
public_favorites_count: zod.z.number().int().describe("Number of favorited public tracks").nullable().optional(),
|
|
39
|
+
primary_email_confirmed: zod.z.boolean().describe("Boolean if email is confirmed").nullable().optional(),
|
|
40
|
+
private_playlists_count: zod.z.number().int().describe("Number of private playlists").nullable().optional()
|
|
41
|
+
}).describe("SoundCloud Complete User object - Response schema for `ReturnsTheAuthenticatedUserSInformation`");
|
|
42
|
+
const soundcloudReturnsTheAuthenticatedUserSInformation = require_action.action("SOUNDCLOUD_RETURNS_THE_AUTHENTICATED_USER_S_INFORMATION", {
|
|
43
|
+
slug: "soundcloud-returns-the-authenticated-user-s-information",
|
|
44
|
+
name: "Returns the authenticated user s information",
|
|
45
|
+
description: "This endpoint (\"/me\") supports GET requests to access user info such as avatar, location, and follower stats with \"AuthHeader\" needed for security. It returns SoundCloud Me object or an error if unauthorized.",
|
|
46
|
+
input: SoundcloudReturnsTheAuthenticatedUserSInformationInput,
|
|
47
|
+
output: SoundcloudReturnsTheAuthenticatedUserSInformationOutput
|
|
48
|
+
});
|
|
49
|
+
//#endregion
|
|
50
|
+
exports.soundcloudReturnsTheAuthenticatedUserSInformation = soundcloudReturnsTheAuthenticatedUserSInformation;
|
|
51
|
+
|
|
52
|
+
//# sourceMappingURL=returns-the-authenticated-user-s-information.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-the-authenticated-user-s-information.cjs","names":["z","action"],"sources":["../../src/actions/returns-the-authenticated-user-s-information.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsTheAuthenticatedUserSInformationInput: z.ZodTypeAny = z.object({}).describe(\"Request schema for `ReturnsTheAuthenticatedUserSInformation`\");\nconst SoundcloudReturnsTheAuthenticatedUserSInformation_QuotaSchema: z.ZodTypeAny = z.object({\n upload_seconds_used: z.number().int().describe(\"Upload seconds used\").nullable().optional(),\n unlimited_upload_quota: z.boolean().describe(\"Whether user has unlimited upload quota\").nullable().optional(),\n}).describe(\"Upload quota details\");\nexport const SoundcloudReturnsTheAuthenticatedUserSInformationOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier\").nullable().optional(),\n uri: z.string().describe(\"API resource URL\").nullable().optional(),\n city: z.string().describe(\"City\").nullable().optional(),\n kind: z.string().describe(\"Kind of resource\").nullable().optional(),\n plan: z.string().describe(\"Subscription plan of the user\").nullable().optional(),\n quota: SoundcloudReturnsTheAuthenticatedUserSInformation_QuotaSchema.nullable().optional(),\n locale: z.string().describe(\"Locale\").nullable().optional(),\n country: z.string().describe(\"Country\").nullable().optional(),\n website: z.string().describe(\"URL to the website\").nullable().optional(),\n username: z.string().describe(\"Username\").nullable().optional(),\n full_name: z.string().describe(\"First and last name\").nullable().optional(),\n last_name: z.string().describe(\"Last name\").nullable().optional(),\n permalink: z.string().describe(\"Permalink of the resource\").nullable().optional(),\n avatar_url: z.string().describe(\"URL to a JPEG image\").nullable().optional(),\n first_name: z.string().describe(\"First name\").nullable().optional(),\n description: z.string().describe(\"Description\").nullable().optional(),\n track_count: z.number().int().describe(\"Number of public tracks\").nullable().optional(),\n discogs_name: z.string().describe(\"Discogs name\").nullable().optional(),\n myspace_name: z.string().describe(\"Myspace name (deprecated)\").nullable().optional(),\n last_modified: z.string().describe(\"Last modified timestamp\").nullable().optional(),\n permalink_url: z.string().describe(\"URL to the SoundCloud.com page\").nullable().optional(),\n reposts_count: z.number().int().describe(\"Number of reposts from user\").nullable().optional(),\n subscriptions: z.array(z.unknown()).describe(\"List subscriptions associated with the user\").nullable().optional(),\n website_title: z.string().describe(\"Custom title for the website\").nullable().optional(),\n playlist_count: z.number().int().describe(\"Number of public playlists\").nullable().optional(),\n followers_count: z.number().int().describe(\"Number of followers\").nullable().optional(),\n followings_count: z.number().int().describe(\"Number of followed users\").nullable().optional(),\n private_tracks_count: z.number().int().describe(\"Number of private tracks\").nullable().optional(),\n public_favorites_count: z.number().int().describe(\"Number of favorited public tracks\").nullable().optional(),\n primary_email_confirmed: z.boolean().describe(\"Boolean if email is confirmed\").nullable().optional(),\n private_playlists_count: z.number().int().describe(\"Number of private playlists\").nullable().optional(),\n}).describe(\"SoundCloud Complete User object - Response schema for `ReturnsTheAuthenticatedUserSInformation`\");\n\nexport const soundcloudReturnsTheAuthenticatedUserSInformation = action(\"SOUNDCLOUD_RETURNS_THE_AUTHENTICATED_USER_S_INFORMATION\", {\n slug: \"soundcloud-returns-the-authenticated-user-s-information\",\n name: \"Returns the authenticated user s information\",\n description: \"This endpoint (\\\"/me\\\") supports GET requests to access user info such as avatar, location, and follower stats with \\\"AuthHeader\\\" needed for security. It returns SoundCloud Me object or an error if unauthorized.\",\n input: SoundcloudReturnsTheAuthenticatedUserSInformationInput,\n output: SoundcloudReturnsTheAuthenticatedUserSInformationOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/returns-the-authenticated-user-s-information.d.ts
|
|
4
|
+
declare const SoundcloudReturnsTheAuthenticatedUserSInformationInput: z.ZodTypeAny;
|
|
5
|
+
declare const SoundcloudReturnsTheAuthenticatedUserSInformationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const soundcloudReturnsTheAuthenticatedUserSInformation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { soundcloudReturnsTheAuthenticatedUserSInformation };
|
|
9
|
+
//# sourceMappingURL=returns-the-authenticated-user-s-information.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-the-authenticated-user-s-information.d.cts","names":[],"sources":["../../src/actions/returns-the-authenticated-user-s-information.ts"],"mappings":";;;cAIa,sDAAA,EAAwD,CAAA,CAAE,UAAkG;AAAA,cAK5J,uDAAA,EAAyD,CAAA,CAAE,UAgCsC;AAAA,cAEjG,iDAAA,gCAAiD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/returns-the-authenticated-user-s-information.d.ts
|
|
4
|
+
declare const SoundcloudReturnsTheAuthenticatedUserSInformationInput: z.ZodTypeAny;
|
|
5
|
+
declare const SoundcloudReturnsTheAuthenticatedUserSInformationOutput: z.ZodTypeAny;
|
|
6
|
+
declare const soundcloudReturnsTheAuthenticatedUserSInformation: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { soundcloudReturnsTheAuthenticatedUserSInformation };
|
|
9
|
+
//# sourceMappingURL=returns-the-authenticated-user-s-information.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"returns-the-authenticated-user-s-information.d.mts","names":[],"sources":["../../src/actions/returns-the-authenticated-user-s-information.ts"],"mappings":";;;cAIa,sDAAA,EAAwD,CAAA,CAAE,UAAkG;AAAA,cAK5J,uDAAA,EAAyD,CAAA,CAAE,UAgCsC;AAAA,cAEjG,iDAAA,gCAAiD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|