@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,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/unfollow-user.d.ts
|
|
4
|
-
declare const SoundcloudUnfollowUserInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudUnfollowUserInput: z.ZodObject<{
|
|
5
|
+
user_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudUnfollowUserOutput: z.ZodObject<{
|
|
8
|
+
status: z.ZodNullable<z.ZodString>;
|
|
9
|
+
}, z.core.$loose>;
|
|
10
|
+
declare const soundcloudUnfollowUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
|
+
user_id: number;
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { soundcloudUnfollowUser };
|
|
9
15
|
//# sourceMappingURL=unfollow-user.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unfollow-user.d.mts","names":[],"sources":["../../src/actions/unfollow-user.ts"],"mappings":";;;cAIa,2BAAA,
|
|
1
|
+
{"version":3,"file":"unfollow-user.d.mts","names":[],"sources":["../../src/actions/unfollow-user.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAG3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAI5B,sBAAA,gCAAsB,wBAAA"}
|
|
@@ -5,7 +5,7 @@ const soundcloudUnfollowUser = action("SOUNDCLOUD_UNFOLLOW_USER", {
|
|
|
5
5
|
name: "Deletes a user who is followed by the authenticated user",
|
|
6
6
|
description: "Deletes a user who is followed by the authenticated user",
|
|
7
7
|
input: z.object({ user_id: z.number().int().describe("SoundCloud User id") }).describe("Request schema for `UnfollowUser`"),
|
|
8
|
-
output: z.object({ status: z.string().describe("HTTP status code indicating successful unfollow operation. Returns '200' when the user is successfully unfollowed.") }).describe("Response schema for `UnfollowUser`")
|
|
8
|
+
output: z.object({ status: z.string().describe("HTTP status code indicating successful unfollow operation. Returns '200' when the user is successfully unfollowed.").nullable() }).passthrough().describe("Response schema for `UnfollowUser`")
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { soundcloudUnfollowUser };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unfollow-user.mjs","names":[],"sources":["../../src/actions/unfollow-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUnfollowUserInput
|
|
1
|
+
{"version":3,"file":"unfollow-user.mjs","names":[],"sources":["../../src/actions/unfollow-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUnfollowUserInput = z.object({\n user_id: z.number().int().describe(\"SoundCloud User id\"),\n}).describe(\"Request schema for `UnfollowUser`\");\nexport const SoundcloudUnfollowUserOutput = z.object({\n status: z.string().describe(\"HTTP status code indicating successful unfollow operation. Returns '200' when the user is successfully unfollowed.\").nullable(),\n}).passthrough().describe(\"Response schema for `UnfollowUser`\");\n\nexport const soundcloudUnfollowUser = action(\"SOUNDCLOUD_UNFOLLOW_USER\", {\n slug: \"soundcloud-unfollow-user\",\n name: \"Deletes a user who is followed by the authenticated user\",\n description: \"Deletes a user who is followed by the authenticated user\",\n input: SoundcloudUnfollowUserInput,\n output: SoundcloudUnfollowUserOutput,\n});\n"],"mappings":";;AAWA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXyC,EAAE,OAAO,EAClD,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,EACzD,CAAC,CAAC,CAAC,SAAS,mCASH;CACP,QAT0C,EAAE,OAAO,EACnD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,CAAC,CAAC,SAAS,EAC7J,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oCAOhB;AACV,CAAC"}
|
|
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/unlikes-a-playlist.ts
|
|
4
4
|
const SoundcloudUnlikesAPlaylistInput = zod.z.object({ playlist_id: zod.z.number().int().describe("SoundCloud playlist id") }).describe("Request schema for `UnlikesAPlaylist`");
|
|
5
|
-
const SoundcloudUnlikesAPlaylistOutput = zod.z.object({ status: zod.z.string().describe("HTTP status message indicating success (e.g., '200 OK')").nullable().optional() }).describe("Response schema for `UnlikesAPlaylist` - DELETE /likes/playlists/{playlist_id}");
|
|
5
|
+
const SoundcloudUnlikesAPlaylistOutput = zod.z.object({ status: zod.z.string().describe("HTTP status message indicating success (e.g., '200 OK')").nullable().optional() }).passthrough().describe("Response schema for `UnlikesAPlaylist` - DELETE /likes/playlists/{playlist_id}");
|
|
6
6
|
const soundcloudUnlikesAPlaylist = require_action.action("SOUNDCLOUD_UNLIKES_A_PLAYLIST", {
|
|
7
7
|
slug: "soundcloud-unlikes-a-playlist",
|
|
8
8
|
name: "Unlikes a playlist",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unlikes-a-playlist.cjs","names":["z","action"],"sources":["../../src/actions/unlikes-a-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUnlikesAPlaylistInput
|
|
1
|
+
{"version":3,"file":"unlikes-a-playlist.cjs","names":["z","action"],"sources":["../../src/actions/unlikes-a-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUnlikesAPlaylistInput = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `UnlikesAPlaylist`\");\nexport const SoundcloudUnlikesAPlaylistOutput = z.object({\n status: z.string().describe(\"HTTP status message indicating success (e.g., '200 OK')\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `UnlikesAPlaylist` - DELETE /likes/playlists/{playlist_id}\");\n\nexport const soundcloudUnlikesAPlaylist = action(\"SOUNDCLOUD_UNLIKES_A_PLAYLIST\", {\n slug: \"soundcloud-unlikes-a-playlist\",\n name: \"Unlikes a playlist\",\n description: \"Authenticated users can remove a \\\"like\\\" from a SoundCloud playlist by sending a DELETE request to `/likes/playlists/{playlist_id}`. Success returns a 200 status, failures return 400 or 404 if not found.\",\n input: SoundcloudUnlikesAPlaylistInput,\n output: SoundcloudUnlikesAPlaylistOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,EACjE,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gFAAgF;AAE1G,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/unlikes-a-playlist.d.ts
|
|
4
|
-
declare const SoundcloudUnlikesAPlaylistInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudUnlikesAPlaylistInput: z.ZodObject<{
|
|
5
|
+
playlist_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudUnlikesAPlaylistOutput: z.ZodObject<{
|
|
8
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
}, z.core.$loose>;
|
|
10
|
+
declare const soundcloudUnlikesAPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
|
+
playlist_id: number;
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { soundcloudUnlikesAPlaylist };
|
|
9
15
|
//# sourceMappingURL=unlikes-a-playlist.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unlikes-a-playlist.d.cts","names":[],"sources":["../../src/actions/unlikes-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,
|
|
1
|
+
{"version":3,"file":"unlikes-a-playlist.d.cts","names":[],"sources":["../../src/actions/unlikes-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAG/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAIhC,0BAAA,gCAA0B,wBAAA"}
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/unlikes-a-playlist.d.ts
|
|
4
|
-
declare const SoundcloudUnlikesAPlaylistInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudUnlikesAPlaylistInput: z.ZodObject<{
|
|
5
|
+
playlist_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudUnlikesAPlaylistOutput: z.ZodObject<{
|
|
8
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
}, z.core.$loose>;
|
|
10
|
+
declare const soundcloudUnlikesAPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
|
+
playlist_id: number;
|
|
12
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
13
|
//#endregion
|
|
8
14
|
export { soundcloudUnlikesAPlaylist };
|
|
9
15
|
//# sourceMappingURL=unlikes-a-playlist.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unlikes-a-playlist.d.mts","names":[],"sources":["../../src/actions/unlikes-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,
|
|
1
|
+
{"version":3,"file":"unlikes-a-playlist.d.mts","names":[],"sources":["../../src/actions/unlikes-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAG/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAIhC,0BAAA,gCAA0B,wBAAA"}
|
|
@@ -5,7 +5,7 @@ const soundcloudUnlikesAPlaylist = action("SOUNDCLOUD_UNLIKES_A_PLAYLIST", {
|
|
|
5
5
|
name: "Unlikes a playlist",
|
|
6
6
|
description: "Authenticated users can remove a \"like\" from a SoundCloud playlist by sending a DELETE request to `/likes/playlists/{playlist_id}`. Success returns a 200 status, failures return 400 or 404 if not found.",
|
|
7
7
|
input: z.object({ playlist_id: z.number().int().describe("SoundCloud playlist id") }).describe("Request schema for `UnlikesAPlaylist`"),
|
|
8
|
-
output: z.object({ status: z.string().describe("HTTP status message indicating success (e.g., '200 OK')").nullable().optional() }).describe("Response schema for `UnlikesAPlaylist` - DELETE /likes/playlists/{playlist_id}")
|
|
8
|
+
output: z.object({ status: z.string().describe("HTTP status message indicating success (e.g., '200 OK')").nullable().optional() }).passthrough().describe("Response schema for `UnlikesAPlaylist` - DELETE /likes/playlists/{playlist_id}")
|
|
9
9
|
});
|
|
10
10
|
//#endregion
|
|
11
11
|
export { soundcloudUnlikesAPlaylist };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unlikes-a-playlist.mjs","names":[],"sources":["../../src/actions/unlikes-a-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUnlikesAPlaylistInput
|
|
1
|
+
{"version":3,"file":"unlikes-a-playlist.mjs","names":[],"sources":["../../src/actions/unlikes-a-playlist.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUnlikesAPlaylistInput = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `UnlikesAPlaylist`\");\nexport const SoundcloudUnlikesAPlaylistOutput = z.object({\n status: z.string().describe(\"HTTP status message indicating success (e.g., '200 OK')\").nullable().optional(),\n}).passthrough().describe(\"Response schema for `UnlikesAPlaylist` - DELETE /likes/playlists/{playlist_id}\");\n\nexport const soundcloudUnlikesAPlaylist = action(\"SOUNDCLOUD_UNLIKES_A_PLAYLIST\", {\n slug: \"soundcloud-unlikes-a-playlist\",\n name: \"Unlikes a playlist\",\n description: \"Authenticated users can remove a \\\"like\\\" from a SoundCloud playlist by sending a DELETE request to `/likes/playlists/{playlist_id}`. Success returns a 200 status, failures return 400 or 404 if not found.\",\n input: SoundcloudUnlikesAPlaylistInput,\n output: SoundcloudUnlikesAPlaylistOutput,\n});\n"],"mappings":";;AAWA,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX6C,EAAE,OAAO,EACtD,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,EACjE,CAAC,CAAC,CAAC,SAAS,uCASH;CACP,QAT8C,EAAE,OAAO,EACvD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gFAOhB;AACV,CAAC"}
|
|
@@ -9,8 +9,8 @@ const SoundcloudUnlikesATrackOutput = zod.z.object({
|
|
|
9
9
|
errors: zod.z.array(zod.z.unknown()).describe("Deprecated errors array.").nullable().optional(),
|
|
10
10
|
status: zod.z.string().describe("Deprecated status field.").nullable().optional(),
|
|
11
11
|
message: zod.z.string().describe("Human-readable error message.").nullable().optional(),
|
|
12
|
-
status_code: zod.z.number().int().describe("HTTP status code indicating the result of the unlike operation. 200 for success, 400 for bad request, 404 for not found.")
|
|
13
|
-
}).describe("Response schema for `UnlikesATrack`.\n\n200 Success: Empty or minimal confirmation following REST DELETE conventions.\n400/404 Error: Returns error details with optional fields.");
|
|
12
|
+
status_code: zod.z.number().int().describe("HTTP status code indicating the result of the unlike operation. 200 for success, 400 for bad request, 404 for not found.").nullable()
|
|
13
|
+
}).passthrough().describe("Response schema for `UnlikesATrack`.\n\n200 Success: Empty or minimal confirmation following REST DELETE conventions.\n400/404 Error: Returns error details with optional fields.");
|
|
14
14
|
const soundcloudUnlikesATrack = require_action.action("SOUNDCLOUD_UNLIKES_A_TRACK", {
|
|
15
15
|
slug: "soundcloud-unlikes-a-track",
|
|
16
16
|
name: "Unlikes a track",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unlikes-a-track.cjs","names":["z","action"],"sources":["../../src/actions/unlikes-a-track.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUnlikesATrackInput
|
|
1
|
+
{"version":3,"file":"unlikes-a-track.cjs","names":["z","action"],"sources":["../../src/actions/unlikes-a-track.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUnlikesATrackInput = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `UnlikesATrack`\");\nexport const SoundcloudUnlikesATrackOutput = z.object({\n code: z.number().int().describe(\"Error code identifying the type of error.\").nullable().optional(),\n link: z.string().describe(\"Link to additional error information.\").nullable().optional(),\n error: z.string().describe(\"Deprecated error field, nullable.\").nullable().optional(),\n errors: z.array(z.unknown()).describe(\"Deprecated errors array.\").nullable().optional(),\n status: z.string().describe(\"Deprecated status field.\").nullable().optional(),\n message: z.string().describe(\"Human-readable error message.\").nullable().optional(),\n status_code: z.number().int().describe(\"HTTP status code indicating the result of the unlike operation. 200 for success, 400 for bad request, 404 for not found.\").nullable(),\n}).passthrough().describe(\"Response schema for `UnlikesATrack`.\\n\\n200 Success: Empty or minimal confirmation following REST DELETE conventions.\\n400/404 Error: Returns error details with optional fields.\");\n\nexport const soundcloudUnlikesATrack = action(\"SOUNDCLOUD_UNLIKES_A_TRACK\", {\n slug: \"soundcloud-unlikes-a-track\",\n name: \"Unlikes a track\",\n description: \"Endpoint `/likes/tracks/{track_id}` allows unauthorized liking of a track, requiring AuthHeader. Accepts `track_id` as a path parameter. Responses include 200 (Success), 400 (Bad Request), and 404 (Not Found).\",\n input: SoundcloudUnlikesATrackInput,\n output: SoundcloudUnlikesATrackOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0HAA0H,CAAC,CAAC,SAAS;AAC9K,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mLAAmL;AAE7M,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/unlikes-a-track.d.ts
|
|
4
|
-
declare const SoundcloudUnlikesATrackInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudUnlikesATrackInput: z.ZodObject<{
|
|
5
|
+
track_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudUnlikesATrackOutput: z.ZodObject<{
|
|
8
|
+
code: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9
|
+
link: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
12
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
status_code: z.ZodNullable<z.ZodNumber>;
|
|
15
|
+
}, z.core.$loose>;
|
|
16
|
+
declare const soundcloudUnlikesATrack: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
|
+
track_id: number;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { soundcloudUnlikesATrack };
|
|
9
21
|
//# sourceMappingURL=unlikes-a-track.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unlikes-a-track.d.cts","names":[],"sources":["../../src/actions/unlikes-a-track.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"unlikes-a-track.d.cts","names":[],"sources":["../../src/actions/unlikes-a-track.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAG5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;cAU7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/unlikes-a-track.d.ts
|
|
4
|
-
declare const SoundcloudUnlikesATrackInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SoundcloudUnlikesATrackInput: z.ZodObject<{
|
|
5
|
+
track_id: z.ZodNumber;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const SoundcloudUnlikesATrackOutput: z.ZodObject<{
|
|
8
|
+
code: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
9
|
+
link: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
|
+
errors: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodUnknown>>>;
|
|
12
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
status_code: z.ZodNullable<z.ZodNumber>;
|
|
15
|
+
}, z.core.$loose>;
|
|
16
|
+
declare const soundcloudUnlikesATrack: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
17
|
+
track_id: number;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { soundcloudUnlikesATrack };
|
|
9
21
|
//# sourceMappingURL=unlikes-a-track.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unlikes-a-track.d.mts","names":[],"sources":["../../src/actions/unlikes-a-track.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"unlikes-a-track.d.mts","names":[],"sources":["../../src/actions/unlikes-a-track.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAG5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;cAU7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -12,8 +12,8 @@ const soundcloudUnlikesATrack = action("SOUNDCLOUD_UNLIKES_A_TRACK", {
|
|
|
12
12
|
errors: z.array(z.unknown()).describe("Deprecated errors array.").nullable().optional(),
|
|
13
13
|
status: z.string().describe("Deprecated status field.").nullable().optional(),
|
|
14
14
|
message: z.string().describe("Human-readable error message.").nullable().optional(),
|
|
15
|
-
status_code: z.number().int().describe("HTTP status code indicating the result of the unlike operation. 200 for success, 400 for bad request, 404 for not found.")
|
|
16
|
-
}).describe("Response schema for `UnlikesATrack`.\n\n200 Success: Empty or minimal confirmation following REST DELETE conventions.\n400/404 Error: Returns error details with optional fields.")
|
|
15
|
+
status_code: z.number().int().describe("HTTP status code indicating the result of the unlike operation. 200 for success, 400 for bad request, 404 for not found.").nullable()
|
|
16
|
+
}).passthrough().describe("Response schema for `UnlikesATrack`.\n\n200 Success: Empty or minimal confirmation following REST DELETE conventions.\n400/404 Error: Returns error details with optional fields.")
|
|
17
17
|
});
|
|
18
18
|
//#endregion
|
|
19
19
|
export { soundcloudUnlikesATrack };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"unlikes-a-track.mjs","names":[],"sources":["../../src/actions/unlikes-a-track.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUnlikesATrackInput
|
|
1
|
+
{"version":3,"file":"unlikes-a-track.mjs","names":[],"sources":["../../src/actions/unlikes-a-track.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUnlikesATrackInput = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `UnlikesATrack`\");\nexport const SoundcloudUnlikesATrackOutput = z.object({\n code: z.number().int().describe(\"Error code identifying the type of error.\").nullable().optional(),\n link: z.string().describe(\"Link to additional error information.\").nullable().optional(),\n error: z.string().describe(\"Deprecated error field, nullable.\").nullable().optional(),\n errors: z.array(z.unknown()).describe(\"Deprecated errors array.\").nullable().optional(),\n status: z.string().describe(\"Deprecated status field.\").nullable().optional(),\n message: z.string().describe(\"Human-readable error message.\").nullable().optional(),\n status_code: z.number().int().describe(\"HTTP status code indicating the result of the unlike operation. 200 for success, 400 for bad request, 404 for not found.\").nullable(),\n}).passthrough().describe(\"Response schema for `UnlikesATrack`.\\n\\n200 Success: Empty or minimal confirmation following REST DELETE conventions.\\n400/404 Error: Returns error details with optional fields.\");\n\nexport const soundcloudUnlikesATrack = action(\"SOUNDCLOUD_UNLIKES_A_TRACK\", {\n slug: \"soundcloud-unlikes-a-track\",\n name: \"Unlikes a track\",\n description: \"Endpoint `/likes/tracks/{track_id}` allows unauthorized liking of a track, requiring AuthHeader. Accepts `track_id` as a path parameter. Responses include 200 (Success), 400 (Bad Request), and 404 (Not Found).\",\n input: SoundcloudUnlikesATrackInput,\n output: SoundcloudUnlikesATrackOutput,\n});\n"],"mappings":";;AAiBA,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjB0C,EAAE,OAAO,EACnD,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,oCAeH;CACP,QAf2C,EAAE,OAAO;EACpD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,QAAQ,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0HAA0H,CAAC,CAAC,SAAS;CAC9K,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,mLAOhB;AACV,CAAC"}
|
|
@@ -22,65 +22,65 @@ const SoundcloudUpdatesAPlaylistInput = zod.z.object({
|
|
|
22
22
|
playlist__purchase__title: zod.z.string().describe("Purchase title").optional()
|
|
23
23
|
}).describe("Request schema for `UpdatesAPlaylist`");
|
|
24
24
|
const SoundcloudUpdatesAPlaylist_UserSchema = zod.z.object({
|
|
25
|
-
id: zod.z.number().int().describe("Unique identifier for the user."),
|
|
26
|
-
uri: zod.z.string().describe("API resource identifier for the user."),
|
|
25
|
+
id: zod.z.number().int().describe("Unique identifier for the user.").nullable(),
|
|
26
|
+
uri: zod.z.string().describe("API resource identifier for the user.").nullable(),
|
|
27
27
|
urn: zod.z.string().describe("Uniform resource name for the user.").nullable().optional(),
|
|
28
28
|
city: zod.z.string().describe("City where the user is located.").nullable().optional(),
|
|
29
|
-
kind: zod.z.string().describe("Resource type, always 'user' for user objects."),
|
|
29
|
+
kind: zod.z.string().describe("Resource type, always 'user' for user objects.").nullable(),
|
|
30
30
|
fullName: zod.z.string().describe("Full name of the user.").nullable().optional(),
|
|
31
31
|
lastName: zod.z.string().describe("Last name of the user.").nullable().optional(),
|
|
32
|
-
username: zod.z.string().describe("Username of the user."),
|
|
32
|
+
username: zod.z.string().describe("Username of the user.").nullable(),
|
|
33
33
|
verified: zod.z.boolean().describe("Whether the user account is verified.").nullable().optional(),
|
|
34
|
-
avatarUrl: zod.z.string().describe("URL to the user's profile picture."),
|
|
35
|
-
createdAt: zod.z.string().describe("ISO 8601 timestamp of when the user account was created."),
|
|
34
|
+
avatarUrl: zod.z.string().describe("URL to the user's profile picture.").nullable(),
|
|
35
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp of when the user account was created.").nullable(),
|
|
36
36
|
firstName: zod.z.string().describe("First name of the user.").nullable().optional(),
|
|
37
|
-
permalink: zod.z.string().describe("URL-friendly identifier for the user."),
|
|
37
|
+
permalink: zod.z.string().describe("URL-friendly identifier for the user.").nullable(),
|
|
38
38
|
likesCount: zod.z.number().int().describe("Number of tracks liked by the user.").nullable().optional(),
|
|
39
39
|
trackCount: zod.z.number().int().describe("Number of tracks uploaded by the user.").nullable().optional(),
|
|
40
40
|
countryCode: zod.z.string().describe("Country code for the user's location.").nullable().optional(),
|
|
41
41
|
description: zod.z.string().describe("User's profile description.").nullable().optional(),
|
|
42
42
|
groupsCount: zod.z.number().int().describe("Number of groups the user is a member of.").nullable().optional(),
|
|
43
43
|
lastModified: zod.z.string().describe("ISO 8601 timestamp of when the user profile was last modified.").nullable().optional(),
|
|
44
|
-
permalinkUrl: zod.z.string().describe("Full SoundCloud URL to the user's profile."),
|
|
44
|
+
permalinkUrl: zod.z.string().describe("Full SoundCloud URL to the user's profile.").nullable(),
|
|
45
45
|
repostsCount: zod.z.number().int().describe("Number of reposts made by the user.").nullable().optional(),
|
|
46
46
|
commentsCount: zod.z.number().int().describe("Number of comments made by the user.").nullable().optional(),
|
|
47
47
|
playlistCount: zod.z.number().int().describe("Number of playlists created by the user.").nullable().optional(),
|
|
48
48
|
followersCount: zod.z.number().int().describe("Number of followers the user has.").nullable().optional(),
|
|
49
49
|
followingsCount: zod.z.number().int().describe("Number of users this user is following.").nullable().optional(),
|
|
50
50
|
playlistLikesCount: zod.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 = zod.z.object({
|
|
53
|
-
id: zod.z.number().int().describe("Unique identifier for the track."),
|
|
53
|
+
id: zod.z.number().int().describe("Unique identifier for the track.").nullable(),
|
|
54
54
|
bpm: zod.z.number().int().describe("Beats per minute of the track.").nullable().optional(),
|
|
55
55
|
uri: zod.z.string().describe("API resource identifier for the track.").nullable().optional(),
|
|
56
56
|
isrc: zod.z.string().describe("International Standard Recording Code.").nullable().optional(),
|
|
57
|
-
kind: zod.z.string().describe("Resource type, typically 'track'."),
|
|
57
|
+
kind: zod.z.string().describe("Resource type, typically 'track'.").nullable(),
|
|
58
58
|
user: zod.z.unknown().describe("User object for the track creator."),
|
|
59
59
|
genre: zod.z.string().describe("Genre of the track.").nullable().optional(),
|
|
60
|
-
title: zod.z.string().describe("Title of the track."),
|
|
61
|
-
license: zod.z.string().describe("License type for the track."),
|
|
60
|
+
title: zod.z.string().describe("Title of the track.").nullable(),
|
|
61
|
+
license: zod.z.string().describe("License type for the track.").nullable(),
|
|
62
62
|
release: zod.z.string().describe("Release information for the track.").nullable().optional(),
|
|
63
|
-
sharing: zod.z.string().describe("Sharing permission level for the track."),
|
|
64
|
-
tagList: zod.z.string().describe("Space-separated list of tags for the track."),
|
|
65
|
-
duration: zod.z.number().int().describe("Duration of the track in milliseconds."),
|
|
66
|
-
createdAt: zod.z.string().describe("ISO 8601 timestamp of when the track was created."),
|
|
63
|
+
sharing: zod.z.string().describe("Sharing permission level for the track.").nullable(),
|
|
64
|
+
tagList: zod.z.string().describe("Space-separated list of tags for the track.").nullable(),
|
|
65
|
+
duration: zod.z.number().int().describe("Duration of the track in milliseconds.").nullable(),
|
|
66
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp of when the track was created.").nullable(),
|
|
67
67
|
labelName: zod.z.string().describe("Name of the record label for the track.").nullable().optional(),
|
|
68
68
|
secretUri: zod.z.string().describe("Secret URI for private tracks.").nullable().optional(),
|
|
69
69
|
streamUrl: zod.z.string().describe("URL to stream the track.").nullable().optional(),
|
|
70
70
|
artworkUrl: zod.z.string().describe("URL to the track's cover artwork.").nullable().optional(),
|
|
71
71
|
isExplicit: zod.z.boolean().describe("Whether the track contains explicit content.").nullable().optional(),
|
|
72
72
|
releaseDay: zod.z.number().int().describe("Day of release.").nullable().optional(),
|
|
73
|
-
streamable: zod.z.boolean().describe("Whether the track can be streamed."),
|
|
74
|
-
commentable: zod.z.boolean().describe("Whether comments are enabled for the track."),
|
|
73
|
+
streamable: zod.z.boolean().describe("Whether the track can be streamed.").nullable(),
|
|
74
|
+
commentable: zod.z.boolean().describe("Whether comments are enabled for the track.").nullable(),
|
|
75
75
|
description: zod.z.string().describe("Description of the track.").nullable().optional(),
|
|
76
76
|
downloadUrl: zod.z.string().describe("URL to download the track.").nullable().optional(),
|
|
77
77
|
purchaseUrl: zod.z.string().describe("URL where the track can be purchased.").nullable().optional(),
|
|
78
78
|
releaseYear: zod.z.number().int().describe("Year of release.").nullable().optional(),
|
|
79
|
-
waveformUrl: zod.z.string().describe("URL to the waveform visualization of the track."),
|
|
79
|
+
waveformUrl: zod.z.string().describe("URL to the waveform visualization of the track.").nullable(),
|
|
80
80
|
commentCount: zod.z.number().int().describe("Number of comments on the track.").nullable().optional(),
|
|
81
|
-
downloadable: zod.z.boolean().describe("Whether the track can be downloaded."),
|
|
81
|
+
downloadable: zod.z.boolean().describe("Whether the track can be downloaded.").nullable(),
|
|
82
82
|
keySignature: zod.z.string().describe("Musical key signature of the track.").nullable().optional(),
|
|
83
|
-
permalinkUrl: zod.z.string().describe("Full SoundCloud URL to the track."),
|
|
83
|
+
permalinkUrl: zod.z.string().describe("Full SoundCloud URL to the track.").nullable(),
|
|
84
84
|
releaseMonth: zod.z.number().int().describe("Month of release.").nullable().optional(),
|
|
85
85
|
repostsCount: zod.z.number().int().describe("Number of times the track has been reposted.").nullable().optional(),
|
|
86
86
|
userFavorite: zod.z.boolean().describe("Whether the current user has favorited the track.").nullable().optional(),
|
|
@@ -90,40 +90,40 @@ const SoundcloudUpdatesAPlaylist_TrackSchema = zod.z.object({
|
|
|
90
90
|
favoritingsCount: zod.z.number().int().describe("Number of times the track has been favorited.").nullable().optional(),
|
|
91
91
|
userPlaybackCount: zod.z.number().int().describe("Number of times the current user has played the track.").nullable().optional(),
|
|
92
92
|
availableCountryCodes: zod.z.array(zod.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 SoundcloudUpdatesAPlaylistOutput = zod.z.object({
|
|
95
|
-
id: zod.z.number().int().describe("Unique identifier for the playlist."),
|
|
96
|
-
uri: zod.z.string().describe("API resource identifier for the playlist."),
|
|
95
|
+
id: zod.z.number().int().describe("Unique identifier for the playlist.").nullable(),
|
|
96
|
+
uri: zod.z.string().describe("API resource identifier for the playlist.").nullable(),
|
|
97
97
|
urn: zod.z.string().describe("Uniform resource name for the playlist (new string-based identifier).").nullable().optional(),
|
|
98
|
-
kind: zod.z.string().describe("Resource type, always 'playlist' for playlist objects."),
|
|
98
|
+
kind: zod.z.string().describe("Resource type, always 'playlist' for playlist objects.").nullable(),
|
|
99
99
|
user: SoundcloudUpdatesAPlaylist_UserSchema.nullable(),
|
|
100
100
|
genre: zod.z.string().describe("Genre classification of the playlist.").nullable().optional(),
|
|
101
|
-
title: zod.z.string().describe("Title of the playlist."),
|
|
102
|
-
public: zod.z.boolean().describe("Whether the playlist is public (true) or private (false)."),
|
|
101
|
+
title: zod.z.string().describe("Title of the playlist.").nullable(),
|
|
102
|
+
public: zod.z.boolean().describe("Whether the playlist is public (true) or private (false).").nullable(),
|
|
103
103
|
tracks: zod.z.array(SoundcloudUpdatesAPlaylist_TrackSchema).describe("Array of track objects contained in the playlist."),
|
|
104
|
-
userId: zod.z.number().int().describe("ID of the user who created the playlist."),
|
|
104
|
+
userId: zod.z.number().int().describe("ID of the user who created the playlist.").nullable(),
|
|
105
105
|
isAlbum: zod.z.boolean().describe("Whether the playlist is classified as an album.").nullable().optional(),
|
|
106
106
|
license: zod.z.string().describe("License type for the playlist content.").nullable().optional(),
|
|
107
107
|
setType: zod.z.string().describe("Type categorization of the playlist set.").nullable().optional(),
|
|
108
|
-
sharing: zod.z.string().describe("Sharing permission level for the playlist (e.g., 'public', 'private')."),
|
|
108
|
+
sharing: zod.z.string().describe("Sharing permission level for the playlist (e.g., 'public', 'private').").nullable(),
|
|
109
109
|
tagList: zod.z.string().describe("Space-separated list of tags associated with the playlist.").nullable().optional(),
|
|
110
|
-
duration: zod.z.number().int().describe("Total duration of all tracks in the playlist in milliseconds."),
|
|
111
|
-
createdAt: zod.z.string().describe("ISO 8601 timestamp of when the playlist was created."),
|
|
110
|
+
duration: zod.z.number().int().describe("Total duration of all tracks in the playlist in milliseconds.").nullable(),
|
|
111
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp of when the playlist was created.").nullable(),
|
|
112
112
|
labelName: zod.z.string().describe("Name of the record label associated with the playlist.").nullable().optional(),
|
|
113
|
-
permalink: zod.z.string().describe("URL-friendly identifier for the playlist."),
|
|
113
|
+
permalink: zod.z.string().describe("URL-friendly identifier for the playlist.").nullable(),
|
|
114
114
|
artworkUrl: zod.z.string().describe("URL to the playlist's cover artwork image.").nullable().optional(),
|
|
115
115
|
likesCount: zod.z.number().int().describe("Number of likes/favorites the playlist has received.").nullable().optional(),
|
|
116
|
-
trackCount: zod.z.number().int().describe("Number of tracks in the playlist."),
|
|
116
|
+
trackCount: zod.z.number().int().describe("Number of tracks in the playlist.").nullable(),
|
|
117
117
|
description: zod.z.string().describe("Description of the playlist (maximum 4,000 characters).").nullable().optional(),
|
|
118
118
|
displayDate: zod.z.string().describe("Date to be displayed for the playlist.").nullable().optional(),
|
|
119
119
|
publishedAt: zod.z.string().describe("ISO 8601 timestamp of when the playlist was published.").nullable().optional(),
|
|
120
120
|
secretToken: zod.z.string().describe("Secret token for accessing private playlists.").nullable().optional(),
|
|
121
121
|
embeddableBy: zod.z.string().describe("Who can embed the playlist: 'all', 'me', or 'none'.").nullable().optional(),
|
|
122
|
-
lastModified: zod.z.string().describe("ISO 8601 timestamp of when the playlist was last modified."),
|
|
123
|
-
permalinkUrl: zod.z.string().describe("Full SoundCloud URL to the playlist."),
|
|
122
|
+
lastModified: zod.z.string().describe("ISO 8601 timestamp of when the playlist was last modified.").nullable(),
|
|
123
|
+
permalinkUrl: zod.z.string().describe("Full SoundCloud URL to the playlist.").nullable(),
|
|
124
124
|
repostsCount: zod.z.number().int().describe("Number of times the playlist has been reposted by other users.").nullable().optional(),
|
|
125
125
|
managedByFeeds: zod.z.boolean().describe("Whether the playlist is managed by SoundCloud's feed system rather than manually.").nullable().optional()
|
|
126
|
-
}).describe("Response schema for `UpdatesAPlaylist`");
|
|
126
|
+
}).passthrough().describe("Response schema for `UpdatesAPlaylist`");
|
|
127
127
|
const soundcloudUpdatesAPlaylist = require_action.action("SOUNDCLOUD_UPDATES_A_PLAYLIST", {
|
|
128
128
|
slug: "soundcloud-updates-a-playlist",
|
|
129
129
|
name: "Updates a playlist",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"updates-a-playlist.cjs","names":["z","action"],"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.cjs","names":["z","action"],"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":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CAC/D,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAC3E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACnE,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CACvE,kBAAkBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACpH,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;CAClE,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CACvE,mBAAmBA,IAAAA,EAAE,KAAK,CAAC,UAAU,SAAS,CAAC,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CACxF,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC3E,qBAAqBA,IAAAA,EAAE,KAAK,CAAC,SAAS,UAAU,CAAC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC/F,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACpF,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACnF,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,YAAY,CAAC,CAAC,SAAS;CAClE,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;CACtE,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;CACtE,yBAAyBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS;CACtE,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC7E,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAM,wCAAwCA,IAAAA,EAAE,OAAO;CACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC1E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC3E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACrF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAChE,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC9E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS;CACpG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACjF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACzF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gEAAgE;AAC1F,MAAM,yCAAyCA,IAAAA,EAAE,OAAO;CACtD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC3E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACxE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC3D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACjF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACrF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACvF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC7F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAChF,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CAC7F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACpF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAChF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3H,uBAAuBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACjI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yCAAyC;AACnE,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC9E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAC/E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAC7F,MAAM,sCAAsC,SAAS;CACrD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC9D,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACnG,QAAQA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,mDAAmD;CACpH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACvF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CAChH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;CAC9G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CAChG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACpF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACzG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACnF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChJ,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAElE,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|