@keystrokehq/soundcloud 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/creates-a-playlist.cjs +45 -45
- package/dist/actions/creates-a-playlist.cjs.map +1 -1
- package/dist/actions/creates-a-playlist.d.cts +127 -3
- package/dist/actions/creates-a-playlist.d.cts.map +1 -1
- package/dist/actions/creates-a-playlist.d.mts +127 -3
- package/dist/actions/creates-a-playlist.d.mts.map +1 -1
- package/dist/actions/creates-a-playlist.mjs +45 -45
- package/dist/actions/creates-a-playlist.mjs.map +1 -1
- package/dist/actions/deletes-a-playlist.cjs +1 -1
- package/dist/actions/deletes-a-playlist.cjs.map +1 -1
- package/dist/actions/deletes-a-playlist.d.cts +9 -3
- package/dist/actions/deletes-a-playlist.d.cts.map +1 -1
- package/dist/actions/deletes-a-playlist.d.mts +9 -3
- package/dist/actions/deletes-a-playlist.d.mts.map +1 -1
- package/dist/actions/deletes-a-playlist.mjs +1 -1
- package/dist/actions/deletes-a-playlist.mjs.map +1 -1
- package/dist/actions/deletes-a-track.cjs +1 -1
- package/dist/actions/deletes-a-track.cjs.map +1 -1
- package/dist/actions/deletes-a-track.d.cts +7 -3
- package/dist/actions/deletes-a-track.d.cts.map +1 -1
- package/dist/actions/deletes-a-track.d.mts +7 -3
- package/dist/actions/deletes-a-track.d.mts.map +1 -1
- package/dist/actions/deletes-a-track.mjs +1 -1
- package/dist/actions/deletes-a-track.mjs.map +1 -1
- package/dist/actions/fetch-sound-cloud-follower-profile-details.cjs +26 -26
- package/dist/actions/fetch-sound-cloud-follower-profile-details.cjs.map +1 -1
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.cts +50 -3
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.cts.map +1 -1
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.mts +50 -3
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.mts.map +1 -1
- package/dist/actions/fetch-sound-cloud-follower-profile-details.mjs +26 -26
- package/dist/actions/fetch-sound-cloud-follower-profile-details.mjs.map +1 -1
- package/dist/actions/fetch-user-favorites.cjs +23 -23
- package/dist/actions/fetch-user-favorites.cjs.map +1 -1
- package/dist/actions/fetch-user-favorites.d.cts +85 -3
- package/dist/actions/fetch-user-favorites.d.cts.map +1 -1
- package/dist/actions/fetch-user-favorites.d.mts +85 -3
- package/dist/actions/fetch-user-favorites.d.mts.map +1 -1
- package/dist/actions/fetch-user-favorites.mjs +23 -23
- package/dist/actions/fetch-user-favorites.mjs.map +1 -1
- package/dist/actions/fetch-user-following-details.cjs +3 -3
- package/dist/actions/fetch-user-following-details.cjs.map +1 -1
- package/dist/actions/fetch-user-following-details.d.cts +37 -3
- package/dist/actions/fetch-user-following-details.d.cts.map +1 -1
- package/dist/actions/fetch-user-following-details.d.mts +37 -3
- package/dist/actions/fetch-user-following-details.d.mts.map +1 -1
- package/dist/actions/fetch-user-following-details.mjs +3 -3
- package/dist/actions/fetch-user-following-details.mjs.map +1 -1
- package/dist/actions/fetch-user-profiles-links.cjs.map +1 -1
- package/dist/actions/fetch-user-profiles-links.d.cts +9 -3
- package/dist/actions/fetch-user-profiles-links.d.cts.map +1 -1
- package/dist/actions/fetch-user-profiles-links.d.mts +9 -3
- package/dist/actions/fetch-user-profiles-links.d.mts.map +1 -1
- package/dist/actions/fetch-user-profiles-links.mjs.map +1 -1
- package/dist/actions/follows-a-user.cjs +6 -6
- package/dist/actions/follows-a-user.cjs.map +1 -1
- package/dist/actions/follows-a-user.d.cts +33 -3
- package/dist/actions/follows-a-user.d.cts.map +1 -1
- package/dist/actions/follows-a-user.d.mts +33 -3
- package/dist/actions/follows-a-user.d.mts.map +1 -1
- package/dist/actions/follows-a-user.mjs +6 -6
- package/dist/actions/follows-a-user.mjs.map +1 -1
- package/dist/actions/get-related-tracks.cjs +23 -23
- package/dist/actions/get-related-tracks.cjs.map +1 -1
- package/dist/actions/get-related-tracks.d.cts +96 -3
- package/dist/actions/get-related-tracks.d.cts.map +1 -1
- package/dist/actions/get-related-tracks.d.mts +96 -3
- package/dist/actions/get-related-tracks.d.mts.map +1 -1
- package/dist/actions/get-related-tracks.mjs +23 -23
- package/dist/actions/get-related-tracks.mjs.map +1 -1
- package/dist/actions/get-track-likers.cjs +13 -13
- package/dist/actions/get-track-likers.cjs.map +1 -1
- package/dist/actions/get-track-likers.d.cts +34 -3
- package/dist/actions/get-track-likers.d.cts.map +1 -1
- package/dist/actions/get-track-likers.d.mts +34 -3
- package/dist/actions/get-track-likers.d.mts.map +1 -1
- package/dist/actions/get-track-likers.mjs +13 -13
- package/dist/actions/get-track-likers.mjs.map +1 -1
- package/dist/actions/likes-a-playlist.cjs +1 -1
- package/dist/actions/likes-a-playlist.cjs.map +1 -1
- package/dist/actions/likes-a-playlist.d.cts +9 -3
- package/dist/actions/likes-a-playlist.d.cts.map +1 -1
- package/dist/actions/likes-a-playlist.d.mts +9 -3
- package/dist/actions/likes-a-playlist.d.mts.map +1 -1
- package/dist/actions/likes-a-playlist.mjs +1 -1
- package/dist/actions/likes-a-playlist.mjs.map +1 -1
- package/dist/actions/likes-a-track.cjs +1 -1
- package/dist/actions/likes-a-track.cjs.map +1 -1
- package/dist/actions/likes-a-track.d.cts +9 -3
- package/dist/actions/likes-a-track.d.cts.map +1 -1
- package/dist/actions/likes-a-track.d.mts +9 -3
- package/dist/actions/likes-a-track.d.mts.map +1 -1
- package/dist/actions/likes-a-track.mjs +1 -1
- package/dist/actions/likes-a-track.mjs.map +1 -1
- package/dist/actions/list-authenticated-user-followers.cjs +11 -11
- package/dist/actions/list-authenticated-user-followers.cjs.map +1 -1
- package/dist/actions/list-authenticated-user-followers.d.cts +45 -3
- package/dist/actions/list-authenticated-user-followers.d.cts.map +1 -1
- package/dist/actions/list-authenticated-user-followers.d.mts +45 -3
- package/dist/actions/list-authenticated-user-followers.d.mts.map +1 -1
- package/dist/actions/list-authenticated-user-followers.mjs +11 -11
- package/dist/actions/list-authenticated-user-followers.mjs.map +1 -1
- package/dist/actions/list-followed-by-user.cjs +15 -15
- package/dist/actions/list-followed-by-user.cjs.map +1 -1
- package/dist/actions/list-followed-by-user.d.cts +48 -3
- package/dist/actions/list-followed-by-user.d.cts.map +1 -1
- package/dist/actions/list-followed-by-user.d.mts +48 -3
- package/dist/actions/list-followed-by-user.d.mts.map +1 -1
- package/dist/actions/list-followed-by-user.mjs +15 -15
- package/dist/actions/list-followed-by-user.mjs.map +1 -1
- package/dist/actions/list-user-favorites.cjs +33 -33
- package/dist/actions/list-user-favorites.cjs.map +1 -1
- package/dist/actions/list-user-favorites.d.cts +106 -3
- package/dist/actions/list-user-favorites.d.cts.map +1 -1
- package/dist/actions/list-user-favorites.d.mts +106 -3
- package/dist/actions/list-user-favorites.d.mts.map +1 -1
- package/dist/actions/list-user-favorites.mjs +33 -33
- package/dist/actions/list-user-favorites.mjs.map +1 -1
- package/dist/actions/oauth2-authorization-redirect-handler.cjs +2 -2
- package/dist/actions/oauth2-authorization-redirect-handler.cjs.map +1 -1
- package/dist/actions/oauth2-authorization-redirect-handler.d.cts +18 -3
- package/dist/actions/oauth2-authorization-redirect-handler.d.cts.map +1 -1
- package/dist/actions/oauth2-authorization-redirect-handler.d.mts +18 -3
- package/dist/actions/oauth2-authorization-redirect-handler.d.mts.map +1 -1
- package/dist/actions/oauth2-authorization-redirect-handler.mjs +2 -2
- package/dist/actions/oauth2-authorization-redirect-handler.mjs.map +1 -1
- package/dist/actions/performs-a-playlist-search-based-on-a-query.cjs +22 -22
- package/dist/actions/performs-a-playlist-search-based-on-a-query.cjs.map +1 -1
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.cts +74 -3
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.cts.map +1 -1
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.mts +74 -3
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.mts.map +1 -1
- package/dist/actions/performs-a-playlist-search-based-on-a-query.mjs +22 -22
- package/dist/actions/performs-a-playlist-search-based-on-a-query.mjs.map +1 -1
- package/dist/actions/performs-a-user-search-based-on-a-query.cjs +5 -5
- package/dist/actions/performs-a-user-search-based-on-a-query.cjs.map +1 -1
- package/dist/actions/performs-a-user-search-based-on-a-query.d.cts +62 -3
- package/dist/actions/performs-a-user-search-based-on-a-query.d.cts.map +1 -1
- package/dist/actions/performs-a-user-search-based-on-a-query.d.mts +62 -3
- package/dist/actions/performs-a-user-search-based-on-a-query.d.mts.map +1 -1
- package/dist/actions/performs-a-user-search-based-on-a-query.mjs +5 -5
- package/dist/actions/performs-a-user-search-based-on-a-query.mjs.map +1 -1
- package/dist/actions/provision-access-tokens-post-authorization.cjs +6 -6
- package/dist/actions/provision-access-tokens-post-authorization.cjs.map +1 -1
- package/dist/actions/provision-access-tokens-post-authorization.d.cts +27 -3
- package/dist/actions/provision-access-tokens-post-authorization.d.cts.map +1 -1
- package/dist/actions/provision-access-tokens-post-authorization.d.mts +27 -3
- package/dist/actions/provision-access-tokens-post-authorization.d.mts.map +1 -1
- package/dist/actions/provision-access-tokens-post-authorization.mjs +6 -6
- package/dist/actions/provision-access-tokens-post-authorization.mjs.map +1 -1
- package/dist/actions/recent-the-authenticated-user-s-activities.cjs +7 -7
- package/dist/actions/recent-the-authenticated-user-s-activities.cjs.map +1 -1
- package/dist/actions/recent-the-authenticated-user-s-activities.d.cts +151 -3
- package/dist/actions/recent-the-authenticated-user-s-activities.d.cts.map +1 -1
- package/dist/actions/recent-the-authenticated-user-s-activities.d.mts +151 -3
- package/dist/actions/recent-the-authenticated-user-s-activities.d.mts.map +1 -1
- package/dist/actions/recent-the-authenticated-user-s-activities.mjs +7 -7
- package/dist/actions/recent-the-authenticated-user-s-activities.mjs.map +1 -1
- package/dist/actions/recent-tracks-from-followed-users.cjs +8 -8
- package/dist/actions/recent-tracks-from-followed-users.cjs.map +1 -1
- package/dist/actions/recent-tracks-from-followed-users.d.cts +104 -3
- package/dist/actions/recent-tracks-from-followed-users.d.cts.map +1 -1
- package/dist/actions/recent-tracks-from-followed-users.d.mts +104 -3
- package/dist/actions/recent-tracks-from-followed-users.d.mts.map +1 -1
- package/dist/actions/recent-tracks-from-followed-users.mjs +8 -8
- package/dist/actions/recent-tracks-from-followed-users.mjs.map +1 -1
- package/dist/actions/remove-playlist-repost.cjs +2 -2
- package/dist/actions/remove-playlist-repost.cjs.map +1 -1
- package/dist/actions/remove-playlist-repost.d.cts +16 -3
- package/dist/actions/remove-playlist-repost.d.cts.map +1 -1
- package/dist/actions/remove-playlist-repost.d.mts +16 -3
- package/dist/actions/remove-playlist-repost.d.mts.map +1 -1
- package/dist/actions/remove-playlist-repost.mjs +2 -2
- package/dist/actions/remove-playlist-repost.mjs.map +1 -1
- package/dist/actions/remove-track-repost.cjs +1 -1
- package/dist/actions/remove-track-repost.cjs.map +1 -1
- package/dist/actions/remove-track-repost.d.cts +7 -3
- package/dist/actions/remove-track-repost.d.cts.map +1 -1
- package/dist/actions/remove-track-repost.d.mts +7 -3
- package/dist/actions/remove-track-repost.d.mts.map +1 -1
- package/dist/actions/remove-track-repost.mjs +1 -1
- package/dist/actions/remove-track-repost.mjs.map +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.cjs +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.cjs.map +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.cts +7 -3
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.cts.map +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.mts +7 -3
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.mts.map +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.mjs +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.mjs.map +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.cjs +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.cjs.map +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.cts +7 -3
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.cts.map +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.mts +7 -3
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.mts.map +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.mjs +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.mjs.map +1 -1
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.cjs.map +1 -1
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.cts +7 -3
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.cts.map +1 -1
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.mts +7 -3
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.mts.map +1 -1
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.mjs.map +1 -1
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.cjs +22 -22
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.cjs.map +1 -1
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.cts +47 -3
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.cts.map +1 -1
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.mts +47 -3
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.mts.map +1 -1
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.mjs +22 -22
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.mjs.map +1 -1
- package/dist/actions/returns-a-collection-of-track-s-reposters.cjs +18 -18
- package/dist/actions/returns-a-collection-of-track-s-reposters.cjs.map +1 -1
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.cts +58 -3
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.cts.map +1 -1
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.mts +58 -3
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.mts.map +1 -1
- package/dist/actions/returns-a-collection-of-track-s-reposters.mjs +18 -18
- package/dist/actions/returns-a-collection-of-track-s-reposters.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.cjs +27 -27
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.cts +134 -3
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.mts +134 -3
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.mjs +27 -27
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followers.cjs +17 -17
- package/dist/actions/returns-a-list-of-user-s-followers.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followers.d.cts +46 -3
- package/dist/actions/returns-a-list-of-user-s-followers.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followers.d.mts +46 -3
- package/dist/actions/returns-a-list-of-user-s-followers.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followers.mjs +17 -17
- package/dist/actions/returns-a-list-of-user-s-followers.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followings.cjs +11 -11
- package/dist/actions/returns-a-list-of-user-s-followings.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followings.d.cts +46 -3
- package/dist/actions/returns-a-list-of-user-s-followings.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followings.d.mts +46 -3
- package/dist/actions/returns-a-list-of-user-s-followings.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followings.mjs +11 -11
- package/dist/actions/returns-a-list-of-user-s-followings.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.cjs +35 -35
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.cts +60 -3
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.mts +60 -3
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.mjs +35 -35
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.cjs +23 -23
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.cts +86 -3
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.mts +86 -3
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.mjs +23 -23
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-playlists.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-playlists.d.cts +19 -3
- package/dist/actions/returns-a-list-of-user-s-playlists.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-playlists.d.mts +19 -3
- package/dist/actions/returns-a-list-of-user-s-playlists.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-playlists.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-tracks.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-tracks.d.cts +17 -3
- package/dist/actions/returns-a-list-of-user-s-tracks.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-tracks.d.mts +17 -3
- package/dist/actions/returns-a-list-of-user-s-tracks.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-tracks.mjs.map +1 -1
- package/dist/actions/returns-a-playlist.cjs +2 -2
- package/dist/actions/returns-a-playlist.cjs.map +1 -1
- package/dist/actions/returns-a-playlist.d.cts +78 -3
- package/dist/actions/returns-a-playlist.d.cts.map +1 -1
- package/dist/actions/returns-a-playlist.d.mts +78 -3
- package/dist/actions/returns-a-playlist.d.mts.map +1 -1
- package/dist/actions/returns-a-playlist.mjs +2 -2
- package/dist/actions/returns-a-playlist.mjs.map +1 -1
- package/dist/actions/returns-a-track-s-streamable-urls.cjs +3 -3
- package/dist/actions/returns-a-track-s-streamable-urls.cjs.map +1 -1
- package/dist/actions/returns-a-track-s-streamable-urls.d.cts +16 -3
- package/dist/actions/returns-a-track-s-streamable-urls.d.cts.map +1 -1
- package/dist/actions/returns-a-track-s-streamable-urls.d.mts +16 -3
- package/dist/actions/returns-a-track-s-streamable-urls.d.mts.map +1 -1
- package/dist/actions/returns-a-track-s-streamable-urls.mjs +3 -3
- package/dist/actions/returns-a-track-s-streamable-urls.mjs.map +1 -1
- package/dist/actions/returns-a-track.cjs +20 -20
- package/dist/actions/returns-a-track.cjs.map +1 -1
- package/dist/actions/returns-a-track.d.cts +60 -3
- package/dist/actions/returns-a-track.d.cts.map +1 -1
- package/dist/actions/returns-a-track.d.mts +60 -3
- package/dist/actions/returns-a-track.d.mts.map +1 -1
- package/dist/actions/returns-a-track.mjs +20 -20
- package/dist/actions/returns-a-track.mjs.map +1 -1
- package/dist/actions/returns-a-user.cjs +4 -4
- package/dist/actions/returns-a-user.cjs.map +1 -1
- package/dist/actions/returns-a-user.d.cts +49 -3
- package/dist/actions/returns-a-user.d.cts.map +1 -1
- package/dist/actions/returns-a-user.d.mts +49 -3
- package/dist/actions/returns-a-user.d.mts.map +1 -1
- package/dist/actions/returns-a-user.mjs +4 -4
- package/dist/actions/returns-a-user.mjs.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-activities.cjs +4 -4
- package/dist/actions/returns-the-authenticated-user-s-activities.cjs.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-activities.d.cts +21 -3
- package/dist/actions/returns-the-authenticated-user-s-activities.d.cts.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-activities.d.mts +21 -3
- package/dist/actions/returns-the-authenticated-user-s-activities.d.mts.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-activities.mjs +4 -4
- package/dist/actions/returns-the-authenticated-user-s-activities.mjs.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-information.cjs +2 -2
- package/dist/actions/returns-the-authenticated-user-s-information.cjs.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-information.d.cts +38 -3
- package/dist/actions/returns-the-authenticated-user-s-information.d.cts.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-information.d.mts +38 -3
- package/dist/actions/returns-the-authenticated-user-s-information.d.mts.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-information.mjs +2 -2
- package/dist/actions/returns-the-authenticated-user-s-information.mjs.map +1 -1
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.cjs +21 -21
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.cjs.map +1 -1
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.cts +62 -3
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.cts.map +1 -1
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.mts +62 -3
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.mts.map +1 -1
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.mjs +21 -21
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.mjs.map +1 -1
- package/dist/actions/returns-tracks-under-a-playlist.cjs +27 -27
- package/dist/actions/returns-tracks-under-a-playlist.cjs.map +1 -1
- package/dist/actions/returns-tracks-under-a-playlist.d.cts +106 -3
- package/dist/actions/returns-tracks-under-a-playlist.d.cts.map +1 -1
- package/dist/actions/returns-tracks-under-a-playlist.d.mts +106 -3
- package/dist/actions/returns-tracks-under-a-playlist.d.mts.map +1 -1
- package/dist/actions/returns-tracks-under-a-playlist.mjs +27 -27
- package/dist/actions/returns-tracks-under-a-playlist.mjs.map +1 -1
- package/dist/actions/returns-user-s-playlists-sets.cjs +17 -17
- package/dist/actions/returns-user-s-playlists-sets.cjs.map +1 -1
- package/dist/actions/returns-user-s-playlists-sets.d.cts +74 -3
- package/dist/actions/returns-user-s-playlists-sets.d.cts.map +1 -1
- package/dist/actions/returns-user-s-playlists-sets.d.mts +74 -3
- package/dist/actions/returns-user-s-playlists-sets.d.mts.map +1 -1
- package/dist/actions/returns-user-s-playlists-sets.mjs +17 -17
- package/dist/actions/returns-user-s-playlists-sets.mjs.map +1 -1
- package/dist/actions/unfollow-user.cjs +1 -1
- package/dist/actions/unfollow-user.cjs.map +1 -1
- package/dist/actions/unfollow-user.d.cts +9 -3
- package/dist/actions/unfollow-user.d.cts.map +1 -1
- package/dist/actions/unfollow-user.d.mts +9 -3
- package/dist/actions/unfollow-user.d.mts.map +1 -1
- package/dist/actions/unfollow-user.mjs +1 -1
- package/dist/actions/unfollow-user.mjs.map +1 -1
- package/dist/actions/unlikes-a-playlist.cjs +1 -1
- package/dist/actions/unlikes-a-playlist.cjs.map +1 -1
- package/dist/actions/unlikes-a-playlist.d.cts +9 -3
- package/dist/actions/unlikes-a-playlist.d.cts.map +1 -1
- package/dist/actions/unlikes-a-playlist.d.mts +9 -3
- package/dist/actions/unlikes-a-playlist.d.mts.map +1 -1
- package/dist/actions/unlikes-a-playlist.mjs +1 -1
- package/dist/actions/unlikes-a-playlist.mjs.map +1 -1
- package/dist/actions/unlikes-a-track.cjs +2 -2
- package/dist/actions/unlikes-a-track.cjs.map +1 -1
- package/dist/actions/unlikes-a-track.d.cts +15 -3
- package/dist/actions/unlikes-a-track.d.cts.map +1 -1
- package/dist/actions/unlikes-a-track.d.mts +15 -3
- package/dist/actions/unlikes-a-track.d.mts.map +1 -1
- package/dist/actions/unlikes-a-track.mjs +2 -2
- package/dist/actions/unlikes-a-track.mjs.map +1 -1
- package/dist/actions/updates-a-playlist.cjs +37 -37
- package/dist/actions/updates-a-playlist.cjs.map +1 -1
- package/dist/actions/updates-a-playlist.d.cts +147 -3
- package/dist/actions/updates-a-playlist.d.cts.map +1 -1
- package/dist/actions/updates-a-playlist.d.mts +147 -3
- package/dist/actions/updates-a-playlist.d.mts.map +1 -1
- package/dist/actions/updates-a-playlist.mjs +37 -37
- package/dist/actions/updates-a-playlist.mjs.map +1 -1
- package/dist/actions/updates-a-track-s-information.cjs +19 -19
- package/dist/actions/updates-a-track-s-information.cjs.map +1 -1
- package/dist/actions/updates-a-track-s-information.d.cts +138 -3
- package/dist/actions/updates-a-track-s-information.d.cts.map +1 -1
- package/dist/actions/updates-a-track-s-information.d.mts +138 -3
- package/dist/actions/updates-a-track-s-information.d.mts.map +1 -1
- package/dist/actions/updates-a-track-s-information.mjs +19 -19
- package/dist/actions/updates-a-track-s-information.mjs.map +1 -1
- package/dist/actions/uploads-a-new-track.cjs +21 -21
- package/dist/actions/uploads-a-new-track.cjs.map +1 -1
- package/dist/actions/uploads-a-new-track.d.cts +72 -3
- package/dist/actions/uploads-a-new-track.d.cts.map +1 -1
- package/dist/actions/uploads-a-new-track.d.mts +72 -3
- package/dist/actions/uploads-a-new-track.d.mts.map +1 -1
- package/dist/actions/uploads-a-new-track.mjs +21 -21
- package/dist/actions/uploads-a-new-track.mjs.map +1 -1
- package/dist/actions/user-recent-track-activities.cjs +8 -8
- package/dist/actions/user-recent-track-activities.cjs.map +1 -1
- package/dist/actions/user-recent-track-activities.d.cts +99 -3
- package/dist/actions/user-recent-track-activities.d.cts.map +1 -1
- package/dist/actions/user-recent-track-activities.d.mts +99 -3
- package/dist/actions/user-recent-track-activities.d.mts.map +1 -1
- package/dist/actions/user-recent-track-activities.mjs +8 -8
- package/dist/actions/user-recent-track-activities.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-playlist-repost.mjs","names":[],"sources":["../../src/actions/remove-playlist-repost.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRemovePlaylistRepostInput
|
|
1
|
+
{"version":3,"file":"remove-playlist-repost.mjs","names":[],"sources":["../../src/actions/remove-playlist-repost.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRemovePlaylistRepostInput = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `RemovePlaylistRepost`\");\nconst SoundcloudRemovePlaylistRepost_ErrorDetailSchema = z.object({\n error_message: z.string().describe(\"Detailed error message\").nullable().optional(),\n}).passthrough().describe(\"Error detail object\");\nexport const SoundcloudRemovePlaylistRepostOutput = z.object({\n code: z.number().int().describe(\"HTTP status code (present in error responses)\").nullable().optional(),\n link: z.string().describe(\"URL to relevant API documentation (present in error responses)\").nullable().optional(),\n error: z.string().describe(\"Additional error information, can be null (present in error responses)\").nullable().optional(),\n errors: z.array(SoundcloudRemovePlaylistRepost_ErrorDetailSchema).describe(\"Array of error objects (present in error responses)\").nullable().optional(),\n status: z.string().describe(\"Status description (present in error responses)\").nullable().optional(),\n message: z.string().describe(\"Human-readable error message (present in error responses)\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `RemovePlaylistRepost`\\n\\nSuccess response (200): Empty or minimal response body.\\nError responses (401, 404): Standard SoundCloud error format.\");\n\nexport const soundcloudRemovePlaylistRepost = action(\"SOUNDCLOUD_REMOVE_PLAYLIST_REPOST\", {\n slug: \"soundcloud-remove-playlist-repost\",\n name: \"Removes a repost on a playlist as the authenticated user\",\n description: \"Removes a repost on a playlist as the authenticated user\",\n input: SoundcloudRemovePlaylistRepostInput,\n output: SoundcloudRemovePlaylistRepostOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsC,EAAE,OAAO,EAC1D,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,EACjE,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,mDAAmD,EAAE,OAAO,EAChE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qBAAqB;AAU/C,MAAa,iCAAiC,OAAO,qCAAqC;CACxF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdkD,EAAE,OAAO;EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzH,QAAQ,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtJ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sKAOhB;AACV,CAAC"}
|
|
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/remove-track-repost.ts
|
|
4
4
|
const SoundcloudRemoveTrackRepostInput = zod.z.object({ track_id: zod.z.number().int().describe("SoundCloud Track id") }).describe("Request schema for `RemoveTrackRepost`");
|
|
5
|
-
const SoundcloudRemoveTrackRepostOutput = zod.z.
|
|
5
|
+
const SoundcloudRemoveTrackRepostOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response schema for `RemoveTrackRepost`\n\nThe DELETE operation returns HTTP 200 with no response body on success.\nThis empty model represents the successful deletion confirmation.");
|
|
6
6
|
const soundcloudRemoveTrackRepost = require_action.action("SOUNDCLOUD_REMOVE_TRACK_REPOST", {
|
|
7
7
|
slug: "soundcloud-remove-track-repost",
|
|
8
8
|
name: "Removes a repost on a track as the authenticated user",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-track-repost.cjs","names":["z","action"],"sources":["../../src/actions/remove-track-repost.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRemoveTrackRepostInput
|
|
1
|
+
{"version":3,"file":"remove-track-repost.cjs","names":["z","action"],"sources":["../../src/actions/remove-track-repost.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRemoveTrackRepostInput = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `RemoveTrackRepost`\");\nexport const SoundcloudRemoveTrackRepostOutput = z.record(z.string(), z.unknown()).describe(\"Response schema for `RemoveTrackRepost`\\n\\nThe DELETE operation returns HTTP 200 with no response body on success.\\nThis empty model represents the successful deletion confirmation.\");\n\nexport const soundcloudRemoveTrackRepost = action(\"SOUNDCLOUD_REMOVE_TRACK_REPOST\", {\n slug: \"soundcloud-remove-track-repost\",\n name: \"Removes a repost on a track as the authenticated user\",\n description: \"Removes a repost on a track as the authenticated user\",\n input: SoundcloudRemoveTrackRepostInput,\n output: SoundcloudRemoveTrackRepostOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,oCAAoCA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uLAAuL;AAEnR,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/remove-track-repost.d.ts
|
|
4
|
-
declare const SoundcloudRemoveTrackRepostInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudRemoveTrackRepostInput: z.ZodObject<{
|
|
5
|
+
track_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudRemoveTrackRepostOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
|
+
declare const soundcloudRemoveTrackRepost: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
|
+
track_id: number;
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
11
|
//#endregion
|
|
8
12
|
export { soundcloudRemoveTrackRepost };
|
|
9
13
|
//# sourceMappingURL=remove-track-repost.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-track-repost.d.cts","names":[],"sources":["../../src/actions/remove-track-repost.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"remove-track-repost.d.cts","names":[],"sources":["../../src/actions/remove-track-repost.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAGhC,iCAAA,EAAiC,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/remove-track-repost.d.ts
|
|
4
|
-
declare const SoundcloudRemoveTrackRepostInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudRemoveTrackRepostInput: z.ZodObject<{
|
|
5
|
+
track_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudRemoveTrackRepostOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
|
+
declare const soundcloudRemoveTrackRepost: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
|
+
track_id: number;
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
11
|
//#endregion
|
|
8
12
|
export { soundcloudRemoveTrackRepost };
|
|
9
13
|
//# sourceMappingURL=remove-track-repost.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-track-repost.d.mts","names":[],"sources":["../../src/actions/remove-track-repost.ts"],"mappings":";;;cAIa,gCAAA,
|
|
1
|
+
{"version":3,"file":"remove-track-repost.d.mts","names":[],"sources":["../../src/actions/remove-track-repost.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAGhC,iCAAA,EAAiC,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEjC,2BAAA,gCAA2B,wBAAA"}
|
|
@@ -5,7 +5,7 @@ const soundcloudRemoveTrackRepost = action("SOUNDCLOUD_REMOVE_TRACK_REPOST", {
|
|
|
5
5
|
name: "Removes a repost on a track as the authenticated user",
|
|
6
6
|
description: "Removes a repost on a track as the authenticated user",
|
|
7
7
|
input: z.object({ track_id: z.number().int().describe("SoundCloud Track id") }).describe("Request schema for `RemoveTrackRepost`"),
|
|
8
|
-
output: z.
|
|
8
|
+
output: z.record(z.string(), z.unknown()).describe("Response schema for `RemoveTrackRepost`\n\nThe DELETE operation returns HTTP 200 with no response body on success.\nThis empty model represents the successful deletion confirmation.")
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { soundcloudRemoveTrackRepost };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove-track-repost.mjs","names":[],"sources":["../../src/actions/remove-track-repost.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRemoveTrackRepostInput
|
|
1
|
+
{"version":3,"file":"remove-track-repost.mjs","names":[],"sources":["../../src/actions/remove-track-repost.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRemoveTrackRepostInput = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `RemoveTrackRepost`\");\nexport const SoundcloudRemoveTrackRepostOutput = z.record(z.string(), z.unknown()).describe(\"Response schema for `RemoveTrackRepost`\\n\\nThe DELETE operation returns HTTP 200 with no response body on success.\\nThis empty model represents the successful deletion confirmation.\");\n\nexport const soundcloudRemoveTrackRepost = action(\"SOUNDCLOUD_REMOVE_TRACK_REPOST\", {\n slug: \"soundcloud-remove-track-repost\",\n name: \"Removes a repost on a track as the authenticated user\",\n description: \"Removes a repost on a track as the authenticated user\",\n input: SoundcloudRemoveTrackRepostInput,\n output: SoundcloudRemoveTrackRepostOutput,\n});\n"],"mappings":";;AASA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAT8C,EAAE,OAAO,EACvD,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,wCAOH;CACP,QAP+C,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uLAOlF;AACV,CAAC"}
|
|
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/reposts-a-playlist-as-the-authenticated-user.ts
|
|
4
4
|
const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput = zod.z.object({ playlist_id: zod.z.number().int().describe("SoundCloud playlist id") }).describe("Request schema for `RepostsAPlaylistAsTheAuthenticatedUser`");
|
|
5
|
-
const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput = zod.z.
|
|
5
|
+
const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response schema for `RepostsAPlaylistAsTheAuthenticatedUser`.\n\nReturns an empty JSON object on success. The 201 Created status code\nindicates the playlist has been successfully reposted.");
|
|
6
6
|
const soundcloudRepostsAPlaylistAsTheAuthenticatedUser = require_action.action("SOUNDCLOUD_REPOSTS_A_PLAYLIST_AS_THE_AUTHENTICATED_USER", {
|
|
7
7
|
slug: "soundcloud-reposts-a-playlist-as-the-authenticated-user",
|
|
8
8
|
name: "Reposts a playlist as the authenticated user",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reposts-a-playlist-as-the-authenticated-user.cjs","names":["z","action"],"sources":["../../src/actions/reposts-a-playlist-as-the-authenticated-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput
|
|
1
|
+
{"version":3,"file":"reposts-a-playlist-as-the-authenticated-user.cjs","names":["z","action"],"sources":["../../src/actions/reposts-a-playlist-as-the-authenticated-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `RepostsAPlaylistAsTheAuthenticatedUser`\");\nexport const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput = z.record(z.string(), z.unknown()).describe(\"Response schema for `RepostsAPlaylistAsTheAuthenticatedUser`.\\n\\nReturns an empty JSON object on success. The 201 Created status code\\nindicates the playlist has been successfully reposted.\");\n\nexport const soundcloudRepostsAPlaylistAsTheAuthenticatedUser = action(\"SOUNDCLOUD_REPOSTS_A_PLAYLIST_AS_THE_AUTHENTICATED_USER\", {\n slug: \"soundcloud-reposts-a-playlist-as-the-authenticated-user\",\n name: \"Reposts a playlist as the authenticated user\",\n description: \"This endpoint lets authenticated users repost SoundCloud playlists by ID, returning status codes for success (201), unauthorized (401), and not found (404). AuthHeader for security is needed.\",\n input: SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput,\n output: SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wDAAwDA,IAAAA,EAAE,OAAO,EAC5E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,EACjE,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,yDAAyDA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+LAA+L;AAEhT,MAAa,mDAAmDC,eAAAA,OAAO,2DAA2D;CAChI,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/reposts-a-playlist-as-the-authenticated-user.d.ts
|
|
4
|
-
declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput: z.ZodObject<{
|
|
5
|
+
playlist_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
|
+
declare const soundcloudRepostsAPlaylistAsTheAuthenticatedUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
|
+
playlist_id: number;
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
11
|
//#endregion
|
|
8
12
|
export { soundcloudRepostsAPlaylistAsTheAuthenticatedUser };
|
|
9
13
|
//# sourceMappingURL=reposts-a-playlist-as-the-authenticated-user.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reposts-a-playlist-as-the-authenticated-user.d.cts","names":[],"sources":["../../src/actions/reposts-a-playlist-as-the-authenticated-user.ts"],"mappings":";;;cAIa,qDAAA,
|
|
1
|
+
{"version":3,"file":"reposts-a-playlist-as-the-authenticated-user.d.cts","names":[],"sources":["../../src/actions/reposts-a-playlist-as-the-authenticated-user.ts"],"mappings":";;;cAIa,qDAAA,EAAqD,CAAA,CAAA,SAAA;;;cAGrD,sDAAA,EAAsD,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEtD,gDAAA,gCAAgD,wBAAA"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/reposts-a-playlist-as-the-authenticated-user.d.ts
|
|
4
|
-
declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput: z.ZodObject<{
|
|
5
|
+
playlist_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
|
+
declare const soundcloudRepostsAPlaylistAsTheAuthenticatedUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
|
+
playlist_id: number;
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
11
|
//#endregion
|
|
8
12
|
export { soundcloudRepostsAPlaylistAsTheAuthenticatedUser };
|
|
9
13
|
//# sourceMappingURL=reposts-a-playlist-as-the-authenticated-user.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reposts-a-playlist-as-the-authenticated-user.d.mts","names":[],"sources":["../../src/actions/reposts-a-playlist-as-the-authenticated-user.ts"],"mappings":";;;cAIa,qDAAA,
|
|
1
|
+
{"version":3,"file":"reposts-a-playlist-as-the-authenticated-user.d.mts","names":[],"sources":["../../src/actions/reposts-a-playlist-as-the-authenticated-user.ts"],"mappings":";;;cAIa,qDAAA,EAAqD,CAAA,CAAA,SAAA;;;cAGrD,sDAAA,EAAsD,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEtD,gDAAA,gCAAgD,wBAAA"}
|
|
@@ -5,7 +5,7 @@ const soundcloudRepostsAPlaylistAsTheAuthenticatedUser = action("SOUNDCLOUD_REPO
|
|
|
5
5
|
name: "Reposts a playlist as the authenticated user",
|
|
6
6
|
description: "This endpoint lets authenticated users repost SoundCloud playlists by ID, returning status codes for success (201), unauthorized (401), and not found (404). AuthHeader for security is needed.",
|
|
7
7
|
input: z.object({ playlist_id: z.number().int().describe("SoundCloud playlist id") }).describe("Request schema for `RepostsAPlaylistAsTheAuthenticatedUser`"),
|
|
8
|
-
output: z.
|
|
8
|
+
output: z.record(z.string(), z.unknown()).describe("Response schema for `RepostsAPlaylistAsTheAuthenticatedUser`.\n\nReturns an empty JSON object on success. The 201 Created status code\nindicates the playlist has been successfully reposted.")
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { soundcloudRepostsAPlaylistAsTheAuthenticatedUser };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reposts-a-playlist-as-the-authenticated-user.mjs","names":[],"sources":["../../src/actions/reposts-a-playlist-as-the-authenticated-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput
|
|
1
|
+
{"version":3,"file":"reposts-a-playlist-as-the-authenticated-user.mjs","names":[],"sources":["../../src/actions/reposts-a-playlist-as-the-authenticated-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `RepostsAPlaylistAsTheAuthenticatedUser`\");\nexport const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput = z.record(z.string(), z.unknown()).describe(\"Response schema for `RepostsAPlaylistAsTheAuthenticatedUser`.\\n\\nReturns an empty JSON object on success. The 201 Created status code\\nindicates the playlist has been successfully reposted.\");\n\nexport const soundcloudRepostsAPlaylistAsTheAuthenticatedUser = action(\"SOUNDCLOUD_REPOSTS_A_PLAYLIST_AS_THE_AUTHENTICATED_USER\", {\n slug: \"soundcloud-reposts-a-playlist-as-the-authenticated-user\",\n name: \"Reposts a playlist as the authenticated user\",\n description: \"This endpoint lets authenticated users repost SoundCloud playlists by ID, returning status codes for success (201), unauthorized (401), and not found (404). AuthHeader for security is needed.\",\n input: SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput,\n output: SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput,\n});\n"],"mappings":";;AASA,MAAa,mDAAmD,OAAO,2DAA2D;CAChI,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATmE,EAAE,OAAO,EAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,EACjE,CAAC,CAAC,CAAC,SAAS,6DAOH;CACP,QAPoE,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+LAOvG;AACV,CAAC"}
|
|
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/reposts-a-track-as-the-authenticated-user.ts
|
|
4
4
|
const SoundcloudRepostsATrackAsTheAuthenticatedUserInput = zod.z.object({ track_id: zod.z.number().int().describe("SoundCloud Track id") }).describe("Request schema for `RepostsATrackAsTheAuthenticatedUser`");
|
|
5
|
-
const SoundcloudRepostsATrackAsTheAuthenticatedUserOutput = zod.z.
|
|
5
|
+
const SoundcloudRepostsATrackAsTheAuthenticatedUserOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response schema for `RepostsATrackAsTheAuthenticatedUser`.\n\nEmpty response body. The endpoint returns HTTP 201 Created status with an empty\nJSON object {} to indicate successful repost creation. No fields are returned in\nthe response body.");
|
|
6
6
|
const soundcloudRepostsATrackAsTheAuthenticatedUser = require_action.action("SOUNDCLOUD_REPOSTS_A_TRACK_AS_THE_AUTHENTICATED_USER", {
|
|
7
7
|
slug: "soundcloud-reposts-a-track-as-the-authenticated-user",
|
|
8
8
|
name: "Reposts a track as the authenticated user",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reposts-a-track-as-the-authenticated-user.cjs","names":["z","action"],"sources":["../../src/actions/reposts-a-track-as-the-authenticated-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRepostsATrackAsTheAuthenticatedUserInput
|
|
1
|
+
{"version":3,"file":"reposts-a-track-as-the-authenticated-user.cjs","names":["z","action"],"sources":["../../src/actions/reposts-a-track-as-the-authenticated-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRepostsATrackAsTheAuthenticatedUserInput = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `RepostsATrackAsTheAuthenticatedUser`\");\nexport const SoundcloudRepostsATrackAsTheAuthenticatedUserOutput = z.record(z.string(), z.unknown()).describe(\"Response schema for `RepostsATrackAsTheAuthenticatedUser`.\\n\\nEmpty response body. The endpoint returns HTTP 201 Created status with an empty\\nJSON object {} to indicate successful repost creation. No fields are returned in\\nthe response body.\");\n\nexport const soundcloudRepostsATrackAsTheAuthenticatedUser = action(\"SOUNDCLOUD_REPOSTS_A_TRACK_AS_THE_AUTHENTICATED_USER\", {\n slug: \"soundcloud-reposts-a-track-as-the-authenticated-user\",\n name: \"Reposts a track as the authenticated user\",\n description: \"This endpoint lets authenticated users repost tracks on SoundCloud, using track ID and `AuthHeader`. It returns a 201 status for success, and 401 or 404 for authentication errors or missing tracks, respectively.\",\n input: SoundcloudRepostsATrackAsTheAuthenticatedUserInput,\n output: SoundcloudRepostsATrackAsTheAuthenticatedUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qDAAqDA,IAAAA,EAAE,OAAO,EACzE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,sDAAsDA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qPAAqP;AAEnW,MAAa,gDAAgDC,eAAAA,OAAO,wDAAwD;CAC1H,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/reposts-a-track-as-the-authenticated-user.d.ts
|
|
4
|
-
declare const SoundcloudRepostsATrackAsTheAuthenticatedUserInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudRepostsATrackAsTheAuthenticatedUserInput: z.ZodObject<{
|
|
5
|
+
track_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudRepostsATrackAsTheAuthenticatedUserOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
|
+
declare const soundcloudRepostsATrackAsTheAuthenticatedUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
|
+
track_id: number;
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
11
|
//#endregion
|
|
8
12
|
export { soundcloudRepostsATrackAsTheAuthenticatedUser };
|
|
9
13
|
//# sourceMappingURL=reposts-a-track-as-the-authenticated-user.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reposts-a-track-as-the-authenticated-user.d.cts","names":[],"sources":["../../src/actions/reposts-a-track-as-the-authenticated-user.ts"],"mappings":";;;cAIa,kDAAA,
|
|
1
|
+
{"version":3,"file":"reposts-a-track-as-the-authenticated-user.d.cts","names":[],"sources":["../../src/actions/reposts-a-track-as-the-authenticated-user.ts"],"mappings":";;;cAIa,kDAAA,EAAkD,CAAA,CAAA,SAAA;;;cAGlD,mDAAA,EAAmD,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEnD,6CAAA,gCAA6C,wBAAA"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/reposts-a-track-as-the-authenticated-user.d.ts
|
|
4
|
-
declare const SoundcloudRepostsATrackAsTheAuthenticatedUserInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudRepostsATrackAsTheAuthenticatedUserInput: z.ZodObject<{
|
|
5
|
+
track_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudRepostsATrackAsTheAuthenticatedUserOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
8
|
+
declare const soundcloudRepostsATrackAsTheAuthenticatedUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
|
+
track_id: number;
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
11
|
//#endregion
|
|
8
12
|
export { soundcloudRepostsATrackAsTheAuthenticatedUser };
|
|
9
13
|
//# sourceMappingURL=reposts-a-track-as-the-authenticated-user.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reposts-a-track-as-the-authenticated-user.d.mts","names":[],"sources":["../../src/actions/reposts-a-track-as-the-authenticated-user.ts"],"mappings":";;;cAIa,kDAAA,
|
|
1
|
+
{"version":3,"file":"reposts-a-track-as-the-authenticated-user.d.mts","names":[],"sources":["../../src/actions/reposts-a-track-as-the-authenticated-user.ts"],"mappings":";;;cAIa,kDAAA,EAAkD,CAAA,CAAA,SAAA;;;cAGlD,mDAAA,EAAmD,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEnD,6CAAA,gCAA6C,wBAAA"}
|
|
@@ -5,7 +5,7 @@ const soundcloudRepostsATrackAsTheAuthenticatedUser = action("SOUNDCLOUD_REPOSTS
|
|
|
5
5
|
name: "Reposts a track as the authenticated user",
|
|
6
6
|
description: "This endpoint lets authenticated users repost tracks on SoundCloud, using track ID and `AuthHeader`. It returns a 201 status for success, and 401 or 404 for authentication errors or missing tracks, respectively.",
|
|
7
7
|
input: z.object({ track_id: z.number().int().describe("SoundCloud Track id") }).describe("Request schema for `RepostsATrackAsTheAuthenticatedUser`"),
|
|
8
|
-
output: z.
|
|
8
|
+
output: z.record(z.string(), z.unknown()).describe("Response schema for `RepostsATrackAsTheAuthenticatedUser`.\n\nEmpty response body. The endpoint returns HTTP 201 Created status with an empty\nJSON object {} to indicate successful repost creation. No fields are returned in\nthe response body.")
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { soundcloudRepostsATrackAsTheAuthenticatedUser };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"reposts-a-track-as-the-authenticated-user.mjs","names":[],"sources":["../../src/actions/reposts-a-track-as-the-authenticated-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRepostsATrackAsTheAuthenticatedUserInput
|
|
1
|
+
{"version":3,"file":"reposts-a-track-as-the-authenticated-user.mjs","names":[],"sources":["../../src/actions/reposts-a-track-as-the-authenticated-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRepostsATrackAsTheAuthenticatedUserInput = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `RepostsATrackAsTheAuthenticatedUser`\");\nexport const SoundcloudRepostsATrackAsTheAuthenticatedUserOutput = z.record(z.string(), z.unknown()).describe(\"Response schema for `RepostsATrackAsTheAuthenticatedUser`.\\n\\nEmpty response body. The endpoint returns HTTP 201 Created status with an empty\\nJSON object {} to indicate successful repost creation. No fields are returned in\\nthe response body.\");\n\nexport const soundcloudRepostsATrackAsTheAuthenticatedUser = action(\"SOUNDCLOUD_REPOSTS_A_TRACK_AS_THE_AUTHENTICATED_USER\", {\n slug: \"soundcloud-reposts-a-track-as-the-authenticated-user\",\n name: \"Reposts a track as the authenticated user\",\n description: \"This endpoint lets authenticated users repost tracks on SoundCloud, using track ID and `AuthHeader`. It returns a 201 status for success, and 401 or 404 for authentication errors or missing tracks, respectively.\",\n input: SoundcloudRepostsATrackAsTheAuthenticatedUserInput,\n output: SoundcloudRepostsATrackAsTheAuthenticatedUserOutput,\n});\n"],"mappings":";;AASA,MAAa,gDAAgD,OAAO,wDAAwD;CAC1H,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATgE,EAAE,OAAO,EACzE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,0DAOH;CACP,QAPiE,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qPAOpG;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve-sound-cloud-urls-to-api-resource-urls.cjs","names":["z","action"],"sources":["../../src/actions/resolve-sound-cloud-urls-to-api-resource-urls.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput
|
|
1
|
+
{"version":3,"file":"resolve-sound-cloud-urls-to-api-resource-urls.cjs","names":["z","action"],"sources":["../../src/actions/resolve-sound-cloud-urls-to-api-resource-urls.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput = z.object({\n url: z.string().describe(\"SoundCloud URL\"),\n}).describe(\"Request schema for `ResolveSoundCloudUrlsToApiResourceUrls`\");\nexport const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput = z.unknown();\n\nexport const soundcloudResolveSoundCloudUrlsToApiResourceUrls = action(\"SOUNDCLOUD_RESOLVE_SOUND_CLOUD_URLS_TO_API_RESOURCE_URLS\", {\n slug: \"soundcloud-resolve-sound-cloud-urls-to-api-resource-urls\",\n name: \"Resolve soundcloud urls to api resource urls\",\n description: \"This endpoint translates SoundCloud URLs into API Resource URLs, requiring authentication and a `url` parameter. It returns the resolved Resource URL or an error if the URL is not found.\",\n input: SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput,\n output: SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wDAAwDA,IAAAA,EAAE,OAAO,EAC5E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,EAC3C,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,yDAAyDA,IAAAA,EAAE,QAAQ;AAEhF,MAAa,mDAAmDC,eAAAA,OAAO,4DAA4D;CACjI,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.ts
|
|
4
|
-
declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput: z.ZodObject<{
|
|
5
|
+
url: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput: z.ZodUnknown;
|
|
8
|
+
declare const soundcloudResolveSoundCloudUrlsToApiResourceUrls: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
|
+
url: string;
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
11
|
//#endregion
|
|
8
12
|
export { soundcloudResolveSoundCloudUrlsToApiResourceUrls };
|
|
9
13
|
//# sourceMappingURL=resolve-sound-cloud-urls-to-api-resource-urls.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve-sound-cloud-urls-to-api-resource-urls.d.cts","names":[],"sources":["../../src/actions/resolve-sound-cloud-urls-to-api-resource-urls.ts"],"mappings":";;;cAIa,qDAAA,
|
|
1
|
+
{"version":3,"file":"resolve-sound-cloud-urls-to-api-resource-urls.d.cts","names":[],"sources":["../../src/actions/resolve-sound-cloud-urls-to-api-resource-urls.ts"],"mappings":";;;cAIa,qDAAA,EAAqD,CAAA,CAAA,SAAA;;;cAGrD,sDAAA,EAAsD,CAAA,CAAA,UAAc;AAAA,cAEpE,gDAAA,gCAAgD,wBAAA"}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.ts
|
|
4
|
-
declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput: z.ZodObject<{
|
|
5
|
+
url: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput: z.ZodUnknown;
|
|
8
|
+
declare const soundcloudResolveSoundCloudUrlsToApiResourceUrls: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
9
|
+
url: string;
|
|
10
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
11
|
//#endregion
|
|
8
12
|
export { soundcloudResolveSoundCloudUrlsToApiResourceUrls };
|
|
9
13
|
//# sourceMappingURL=resolve-sound-cloud-urls-to-api-resource-urls.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve-sound-cloud-urls-to-api-resource-urls.d.mts","names":[],"sources":["../../src/actions/resolve-sound-cloud-urls-to-api-resource-urls.ts"],"mappings":";;;cAIa,qDAAA,
|
|
1
|
+
{"version":3,"file":"resolve-sound-cloud-urls-to-api-resource-urls.d.mts","names":[],"sources":["../../src/actions/resolve-sound-cloud-urls-to-api-resource-urls.ts"],"mappings":";;;cAIa,qDAAA,EAAqD,CAAA,CAAA,SAAA;;;cAGrD,sDAAA,EAAsD,CAAA,CAAA,UAAc;AAAA,cAEpE,gDAAA,gCAAgD,wBAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolve-sound-cloud-urls-to-api-resource-urls.mjs","names":[],"sources":["../../src/actions/resolve-sound-cloud-urls-to-api-resource-urls.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput
|
|
1
|
+
{"version":3,"file":"resolve-sound-cloud-urls-to-api-resource-urls.mjs","names":[],"sources":["../../src/actions/resolve-sound-cloud-urls-to-api-resource-urls.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput = z.object({\n url: z.string().describe(\"SoundCloud URL\"),\n}).describe(\"Request schema for `ResolveSoundCloudUrlsToApiResourceUrls`\");\nexport const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput = z.unknown();\n\nexport const soundcloudResolveSoundCloudUrlsToApiResourceUrls = action(\"SOUNDCLOUD_RESOLVE_SOUND_CLOUD_URLS_TO_API_RESOURCE_URLS\", {\n slug: \"soundcloud-resolve-sound-cloud-urls-to-api-resource-urls\",\n name: \"Resolve soundcloud urls to api resource urls\",\n description: \"This endpoint translates SoundCloud URLs into API Resource URLs, requiring authentication and a `url` parameter. It returns the resolved Resource URL or an error if the URL is not found.\",\n input: SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput,\n output: SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput,\n});\n"],"mappings":";;AASA,MAAa,mDAAmD,OAAO,4DAA4D;CACjI,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATmE,EAAE,OAAO,EAC5E,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,EAC3C,CAAC,CAAC,CAAC,SAAS,6DAOH;CACP,QAPoE,EAAE,QAO9D;AACV,CAAC"}
|
|
@@ -10,42 +10,42 @@ const SoundcloudReturnsACollectionOfPlaylistSReposters_UserVisualsSchema = zod.z
|
|
|
10
10
|
enabled: zod.z.boolean().describe("Whether custom visuals are enabled for this profile").nullable().optional(),
|
|
11
11
|
visuals: zod.z.array(zod.z.unknown()).describe("Array of visual asset objects").nullable().optional(),
|
|
12
12
|
tracking: zod.z.unknown().describe("Tracking data, typically null").nullable().optional()
|
|
13
|
-
}).describe("Visual assets configuration for the user profile");
|
|
13
|
+
}).passthrough().describe("Visual assets configuration for the user profile");
|
|
14
14
|
const SoundcloudReturnsACollectionOfPlaylistSReposters_RepostUserSchema = zod.z.object({
|
|
15
|
-
id: zod.z.number().int().describe("Unique integer identifier of the user"),
|
|
16
|
-
uri: zod.z.string().describe("API resource URL for the user"),
|
|
17
|
-
urn: zod.z.string().describe("Uniform Resource Name in format 'soundcloud:users:{user_id}' - recommended identifier to use instead of deprecated numeric id"),
|
|
15
|
+
id: zod.z.number().int().describe("Unique integer identifier of the user").nullable(),
|
|
16
|
+
uri: zod.z.string().describe("API resource URL for the user").nullable(),
|
|
17
|
+
urn: zod.z.string().describe("Uniform Resource Name in format 'soundcloud:users:{user_id}' - recommended identifier to use instead of deprecated numeric id").nullable(),
|
|
18
18
|
city: zod.z.string().describe("City where the user is located").nullable().optional(),
|
|
19
|
-
kind: zod.z.string().describe("Resource type, always 'user' for user objects"),
|
|
19
|
+
kind: zod.z.string().describe("Resource type, always 'user' for user objects").nullable(),
|
|
20
20
|
visuals: SoundcloudReturnsACollectionOfPlaylistSReposters_UserVisualsSchema.nullable().optional(),
|
|
21
|
-
username: zod.z.string().describe("Username of the user"),
|
|
22
|
-
verified: zod.z.boolean().describe("Whether the user has a verified badge"),
|
|
21
|
+
username: zod.z.string().describe("Username of the user").nullable(),
|
|
22
|
+
verified: zod.z.boolean().describe("Whether the user has a verified badge").nullable(),
|
|
23
23
|
full_name: zod.z.string().describe("User's full name (first and last name combined)").nullable().optional(),
|
|
24
24
|
last_name: zod.z.string().describe("User's last name").nullable().optional(),
|
|
25
|
-
permalink: zod.z.string().describe("Permalink slug of the user profile"),
|
|
26
|
-
avatar_url: zod.z.string().describe("URL to the user's avatar image (JPEG format)"),
|
|
27
|
-
created_at: zod.z.string().describe("ISO 8601 timestamp of when the user account was created"),
|
|
25
|
+
permalink: zod.z.string().describe("Permalink slug of the user profile").nullable(),
|
|
26
|
+
avatar_url: zod.z.string().describe("URL to the user's avatar image (JPEG format)").nullable(),
|
|
27
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp of when the user account was created").nullable(),
|
|
28
28
|
first_name: zod.z.string().describe("User's first name").nullable().optional(),
|
|
29
29
|
description: zod.z.string().describe("Profile description written by the user").nullable().optional(),
|
|
30
|
-
likes_count: zod.z.number().int().describe("Number of tracks liked by the user"),
|
|
31
|
-
track_count: zod.z.number().int().describe("Number of public tracks uploaded by the user"),
|
|
30
|
+
likes_count: zod.z.number().int().describe("Number of tracks liked by the user").nullable(),
|
|
31
|
+
track_count: zod.z.number().int().describe("Number of public tracks uploaded by the user").nullable(),
|
|
32
32
|
country_code: zod.z.number().int().describe("Numeric country code of the user's location, can be null").nullable().optional(),
|
|
33
|
-
groups_count: zod.z.number().int().describe("Numberof groups the user belongs to"),
|
|
34
|
-
last_modified: zod.z.string().describe("ISO 8601 timestamp of when the user profile was last modified"),
|
|
35
|
-
permalink_url: zod.z.string().describe("Full URL to the user's SoundCloud profile page"),
|
|
33
|
+
groups_count: zod.z.number().int().describe("Numberof groups the user belongs to").nullable(),
|
|
34
|
+
last_modified: zod.z.string().describe("ISO 8601 timestamp of when the user profile was last modified").nullable(),
|
|
35
|
+
permalink_url: zod.z.string().describe("Full URL to the user's SoundCloud profile page").nullable(),
|
|
36
36
|
reposts_count: zod.z.number().int().describe("Number of items (tracks/playlists) reposted by the user, can be null").nullable().optional(),
|
|
37
|
-
comments_count: zod.z.number().int().describe("Number of comments made by the user"),
|
|
38
|
-
playlist_count: zod.z.number().int().describe("Number of public playlists created by the user"),
|
|
39
|
-
followers_count: zod.z.number().int().describe("Number of users following this user"),
|
|
40
|
-
followings_count: zod.z.number().int().describe("Number of users this user is following"),
|
|
37
|
+
comments_count: zod.z.number().int().describe("Number of comments made by the user").nullable(),
|
|
38
|
+
playlist_count: zod.z.number().int().describe("Number of public playlists created by the user").nullable(),
|
|
39
|
+
followers_count: zod.z.number().int().describe("Number of users following this user").nullable(),
|
|
40
|
+
followings_count: zod.z.number().int().describe("Number of users this user is following").nullable(),
|
|
41
41
|
creator_subscription: zod.z.unknown().describe("Primary creator subscription object (e.g., Pro, Pro Unlimited tier)").nullable().optional(),
|
|
42
|
-
playlist_likes_count: zod.z.number().int().describe("Number of playlists liked by the user"),
|
|
42
|
+
playlist_likes_count: zod.z.number().int().describe("Number of playlists liked by the user").nullable(),
|
|
43
43
|
creator_subscriptions: zod.z.array(zod.z.unknown()).describe("Array of creator subscription objects for this user's active subscriptions").nullable().optional()
|
|
44
|
-
}).describe("User object representing a user who reposted the playlist");
|
|
44
|
+
}).passthrough().describe("User object representing a user who reposted the playlist");
|
|
45
45
|
const SoundcloudReturnsACollectionOfPlaylistSRepostersOutput = zod.z.object({
|
|
46
46
|
next_href: zod.z.string().describe("URL to fetch the next page of results using cursor-based pagination. If not present, this is the last page of results. Only returned when linked_partitioning=1 parameter is used.").nullable().optional(),
|
|
47
47
|
collection: zod.z.array(SoundcloudReturnsACollectionOfPlaylistSReposters_RepostUserSchema).describe("Array of user objects representing users who have reposted the playlist")
|
|
48
|
-
}).describe("Response schema for `ReturnsACollectionOfPlaylistSReposters`");
|
|
48
|
+
}).passthrough().describe("Response schema for `ReturnsACollectionOfPlaylistSReposters`");
|
|
49
49
|
const soundcloudReturnsACollectionOfPlaylistSReposters = require_action.action("SOUNDCLOUD_RETURNS_A_COLLECTION_OF_PLAYLIST_S_REPOSTERS", {
|
|
50
50
|
slug: "soundcloud-returns-a-collection-of-playlist-s-reposters",
|
|
51
51
|
name: "Returns a collection of playlist s reposters",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"returns-a-collection-of-playlist-s-reposters.cjs","names":["z","action"],"sources":["../../src/actions/returns-a-collection-of-playlist-s-reposters.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsACollectionOfPlaylistSRepostersInput
|
|
1
|
+
{"version":3,"file":"returns-a-collection-of-playlist-s-reposters.cjs","names":["z","action"],"sources":["../../src/actions/returns-a-collection-of-playlist-s-reposters.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsACollectionOfPlaylistSRepostersInput = z.object({\n limit: z.number().int().default(50).describe(\"Number of results to return in the collection.\").optional(),\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `ReturnsACollectionOfPlaylistSReposters`\");\nconst SoundcloudReturnsACollectionOfPlaylistSReposters_UserVisualsSchema = z.object({\n urn: z.string().describe(\"URN identifier for the visuals configuration\").nullable().optional(),\n enabled: z.boolean().describe(\"Whether custom visuals are enabled for this profile\").nullable().optional(),\n visuals: z.array(z.unknown()).describe(\"Array of visual asset objects\").nullable().optional(),\n tracking: z.unknown().describe(\"Tracking data, typically null\").nullable().optional(),\n}).passthrough().describe(\"Visual assets configuration for the user profile\");\nconst SoundcloudReturnsACollectionOfPlaylistSReposters_RepostUserSchema = z.object({\n id: z.number().int().describe(\"Unique integer identifier of the user\").nullable(),\n uri: z.string().describe(\"API resource URL for the user\").nullable(),\n urn: z.string().describe(\"Uniform Resource Name in format 'soundcloud:users:{user_id}' - recommended identifier to use instead of deprecated numeric id\").nullable(),\n city: z.string().describe(\"City where the user is located\").nullable().optional(),\n kind: z.string().describe(\"Resource type, always 'user' for user objects\").nullable(),\n visuals: SoundcloudReturnsACollectionOfPlaylistSReposters_UserVisualsSchema.nullable().optional(),\n username: z.string().describe(\"Username of the user\").nullable(),\n verified: z.boolean().describe(\"Whether the user has a verified badge\").nullable(),\n full_name: z.string().describe(\"User's full name (first and last name combined)\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n permalink: z.string().describe(\"Permalink slug of the user profile\").nullable(),\n avatar_url: z.string().describe(\"URL to the user's avatar image (JPEG format)\").nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp of when the user account was created\").nullable(),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n description: z.string().describe(\"Profile description written by the user\").nullable().optional(),\n likes_count: z.number().int().describe(\"Number of tracks liked by the user\").nullable(),\n track_count: z.number().int().describe(\"Number of public tracks uploaded by the user\").nullable(),\n country_code: z.number().int().describe(\"Numeric country code of the user's location, can be null\").nullable().optional(),\n groups_count: z.number().int().describe(\"Numberof groups the user belongs to\").nullable(),\n last_modified: z.string().describe(\"ISO 8601 timestamp of when the user profile was last modified\").nullable(),\n permalink_url: z.string().describe(\"Full URL to the user's SoundCloud profile page\").nullable(),\n reposts_count: z.number().int().describe(\"Number of items (tracks/playlists) reposted by the user, can be null\").nullable().optional(),\n comments_count: z.number().int().describe(\"Number of comments made by the user\").nullable(),\n playlist_count: z.number().int().describe(\"Number of public playlists created by the user\").nullable(),\n followers_count: z.number().int().describe(\"Number of users following this user\").nullable(),\n followings_count: z.number().int().describe(\"Number of users this user is following\").nullable(),\n creator_subscription: z.unknown().describe(\"Primary creator subscription object (e.g., Pro, Pro Unlimited tier)\").nullable().optional(),\n playlist_likes_count: z.number().int().describe(\"Number of playlists liked by the user\").nullable(),\n creator_subscriptions: z.array(z.unknown()).describe(\"Array of creator subscription objects for this user's active subscriptions\").nullable().optional(),\n}).passthrough().describe(\"User object representing a user who reposted the playlist\");\nexport const SoundcloudReturnsACollectionOfPlaylistSRepostersOutput = z.object({\n next_href: z.string().describe(\"URL to fetch the next page of results using cursor-based pagination. If not present, this is the last page of results. Only returned when linked_partitioning=1 parameter is used.\").nullable().optional(),\n collection: z.array(SoundcloudReturnsACollectionOfPlaylistSReposters_RepostUserSchema).describe(\"Array of user objects representing users who have reposted the playlist\"),\n}).passthrough().describe(\"Response schema for `ReturnsACollectionOfPlaylistSReposters`\");\n\nexport const soundcloudReturnsACollectionOfPlaylistSReposters = action(\"SOUNDCLOUD_RETURNS_A_COLLECTION_OF_PLAYLIST_S_REPOSTERS\", {\n slug: \"soundcloud-returns-a-collection-of-playlist-s-reposters\",\n name: \"Returns a collection of playlist s reposters\",\n description: \"This endpoint fetches users reposting a SoundCloud playlist using a playlist ID, offering pagination and detailed user profiles. Authentication is required.\",\n input: SoundcloudReturnsACollectionOfPlaylistSRepostersInput,\n output: SoundcloudReturnsACollectionOfPlaylistSRepostersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wDAAwDA,IAAAA,EAAE,OAAO;CAC5E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACxG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;AACjE,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAM,qEAAqEA,IAAAA,EAAE,OAAO;CAClF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD;AAC5E,MAAM,oEAAoEA,IAAAA,EAAE,OAAO;CACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAChF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACnE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS;CACnK,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CACpF,SAAS,mEAAmE,SAAS,CAAC,CAAC,SAAS;CAChG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC/D,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACjF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACpG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACtF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAChG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACxF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC7G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC9F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC1F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACrG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC3F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC/F,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAClG,uBAAuBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AACrF,MAAa,yDAAyDA,IAAAA,EAAE,OAAO;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oLAAoL,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzO,YAAYA,IAAAA,EAAE,MAAM,iEAAiE,CAAC,CAAC,SAAS,yEAAyE;AAC3K,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8DAA8D;AAExF,MAAa,mDAAmDC,eAAAA,OAAO,2DAA2D;CAChI,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,53 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/returns-a-collection-of-playlist-s-reposters.d.ts
|
|
4
|
-
declare const SoundcloudReturnsACollectionOfPlaylistSRepostersInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudReturnsACollectionOfPlaylistSRepostersInput: z.ZodObject<{
|
|
5
|
+
limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
6
|
+
playlist_id: z.ZodNumber;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const SoundcloudReturnsACollectionOfPlaylistSRepostersOutput: z.ZodObject<{
|
|
9
|
+
next_href: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
collection: z.ZodArray<z.ZodObject<{
|
|
11
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
uri: z.ZodNullable<z.ZodString>;
|
|
13
|
+
urn: z.ZodNullable<z.ZodString>;
|
|
14
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
kind: z.ZodNullable<z.ZodString>;
|
|
16
|
+
visuals: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
17
|
+
urn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
19
|
+
visuals: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
20
|
+
tracking: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
21
|
+
}, z.core.$loose>>>;
|
|
22
|
+
username: z.ZodNullable<z.ZodString>;
|
|
23
|
+
verified: z.ZodNullable<z.ZodBoolean>;
|
|
24
|
+
full_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
+
last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
permalink: z.ZodNullable<z.ZodString>;
|
|
27
|
+
avatar_url: z.ZodNullable<z.ZodString>;
|
|
28
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
29
|
+
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
+
likes_count: z.ZodNullable<z.ZodNumber>;
|
|
32
|
+
track_count: z.ZodNullable<z.ZodNumber>;
|
|
33
|
+
country_code: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
34
|
+
groups_count: z.ZodNullable<z.ZodNumber>;
|
|
35
|
+
last_modified: z.ZodNullable<z.ZodString>;
|
|
36
|
+
permalink_url: z.ZodNullable<z.ZodString>;
|
|
37
|
+
reposts_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
38
|
+
comments_count: z.ZodNullable<z.ZodNumber>;
|
|
39
|
+
playlist_count: z.ZodNullable<z.ZodNumber>;
|
|
40
|
+
followers_count: z.ZodNullable<z.ZodNumber>;
|
|
41
|
+
followings_count: z.ZodNullable<z.ZodNumber>;
|
|
42
|
+
creator_subscription: z.ZodOptional<z.ZodNullable<z.ZodUnknown>>;
|
|
43
|
+
playlist_likes_count: z.ZodNullable<z.ZodNumber>;
|
|
44
|
+
creator_subscriptions: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
45
|
+
}, z.core.$loose>>;
|
|
46
|
+
}, z.core.$loose>;
|
|
47
|
+
declare const soundcloudReturnsACollectionOfPlaylistSReposters: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
48
|
+
playlist_id: number;
|
|
49
|
+
limit?: number | undefined;
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
51
|
//#endregion
|
|
8
52
|
export { soundcloudReturnsACollectionOfPlaylistSReposters };
|
|
9
53
|
//# sourceMappingURL=returns-a-collection-of-playlist-s-reposters.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"returns-a-collection-of-playlist-s-reposters.d.cts","names":[],"sources":["../../src/actions/returns-a-collection-of-playlist-s-reposters.ts"],"mappings":";;;cAIa,qDAAA,
|
|
1
|
+
{"version":3,"file":"returns-a-collection-of-playlist-s-reposters.d.cts","names":[],"sources":["../../src/actions/returns-a-collection-of-playlist-s-reposters.ts"],"mappings":";;;cAIa,qDAAA,EAAqD,CAAA,CAAA,SAAA;;;;cAyCrD,sDAAA,EAAsD,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAKtD,gDAAA,gCAAgD,wBAAA"}
|