@keystrokehq/soundcloud 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/creates-a-playlist.cjs +45 -45
- package/dist/actions/creates-a-playlist.cjs.map +1 -1
- package/dist/actions/creates-a-playlist.d.cts +127 -3
- package/dist/actions/creates-a-playlist.d.cts.map +1 -1
- package/dist/actions/creates-a-playlist.d.mts +127 -3
- package/dist/actions/creates-a-playlist.d.mts.map +1 -1
- package/dist/actions/creates-a-playlist.mjs +45 -45
- package/dist/actions/creates-a-playlist.mjs.map +1 -1
- package/dist/actions/deletes-a-playlist.cjs +1 -1
- package/dist/actions/deletes-a-playlist.cjs.map +1 -1
- package/dist/actions/deletes-a-playlist.d.cts +9 -3
- package/dist/actions/deletes-a-playlist.d.cts.map +1 -1
- package/dist/actions/deletes-a-playlist.d.mts +9 -3
- package/dist/actions/deletes-a-playlist.d.mts.map +1 -1
- package/dist/actions/deletes-a-playlist.mjs +1 -1
- package/dist/actions/deletes-a-playlist.mjs.map +1 -1
- package/dist/actions/deletes-a-track.cjs +1 -1
- package/dist/actions/deletes-a-track.cjs.map +1 -1
- package/dist/actions/deletes-a-track.d.cts +7 -3
- package/dist/actions/deletes-a-track.d.cts.map +1 -1
- package/dist/actions/deletes-a-track.d.mts +7 -3
- package/dist/actions/deletes-a-track.d.mts.map +1 -1
- package/dist/actions/deletes-a-track.mjs +1 -1
- package/dist/actions/deletes-a-track.mjs.map +1 -1
- package/dist/actions/fetch-sound-cloud-follower-profile-details.cjs +26 -26
- package/dist/actions/fetch-sound-cloud-follower-profile-details.cjs.map +1 -1
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.cts +50 -3
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.cts.map +1 -1
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.mts +50 -3
- package/dist/actions/fetch-sound-cloud-follower-profile-details.d.mts.map +1 -1
- package/dist/actions/fetch-sound-cloud-follower-profile-details.mjs +26 -26
- package/dist/actions/fetch-sound-cloud-follower-profile-details.mjs.map +1 -1
- package/dist/actions/fetch-user-favorites.cjs +23 -23
- package/dist/actions/fetch-user-favorites.cjs.map +1 -1
- package/dist/actions/fetch-user-favorites.d.cts +85 -3
- package/dist/actions/fetch-user-favorites.d.cts.map +1 -1
- package/dist/actions/fetch-user-favorites.d.mts +85 -3
- package/dist/actions/fetch-user-favorites.d.mts.map +1 -1
- package/dist/actions/fetch-user-favorites.mjs +23 -23
- package/dist/actions/fetch-user-favorites.mjs.map +1 -1
- package/dist/actions/fetch-user-following-details.cjs +3 -3
- package/dist/actions/fetch-user-following-details.cjs.map +1 -1
- package/dist/actions/fetch-user-following-details.d.cts +37 -3
- package/dist/actions/fetch-user-following-details.d.cts.map +1 -1
- package/dist/actions/fetch-user-following-details.d.mts +37 -3
- package/dist/actions/fetch-user-following-details.d.mts.map +1 -1
- package/dist/actions/fetch-user-following-details.mjs +3 -3
- package/dist/actions/fetch-user-following-details.mjs.map +1 -1
- package/dist/actions/fetch-user-profiles-links.cjs.map +1 -1
- package/dist/actions/fetch-user-profiles-links.d.cts +9 -3
- package/dist/actions/fetch-user-profiles-links.d.cts.map +1 -1
- package/dist/actions/fetch-user-profiles-links.d.mts +9 -3
- package/dist/actions/fetch-user-profiles-links.d.mts.map +1 -1
- package/dist/actions/fetch-user-profiles-links.mjs.map +1 -1
- package/dist/actions/follows-a-user.cjs +6 -6
- package/dist/actions/follows-a-user.cjs.map +1 -1
- package/dist/actions/follows-a-user.d.cts +33 -3
- package/dist/actions/follows-a-user.d.cts.map +1 -1
- package/dist/actions/follows-a-user.d.mts +33 -3
- package/dist/actions/follows-a-user.d.mts.map +1 -1
- package/dist/actions/follows-a-user.mjs +6 -6
- package/dist/actions/follows-a-user.mjs.map +1 -1
- package/dist/actions/get-related-tracks.cjs +23 -23
- package/dist/actions/get-related-tracks.cjs.map +1 -1
- package/dist/actions/get-related-tracks.d.cts +96 -3
- package/dist/actions/get-related-tracks.d.cts.map +1 -1
- package/dist/actions/get-related-tracks.d.mts +96 -3
- package/dist/actions/get-related-tracks.d.mts.map +1 -1
- package/dist/actions/get-related-tracks.mjs +23 -23
- package/dist/actions/get-related-tracks.mjs.map +1 -1
- package/dist/actions/get-track-likers.cjs +13 -13
- package/dist/actions/get-track-likers.cjs.map +1 -1
- package/dist/actions/get-track-likers.d.cts +34 -3
- package/dist/actions/get-track-likers.d.cts.map +1 -1
- package/dist/actions/get-track-likers.d.mts +34 -3
- package/dist/actions/get-track-likers.d.mts.map +1 -1
- package/dist/actions/get-track-likers.mjs +13 -13
- package/dist/actions/get-track-likers.mjs.map +1 -1
- package/dist/actions/likes-a-playlist.cjs +1 -1
- package/dist/actions/likes-a-playlist.cjs.map +1 -1
- package/dist/actions/likes-a-playlist.d.cts +9 -3
- package/dist/actions/likes-a-playlist.d.cts.map +1 -1
- package/dist/actions/likes-a-playlist.d.mts +9 -3
- package/dist/actions/likes-a-playlist.d.mts.map +1 -1
- package/dist/actions/likes-a-playlist.mjs +1 -1
- package/dist/actions/likes-a-playlist.mjs.map +1 -1
- package/dist/actions/likes-a-track.cjs +1 -1
- package/dist/actions/likes-a-track.cjs.map +1 -1
- package/dist/actions/likes-a-track.d.cts +9 -3
- package/dist/actions/likes-a-track.d.cts.map +1 -1
- package/dist/actions/likes-a-track.d.mts +9 -3
- package/dist/actions/likes-a-track.d.mts.map +1 -1
- package/dist/actions/likes-a-track.mjs +1 -1
- package/dist/actions/likes-a-track.mjs.map +1 -1
- package/dist/actions/list-authenticated-user-followers.cjs +11 -11
- package/dist/actions/list-authenticated-user-followers.cjs.map +1 -1
- package/dist/actions/list-authenticated-user-followers.d.cts +45 -3
- package/dist/actions/list-authenticated-user-followers.d.cts.map +1 -1
- package/dist/actions/list-authenticated-user-followers.d.mts +45 -3
- package/dist/actions/list-authenticated-user-followers.d.mts.map +1 -1
- package/dist/actions/list-authenticated-user-followers.mjs +11 -11
- package/dist/actions/list-authenticated-user-followers.mjs.map +1 -1
- package/dist/actions/list-followed-by-user.cjs +15 -15
- package/dist/actions/list-followed-by-user.cjs.map +1 -1
- package/dist/actions/list-followed-by-user.d.cts +48 -3
- package/dist/actions/list-followed-by-user.d.cts.map +1 -1
- package/dist/actions/list-followed-by-user.d.mts +48 -3
- package/dist/actions/list-followed-by-user.d.mts.map +1 -1
- package/dist/actions/list-followed-by-user.mjs +15 -15
- package/dist/actions/list-followed-by-user.mjs.map +1 -1
- package/dist/actions/list-user-favorites.cjs +33 -33
- package/dist/actions/list-user-favorites.cjs.map +1 -1
- package/dist/actions/list-user-favorites.d.cts +106 -3
- package/dist/actions/list-user-favorites.d.cts.map +1 -1
- package/dist/actions/list-user-favorites.d.mts +106 -3
- package/dist/actions/list-user-favorites.d.mts.map +1 -1
- package/dist/actions/list-user-favorites.mjs +33 -33
- package/dist/actions/list-user-favorites.mjs.map +1 -1
- package/dist/actions/oauth2-authorization-redirect-handler.cjs +2 -2
- package/dist/actions/oauth2-authorization-redirect-handler.cjs.map +1 -1
- package/dist/actions/oauth2-authorization-redirect-handler.d.cts +18 -3
- package/dist/actions/oauth2-authorization-redirect-handler.d.cts.map +1 -1
- package/dist/actions/oauth2-authorization-redirect-handler.d.mts +18 -3
- package/dist/actions/oauth2-authorization-redirect-handler.d.mts.map +1 -1
- package/dist/actions/oauth2-authorization-redirect-handler.mjs +2 -2
- package/dist/actions/oauth2-authorization-redirect-handler.mjs.map +1 -1
- package/dist/actions/performs-a-playlist-search-based-on-a-query.cjs +22 -22
- package/dist/actions/performs-a-playlist-search-based-on-a-query.cjs.map +1 -1
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.cts +74 -3
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.cts.map +1 -1
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.mts +74 -3
- package/dist/actions/performs-a-playlist-search-based-on-a-query.d.mts.map +1 -1
- package/dist/actions/performs-a-playlist-search-based-on-a-query.mjs +22 -22
- package/dist/actions/performs-a-playlist-search-based-on-a-query.mjs.map +1 -1
- package/dist/actions/performs-a-user-search-based-on-a-query.cjs +5 -5
- package/dist/actions/performs-a-user-search-based-on-a-query.cjs.map +1 -1
- package/dist/actions/performs-a-user-search-based-on-a-query.d.cts +62 -3
- package/dist/actions/performs-a-user-search-based-on-a-query.d.cts.map +1 -1
- package/dist/actions/performs-a-user-search-based-on-a-query.d.mts +62 -3
- package/dist/actions/performs-a-user-search-based-on-a-query.d.mts.map +1 -1
- package/dist/actions/performs-a-user-search-based-on-a-query.mjs +5 -5
- package/dist/actions/performs-a-user-search-based-on-a-query.mjs.map +1 -1
- package/dist/actions/provision-access-tokens-post-authorization.cjs +6 -6
- package/dist/actions/provision-access-tokens-post-authorization.cjs.map +1 -1
- package/dist/actions/provision-access-tokens-post-authorization.d.cts +27 -3
- package/dist/actions/provision-access-tokens-post-authorization.d.cts.map +1 -1
- package/dist/actions/provision-access-tokens-post-authorization.d.mts +27 -3
- package/dist/actions/provision-access-tokens-post-authorization.d.mts.map +1 -1
- package/dist/actions/provision-access-tokens-post-authorization.mjs +6 -6
- package/dist/actions/provision-access-tokens-post-authorization.mjs.map +1 -1
- package/dist/actions/recent-the-authenticated-user-s-activities.cjs +7 -7
- package/dist/actions/recent-the-authenticated-user-s-activities.cjs.map +1 -1
- package/dist/actions/recent-the-authenticated-user-s-activities.d.cts +151 -3
- package/dist/actions/recent-the-authenticated-user-s-activities.d.cts.map +1 -1
- package/dist/actions/recent-the-authenticated-user-s-activities.d.mts +151 -3
- package/dist/actions/recent-the-authenticated-user-s-activities.d.mts.map +1 -1
- package/dist/actions/recent-the-authenticated-user-s-activities.mjs +7 -7
- package/dist/actions/recent-the-authenticated-user-s-activities.mjs.map +1 -1
- package/dist/actions/recent-tracks-from-followed-users.cjs +8 -8
- package/dist/actions/recent-tracks-from-followed-users.cjs.map +1 -1
- package/dist/actions/recent-tracks-from-followed-users.d.cts +104 -3
- package/dist/actions/recent-tracks-from-followed-users.d.cts.map +1 -1
- package/dist/actions/recent-tracks-from-followed-users.d.mts +104 -3
- package/dist/actions/recent-tracks-from-followed-users.d.mts.map +1 -1
- package/dist/actions/recent-tracks-from-followed-users.mjs +8 -8
- package/dist/actions/recent-tracks-from-followed-users.mjs.map +1 -1
- package/dist/actions/remove-playlist-repost.cjs +2 -2
- package/dist/actions/remove-playlist-repost.cjs.map +1 -1
- package/dist/actions/remove-playlist-repost.d.cts +16 -3
- package/dist/actions/remove-playlist-repost.d.cts.map +1 -1
- package/dist/actions/remove-playlist-repost.d.mts +16 -3
- package/dist/actions/remove-playlist-repost.d.mts.map +1 -1
- package/dist/actions/remove-playlist-repost.mjs +2 -2
- package/dist/actions/remove-playlist-repost.mjs.map +1 -1
- package/dist/actions/remove-track-repost.cjs +1 -1
- package/dist/actions/remove-track-repost.cjs.map +1 -1
- package/dist/actions/remove-track-repost.d.cts +7 -3
- package/dist/actions/remove-track-repost.d.cts.map +1 -1
- package/dist/actions/remove-track-repost.d.mts +7 -3
- package/dist/actions/remove-track-repost.d.mts.map +1 -1
- package/dist/actions/remove-track-repost.mjs +1 -1
- package/dist/actions/remove-track-repost.mjs.map +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.cjs +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.cjs.map +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.cts +7 -3
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.cts.map +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.mts +7 -3
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.mts.map +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.mjs +1 -1
- package/dist/actions/reposts-a-playlist-as-the-authenticated-user.mjs.map +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.cjs +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.cjs.map +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.cts +7 -3
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.cts.map +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.mts +7 -3
- package/dist/actions/reposts-a-track-as-the-authenticated-user.d.mts.map +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.mjs +1 -1
- package/dist/actions/reposts-a-track-as-the-authenticated-user.mjs.map +1 -1
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.cjs.map +1 -1
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.cts +7 -3
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.cts.map +1 -1
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.mts +7 -3
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.mts.map +1 -1
- package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.mjs.map +1 -1
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.cjs +22 -22
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.cjs.map +1 -1
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.cts +47 -3
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.cts.map +1 -1
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.mts +47 -3
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.mts.map +1 -1
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.mjs +22 -22
- package/dist/actions/returns-a-collection-of-playlist-s-reposters.mjs.map +1 -1
- package/dist/actions/returns-a-collection-of-track-s-reposters.cjs +18 -18
- package/dist/actions/returns-a-collection-of-track-s-reposters.cjs.map +1 -1
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.cts +58 -3
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.cts.map +1 -1
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.mts +58 -3
- package/dist/actions/returns-a-collection-of-track-s-reposters.d.mts.map +1 -1
- package/dist/actions/returns-a-collection-of-track-s-reposters.mjs +18 -18
- package/dist/actions/returns-a-collection-of-track-s-reposters.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.cjs +27 -27
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.cts +134 -3
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.mts +134 -3
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.mjs +27 -27
- package/dist/actions/returns-a-list-of-the-current-user-s-tracks.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followers.cjs +17 -17
- package/dist/actions/returns-a-list-of-user-s-followers.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followers.d.cts +46 -3
- package/dist/actions/returns-a-list-of-user-s-followers.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followers.d.mts +46 -3
- package/dist/actions/returns-a-list-of-user-s-followers.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followers.mjs +17 -17
- package/dist/actions/returns-a-list-of-user-s-followers.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followings.cjs +11 -11
- package/dist/actions/returns-a-list-of-user-s-followings.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followings.d.cts +46 -3
- package/dist/actions/returns-a-list-of-user-s-followings.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followings.d.mts +46 -3
- package/dist/actions/returns-a-list-of-user-s-followings.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-followings.mjs +11 -11
- package/dist/actions/returns-a-list-of-user-s-followings.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.cjs +35 -35
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.cts +60 -3
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.mts +60 -3
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.mjs +35 -35
- package/dist/actions/returns-a-list-of-user-s-liked-playlists.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.cjs +23 -23
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.cts +86 -3
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.mts +86 -3
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.mjs +23 -23
- package/dist/actions/returns-a-list-of-user-s-liked-tracks.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-playlists.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-playlists.d.cts +19 -3
- package/dist/actions/returns-a-list-of-user-s-playlists.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-playlists.d.mts +19 -3
- package/dist/actions/returns-a-list-of-user-s-playlists.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-playlists.mjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-tracks.cjs.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-tracks.d.cts +17 -3
- package/dist/actions/returns-a-list-of-user-s-tracks.d.cts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-tracks.d.mts +17 -3
- package/dist/actions/returns-a-list-of-user-s-tracks.d.mts.map +1 -1
- package/dist/actions/returns-a-list-of-user-s-tracks.mjs.map +1 -1
- package/dist/actions/returns-a-playlist.cjs +2 -2
- package/dist/actions/returns-a-playlist.cjs.map +1 -1
- package/dist/actions/returns-a-playlist.d.cts +78 -3
- package/dist/actions/returns-a-playlist.d.cts.map +1 -1
- package/dist/actions/returns-a-playlist.d.mts +78 -3
- package/dist/actions/returns-a-playlist.d.mts.map +1 -1
- package/dist/actions/returns-a-playlist.mjs +2 -2
- package/dist/actions/returns-a-playlist.mjs.map +1 -1
- package/dist/actions/returns-a-track-s-streamable-urls.cjs +3 -3
- package/dist/actions/returns-a-track-s-streamable-urls.cjs.map +1 -1
- package/dist/actions/returns-a-track-s-streamable-urls.d.cts +16 -3
- package/dist/actions/returns-a-track-s-streamable-urls.d.cts.map +1 -1
- package/dist/actions/returns-a-track-s-streamable-urls.d.mts +16 -3
- package/dist/actions/returns-a-track-s-streamable-urls.d.mts.map +1 -1
- package/dist/actions/returns-a-track-s-streamable-urls.mjs +3 -3
- package/dist/actions/returns-a-track-s-streamable-urls.mjs.map +1 -1
- package/dist/actions/returns-a-track.cjs +20 -20
- package/dist/actions/returns-a-track.cjs.map +1 -1
- package/dist/actions/returns-a-track.d.cts +60 -3
- package/dist/actions/returns-a-track.d.cts.map +1 -1
- package/dist/actions/returns-a-track.d.mts +60 -3
- package/dist/actions/returns-a-track.d.mts.map +1 -1
- package/dist/actions/returns-a-track.mjs +20 -20
- package/dist/actions/returns-a-track.mjs.map +1 -1
- package/dist/actions/returns-a-user.cjs +4 -4
- package/dist/actions/returns-a-user.cjs.map +1 -1
- package/dist/actions/returns-a-user.d.cts +49 -3
- package/dist/actions/returns-a-user.d.cts.map +1 -1
- package/dist/actions/returns-a-user.d.mts +49 -3
- package/dist/actions/returns-a-user.d.mts.map +1 -1
- package/dist/actions/returns-a-user.mjs +4 -4
- package/dist/actions/returns-a-user.mjs.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-activities.cjs +4 -4
- package/dist/actions/returns-the-authenticated-user-s-activities.cjs.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-activities.d.cts +21 -3
- package/dist/actions/returns-the-authenticated-user-s-activities.d.cts.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-activities.d.mts +21 -3
- package/dist/actions/returns-the-authenticated-user-s-activities.d.mts.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-activities.mjs +4 -4
- package/dist/actions/returns-the-authenticated-user-s-activities.mjs.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-information.cjs +2 -2
- package/dist/actions/returns-the-authenticated-user-s-information.cjs.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-information.d.cts +38 -3
- package/dist/actions/returns-the-authenticated-user-s-information.d.cts.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-information.d.mts +38 -3
- package/dist/actions/returns-the-authenticated-user-s-information.d.mts.map +1 -1
- package/dist/actions/returns-the-authenticated-user-s-information.mjs +2 -2
- package/dist/actions/returns-the-authenticated-user-s-information.mjs.map +1 -1
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.cjs +21 -21
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.cjs.map +1 -1
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.cts +62 -3
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.cts.map +1 -1
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.mts +62 -3
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.mts.map +1 -1
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.mjs +21 -21
- package/dist/actions/returns-the-comments-posted-on-the-track-track-id.mjs.map +1 -1
- package/dist/actions/returns-tracks-under-a-playlist.cjs +27 -27
- package/dist/actions/returns-tracks-under-a-playlist.cjs.map +1 -1
- package/dist/actions/returns-tracks-under-a-playlist.d.cts +106 -3
- package/dist/actions/returns-tracks-under-a-playlist.d.cts.map +1 -1
- package/dist/actions/returns-tracks-under-a-playlist.d.mts +106 -3
- package/dist/actions/returns-tracks-under-a-playlist.d.mts.map +1 -1
- package/dist/actions/returns-tracks-under-a-playlist.mjs +27 -27
- package/dist/actions/returns-tracks-under-a-playlist.mjs.map +1 -1
- package/dist/actions/returns-user-s-playlists-sets.cjs +17 -17
- package/dist/actions/returns-user-s-playlists-sets.cjs.map +1 -1
- package/dist/actions/returns-user-s-playlists-sets.d.cts +74 -3
- package/dist/actions/returns-user-s-playlists-sets.d.cts.map +1 -1
- package/dist/actions/returns-user-s-playlists-sets.d.mts +74 -3
- package/dist/actions/returns-user-s-playlists-sets.d.mts.map +1 -1
- package/dist/actions/returns-user-s-playlists-sets.mjs +17 -17
- package/dist/actions/returns-user-s-playlists-sets.mjs.map +1 -1
- package/dist/actions/unfollow-user.cjs +1 -1
- package/dist/actions/unfollow-user.cjs.map +1 -1
- package/dist/actions/unfollow-user.d.cts +9 -3
- package/dist/actions/unfollow-user.d.cts.map +1 -1
- package/dist/actions/unfollow-user.d.mts +9 -3
- package/dist/actions/unfollow-user.d.mts.map +1 -1
- package/dist/actions/unfollow-user.mjs +1 -1
- package/dist/actions/unfollow-user.mjs.map +1 -1
- package/dist/actions/unlikes-a-playlist.cjs +1 -1
- package/dist/actions/unlikes-a-playlist.cjs.map +1 -1
- package/dist/actions/unlikes-a-playlist.d.cts +9 -3
- package/dist/actions/unlikes-a-playlist.d.cts.map +1 -1
- package/dist/actions/unlikes-a-playlist.d.mts +9 -3
- package/dist/actions/unlikes-a-playlist.d.mts.map +1 -1
- package/dist/actions/unlikes-a-playlist.mjs +1 -1
- package/dist/actions/unlikes-a-playlist.mjs.map +1 -1
- package/dist/actions/unlikes-a-track.cjs +2 -2
- package/dist/actions/unlikes-a-track.cjs.map +1 -1
- package/dist/actions/unlikes-a-track.d.cts +15 -3
- package/dist/actions/unlikes-a-track.d.cts.map +1 -1
- package/dist/actions/unlikes-a-track.d.mts +15 -3
- package/dist/actions/unlikes-a-track.d.mts.map +1 -1
- package/dist/actions/unlikes-a-track.mjs +2 -2
- package/dist/actions/unlikes-a-track.mjs.map +1 -1
- package/dist/actions/updates-a-playlist.cjs +37 -37
- package/dist/actions/updates-a-playlist.cjs.map +1 -1
- package/dist/actions/updates-a-playlist.d.cts +147 -3
- package/dist/actions/updates-a-playlist.d.cts.map +1 -1
- package/dist/actions/updates-a-playlist.d.mts +147 -3
- package/dist/actions/updates-a-playlist.d.mts.map +1 -1
- package/dist/actions/updates-a-playlist.mjs +37 -37
- package/dist/actions/updates-a-playlist.mjs.map +1 -1
- package/dist/actions/updates-a-track-s-information.cjs +19 -19
- package/dist/actions/updates-a-track-s-information.cjs.map +1 -1
- package/dist/actions/updates-a-track-s-information.d.cts +138 -3
- package/dist/actions/updates-a-track-s-information.d.cts.map +1 -1
- package/dist/actions/updates-a-track-s-information.d.mts +138 -3
- package/dist/actions/updates-a-track-s-information.d.mts.map +1 -1
- package/dist/actions/updates-a-track-s-information.mjs +19 -19
- package/dist/actions/updates-a-track-s-information.mjs.map +1 -1
- package/dist/actions/uploads-a-new-track.cjs +21 -21
- package/dist/actions/uploads-a-new-track.cjs.map +1 -1
- package/dist/actions/uploads-a-new-track.d.cts +72 -3
- package/dist/actions/uploads-a-new-track.d.cts.map +1 -1
- package/dist/actions/uploads-a-new-track.d.mts +72 -3
- package/dist/actions/uploads-a-new-track.d.mts.map +1 -1
- package/dist/actions/uploads-a-new-track.mjs +21 -21
- package/dist/actions/uploads-a-new-track.mjs.map +1 -1
- package/dist/actions/user-recent-track-activities.cjs +8 -8
- package/dist/actions/user-recent-track-activities.cjs.map +1 -1
- package/dist/actions/user-recent-track-activities.d.cts +99 -3
- package/dist/actions/user-recent-track-activities.d.cts.map +1 -1
- package/dist/actions/user-recent-track-activities.d.mts +99 -3
- package/dist/actions/user-recent-track-activities.d.mts.map +1 -1
- package/dist/actions/user-recent-track-activities.mjs +8 -8
- package/dist/actions/user-recent-track-activities.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1,9 +1,153 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/updates-a-playlist.d.ts
|
|
4
|
-
declare const SoundcloudUpdatesAPlaylistInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudUpdatesAPlaylistInput: z.ZodObject<{
|
|
5
|
+
playlist_id: z.ZodNumber;
|
|
6
|
+
playlist__ean: z.ZodOptional<z.ZodString>;
|
|
7
|
+
playlist__genre: z.ZodOptional<z.ZodString>;
|
|
8
|
+
playlist__title: z.ZodOptional<z.ZodString>;
|
|
9
|
+
playlist__tracks: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
10
|
+
playlist__license: z.ZodOptional<z.ZodString>;
|
|
11
|
+
playlist__release: z.ZodOptional<z.ZodString>;
|
|
12
|
+
playlist__sharing: z.ZodOptional<z.ZodEnum<{
|
|
13
|
+
public: "public";
|
|
14
|
+
private: "private";
|
|
15
|
+
}>>;
|
|
16
|
+
playlist__permalink: z.ZodOptional<z.ZodString>;
|
|
17
|
+
playlist__set__type: z.ZodOptional<z.ZodEnum<{
|
|
18
|
+
album: "album";
|
|
19
|
+
playlist: "playlist";
|
|
20
|
+
}>>;
|
|
21
|
+
playlist__tag__list: z.ZodOptional<z.ZodString>;
|
|
22
|
+
playlist__description: z.ZodOptional<z.ZodString>;
|
|
23
|
+
playlist__label__name: z.ZodOptional<z.ZodString>;
|
|
24
|
+
playlist__artwork__data: z.ZodOptional<z.ZodString>;
|
|
25
|
+
playlist__purchase__url: z.ZodOptional<z.ZodString>;
|
|
26
|
+
playlist__release__date: z.ZodOptional<z.ZodString>;
|
|
27
|
+
playlist__permalink__url: z.ZodOptional<z.ZodString>;
|
|
28
|
+
playlist__purchase__title: z.ZodOptional<z.ZodString>;
|
|
29
|
+
}, z.core.$strip>;
|
|
30
|
+
declare const SoundcloudUpdatesAPlaylistOutput: z.ZodObject<{
|
|
31
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
32
|
+
uri: z.ZodNullable<z.ZodString>;
|
|
33
|
+
urn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
kind: z.ZodNullable<z.ZodString>;
|
|
35
|
+
user: z.ZodNullable<z.ZodObject<{
|
|
36
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
37
|
+
uri: z.ZodNullable<z.ZodString>;
|
|
38
|
+
urn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
+
kind: z.ZodNullable<z.ZodString>;
|
|
41
|
+
fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
|
+
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
|
+
username: z.ZodNullable<z.ZodString>;
|
|
44
|
+
verified: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
45
|
+
avatarUrl: z.ZodNullable<z.ZodString>;
|
|
46
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
47
|
+
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
permalink: z.ZodNullable<z.ZodString>;
|
|
49
|
+
likesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
50
|
+
trackCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
51
|
+
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
53
|
+
groupsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
54
|
+
lastModified: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
+
permalinkUrl: z.ZodNullable<z.ZodString>;
|
|
56
|
+
repostsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
57
|
+
commentsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
58
|
+
playlistCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
59
|
+
followersCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
60
|
+
followingsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
61
|
+
playlistLikesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
62
|
+
}, z.core.$loose>>;
|
|
63
|
+
genre: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
title: z.ZodNullable<z.ZodString>;
|
|
65
|
+
public: z.ZodNullable<z.ZodBoolean>;
|
|
66
|
+
tracks: z.ZodArray<z.ZodObject<{
|
|
67
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
68
|
+
bpm: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
69
|
+
uri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
70
|
+
isrc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
|
+
kind: z.ZodNullable<z.ZodString>;
|
|
72
|
+
user: z.ZodUnknown;
|
|
73
|
+
genre: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74
|
+
title: z.ZodNullable<z.ZodString>;
|
|
75
|
+
license: z.ZodNullable<z.ZodString>;
|
|
76
|
+
release: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
|
+
sharing: z.ZodNullable<z.ZodString>;
|
|
78
|
+
tagList: z.ZodNullable<z.ZodString>;
|
|
79
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
|
80
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
81
|
+
labelName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
82
|
+
secretUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
|
+
streamUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
84
|
+
artworkUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
|
+
isExplicit: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
86
|
+
releaseDay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
87
|
+
streamable: z.ZodNullable<z.ZodBoolean>;
|
|
88
|
+
commentable: z.ZodNullable<z.ZodBoolean>;
|
|
89
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
90
|
+
downloadUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
91
|
+
purchaseUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
92
|
+
releaseYear: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
93
|
+
waveformUrl: z.ZodNullable<z.ZodString>;
|
|
94
|
+
commentCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
95
|
+
downloadable: z.ZodNullable<z.ZodBoolean>;
|
|
96
|
+
keySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
97
|
+
permalinkUrl: z.ZodNullable<z.ZodString>;
|
|
98
|
+
releaseMonth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
99
|
+
repostsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
100
|
+
userFavorite: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
101
|
+
downloadCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
102
|
+
playbackCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
103
|
+
purchaseTitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
104
|
+
favoritingsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
105
|
+
userPlaybackCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
106
|
+
availableCountryCodes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
107
|
+
}, z.core.$loose>>;
|
|
108
|
+
userId: z.ZodNullable<z.ZodNumber>;
|
|
109
|
+
isAlbum: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
110
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
111
|
+
setType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
112
|
+
sharing: z.ZodNullable<z.ZodString>;
|
|
113
|
+
tagList: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
114
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
|
115
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
116
|
+
labelName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
117
|
+
permalink: z.ZodNullable<z.ZodString>;
|
|
118
|
+
artworkUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
119
|
+
likesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
120
|
+
trackCount: z.ZodNullable<z.ZodNumber>;
|
|
121
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
122
|
+
displayDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
123
|
+
publishedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
124
|
+
secretToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
125
|
+
embeddableBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
126
|
+
lastModified: z.ZodNullable<z.ZodString>;
|
|
127
|
+
permalinkUrl: z.ZodNullable<z.ZodString>;
|
|
128
|
+
repostsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
129
|
+
managedByFeeds: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
130
|
+
}, z.core.$loose>;
|
|
131
|
+
declare const soundcloudUpdatesAPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
132
|
+
playlist_id: number;
|
|
133
|
+
playlist__ean?: string | undefined;
|
|
134
|
+
playlist__genre?: string | undefined;
|
|
135
|
+
playlist__title?: string | undefined;
|
|
136
|
+
playlist__tracks?: Record<string, unknown>[] | undefined;
|
|
137
|
+
playlist__license?: string | undefined;
|
|
138
|
+
playlist__release?: string | undefined;
|
|
139
|
+
playlist__sharing?: "public" | "private" | undefined;
|
|
140
|
+
playlist__permalink?: string | undefined;
|
|
141
|
+
playlist__set__type?: "album" | "playlist" | undefined;
|
|
142
|
+
playlist__tag__list?: string | undefined;
|
|
143
|
+
playlist__description?: string | undefined;
|
|
144
|
+
playlist__label__name?: string | undefined;
|
|
145
|
+
playlist__artwork__data?: string | undefined;
|
|
146
|
+
playlist__purchase__url?: string | undefined;
|
|
147
|
+
playlist__release__date?: string | undefined;
|
|
148
|
+
playlist__permalink__url?: string | undefined;
|
|
149
|
+
playlist__purchase__title?: string | undefined;
|
|
150
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
151
|
//#endregion
|
|
8
152
|
export { soundcloudUpdatesAPlaylist };
|
|
9
153
|
//# sourceMappingURL=updates-a-playlist.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updates-a-playlist.d.cts","names":[],"sources":["../../src/actions/updates-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,
|
|
1
|
+
{"version":3,"file":"updates-a-playlist.d.cts","names":[],"sources":["../../src/actions/updates-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cA0F/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkChC,0BAAA,gCAA0B,wBAAA;;;;;qBAMrC,MAAA"}
|
|
@@ -1,9 +1,153 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/updates-a-playlist.d.ts
|
|
4
|
-
declare const SoundcloudUpdatesAPlaylistInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudUpdatesAPlaylistInput: z.ZodObject<{
|
|
5
|
+
playlist_id: z.ZodNumber;
|
|
6
|
+
playlist__ean: z.ZodOptional<z.ZodString>;
|
|
7
|
+
playlist__genre: z.ZodOptional<z.ZodString>;
|
|
8
|
+
playlist__title: z.ZodOptional<z.ZodString>;
|
|
9
|
+
playlist__tracks: z.ZodOptional<z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
10
|
+
playlist__license: z.ZodOptional<z.ZodString>;
|
|
11
|
+
playlist__release: z.ZodOptional<z.ZodString>;
|
|
12
|
+
playlist__sharing: z.ZodOptional<z.ZodEnum<{
|
|
13
|
+
public: "public";
|
|
14
|
+
private: "private";
|
|
15
|
+
}>>;
|
|
16
|
+
playlist__permalink: z.ZodOptional<z.ZodString>;
|
|
17
|
+
playlist__set__type: z.ZodOptional<z.ZodEnum<{
|
|
18
|
+
album: "album";
|
|
19
|
+
playlist: "playlist";
|
|
20
|
+
}>>;
|
|
21
|
+
playlist__tag__list: z.ZodOptional<z.ZodString>;
|
|
22
|
+
playlist__description: z.ZodOptional<z.ZodString>;
|
|
23
|
+
playlist__label__name: z.ZodOptional<z.ZodString>;
|
|
24
|
+
playlist__artwork__data: z.ZodOptional<z.ZodString>;
|
|
25
|
+
playlist__purchase__url: z.ZodOptional<z.ZodString>;
|
|
26
|
+
playlist__release__date: z.ZodOptional<z.ZodString>;
|
|
27
|
+
playlist__permalink__url: z.ZodOptional<z.ZodString>;
|
|
28
|
+
playlist__purchase__title: z.ZodOptional<z.ZodString>;
|
|
29
|
+
}, z.core.$strip>;
|
|
30
|
+
declare const SoundcloudUpdatesAPlaylistOutput: z.ZodObject<{
|
|
31
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
32
|
+
uri: z.ZodNullable<z.ZodString>;
|
|
33
|
+
urn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
kind: z.ZodNullable<z.ZodString>;
|
|
35
|
+
user: z.ZodNullable<z.ZodObject<{
|
|
36
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
37
|
+
uri: z.ZodNullable<z.ZodString>;
|
|
38
|
+
urn: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
+
kind: z.ZodNullable<z.ZodString>;
|
|
41
|
+
fullName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
42
|
+
lastName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
|
+
username: z.ZodNullable<z.ZodString>;
|
|
44
|
+
verified: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
45
|
+
avatarUrl: z.ZodNullable<z.ZodString>;
|
|
46
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
47
|
+
firstName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
48
|
+
permalink: z.ZodNullable<z.ZodString>;
|
|
49
|
+
likesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
50
|
+
trackCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
51
|
+
countryCode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
52
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
53
|
+
groupsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
54
|
+
lastModified: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
55
|
+
permalinkUrl: z.ZodNullable<z.ZodString>;
|
|
56
|
+
repostsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
57
|
+
commentsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
58
|
+
playlistCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
59
|
+
followersCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
60
|
+
followingsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
61
|
+
playlistLikesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
62
|
+
}, z.core.$loose>>;
|
|
63
|
+
genre: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
title: z.ZodNullable<z.ZodString>;
|
|
65
|
+
public: z.ZodNullable<z.ZodBoolean>;
|
|
66
|
+
tracks: z.ZodArray<z.ZodObject<{
|
|
67
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
68
|
+
bpm: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
69
|
+
uri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
70
|
+
isrc: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
71
|
+
kind: z.ZodNullable<z.ZodString>;
|
|
72
|
+
user: z.ZodUnknown;
|
|
73
|
+
genre: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
74
|
+
title: z.ZodNullable<z.ZodString>;
|
|
75
|
+
license: z.ZodNullable<z.ZodString>;
|
|
76
|
+
release: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
77
|
+
sharing: z.ZodNullable<z.ZodString>;
|
|
78
|
+
tagList: z.ZodNullable<z.ZodString>;
|
|
79
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
|
80
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
81
|
+
labelName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
82
|
+
secretUri: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
83
|
+
streamUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
84
|
+
artworkUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
85
|
+
isExplicit: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
86
|
+
releaseDay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
87
|
+
streamable: z.ZodNullable<z.ZodBoolean>;
|
|
88
|
+
commentable: z.ZodNullable<z.ZodBoolean>;
|
|
89
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
90
|
+
downloadUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
91
|
+
purchaseUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
92
|
+
releaseYear: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
93
|
+
waveformUrl: z.ZodNullable<z.ZodString>;
|
|
94
|
+
commentCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
95
|
+
downloadable: z.ZodNullable<z.ZodBoolean>;
|
|
96
|
+
keySignature: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
97
|
+
permalinkUrl: z.ZodNullable<z.ZodString>;
|
|
98
|
+
releaseMonth: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
99
|
+
repostsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
100
|
+
userFavorite: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
101
|
+
downloadCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
102
|
+
playbackCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
103
|
+
purchaseTitle: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
104
|
+
favoritingsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
105
|
+
userPlaybackCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
106
|
+
availableCountryCodes: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
107
|
+
}, z.core.$loose>>;
|
|
108
|
+
userId: z.ZodNullable<z.ZodNumber>;
|
|
109
|
+
isAlbum: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
110
|
+
license: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
111
|
+
setType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
112
|
+
sharing: z.ZodNullable<z.ZodString>;
|
|
113
|
+
tagList: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
114
|
+
duration: z.ZodNullable<z.ZodNumber>;
|
|
115
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
116
|
+
labelName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
117
|
+
permalink: z.ZodNullable<z.ZodString>;
|
|
118
|
+
artworkUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
119
|
+
likesCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
120
|
+
trackCount: z.ZodNullable<z.ZodNumber>;
|
|
121
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
122
|
+
displayDate: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
123
|
+
publishedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
124
|
+
secretToken: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
125
|
+
embeddableBy: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
126
|
+
lastModified: z.ZodNullable<z.ZodString>;
|
|
127
|
+
permalinkUrl: z.ZodNullable<z.ZodString>;
|
|
128
|
+
repostsCount: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
129
|
+
managedByFeeds: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
130
|
+
}, z.core.$loose>;
|
|
131
|
+
declare const soundcloudUpdatesAPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
132
|
+
playlist_id: number;
|
|
133
|
+
playlist__ean?: string | undefined;
|
|
134
|
+
playlist__genre?: string | undefined;
|
|
135
|
+
playlist__title?: string | undefined;
|
|
136
|
+
playlist__tracks?: Record<string, unknown>[] | undefined;
|
|
137
|
+
playlist__license?: string | undefined;
|
|
138
|
+
playlist__release?: string | undefined;
|
|
139
|
+
playlist__sharing?: "public" | "private" | undefined;
|
|
140
|
+
playlist__permalink?: string | undefined;
|
|
141
|
+
playlist__set__type?: "album" | "playlist" | undefined;
|
|
142
|
+
playlist__tag__list?: string | undefined;
|
|
143
|
+
playlist__description?: string | undefined;
|
|
144
|
+
playlist__label__name?: string | undefined;
|
|
145
|
+
playlist__artwork__data?: string | undefined;
|
|
146
|
+
playlist__purchase__url?: string | undefined;
|
|
147
|
+
playlist__release__date?: string | undefined;
|
|
148
|
+
playlist__permalink__url?: string | undefined;
|
|
149
|
+
playlist__purchase__title?: string | undefined;
|
|
150
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
151
|
//#endregion
|
|
8
152
|
export { soundcloudUpdatesAPlaylist };
|
|
9
153
|
//# sourceMappingURL=updates-a-playlist.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updates-a-playlist.d.mts","names":[],"sources":["../../src/actions/updates-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,
|
|
1
|
+
{"version":3,"file":"updates-a-playlist.d.mts","names":[],"sources":["../../src/actions/updates-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;cA0F/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkChC,0BAAA,gCAA0B,wBAAA;;;;;qBAMrC,MAAA"}
|
|
@@ -22,65 +22,65 @@ const SoundcloudUpdatesAPlaylistInput = z.object({
|
|
|
22
22
|
playlist__purchase__title: z.string().describe("Purchase title").optional()
|
|
23
23
|
}).describe("Request schema for `UpdatesAPlaylist`");
|
|
24
24
|
const SoundcloudUpdatesAPlaylist_UserSchema = z.object({
|
|
25
|
-
id: z.number().int().describe("Unique identifier for the user."),
|
|
26
|
-
uri: z.string().describe("API resource identifier for the user."),
|
|
25
|
+
id: z.number().int().describe("Unique identifier for the user.").nullable(),
|
|
26
|
+
uri: z.string().describe("API resource identifier for the user.").nullable(),
|
|
27
27
|
urn: z.string().describe("Uniform resource name for the user.").nullable().optional(),
|
|
28
28
|
city: z.string().describe("City where the user is located.").nullable().optional(),
|
|
29
|
-
kind: z.string().describe("Resource type, always 'user' for user objects."),
|
|
29
|
+
kind: z.string().describe("Resource type, always 'user' for user objects.").nullable(),
|
|
30
30
|
fullName: z.string().describe("Full name of the user.").nullable().optional(),
|
|
31
31
|
lastName: z.string().describe("Last name of the user.").nullable().optional(),
|
|
32
|
-
username: z.string().describe("Username of the user."),
|
|
32
|
+
username: z.string().describe("Username of the user.").nullable(),
|
|
33
33
|
verified: z.boolean().describe("Whether the user account is verified.").nullable().optional(),
|
|
34
|
-
avatarUrl: z.string().describe("URL to the user's profile picture."),
|
|
35
|
-
createdAt: z.string().describe("ISO 8601 timestamp of when the user account was created."),
|
|
34
|
+
avatarUrl: z.string().describe("URL to the user's profile picture.").nullable(),
|
|
35
|
+
createdAt: z.string().describe("ISO 8601 timestamp of when the user account was created.").nullable(),
|
|
36
36
|
firstName: z.string().describe("First name of the user.").nullable().optional(),
|
|
37
|
-
permalink: z.string().describe("URL-friendly identifier for the user."),
|
|
37
|
+
permalink: z.string().describe("URL-friendly identifier for the user.").nullable(),
|
|
38
38
|
likesCount: z.number().int().describe("Number of tracks liked by the user.").nullable().optional(),
|
|
39
39
|
trackCount: z.number().int().describe("Number of tracks uploaded by the user.").nullable().optional(),
|
|
40
40
|
countryCode: z.string().describe("Country code for the user's location.").nullable().optional(),
|
|
41
41
|
description: z.string().describe("User's profile description.").nullable().optional(),
|
|
42
42
|
groupsCount: z.number().int().describe("Number of groups the user is a member of.").nullable().optional(),
|
|
43
43
|
lastModified: z.string().describe("ISO 8601 timestamp of when the user profile was last modified.").nullable().optional(),
|
|
44
|
-
permalinkUrl: z.string().describe("Full SoundCloud URL to the user's profile."),
|
|
44
|
+
permalinkUrl: z.string().describe("Full SoundCloud URL to the user's profile.").nullable(),
|
|
45
45
|
repostsCount: z.number().int().describe("Number of reposts made by the user.").nullable().optional(),
|
|
46
46
|
commentsCount: z.number().int().describe("Number of comments made by the user.").nullable().optional(),
|
|
47
47
|
playlistCount: z.number().int().describe("Number of playlists created by the user.").nullable().optional(),
|
|
48
48
|
followersCount: z.number().int().describe("Number of followers the user has.").nullable().optional(),
|
|
49
49
|
followingsCount: z.number().int().describe("Number of users this user is following.").nullable().optional(),
|
|
50
50
|
playlistLikesCount: z.number().int().describe("Number of playlists liked by the user.").nullable().optional()
|
|
51
|
-
}).describe("User object containing information about the playlist creator.");
|
|
51
|
+
}).passthrough().describe("User object containing information about the playlist creator.");
|
|
52
52
|
const SoundcloudUpdatesAPlaylist_TrackSchema = z.object({
|
|
53
|
-
id: z.number().int().describe("Unique identifier for the track."),
|
|
53
|
+
id: z.number().int().describe("Unique identifier for the track.").nullable(),
|
|
54
54
|
bpm: z.number().int().describe("Beats per minute of the track.").nullable().optional(),
|
|
55
55
|
uri: z.string().describe("API resource identifier for the track.").nullable().optional(),
|
|
56
56
|
isrc: z.string().describe("International Standard Recording Code.").nullable().optional(),
|
|
57
|
-
kind: z.string().describe("Resource type, typically 'track'."),
|
|
57
|
+
kind: z.string().describe("Resource type, typically 'track'.").nullable(),
|
|
58
58
|
user: z.unknown().describe("User object for the track creator."),
|
|
59
59
|
genre: z.string().describe("Genre of the track.").nullable().optional(),
|
|
60
|
-
title: z.string().describe("Title of the track."),
|
|
61
|
-
license: z.string().describe("License type for the track."),
|
|
60
|
+
title: z.string().describe("Title of the track.").nullable(),
|
|
61
|
+
license: z.string().describe("License type for the track.").nullable(),
|
|
62
62
|
release: z.string().describe("Release information for the track.").nullable().optional(),
|
|
63
|
-
sharing: z.string().describe("Sharing permission level for the track."),
|
|
64
|
-
tagList: z.string().describe("Space-separated list of tags for the track."),
|
|
65
|
-
duration: z.number().int().describe("Duration of the track in milliseconds."),
|
|
66
|
-
createdAt: z.string().describe("ISO 8601 timestamp of when the track was created."),
|
|
63
|
+
sharing: z.string().describe("Sharing permission level for the track.").nullable(),
|
|
64
|
+
tagList: z.string().describe("Space-separated list of tags for the track.").nullable(),
|
|
65
|
+
duration: z.number().int().describe("Duration of the track in milliseconds.").nullable(),
|
|
66
|
+
createdAt: z.string().describe("ISO 8601 timestamp of when the track was created.").nullable(),
|
|
67
67
|
labelName: z.string().describe("Name of the record label for the track.").nullable().optional(),
|
|
68
68
|
secretUri: z.string().describe("Secret URI for private tracks.").nullable().optional(),
|
|
69
69
|
streamUrl: z.string().describe("URL to stream the track.").nullable().optional(),
|
|
70
70
|
artworkUrl: z.string().describe("URL to the track's cover artwork.").nullable().optional(),
|
|
71
71
|
isExplicit: z.boolean().describe("Whether the track contains explicit content.").nullable().optional(),
|
|
72
72
|
releaseDay: z.number().int().describe("Day of release.").nullable().optional(),
|
|
73
|
-
streamable: z.boolean().describe("Whether the track can be streamed."),
|
|
74
|
-
commentable: z.boolean().describe("Whether comments are enabled for the track."),
|
|
73
|
+
streamable: z.boolean().describe("Whether the track can be streamed.").nullable(),
|
|
74
|
+
commentable: z.boolean().describe("Whether comments are enabled for the track.").nullable(),
|
|
75
75
|
description: z.string().describe("Description of the track.").nullable().optional(),
|
|
76
76
|
downloadUrl: z.string().describe("URL to download the track.").nullable().optional(),
|
|
77
77
|
purchaseUrl: z.string().describe("URL where the track can be purchased.").nullable().optional(),
|
|
78
78
|
releaseYear: z.number().int().describe("Year of release.").nullable().optional(),
|
|
79
|
-
waveformUrl: z.string().describe("URL to the waveform visualization of the track."),
|
|
79
|
+
waveformUrl: z.string().describe("URL to the waveform visualization of the track.").nullable(),
|
|
80
80
|
commentCount: z.number().int().describe("Number of comments on the track.").nullable().optional(),
|
|
81
|
-
downloadable: z.boolean().describe("Whether the track can be downloaded."),
|
|
81
|
+
downloadable: z.boolean().describe("Whether the track can be downloaded.").nullable(),
|
|
82
82
|
keySignature: z.string().describe("Musical key signature of the track.").nullable().optional(),
|
|
83
|
-
permalinkUrl: z.string().describe("Full SoundCloud URL to the track."),
|
|
83
|
+
permalinkUrl: z.string().describe("Full SoundCloud URL to the track.").nullable(),
|
|
84
84
|
releaseMonth: z.number().int().describe("Month of release.").nullable().optional(),
|
|
85
85
|
repostsCount: z.number().int().describe("Number of times the track has been reposted.").nullable().optional(),
|
|
86
86
|
userFavorite: z.boolean().describe("Whether the current user has favorited the track.").nullable().optional(),
|
|
@@ -90,45 +90,45 @@ const SoundcloudUpdatesAPlaylist_TrackSchema = z.object({
|
|
|
90
90
|
favoritingsCount: z.number().int().describe("Number of times the track has been favorited.").nullable().optional(),
|
|
91
91
|
userPlaybackCount: z.number().int().describe("Number of times the current user has played the track.").nullable().optional(),
|
|
92
92
|
availableCountryCodes: z.array(z.string()).describe("List of country codes where the track is available.").nullable().optional()
|
|
93
|
-
}).describe("Track object contained in the playlist.");
|
|
93
|
+
}).passthrough().describe("Track object contained in the playlist.");
|
|
94
94
|
const soundcloudUpdatesAPlaylist = action("SOUNDCLOUD_UPDATES_A_PLAYLIST", {
|
|
95
95
|
slug: "soundcloud-updates-a-playlist",
|
|
96
96
|
name: "Updates a playlist",
|
|
97
97
|
description: "Update existing playlists on SoundCloud by specifying a playlist ID. Requires authentication. Supports updating title, description, sharing status, track list, and various metadata elements. Successful updates return the updated playlist object.",
|
|
98
98
|
input: SoundcloudUpdatesAPlaylistInput,
|
|
99
99
|
output: z.object({
|
|
100
|
-
id: z.number().int().describe("Unique identifier for the playlist."),
|
|
101
|
-
uri: z.string().describe("API resource identifier for the playlist."),
|
|
100
|
+
id: z.number().int().describe("Unique identifier for the playlist.").nullable(),
|
|
101
|
+
uri: z.string().describe("API resource identifier for the playlist.").nullable(),
|
|
102
102
|
urn: z.string().describe("Uniform resource name for the playlist (new string-based identifier).").nullable().optional(),
|
|
103
|
-
kind: z.string().describe("Resource type, always 'playlist' for playlist objects."),
|
|
103
|
+
kind: z.string().describe("Resource type, always 'playlist' for playlist objects.").nullable(),
|
|
104
104
|
user: SoundcloudUpdatesAPlaylist_UserSchema.nullable(),
|
|
105
105
|
genre: z.string().describe("Genre classification of the playlist.").nullable().optional(),
|
|
106
|
-
title: z.string().describe("Title of the playlist."),
|
|
107
|
-
public: z.boolean().describe("Whether the playlist is public (true) or private (false)."),
|
|
106
|
+
title: z.string().describe("Title of the playlist.").nullable(),
|
|
107
|
+
public: z.boolean().describe("Whether the playlist is public (true) or private (false).").nullable(),
|
|
108
108
|
tracks: z.array(SoundcloudUpdatesAPlaylist_TrackSchema).describe("Array of track objects contained in the playlist."),
|
|
109
|
-
userId: z.number().int().describe("ID of the user who created the playlist."),
|
|
109
|
+
userId: z.number().int().describe("ID of the user who created the playlist.").nullable(),
|
|
110
110
|
isAlbum: z.boolean().describe("Whether the playlist is classified as an album.").nullable().optional(),
|
|
111
111
|
license: z.string().describe("License type for the playlist content.").nullable().optional(),
|
|
112
112
|
setType: z.string().describe("Type categorization of the playlist set.").nullable().optional(),
|
|
113
|
-
sharing: z.string().describe("Sharing permission level for the playlist (e.g., 'public', 'private')."),
|
|
113
|
+
sharing: z.string().describe("Sharing permission level for the playlist (e.g., 'public', 'private').").nullable(),
|
|
114
114
|
tagList: z.string().describe("Space-separated list of tags associated with the playlist.").nullable().optional(),
|
|
115
|
-
duration: z.number().int().describe("Total duration of all tracks in the playlist in milliseconds."),
|
|
116
|
-
createdAt: z.string().describe("ISO 8601 timestamp of when the playlist was created."),
|
|
115
|
+
duration: z.number().int().describe("Total duration of all tracks in the playlist in milliseconds.").nullable(),
|
|
116
|
+
createdAt: z.string().describe("ISO 8601 timestamp of when the playlist was created.").nullable(),
|
|
117
117
|
labelName: z.string().describe("Name of the record label associated with the playlist.").nullable().optional(),
|
|
118
|
-
permalink: z.string().describe("URL-friendly identifier for the playlist."),
|
|
118
|
+
permalink: z.string().describe("URL-friendly identifier for the playlist.").nullable(),
|
|
119
119
|
artworkUrl: z.string().describe("URL to the playlist's cover artwork image.").nullable().optional(),
|
|
120
120
|
likesCount: z.number().int().describe("Number of likes/favorites the playlist has received.").nullable().optional(),
|
|
121
|
-
trackCount: z.number().int().describe("Number of tracks in the playlist."),
|
|
121
|
+
trackCount: z.number().int().describe("Number of tracks in the playlist.").nullable(),
|
|
122
122
|
description: z.string().describe("Description of the playlist (maximum 4,000 characters).").nullable().optional(),
|
|
123
123
|
displayDate: z.string().describe("Date to be displayed for the playlist.").nullable().optional(),
|
|
124
124
|
publishedAt: z.string().describe("ISO 8601 timestamp of when the playlist was published.").nullable().optional(),
|
|
125
125
|
secretToken: z.string().describe("Secret token for accessing private playlists.").nullable().optional(),
|
|
126
126
|
embeddableBy: z.string().describe("Who can embed the playlist: 'all', 'me', or 'none'.").nullable().optional(),
|
|
127
|
-
lastModified: z.string().describe("ISO 8601 timestamp of when the playlist was last modified."),
|
|
128
|
-
permalinkUrl: z.string().describe("Full SoundCloud URL to the playlist."),
|
|
127
|
+
lastModified: z.string().describe("ISO 8601 timestamp of when the playlist was last modified.").nullable(),
|
|
128
|
+
permalinkUrl: z.string().describe("Full SoundCloud URL to the playlist.").nullable(),
|
|
129
129
|
repostsCount: z.number().int().describe("Number of times the playlist has been reposted by other users.").nullable().optional(),
|
|
130
130
|
managedByFeeds: z.boolean().describe("Whether the playlist is managed by SoundCloud's feed system rather than manually.").nullable().optional()
|
|
131
|
-
}).describe("Response schema for `UpdatesAPlaylist`")
|
|
131
|
+
}).passthrough().describe("Response schema for `UpdatesAPlaylist`")
|
|
132
132
|
});
|
|
133
133
|
//#endregion
|
|
134
134
|
export { soundcloudUpdatesAPlaylist };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updates-a-playlist.mjs","names":[],"sources":["../../src/actions/updates-a-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUpdatesAPlaylistInput: z.ZodTypeAny = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n playlist__ean: z.string().describe(\"The European Article Number\").optional(),\n playlist__genre: z.string().describe(\"Playlist\\\"s genre\").optional(),\n playlist__title: z.string().describe(\"Title of the playlist\").optional(),\n playlist__tracks: z.array(z.record(z.string(), z.unknown())).describe(\"List of tracks to add to playlist\").optional(),\n playlist__license: z.string().describe(\"License number\").optional(),\n playlist__release: z.string().describe(\"Playlist\\\"s release\").optional(),\n playlist__sharing: z.enum([\"public\", \"private\"]).describe(\"public or private\").optional(),\n playlist__permalink: z.string().describe(\"Playlist\\\"s permalink\").optional(),\n playlist__set__type: z.enum([\"album\", \"playlist\"]).describe(\"Playlist or album type\").optional(),\n playlist__tag__list: z.string().describe(\"A comma-separated list of tags\").optional(),\n playlist__description: z.string().describe(\"Description of the playlist\").optional(),\n playlist__label__name: z.string().describe(\"Label name\").optional(),\n playlist__artwork__data: z.string().describe(\"Artwork Data\").optional(),\n playlist__purchase__url: z.string().describe(\"Purchase URL\").optional(),\n playlist__release__date: z.string().describe(\"Release date\").optional(),\n playlist__permalink__url: z.string().describe(\"Full permalink URL\").optional(),\n playlist__purchase__title: z.string().describe(\"Purchase title\").optional(),\n}).describe(\"Request schema for `UpdatesAPlaylist`\");\nconst SoundcloudUpdatesAPlaylist_UserSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the user.\"),\n uri: z.string().describe(\"API resource identifier for the user.\"),\n urn: z.string().describe(\"Uniform resource name for the user.\").nullable().optional(),\n city: z.string().describe(\"City where the user is located.\").nullable().optional(),\n kind: z.string().describe(\"Resource type, always 'user' for user objects.\"),\n fullName: z.string().describe(\"Full name of the user.\").nullable().optional(),\n lastName: z.string().describe(\"Last name of the user.\").nullable().optional(),\n username: z.string().describe(\"Username of the user.\"),\n verified: z.boolean().describe(\"Whether the user account is verified.\").nullable().optional(),\n avatarUrl: z.string().describe(\"URL to the user's profile picture.\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp of when the user account was created.\"),\n firstName: z.string().describe(\"First name of the user.\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly identifier for the user.\"),\n likesCount: z.number().int().describe(\"Number of tracks liked by the user.\").nullable().optional(),\n trackCount: z.number().int().describe(\"Number of tracks uploaded by the user.\").nullable().optional(),\n countryCode: z.string().describe(\"Country code for the user's location.\").nullable().optional(),\n description: z.string().describe(\"User's profile description.\").nullable().optional(),\n groupsCount: z.number().int().describe(\"Number of groups the user is a member of.\").nullable().optional(),\n lastModified: z.string().describe(\"ISO 8601 timestamp of when the user profile was last modified.\").nullable().optional(),\n permalinkUrl: z.string().describe(\"Full SoundCloud URL to the user's profile.\"),\n repostsCount: z.number().int().describe(\"Number of reposts made by the user.\").nullable().optional(),\n commentsCount: z.number().int().describe(\"Number of comments made by the user.\").nullable().optional(),\n playlistCount: z.number().int().describe(\"Number of playlists created by the user.\").nullable().optional(),\n followersCount: z.number().int().describe(\"Number of followers the user has.\").nullable().optional(),\n followingsCount: z.number().int().describe(\"Number of users this user is following.\").nullable().optional(),\n playlistLikesCount: z.number().int().describe(\"Number of playlists liked by the user.\").nullable().optional(),\n}).describe(\"User object containing information about the playlist creator.\");\nconst SoundcloudUpdatesAPlaylist_TrackSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the track.\"),\n bpm: z.number().int().describe(\"Beats per minute of the track.\").nullable().optional(),\n uri: z.string().describe(\"API resource identifier for the track.\").nullable().optional(),\n isrc: z.string().describe(\"International Standard Recording Code.\").nullable().optional(),\n kind: z.string().describe(\"Resource type, typically 'track'.\"),\n user: z.unknown().describe(\"User object for the track creator.\"),\n genre: z.string().describe(\"Genre of the track.\").nullable().optional(),\n title: z.string().describe(\"Title of the track.\"),\n license: z.string().describe(\"License type for the track.\"),\n release: z.string().describe(\"Release information for the track.\").nullable().optional(),\n sharing: z.string().describe(\"Sharing permission level for the track.\"),\n tagList: z.string().describe(\"Space-separated list of tags for the track.\"),\n duration: z.number().int().describe(\"Duration of the track in milliseconds.\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp of when the track was created.\"),\n labelName: z.string().describe(\"Name of the record label for the track.\").nullable().optional(),\n secretUri: z.string().describe(\"Secret URI for private tracks.\").nullable().optional(),\n streamUrl: z.string().describe(\"URL to stream the track.\").nullable().optional(),\n artworkUrl: z.string().describe(\"URL to the track's cover artwork.\").nullable().optional(),\n isExplicit: z.boolean().describe(\"Whether the track contains explicit content.\").nullable().optional(),\n releaseDay: z.number().int().describe(\"Day of release.\").nullable().optional(),\n streamable: z.boolean().describe(\"Whether the track can be streamed.\"),\n commentable: z.boolean().describe(\"Whether comments are enabled for the track.\"),\n description: z.string().describe(\"Description of the track.\").nullable().optional(),\n downloadUrl: z.string().describe(\"URL to download the track.\").nullable().optional(),\n purchaseUrl: z.string().describe(\"URL where the track can be purchased.\").nullable().optional(),\n releaseYear: z.number().int().describe(\"Year of release.\").nullable().optional(),\n waveformUrl: z.string().describe(\"URL to the waveform visualization of the track.\"),\n commentCount: z.number().int().describe(\"Number of comments on the track.\").nullable().optional(),\n downloadable: z.boolean().describe(\"Whether the track can be downloaded.\"),\n keySignature: z.string().describe(\"Musical key signature of the track.\").nullable().optional(),\n permalinkUrl: z.string().describe(\"Full SoundCloud URL to the track.\"),\n releaseMonth: z.number().int().describe(\"Month of release.\").nullable().optional(),\n repostsCount: z.number().int().describe(\"Number of times the track has been reposted.\").nullable().optional(),\n userFavorite: z.boolean().describe(\"Whether the current user has favorited the track.\").nullable().optional(),\n downloadCount: z.number().int().describe(\"Number of times the track has been downloaded.\").nullable().optional(),\n playbackCount: z.number().int().describe(\"Number of times the track has been played.\").nullable().optional(),\n purchaseTitle: z.string().describe(\"Title/text for the purchase link.\").nullable().optional(),\n favoritingsCount: z.number().int().describe(\"Number of times the track has been favorited.\").nullable().optional(),\n userPlaybackCount: z.number().int().describe(\"Number of times the current user has played the track.\").nullable().optional(),\n availableCountryCodes: z.array(z.string()).describe(\"List of country codes where the track is available.\").nullable().optional(),\n}).describe(\"Track object contained in the playlist.\");\nexport const SoundcloudUpdatesAPlaylistOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the playlist.\"),\n uri: z.string().describe(\"API resource identifier for the playlist.\"),\n urn: z.string().describe(\"Uniform resource name for the playlist (new string-based identifier).\").nullable().optional(),\n kind: z.string().describe(\"Resource type, always 'playlist' for playlist objects.\"),\n user: SoundcloudUpdatesAPlaylist_UserSchema.nullable(),\n genre: z.string().describe(\"Genre classification of the playlist.\").nullable().optional(),\n title: z.string().describe(\"Title of the playlist.\"),\n public: z.boolean().describe(\"Whether the playlist is public (true) or private (false).\"),\n tracks: z.array(SoundcloudUpdatesAPlaylist_TrackSchema).describe(\"Array of track objects contained in the playlist.\"),\n userId: z.number().int().describe(\"ID of the user who created the playlist.\"),\n isAlbum: z.boolean().describe(\"Whether the playlist is classified as an album.\").nullable().optional(),\n license: z.string().describe(\"License type for the playlist content.\").nullable().optional(),\n setType: z.string().describe(\"Type categorization of the playlist set.\").nullable().optional(),\n sharing: z.string().describe(\"Sharing permission level for the playlist (e.g., 'public', 'private').\"),\n tagList: z.string().describe(\"Space-separated list of tags associated with the playlist.\").nullable().optional(),\n duration: z.number().int().describe(\"Total duration of all tracks in the playlist in milliseconds.\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp of when the playlist was created.\"),\n labelName: z.string().describe(\"Name of the record label associated with the playlist.\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly identifier for the playlist.\"),\n artworkUrl: z.string().describe(\"URL to the playlist's cover artwork image.\").nullable().optional(),\n likesCount: z.number().int().describe(\"Number of likes/favorites the playlist has received.\").nullable().optional(),\n trackCount: z.number().int().describe(\"Number of tracks in the playlist.\"),\n description: z.string().describe(\"Description of the playlist (maximum 4,000 characters).\").nullable().optional(),\n displayDate: z.string().describe(\"Date to be displayed for the playlist.\").nullable().optional(),\n publishedAt: z.string().describe(\"ISO 8601 timestamp of when the playlist was published.\").nullable().optional(),\n secretToken: z.string().describe(\"Secret token for accessing private playlists.\").nullable().optional(),\n embeddableBy: z.string().describe(\"Who can embed the playlist: 'all', 'me', or 'none'.\").nullable().optional(),\n lastModified: z.string().describe(\"ISO 8601 timestamp of when the playlist was last modified.\"),\n permalinkUrl: z.string().describe(\"Full SoundCloud URL to the playlist.\"),\n repostsCount: z.number().int().describe(\"Number of times the playlist has been reposted by other users.\").nullable().optional(),\n managedByFeeds: z.boolean().describe(\"Whether the playlist is managed by SoundCloud's feed system rather than manually.\").nullable().optional(),\n}).describe(\"Response schema for `UpdatesAPlaylist`\");\n\nexport const soundcloudUpdatesAPlaylist = action(\"SOUNDCLOUD_UPDATES_A_PLAYLIST\", {\n slug: \"soundcloud-updates-a-playlist\",\n name: \"Updates a playlist\",\n description: \"Update existing playlists on SoundCloud by specifying a playlist ID. Requires authentication. Supports updating title, description, sharing status, track list, and various metadata elements. Successful updates return the updated playlist object.\",\n input: SoundcloudUpdatesAPlaylistInput,\n output: SoundcloudUpdatesAPlaylistOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"updates-a-playlist.mjs","names":[],"sources":["../../src/actions/updates-a-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUpdatesAPlaylistInput = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n playlist__ean: z.string().describe(\"The European Article Number\").optional(),\n playlist__genre: z.string().describe(\"Playlist\\\"s genre\").optional(),\n playlist__title: z.string().describe(\"Title of the playlist\").optional(),\n playlist__tracks: z.array(z.record(z.string(), z.unknown())).describe(\"List of tracks to add to playlist\").optional(),\n playlist__license: z.string().describe(\"License number\").optional(),\n playlist__release: z.string().describe(\"Playlist\\\"s release\").optional(),\n playlist__sharing: z.enum([\"public\", \"private\"]).describe(\"public or private\").optional(),\n playlist__permalink: z.string().describe(\"Playlist\\\"s permalink\").optional(),\n playlist__set__type: z.enum([\"album\", \"playlist\"]).describe(\"Playlist or album type\").optional(),\n playlist__tag__list: z.string().describe(\"A comma-separated list of tags\").optional(),\n playlist__description: z.string().describe(\"Description of the playlist\").optional(),\n playlist__label__name: z.string().describe(\"Label name\").optional(),\n playlist__artwork__data: z.string().describe(\"Artwork Data\").optional(),\n playlist__purchase__url: z.string().describe(\"Purchase URL\").optional(),\n playlist__release__date: z.string().describe(\"Release date\").optional(),\n playlist__permalink__url: z.string().describe(\"Full permalink URL\").optional(),\n playlist__purchase__title: z.string().describe(\"Purchase title\").optional(),\n}).describe(\"Request schema for `UpdatesAPlaylist`\");\nconst SoundcloudUpdatesAPlaylist_UserSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the user.\").nullable(),\n uri: z.string().describe(\"API resource identifier for the user.\").nullable(),\n urn: z.string().describe(\"Uniform resource name for the user.\").nullable().optional(),\n city: z.string().describe(\"City where the user is located.\").nullable().optional(),\n kind: z.string().describe(\"Resource type, always 'user' for user objects.\").nullable(),\n fullName: z.string().describe(\"Full name of the user.\").nullable().optional(),\n lastName: z.string().describe(\"Last name of the user.\").nullable().optional(),\n username: z.string().describe(\"Username of the user.\").nullable(),\n verified: z.boolean().describe(\"Whether the user account is verified.\").nullable().optional(),\n avatarUrl: z.string().describe(\"URL to the user's profile picture.\").nullable(),\n createdAt: z.string().describe(\"ISO 8601 timestamp of when the user account was created.\").nullable(),\n firstName: z.string().describe(\"First name of the user.\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly identifier for the user.\").nullable(),\n likesCount: z.number().int().describe(\"Number of tracks liked by the user.\").nullable().optional(),\n trackCount: z.number().int().describe(\"Number of tracks uploaded by the user.\").nullable().optional(),\n countryCode: z.string().describe(\"Country code for the user's location.\").nullable().optional(),\n description: z.string().describe(\"User's profile description.\").nullable().optional(),\n groupsCount: z.number().int().describe(\"Number of groups the user is a member of.\").nullable().optional(),\n lastModified: z.string().describe(\"ISO 8601 timestamp of when the user profile was last modified.\").nullable().optional(),\n permalinkUrl: z.string().describe(\"Full SoundCloud URL to the user's profile.\").nullable(),\n repostsCount: z.number().int().describe(\"Number of reposts made by the user.\").nullable().optional(),\n commentsCount: z.number().int().describe(\"Number of comments made by the user.\").nullable().optional(),\n playlistCount: z.number().int().describe(\"Number of playlists created by the user.\").nullable().optional(),\n followersCount: z.number().int().describe(\"Number of followers the user has.\").nullable().optional(),\n followingsCount: z.number().int().describe(\"Number of users this user is following.\").nullable().optional(),\n playlistLikesCount: z.number().int().describe(\"Number of playlists liked by the user.\").nullable().optional(),\n}).passthrough().describe(\"User object containing information about the playlist creator.\");\nconst SoundcloudUpdatesAPlaylist_TrackSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the track.\").nullable(),\n bpm: z.number().int().describe(\"Beats per minute of the track.\").nullable().optional(),\n uri: z.string().describe(\"API resource identifier for the track.\").nullable().optional(),\n isrc: z.string().describe(\"International Standard Recording Code.\").nullable().optional(),\n kind: z.string().describe(\"Resource type, typically 'track'.\").nullable(),\n user: z.unknown().describe(\"User object for the track creator.\"),\n genre: z.string().describe(\"Genre of the track.\").nullable().optional(),\n title: z.string().describe(\"Title of the track.\").nullable(),\n license: z.string().describe(\"License type for the track.\").nullable(),\n release: z.string().describe(\"Release information for the track.\").nullable().optional(),\n sharing: z.string().describe(\"Sharing permission level for the track.\").nullable(),\n tagList: z.string().describe(\"Space-separated list of tags for the track.\").nullable(),\n duration: z.number().int().describe(\"Duration of the track in milliseconds.\").nullable(),\n createdAt: z.string().describe(\"ISO 8601 timestamp of when the track was created.\").nullable(),\n labelName: z.string().describe(\"Name of the record label for the track.\").nullable().optional(),\n secretUri: z.string().describe(\"Secret URI for private tracks.\").nullable().optional(),\n streamUrl: z.string().describe(\"URL to stream the track.\").nullable().optional(),\n artworkUrl: z.string().describe(\"URL to the track's cover artwork.\").nullable().optional(),\n isExplicit: z.boolean().describe(\"Whether the track contains explicit content.\").nullable().optional(),\n releaseDay: z.number().int().describe(\"Day of release.\").nullable().optional(),\n streamable: z.boolean().describe(\"Whether the track can be streamed.\").nullable(),\n commentable: z.boolean().describe(\"Whether comments are enabled for the track.\").nullable(),\n description: z.string().describe(\"Description of the track.\").nullable().optional(),\n downloadUrl: z.string().describe(\"URL to download the track.\").nullable().optional(),\n purchaseUrl: z.string().describe(\"URL where the track can be purchased.\").nullable().optional(),\n releaseYear: z.number().int().describe(\"Year of release.\").nullable().optional(),\n waveformUrl: z.string().describe(\"URL to the waveform visualization of the track.\").nullable(),\n commentCount: z.number().int().describe(\"Number of comments on the track.\").nullable().optional(),\n downloadable: z.boolean().describe(\"Whether the track can be downloaded.\").nullable(),\n keySignature: z.string().describe(\"Musical key signature of the track.\").nullable().optional(),\n permalinkUrl: z.string().describe(\"Full SoundCloud URL to the track.\").nullable(),\n releaseMonth: z.number().int().describe(\"Month of release.\").nullable().optional(),\n repostsCount: z.number().int().describe(\"Number of times the track has been reposted.\").nullable().optional(),\n userFavorite: z.boolean().describe(\"Whether the current user has favorited the track.\").nullable().optional(),\n downloadCount: z.number().int().describe(\"Number of times the track has been downloaded.\").nullable().optional(),\n playbackCount: z.number().int().describe(\"Number of times the track has been played.\").nullable().optional(),\n purchaseTitle: z.string().describe(\"Title/text for the purchase link.\").nullable().optional(),\n favoritingsCount: z.number().int().describe(\"Number of times the track has been favorited.\").nullable().optional(),\n userPlaybackCount: z.number().int().describe(\"Number of times the current user has played the track.\").nullable().optional(),\n availableCountryCodes: z.array(z.string()).describe(\"List of country codes where the track is available.\").nullable().optional(),\n}).passthrough().describe(\"Track object contained in the playlist.\");\nexport const SoundcloudUpdatesAPlaylistOutput = z.object({\n id: z.number().int().describe(\"Unique identifier for the playlist.\").nullable(),\n uri: z.string().describe(\"API resource identifier for the playlist.\").nullable(),\n urn: z.string().describe(\"Uniform resource name for the playlist (new string-based identifier).\").nullable().optional(),\n kind: z.string().describe(\"Resource type, always 'playlist' for playlist objects.\").nullable(),\n user: SoundcloudUpdatesAPlaylist_UserSchema.nullable(),\n genre: z.string().describe(\"Genre classification of the playlist.\").nullable().optional(),\n title: z.string().describe(\"Title of the playlist.\").nullable(),\n public: z.boolean().describe(\"Whether the playlist is public (true) or private (false).\").nullable(),\n tracks: z.array(SoundcloudUpdatesAPlaylist_TrackSchema).describe(\"Array of track objects contained in the playlist.\"),\n userId: z.number().int().describe(\"ID of the user who created the playlist.\").nullable(),\n isAlbum: z.boolean().describe(\"Whether the playlist is classified as an album.\").nullable().optional(),\n license: z.string().describe(\"License type for the playlist content.\").nullable().optional(),\n setType: z.string().describe(\"Type categorization of the playlist set.\").nullable().optional(),\n sharing: z.string().describe(\"Sharing permission level for the playlist (e.g., 'public', 'private').\").nullable(),\n tagList: z.string().describe(\"Space-separated list of tags associated with the playlist.\").nullable().optional(),\n duration: z.number().int().describe(\"Total duration of all tracks in the playlist in milliseconds.\").nullable(),\n createdAt: z.string().describe(\"ISO 8601 timestamp of when the playlist was created.\").nullable(),\n labelName: z.string().describe(\"Name of the record label associated with the playlist.\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly identifier for the playlist.\").nullable(),\n artworkUrl: z.string().describe(\"URL to the playlist's cover artwork image.\").nullable().optional(),\n likesCount: z.number().int().describe(\"Number of likes/favorites the playlist has received.\").nullable().optional(),\n trackCount: z.number().int().describe(\"Number of tracks in the playlist.\").nullable(),\n description: z.string().describe(\"Description of the playlist (maximum 4,000 characters).\").nullable().optional(),\n displayDate: z.string().describe(\"Date to be displayed for the playlist.\").nullable().optional(),\n publishedAt: z.string().describe(\"ISO 8601 timestamp of when the playlist was published.\").nullable().optional(),\n secretToken: z.string().describe(\"Secret token for accessing private playlists.\").nullable().optional(),\n embeddableBy: z.string().describe(\"Who can embed the playlist: 'all', 'me', or 'none'.\").nullable().optional(),\n lastModified: z.string().describe(\"ISO 8601 timestamp of when the playlist was last modified.\").nullable(),\n permalinkUrl: z.string().describe(\"Full SoundCloud URL to the playlist.\").nullable(),\n repostsCount: z.number().int().describe(\"Number of times the playlist has been reposted by other users.\").nullable().optional(),\n managedByFeeds: z.boolean().describe(\"Whether the playlist is managed by SoundCloud's feed system rather than manually.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `UpdatesAPlaylist`\");\n\nexport const soundcloudUpdatesAPlaylist = action(\"SOUNDCLOUD_UPDATES_A_PLAYLIST\", {\n slug: \"soundcloud-updates-a-playlist\",\n name: \"Updates a playlist\",\n description: \"Update existing playlists on SoundCloud by specifying a playlist ID. Requires authentication. Supports updating title, description, sharing status, track list, and various metadata elements. Successful updates return the updated playlist object.\",\n input: SoundcloudUpdatesAPlaylistInput,\n output: SoundcloudUpdatesAPlaylistOutput,\n});\n"],"mappings":"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"}
|