@keystrokehq/soundcloud 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (442) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/creates-a-playlist.cjs +118 -0
  7. package/dist/actions/creates-a-playlist.cjs.map +1 -0
  8. package/dist/actions/creates-a-playlist.d.cts +9 -0
  9. package/dist/actions/creates-a-playlist.d.cts.map +1 -0
  10. package/dist/actions/creates-a-playlist.d.mts +9 -0
  11. package/dist/actions/creates-a-playlist.d.mts.map +1 -0
  12. package/dist/actions/creates-a-playlist.mjs +117 -0
  13. package/dist/actions/creates-a-playlist.mjs.map +1 -0
  14. package/dist/actions/deletes-a-playlist.cjs +16 -0
  15. package/dist/actions/deletes-a-playlist.cjs.map +1 -0
  16. package/dist/actions/deletes-a-playlist.d.cts +9 -0
  17. package/dist/actions/deletes-a-playlist.d.cts.map +1 -0
  18. package/dist/actions/deletes-a-playlist.d.mts +9 -0
  19. package/dist/actions/deletes-a-playlist.d.mts.map +1 -0
  20. package/dist/actions/deletes-a-playlist.mjs +13 -0
  21. package/dist/actions/deletes-a-playlist.mjs.map +1 -0
  22. package/dist/actions/deletes-a-track.cjs +16 -0
  23. package/dist/actions/deletes-a-track.cjs.map +1 -0
  24. package/dist/actions/deletes-a-track.d.cts +9 -0
  25. package/dist/actions/deletes-a-track.d.cts.map +1 -0
  26. package/dist/actions/deletes-a-track.d.mts +9 -0
  27. package/dist/actions/deletes-a-track.d.mts.map +1 -0
  28. package/dist/actions/deletes-a-track.mjs +13 -0
  29. package/dist/actions/deletes-a-track.mjs.map +1 -0
  30. package/dist/actions/fetch-sound-cloud-follower-profile-details.cjs +61 -0
  31. package/dist/actions/fetch-sound-cloud-follower-profile-details.cjs.map +1 -0
  32. package/dist/actions/fetch-sound-cloud-follower-profile-details.d.cts +9 -0
  33. package/dist/actions/fetch-sound-cloud-follower-profile-details.d.cts.map +1 -0
  34. package/dist/actions/fetch-sound-cloud-follower-profile-details.d.mts +9 -0
  35. package/dist/actions/fetch-sound-cloud-follower-profile-details.d.mts.map +1 -0
  36. package/dist/actions/fetch-sound-cloud-follower-profile-details.mjs +60 -0
  37. package/dist/actions/fetch-sound-cloud-follower-profile-details.mjs.map +1 -0
  38. package/dist/actions/fetch-user-favorites.cjs +97 -0
  39. package/dist/actions/fetch-user-favorites.cjs.map +1 -0
  40. package/dist/actions/fetch-user-favorites.d.cts +9 -0
  41. package/dist/actions/fetch-user-favorites.d.cts.map +1 -0
  42. package/dist/actions/fetch-user-favorites.d.mts +9 -0
  43. package/dist/actions/fetch-user-favorites.d.mts.map +1 -0
  44. package/dist/actions/fetch-user-favorites.mjs +96 -0
  45. package/dist/actions/fetch-user-favorites.mjs.map +1 -0
  46. package/dist/actions/fetch-user-following-details.cjs +48 -0
  47. package/dist/actions/fetch-user-following-details.cjs.map +1 -0
  48. package/dist/actions/fetch-user-following-details.d.cts +9 -0
  49. package/dist/actions/fetch-user-following-details.d.cts.map +1 -0
  50. package/dist/actions/fetch-user-following-details.d.mts +9 -0
  51. package/dist/actions/fetch-user-following-details.d.mts.map +1 -0
  52. package/dist/actions/fetch-user-following-details.mjs +47 -0
  53. package/dist/actions/fetch-user-following-details.mjs.map +1 -0
  54. package/dist/actions/fetch-user-profiles-links.cjs +19 -0
  55. package/dist/actions/fetch-user-profiles-links.cjs.map +1 -0
  56. package/dist/actions/fetch-user-profiles-links.d.cts +9 -0
  57. package/dist/actions/fetch-user-profiles-links.d.cts.map +1 -0
  58. package/dist/actions/fetch-user-profiles-links.d.mts +9 -0
  59. package/dist/actions/fetch-user-profiles-links.d.mts.map +1 -0
  60. package/dist/actions/fetch-user-profiles-links.mjs +16 -0
  61. package/dist/actions/fetch-user-profiles-links.mjs.map +1 -0
  62. package/dist/actions/follows-a-user.cjs +42 -0
  63. package/dist/actions/follows-a-user.cjs.map +1 -0
  64. package/dist/actions/follows-a-user.d.cts +9 -0
  65. package/dist/actions/follows-a-user.d.cts.map +1 -0
  66. package/dist/actions/follows-a-user.d.mts +9 -0
  67. package/dist/actions/follows-a-user.d.mts.map +1 -0
  68. package/dist/actions/follows-a-user.mjs +39 -0
  69. package/dist/actions/follows-a-user.mjs.map +1 -0
  70. package/dist/actions/get-related-tracks.cjs +105 -0
  71. package/dist/actions/get-related-tracks.cjs.map +1 -0
  72. package/dist/actions/get-related-tracks.d.cts +9 -0
  73. package/dist/actions/get-related-tracks.d.cts.map +1 -0
  74. package/dist/actions/get-related-tracks.d.mts +9 -0
  75. package/dist/actions/get-related-tracks.d.mts.map +1 -0
  76. package/dist/actions/get-related-tracks.mjs +104 -0
  77. package/dist/actions/get-related-tracks.mjs.map +1 -0
  78. package/dist/actions/get-track-likers.cjs +44 -0
  79. package/dist/actions/get-track-likers.cjs.map +1 -0
  80. package/dist/actions/get-track-likers.d.cts +9 -0
  81. package/dist/actions/get-track-likers.d.cts.map +1 -0
  82. package/dist/actions/get-track-likers.d.mts +9 -0
  83. package/dist/actions/get-track-likers.d.mts.map +1 -0
  84. package/dist/actions/get-track-likers.mjs +43 -0
  85. package/dist/actions/get-track-likers.mjs.map +1 -0
  86. package/dist/actions/index.cjs +103 -0
  87. package/dist/actions/index.d.cts +52 -0
  88. package/dist/actions/index.d.mts +52 -0
  89. package/dist/actions/index.mjs +52 -0
  90. package/dist/actions/likes-a-playlist.cjs +16 -0
  91. package/dist/actions/likes-a-playlist.cjs.map +1 -0
  92. package/dist/actions/likes-a-playlist.d.cts +9 -0
  93. package/dist/actions/likes-a-playlist.d.cts.map +1 -0
  94. package/dist/actions/likes-a-playlist.d.mts +9 -0
  95. package/dist/actions/likes-a-playlist.d.mts.map +1 -0
  96. package/dist/actions/likes-a-playlist.mjs +13 -0
  97. package/dist/actions/likes-a-playlist.mjs.map +1 -0
  98. package/dist/actions/likes-a-track.cjs +16 -0
  99. package/dist/actions/likes-a-track.cjs.map +1 -0
  100. package/dist/actions/likes-a-track.d.cts +9 -0
  101. package/dist/actions/likes-a-track.d.cts.map +1 -0
  102. package/dist/actions/likes-a-track.d.mts +9 -0
  103. package/dist/actions/likes-a-track.d.mts.map +1 -0
  104. package/dist/actions/likes-a-track.mjs +13 -0
  105. package/dist/actions/likes-a-track.mjs.map +1 -0
  106. package/dist/actions/list-authenticated-user-followers.cjs +56 -0
  107. package/dist/actions/list-authenticated-user-followers.cjs.map +1 -0
  108. package/dist/actions/list-authenticated-user-followers.d.cts +9 -0
  109. package/dist/actions/list-authenticated-user-followers.d.cts.map +1 -0
  110. package/dist/actions/list-authenticated-user-followers.d.mts +9 -0
  111. package/dist/actions/list-authenticated-user-followers.d.mts.map +1 -0
  112. package/dist/actions/list-authenticated-user-followers.mjs +55 -0
  113. package/dist/actions/list-authenticated-user-followers.mjs.map +1 -0
  114. package/dist/actions/list-followed-by-user.cjs +61 -0
  115. package/dist/actions/list-followed-by-user.cjs.map +1 -0
  116. package/dist/actions/list-followed-by-user.d.cts +9 -0
  117. package/dist/actions/list-followed-by-user.d.cts.map +1 -0
  118. package/dist/actions/list-followed-by-user.d.mts +9 -0
  119. package/dist/actions/list-followed-by-user.d.mts.map +1 -0
  120. package/dist/actions/list-followed-by-user.mjs +60 -0
  121. package/dist/actions/list-followed-by-user.mjs.map +1 -0
  122. package/dist/actions/list-user-favorites.cjs +123 -0
  123. package/dist/actions/list-user-favorites.cjs.map +1 -0
  124. package/dist/actions/list-user-favorites.d.cts +9 -0
  125. package/dist/actions/list-user-favorites.d.cts.map +1 -0
  126. package/dist/actions/list-user-favorites.d.mts +9 -0
  127. package/dist/actions/list-user-favorites.d.mts.map +1 -0
  128. package/dist/actions/list-user-favorites.mjs +122 -0
  129. package/dist/actions/list-user-favorites.mjs.map +1 -0
  130. package/dist/actions/oauth2-authorization-redirect-handler.cjs +24 -0
  131. package/dist/actions/oauth2-authorization-redirect-handler.cjs.map +1 -0
  132. package/dist/actions/oauth2-authorization-redirect-handler.d.cts +9 -0
  133. package/dist/actions/oauth2-authorization-redirect-handler.d.cts.map +1 -0
  134. package/dist/actions/oauth2-authorization-redirect-handler.d.mts +9 -0
  135. package/dist/actions/oauth2-authorization-redirect-handler.d.mts.map +1 -0
  136. package/dist/actions/oauth2-authorization-redirect-handler.mjs +21 -0
  137. package/dist/actions/oauth2-authorization-redirect-handler.mjs.map +1 -0
  138. package/dist/actions/performs-a-playlist-search-based-on-a-query.cjs +83 -0
  139. package/dist/actions/performs-a-playlist-search-based-on-a-query.cjs.map +1 -0
  140. package/dist/actions/performs-a-playlist-search-based-on-a-query.d.cts +9 -0
  141. package/dist/actions/performs-a-playlist-search-based-on-a-query.d.cts.map +1 -0
  142. package/dist/actions/performs-a-playlist-search-based-on-a-query.d.mts +9 -0
  143. package/dist/actions/performs-a-playlist-search-based-on-a-query.d.mts.map +1 -0
  144. package/dist/actions/performs-a-playlist-search-based-on-a-query.mjs +82 -0
  145. package/dist/actions/performs-a-playlist-search-based-on-a-query.mjs.map +1 -0
  146. package/dist/actions/performs-a-user-search-based-on-a-query.cjs +71 -0
  147. package/dist/actions/performs-a-user-search-based-on-a-query.cjs.map +1 -0
  148. package/dist/actions/performs-a-user-search-based-on-a-query.d.cts +9 -0
  149. package/dist/actions/performs-a-user-search-based-on-a-query.d.cts.map +1 -0
  150. package/dist/actions/performs-a-user-search-based-on-a-query.d.mts +9 -0
  151. package/dist/actions/performs-a-user-search-based-on-a-query.d.mts.map +1 -0
  152. package/dist/actions/performs-a-user-search-based-on-a-query.mjs +70 -0
  153. package/dist/actions/performs-a-user-search-based-on-a-query.mjs.map +1 -0
  154. package/dist/actions/provision-access-tokens-post-authorization.cjs +33 -0
  155. package/dist/actions/provision-access-tokens-post-authorization.cjs.map +1 -0
  156. package/dist/actions/provision-access-tokens-post-authorization.d.cts +9 -0
  157. package/dist/actions/provision-access-tokens-post-authorization.d.cts.map +1 -0
  158. package/dist/actions/provision-access-tokens-post-authorization.d.mts +9 -0
  159. package/dist/actions/provision-access-tokens-post-authorization.d.mts.map +1 -0
  160. package/dist/actions/provision-access-tokens-post-authorization.mjs +30 -0
  161. package/dist/actions/provision-access-tokens-post-authorization.mjs.map +1 -0
  162. package/dist/actions/recent-the-authenticated-user-s-activities.cjs +149 -0
  163. package/dist/actions/recent-the-authenticated-user-s-activities.cjs.map +1 -0
  164. package/dist/actions/recent-the-authenticated-user-s-activities.d.cts +9 -0
  165. package/dist/actions/recent-the-authenticated-user-s-activities.d.cts.map +1 -0
  166. package/dist/actions/recent-the-authenticated-user-s-activities.d.mts +9 -0
  167. package/dist/actions/recent-the-authenticated-user-s-activities.d.mts.map +1 -0
  168. package/dist/actions/recent-the-authenticated-user-s-activities.mjs +148 -0
  169. package/dist/actions/recent-the-authenticated-user-s-activities.mjs.map +1 -0
  170. package/dist/actions/recent-tracks-from-followed-users.cjs +116 -0
  171. package/dist/actions/recent-tracks-from-followed-users.cjs.map +1 -0
  172. package/dist/actions/recent-tracks-from-followed-users.d.cts +9 -0
  173. package/dist/actions/recent-tracks-from-followed-users.d.cts.map +1 -0
  174. package/dist/actions/recent-tracks-from-followed-users.d.mts +9 -0
  175. package/dist/actions/recent-tracks-from-followed-users.d.mts.map +1 -0
  176. package/dist/actions/recent-tracks-from-followed-users.mjs +115 -0
  177. package/dist/actions/recent-tracks-from-followed-users.mjs.map +1 -0
  178. package/dist/actions/remove-playlist-repost.cjs +24 -0
  179. package/dist/actions/remove-playlist-repost.cjs.map +1 -0
  180. package/dist/actions/remove-playlist-repost.d.cts +9 -0
  181. package/dist/actions/remove-playlist-repost.d.cts.map +1 -0
  182. package/dist/actions/remove-playlist-repost.d.mts +9 -0
  183. package/dist/actions/remove-playlist-repost.d.mts.map +1 -0
  184. package/dist/actions/remove-playlist-repost.mjs +23 -0
  185. package/dist/actions/remove-playlist-repost.mjs.map +1 -0
  186. package/dist/actions/remove-track-repost.cjs +16 -0
  187. package/dist/actions/remove-track-repost.cjs.map +1 -0
  188. package/dist/actions/remove-track-repost.d.cts +9 -0
  189. package/dist/actions/remove-track-repost.d.cts.map +1 -0
  190. package/dist/actions/remove-track-repost.d.mts +9 -0
  191. package/dist/actions/remove-track-repost.d.mts.map +1 -0
  192. package/dist/actions/remove-track-repost.mjs +13 -0
  193. package/dist/actions/remove-track-repost.mjs.map +1 -0
  194. package/dist/actions/reposts-a-playlist-as-the-authenticated-user.cjs +16 -0
  195. package/dist/actions/reposts-a-playlist-as-the-authenticated-user.cjs.map +1 -0
  196. package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.cts +9 -0
  197. package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.cts.map +1 -0
  198. package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.mts +9 -0
  199. package/dist/actions/reposts-a-playlist-as-the-authenticated-user.d.mts.map +1 -0
  200. package/dist/actions/reposts-a-playlist-as-the-authenticated-user.mjs +13 -0
  201. package/dist/actions/reposts-a-playlist-as-the-authenticated-user.mjs.map +1 -0
  202. package/dist/actions/reposts-a-track-as-the-authenticated-user.cjs +16 -0
  203. package/dist/actions/reposts-a-track-as-the-authenticated-user.cjs.map +1 -0
  204. package/dist/actions/reposts-a-track-as-the-authenticated-user.d.cts +9 -0
  205. package/dist/actions/reposts-a-track-as-the-authenticated-user.d.cts.map +1 -0
  206. package/dist/actions/reposts-a-track-as-the-authenticated-user.d.mts +9 -0
  207. package/dist/actions/reposts-a-track-as-the-authenticated-user.d.mts.map +1 -0
  208. package/dist/actions/reposts-a-track-as-the-authenticated-user.mjs +13 -0
  209. package/dist/actions/reposts-a-track-as-the-authenticated-user.mjs.map +1 -0
  210. package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.cjs +16 -0
  211. package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.cjs.map +1 -0
  212. package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.cts +9 -0
  213. package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.cts.map +1 -0
  214. package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.mts +9 -0
  215. package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.mts.map +1 -0
  216. package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.mjs +13 -0
  217. package/dist/actions/resolve-sound-cloud-urls-to-api-resource-urls.mjs.map +1 -0
  218. package/dist/actions/returns-a-collection-of-playlist-s-reposters.cjs +59 -0
  219. package/dist/actions/returns-a-collection-of-playlist-s-reposters.cjs.map +1 -0
  220. package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.cts +9 -0
  221. package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.cts.map +1 -0
  222. package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.mts +9 -0
  223. package/dist/actions/returns-a-collection-of-playlist-s-reposters.d.mts.map +1 -0
  224. package/dist/actions/returns-a-collection-of-playlist-s-reposters.mjs +58 -0
  225. package/dist/actions/returns-a-collection-of-playlist-s-reposters.mjs.map +1 -0
  226. package/dist/actions/returns-a-collection-of-track-s-reposters.cjs +71 -0
  227. package/dist/actions/returns-a-collection-of-track-s-reposters.cjs.map +1 -0
  228. package/dist/actions/returns-a-collection-of-track-s-reposters.d.cts +9 -0
  229. package/dist/actions/returns-a-collection-of-track-s-reposters.d.cts.map +1 -0
  230. package/dist/actions/returns-a-collection-of-track-s-reposters.d.mts +9 -0
  231. package/dist/actions/returns-a-collection-of-track-s-reposters.d.mts.map +1 -0
  232. package/dist/actions/returns-a-collection-of-track-s-reposters.mjs +70 -0
  233. package/dist/actions/returns-a-collection-of-track-s-reposters.mjs.map +1 -0
  234. package/dist/actions/returns-a-list-of-the-current-user-s-tracks.cjs +148 -0
  235. package/dist/actions/returns-a-list-of-the-current-user-s-tracks.cjs.map +1 -0
  236. package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.cts +9 -0
  237. package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.cts.map +1 -0
  238. package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.mts +9 -0
  239. package/dist/actions/returns-a-list-of-the-current-user-s-tracks.d.mts.map +1 -0
  240. package/dist/actions/returns-a-list-of-the-current-user-s-tracks.mjs +147 -0
  241. package/dist/actions/returns-a-list-of-the-current-user-s-tracks.mjs.map +1 -0
  242. package/dist/actions/returns-a-list-of-user-s-followers.cjs +58 -0
  243. package/dist/actions/returns-a-list-of-user-s-followers.cjs.map +1 -0
  244. package/dist/actions/returns-a-list-of-user-s-followers.d.cts +9 -0
  245. package/dist/actions/returns-a-list-of-user-s-followers.d.cts.map +1 -0
  246. package/dist/actions/returns-a-list-of-user-s-followers.d.mts +9 -0
  247. package/dist/actions/returns-a-list-of-user-s-followers.d.mts.map +1 -0
  248. package/dist/actions/returns-a-list-of-user-s-followers.mjs +57 -0
  249. package/dist/actions/returns-a-list-of-user-s-followers.mjs.map +1 -0
  250. package/dist/actions/returns-a-list-of-user-s-followings.cjs +57 -0
  251. package/dist/actions/returns-a-list-of-user-s-followings.cjs.map +1 -0
  252. package/dist/actions/returns-a-list-of-user-s-followings.d.cts +9 -0
  253. package/dist/actions/returns-a-list-of-user-s-followings.d.cts.map +1 -0
  254. package/dist/actions/returns-a-list-of-user-s-followings.d.mts +9 -0
  255. package/dist/actions/returns-a-list-of-user-s-followings.d.mts.map +1 -0
  256. package/dist/actions/returns-a-list-of-user-s-followings.mjs +56 -0
  257. package/dist/actions/returns-a-list-of-user-s-followings.mjs.map +1 -0
  258. package/dist/actions/returns-a-list-of-user-s-liked-playlists.cjs +71 -0
  259. package/dist/actions/returns-a-list-of-user-s-liked-playlists.cjs.map +1 -0
  260. package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.cts +9 -0
  261. package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.cts.map +1 -0
  262. package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.mts +9 -0
  263. package/dist/actions/returns-a-list-of-user-s-liked-playlists.d.mts.map +1 -0
  264. package/dist/actions/returns-a-list-of-user-s-liked-playlists.mjs +70 -0
  265. package/dist/actions/returns-a-list-of-user-s-liked-playlists.mjs.map +1 -0
  266. package/dist/actions/returns-a-list-of-user-s-liked-tracks.cjs +96 -0
  267. package/dist/actions/returns-a-list-of-user-s-liked-tracks.cjs.map +1 -0
  268. package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.cts +9 -0
  269. package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.cts.map +1 -0
  270. package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.mts +9 -0
  271. package/dist/actions/returns-a-list-of-user-s-liked-tracks.d.mts.map +1 -0
  272. package/dist/actions/returns-a-list-of-user-s-liked-tracks.mjs +95 -0
  273. package/dist/actions/returns-a-list-of-user-s-liked-tracks.mjs.map +1 -0
  274. package/dist/actions/returns-a-list-of-user-s-playlists.cjs +26 -0
  275. package/dist/actions/returns-a-list-of-user-s-playlists.cjs.map +1 -0
  276. package/dist/actions/returns-a-list-of-user-s-playlists.d.cts +9 -0
  277. package/dist/actions/returns-a-list-of-user-s-playlists.d.cts.map +1 -0
  278. package/dist/actions/returns-a-list-of-user-s-playlists.d.mts +9 -0
  279. package/dist/actions/returns-a-list-of-user-s-playlists.d.mts.map +1 -0
  280. package/dist/actions/returns-a-list-of-user-s-playlists.mjs +23 -0
  281. package/dist/actions/returns-a-list-of-user-s-playlists.mjs.map +1 -0
  282. package/dist/actions/returns-a-list-of-user-s-tracks.cjs +25 -0
  283. package/dist/actions/returns-a-list-of-user-s-tracks.cjs.map +1 -0
  284. package/dist/actions/returns-a-list-of-user-s-tracks.d.cts +9 -0
  285. package/dist/actions/returns-a-list-of-user-s-tracks.d.cts.map +1 -0
  286. package/dist/actions/returns-a-list-of-user-s-tracks.d.mts +9 -0
  287. package/dist/actions/returns-a-list-of-user-s-tracks.d.mts.map +1 -0
  288. package/dist/actions/returns-a-list-of-user-s-tracks.mjs +22 -0
  289. package/dist/actions/returns-a-list-of-user-s-tracks.mjs.map +1 -0
  290. package/dist/actions/returns-a-playlist.cjs +87 -0
  291. package/dist/actions/returns-a-playlist.cjs.map +1 -0
  292. package/dist/actions/returns-a-playlist.d.cts +9 -0
  293. package/dist/actions/returns-a-playlist.d.cts.map +1 -0
  294. package/dist/actions/returns-a-playlist.d.mts +9 -0
  295. package/dist/actions/returns-a-playlist.d.mts.map +1 -0
  296. package/dist/actions/returns-a-playlist.mjs +86 -0
  297. package/dist/actions/returns-a-playlist.mjs.map +1 -0
  298. package/dist/actions/returns-a-track-s-streamable-urls.cjs +26 -0
  299. package/dist/actions/returns-a-track-s-streamable-urls.cjs.map +1 -0
  300. package/dist/actions/returns-a-track-s-streamable-urls.d.cts +9 -0
  301. package/dist/actions/returns-a-track-s-streamable-urls.d.cts.map +1 -0
  302. package/dist/actions/returns-a-track-s-streamable-urls.d.mts +9 -0
  303. package/dist/actions/returns-a-track-s-streamable-urls.d.mts.map +1 -0
  304. package/dist/actions/returns-a-track-s-streamable-urls.mjs +23 -0
  305. package/dist/actions/returns-a-track-s-streamable-urls.mjs.map +1 -0
  306. package/dist/actions/returns-a-track.cjs +71 -0
  307. package/dist/actions/returns-a-track.cjs.map +1 -0
  308. package/dist/actions/returns-a-track.d.cts +9 -0
  309. package/dist/actions/returns-a-track.d.cts.map +1 -0
  310. package/dist/actions/returns-a-track.d.mts +9 -0
  311. package/dist/actions/returns-a-track.d.mts.map +1 -0
  312. package/dist/actions/returns-a-track.mjs +70 -0
  313. package/dist/actions/returns-a-track.mjs.map +1 -0
  314. package/dist/actions/returns-a-user.cjs +61 -0
  315. package/dist/actions/returns-a-user.cjs.map +1 -0
  316. package/dist/actions/returns-a-user.d.cts +9 -0
  317. package/dist/actions/returns-a-user.d.cts.map +1 -0
  318. package/dist/actions/returns-a-user.d.mts +9 -0
  319. package/dist/actions/returns-a-user.d.mts.map +1 -0
  320. package/dist/actions/returns-a-user.mjs +60 -0
  321. package/dist/actions/returns-a-user.mjs.map +1 -0
  322. package/dist/actions/returns-the-authenticated-user-s-activities.cjs +32 -0
  323. package/dist/actions/returns-the-authenticated-user-s-activities.cjs.map +1 -0
  324. package/dist/actions/returns-the-authenticated-user-s-activities.d.cts +9 -0
  325. package/dist/actions/returns-the-authenticated-user-s-activities.d.cts.map +1 -0
  326. package/dist/actions/returns-the-authenticated-user-s-activities.d.mts +9 -0
  327. package/dist/actions/returns-the-authenticated-user-s-activities.d.mts.map +1 -0
  328. package/dist/actions/returns-the-authenticated-user-s-activities.mjs +31 -0
  329. package/dist/actions/returns-the-authenticated-user-s-activities.mjs.map +1 -0
  330. package/dist/actions/returns-the-authenticated-user-s-information.cjs +52 -0
  331. package/dist/actions/returns-the-authenticated-user-s-information.cjs.map +1 -0
  332. package/dist/actions/returns-the-authenticated-user-s-information.d.cts +9 -0
  333. package/dist/actions/returns-the-authenticated-user-s-information.d.cts.map +1 -0
  334. package/dist/actions/returns-the-authenticated-user-s-information.d.mts +9 -0
  335. package/dist/actions/returns-the-authenticated-user-s-information.d.mts.map +1 -0
  336. package/dist/actions/returns-the-authenticated-user-s-information.mjs +51 -0
  337. package/dist/actions/returns-the-authenticated-user-s-information.mjs.map +1 -0
  338. package/dist/actions/returns-the-comments-posted-on-the-track-track-id.cjs +48 -0
  339. package/dist/actions/returns-the-comments-posted-on-the-track-track-id.cjs.map +1 -0
  340. package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.cts +9 -0
  341. package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.cts.map +1 -0
  342. package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.mts +9 -0
  343. package/dist/actions/returns-the-comments-posted-on-the-track-track-id.d.mts.map +1 -0
  344. package/dist/actions/returns-the-comments-posted-on-the-track-track-id.mjs +47 -0
  345. package/dist/actions/returns-the-comments-posted-on-the-track-track-id.mjs.map +1 -0
  346. package/dist/actions/returns-tracks-under-a-playlist.cjs +117 -0
  347. package/dist/actions/returns-tracks-under-a-playlist.cjs.map +1 -0
  348. package/dist/actions/returns-tracks-under-a-playlist.d.cts +9 -0
  349. package/dist/actions/returns-tracks-under-a-playlist.d.cts.map +1 -0
  350. package/dist/actions/returns-tracks-under-a-playlist.d.mts +9 -0
  351. package/dist/actions/returns-tracks-under-a-playlist.d.mts.map +1 -0
  352. package/dist/actions/returns-tracks-under-a-playlist.mjs +116 -0
  353. package/dist/actions/returns-tracks-under-a-playlist.mjs.map +1 -0
  354. package/dist/actions/returns-user-s-playlists-sets.cjs +85 -0
  355. package/dist/actions/returns-user-s-playlists-sets.cjs.map +1 -0
  356. package/dist/actions/returns-user-s-playlists-sets.d.cts +9 -0
  357. package/dist/actions/returns-user-s-playlists-sets.d.cts.map +1 -0
  358. package/dist/actions/returns-user-s-playlists-sets.d.mts +9 -0
  359. package/dist/actions/returns-user-s-playlists-sets.d.mts.map +1 -0
  360. package/dist/actions/returns-user-s-playlists-sets.mjs +84 -0
  361. package/dist/actions/returns-user-s-playlists-sets.mjs.map +1 -0
  362. package/dist/actions/unfollow-user.cjs +16 -0
  363. package/dist/actions/unfollow-user.cjs.map +1 -0
  364. package/dist/actions/unfollow-user.d.cts +9 -0
  365. package/dist/actions/unfollow-user.d.cts.map +1 -0
  366. package/dist/actions/unfollow-user.d.mts +9 -0
  367. package/dist/actions/unfollow-user.d.mts.map +1 -0
  368. package/dist/actions/unfollow-user.mjs +13 -0
  369. package/dist/actions/unfollow-user.mjs.map +1 -0
  370. package/dist/actions/unlikes-a-playlist.cjs +16 -0
  371. package/dist/actions/unlikes-a-playlist.cjs.map +1 -0
  372. package/dist/actions/unlikes-a-playlist.d.cts +9 -0
  373. package/dist/actions/unlikes-a-playlist.d.cts.map +1 -0
  374. package/dist/actions/unlikes-a-playlist.d.mts +9 -0
  375. package/dist/actions/unlikes-a-playlist.d.mts.map +1 -0
  376. package/dist/actions/unlikes-a-playlist.mjs +13 -0
  377. package/dist/actions/unlikes-a-playlist.mjs.map +1 -0
  378. package/dist/actions/unlikes-a-track.cjs +24 -0
  379. package/dist/actions/unlikes-a-track.cjs.map +1 -0
  380. package/dist/actions/unlikes-a-track.d.cts +9 -0
  381. package/dist/actions/unlikes-a-track.d.cts.map +1 -0
  382. package/dist/actions/unlikes-a-track.d.mts +9 -0
  383. package/dist/actions/unlikes-a-track.d.mts.map +1 -0
  384. package/dist/actions/unlikes-a-track.mjs +21 -0
  385. package/dist/actions/unlikes-a-track.mjs.map +1 -0
  386. package/dist/actions/updates-a-playlist.cjs +137 -0
  387. package/dist/actions/updates-a-playlist.cjs.map +1 -0
  388. package/dist/actions/updates-a-playlist.d.cts +9 -0
  389. package/dist/actions/updates-a-playlist.d.cts.map +1 -0
  390. package/dist/actions/updates-a-playlist.d.mts +9 -0
  391. package/dist/actions/updates-a-playlist.d.mts.map +1 -0
  392. package/dist/actions/updates-a-playlist.mjs +136 -0
  393. package/dist/actions/updates-a-playlist.mjs.map +1 -0
  394. package/dist/actions/updates-a-track-s-information.cjs +132 -0
  395. package/dist/actions/updates-a-track-s-information.cjs.map +1 -0
  396. package/dist/actions/updates-a-track-s-information.d.cts +9 -0
  397. package/dist/actions/updates-a-track-s-information.d.cts.map +1 -0
  398. package/dist/actions/updates-a-track-s-information.d.mts +9 -0
  399. package/dist/actions/updates-a-track-s-information.d.mts.map +1 -0
  400. package/dist/actions/updates-a-track-s-information.mjs +131 -0
  401. package/dist/actions/updates-a-track-s-information.mjs.map +1 -0
  402. package/dist/actions/uploads-a-new-track.cjs +86 -0
  403. package/dist/actions/uploads-a-new-track.cjs.map +1 -0
  404. package/dist/actions/uploads-a-new-track.d.cts +9 -0
  405. package/dist/actions/uploads-a-new-track.d.cts.map +1 -0
  406. package/dist/actions/uploads-a-new-track.d.mts +9 -0
  407. package/dist/actions/uploads-a-new-track.d.mts.map +1 -0
  408. package/dist/actions/uploads-a-new-track.mjs +85 -0
  409. package/dist/actions/uploads-a-new-track.mjs.map +1 -0
  410. package/dist/actions/user-recent-track-activities.cjs +112 -0
  411. package/dist/actions/user-recent-track-activities.cjs.map +1 -0
  412. package/dist/actions/user-recent-track-activities.d.cts +9 -0
  413. package/dist/actions/user-recent-track-activities.d.cts.map +1 -0
  414. package/dist/actions/user-recent-track-activities.d.mts +9 -0
  415. package/dist/actions/user-recent-track-activities.d.mts.map +1 -0
  416. package/dist/actions/user-recent-track-activities.mjs +111 -0
  417. package/dist/actions/user-recent-track-activities.mjs.map +1 -0
  418. package/dist/app.cjs +9 -0
  419. package/dist/app.cjs.map +1 -0
  420. package/dist/app.d.cts +5 -0
  421. package/dist/app.d.cts.map +1 -0
  422. package/dist/app.d.mts +5 -0
  423. package/dist/app.d.mts.map +1 -0
  424. package/dist/app.mjs +10 -0
  425. package/dist/app.mjs.map +1 -0
  426. package/dist/catalog.cjs +15 -0
  427. package/dist/catalog.cjs.map +1 -0
  428. package/dist/catalog.d.cts +14 -0
  429. package/dist/catalog.d.cts.map +1 -0
  430. package/dist/catalog.d.mts +14 -0
  431. package/dist/catalog.d.mts.map +1 -0
  432. package/dist/catalog.mjs +15 -0
  433. package/dist/catalog.mjs.map +1 -0
  434. package/dist/execute.cjs +18 -0
  435. package/dist/execute.cjs.map +1 -0
  436. package/dist/execute.mjs +18 -0
  437. package/dist/execute.mjs.map +1 -0
  438. package/dist/index.cjs +108 -0
  439. package/dist/index.d.cts +54 -0
  440. package/dist/index.d.mts +54 -0
  441. package/dist/index.mjs +55 -0
  442. package/package.json +49 -0
@@ -0,0 +1,85 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/returns-user-s-playlists-sets.ts
4
+ const SoundcloudReturnsUserSPlaylistsSetsInput = zod.z.object({
5
+ limit: zod.z.number().int().default(50).describe("Number of results to return in the collection.").optional(),
6
+ show_tracks: zod.z.boolean().describe("A boolean flag to request a playlist with or without tracks. Default is `true`.").optional(),
7
+ linked_partitioning: zod.z.boolean().describe("Returns paginated collection of items (recommended, returning a list without pagination is deprecated and should not be used)").optional()
8
+ }).describe("Request schema for `ReturnsUserSPlaylistsSets`");
9
+ const SoundcloudReturnsUserSPlaylistsSets_UserSchema = zod.z.object({
10
+ id: zod.z.number().int().describe("User's unique identifier").nullable().optional(),
11
+ uri: zod.z.string().describe("API resource endpoint for the user").nullable().optional(),
12
+ urn: zod.z.string().describe("User's string-based unique identifier").nullable().optional(),
13
+ city: zod.z.string().describe("User's city").nullable().optional(),
14
+ fullName: zod.z.string().describe("User's full name").nullable().optional(),
15
+ username: zod.z.string().describe("Display name of the user").nullable().optional(),
16
+ verified: zod.z.boolean().describe("Whether the user is verified").nullable().optional(),
17
+ avatarUrl: zod.z.string().describe("URL to the user's avatar image").nullable().optional(),
18
+ firstName: zod.z.string().describe("User's first name").nullable().optional(),
19
+ permalink: zod.z.string().describe("URL-friendly username used in profile URL").nullable().optional(),
20
+ likesCount: zod.z.number().int().describe("Number of likes the user has given").nullable().optional(),
21
+ trackCount: zod.z.number().int().describe("Number of tracks uploaded by user").nullable().optional(),
22
+ countryCode: zod.z.string().describe("User's country code").nullable().optional(),
23
+ repostsCount: zod.z.number().int().describe("Number of reposts by the user").nullable().optional(),
24
+ commentsCount: zod.z.number().int().describe("Number of comments the user has made").nullable().optional(),
25
+ playlistCount: zod.z.number().int().describe("Number of playlists created by user").nullable().optional(),
26
+ followersCount: zod.z.number().int().describe("Number of followers the user has").nullable().optional(),
27
+ followingsCount: zod.z.number().int().describe("Number of users this user follows").nullable().optional()
28
+ }).describe("User object containing owner details");
29
+ const SoundcloudReturnsUserSPlaylistsSets_PlaylistSchema = zod.z.object({
30
+ id: zod.z.number().int().describe("Unique playlist identifier (deprecated, use urn instead by June 30, 2025)"),
31
+ ean: zod.z.string().describe("European Article Number for the release").nullable().optional(),
32
+ uri: zod.z.string().describe("API resource endpoint URL"),
33
+ urn: zod.z.string().describe("String-based unique identifier in format soundcloud:playlists:[id]"),
34
+ kind: zod.z.string().describe("Resource type, value is 'playlist'"),
35
+ user: SoundcloudReturnsUserSPlaylistsSets_UserSchema.nullable().optional(),
36
+ genre: zod.z.string().describe("Genre classification of the playlist").nullable().optional(),
37
+ title: zod.z.string().describe("Playlist name"),
38
+ public: zod.z.boolean().describe("Boolean indicating whether playlist is publicly visible").nullable().optional(),
39
+ tracks: zod.z.array(zod.z.unknown()).describe("Array of track objects or track IDs. Full track objects returned by default. Use representation=id parameter to get only IDs. Use representation=compact to exclude tracks entirely.").nullable().optional(),
40
+ userId: zod.z.number().int().describe("Owner's user identifier"),
41
+ caption: zod.z.string().describe("Caption text for the playlist").nullable().optional(),
42
+ isAlbum: zod.z.boolean().describe("Boolean indicating if the playlist is an album").nullable().optional(),
43
+ license: zod.z.string().describe("Rights designation for the playlist").nullable().optional(),
44
+ release: zod.z.string().describe("Release information").nullable().optional(),
45
+ setType: zod.z.string().describe("Type of set (can be null)").nullable().optional(),
46
+ sharing: zod.z.string().describe("Access level, either 'public' or 'private'"),
47
+ tagList: zod.z.string().describe("Space-separated list of tags").nullable().optional(),
48
+ duration: zod.z.number().int().describe("Total length of all tracks in milliseconds"),
49
+ createdAt: zod.z.string().describe("Creation timestamp in ISO 8601 format"),
50
+ labelName: zod.z.string().describe("Name of the record label").nullable().optional(),
51
+ permalink: zod.z.string().describe("URL-friendly identifier for the playlist").nullable().optional(),
52
+ artworkUrl: zod.z.string().describe("URL to a JPEG image for playlist artwork").nullable().optional(),
53
+ likesCount: zod.z.number().int().describe("Number of likes the playlist has received").nullable().optional(),
54
+ streamable: zod.z.boolean().describe("Whether playlist can be streamed"),
55
+ trackCount: zod.z.number().int().describe("Number of tracks included in the playlist"),
56
+ description: zod.z.string().describe("Playlist details and description").nullable().optional(),
57
+ displayDate: zod.z.string().describe("Display date for the playlist").nullable().optional(),
58
+ publishedAt: zod.z.string().describe("Publication timestamp").nullable().optional(),
59
+ purchaseUrl: zod.z.string().describe("URL where the playlist can be purchased").nullable().optional(),
60
+ releaseDate: zod.z.string().describe("Release date of the playlist").nullable().optional(),
61
+ secretToken: zod.z.string().describe("Secret token for private sharing of the playlist").nullable().optional(),
62
+ downloadable: zod.z.boolean().describe("Whether playlist is downloadable"),
63
+ embeddableBy: zod.z.string().describe("Who can embed this playlist").nullable().optional(),
64
+ lastModified: zod.z.string().describe("Most recent modification timestamp"),
65
+ permalinkUrl: zod.z.string().describe("Full SoundCloud web URL to the playlist"),
66
+ playlistType: zod.z.string().describe("Classification type of the playlist").nullable().optional(),
67
+ repostsCount: zod.z.number().int().describe("Number of times the playlist has been reposted").nullable().optional(),
68
+ purchaseTitle: zod.z.string().describe("Title for purchase link").nullable().optional(),
69
+ managedByFeeds: zod.z.boolean().describe("Boolean indicating if the playlist is managed by feeds").nullable().optional()
70
+ }).describe("Playlist object with metadata");
71
+ const SoundcloudReturnsUserSPlaylistsSetsOutput = zod.z.object({
72
+ nextHref: zod.z.string().describe("Complete URL for retrieving the next page of results with cursor parameter. Only present when linked_partitioning=true is used and more results are available. If absent, you have reached the end of results.").nullable().optional(),
73
+ collection: zod.z.array(SoundcloudReturnsUserSPlaylistsSets_PlaylistSchema).describe("Array of playlist objects (only present when linked_partitioning=true is used)")
74
+ }).describe("Response schema for `ReturnsUserSPlaylistsSets`. When linked_partitioning=true, returns paginated collection format with collection array and optional next_href. Otherwise returns array of playlist objects directly.");
75
+ const soundcloudReturnsUserSPlaylistsSets = require_action.action("SOUNDCLOUD_RETURNS_USER_S_PLAYLISTS_SETS", {
76
+ slug: "soundcloud-returns-user-s-playlists-sets",
77
+ name: "Returns user s playlists sets",
78
+ description: "Returns playlist info, playlist tracks and tracks owner info.",
79
+ input: SoundcloudReturnsUserSPlaylistsSetsInput,
80
+ output: SoundcloudReturnsUserSPlaylistsSetsOutput
81
+ });
82
+ //#endregion
83
+ exports.soundcloudReturnsUserSPlaylistsSets = soundcloudReturnsUserSPlaylistsSets;
84
+
85
+ //# sourceMappingURL=returns-user-s-playlists-sets.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"returns-user-s-playlists-sets.cjs","names":["z","action"],"sources":["../../src/actions/returns-user-s-playlists-sets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsUserSPlaylistsSetsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().default(50).describe(\"Number of results to return in the collection.\").optional(),\n show_tracks: z.boolean().describe(\"A boolean flag to request a playlist with or without tracks. Default is `true`.\").optional(),\n linked_partitioning: z.boolean().describe(\"Returns paginated collection of items (recommended, returning a list without pagination is deprecated and should not be used)\").optional(),\n}).describe(\"Request schema for `ReturnsUserSPlaylistsSets`\");\nconst SoundcloudReturnsUserSPlaylistsSets_UserSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"User's unique identifier\").nullable().optional(),\n uri: z.string().describe(\"API resource endpoint for the user\").nullable().optional(),\n urn: z.string().describe(\"User's string-based unique identifier\").nullable().optional(),\n city: z.string().describe(\"User's city\").nullable().optional(),\n fullName: z.string().describe(\"User's full name\").nullable().optional(),\n username: z.string().describe(\"Display name of the user\").nullable().optional(),\n verified: z.boolean().describe(\"Whether the user is verified\").nullable().optional(),\n avatarUrl: z.string().describe(\"URL to the user's avatar image\").nullable().optional(),\n firstName: z.string().describe(\"User's first name\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly username used in profile URL\").nullable().optional(),\n likesCount: z.number().int().describe(\"Number of likes the user has given\").nullable().optional(),\n trackCount: z.number().int().describe(\"Number of tracks uploaded by user\").nullable().optional(),\n countryCode: z.string().describe(\"User's country code\").nullable().optional(),\n repostsCount: z.number().int().describe(\"Number of reposts by the user\").nullable().optional(),\n commentsCount: z.number().int().describe(\"Number of comments the user has made\").nullable().optional(),\n playlistCount: z.number().int().describe(\"Number of playlists created by 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 follows\").nullable().optional(),\n}).describe(\"User object containing owner details\");\nconst SoundcloudReturnsUserSPlaylistsSets_PlaylistSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique playlist identifier (deprecated, use urn instead by June 30, 2025)\"),\n ean: z.string().describe(\"European Article Number for the release\").nullable().optional(),\n uri: z.string().describe(\"API resource endpoint URL\"),\n urn: z.string().describe(\"String-based unique identifier in format soundcloud:playlists:[id]\"),\n kind: z.string().describe(\"Resource type, value is 'playlist'\"),\n user: SoundcloudReturnsUserSPlaylistsSets_UserSchema.nullable().optional(),\n genre: z.string().describe(\"Genre classification of the playlist\").nullable().optional(),\n title: z.string().describe(\"Playlist name\"),\n public: z.boolean().describe(\"Boolean indicating whether playlist is publicly visible\").nullable().optional(),\n tracks: z.array(z.unknown()).describe(\"Array of track objects or track IDs. Full track objects returned by default. Use representation=id parameter to get only IDs. Use representation=compact to exclude tracks entirely.\").nullable().optional(),\n userId: z.number().int().describe(\"Owner's user identifier\"),\n caption: z.string().describe(\"Caption text for the playlist\").nullable().optional(),\n isAlbum: z.boolean().describe(\"Boolean indicating if the playlist is an album\").nullable().optional(),\n license: z.string().describe(\"Rights designation for the playlist\").nullable().optional(),\n release: z.string().describe(\"Release information\").nullable().optional(),\n setType: z.string().describe(\"Type of set (can be null)\").nullable().optional(),\n sharing: z.string().describe(\"Access level, either 'public' or 'private'\"),\n tagList: z.string().describe(\"Space-separated list of tags\").nullable().optional(),\n duration: z.number().int().describe(\"Total length of all tracks in milliseconds\"),\n createdAt: z.string().describe(\"Creation timestamp in ISO 8601 format\"),\n labelName: z.string().describe(\"Name of the record label\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly identifier for the playlist\").nullable().optional(),\n artworkUrl: z.string().describe(\"URL to a JPEG image for playlist artwork\").nullable().optional(),\n likesCount: z.number().int().describe(\"Number of likes the playlist has received\").nullable().optional(),\n streamable: z.boolean().describe(\"Whether playlist can be streamed\"),\n trackCount: z.number().int().describe(\"Number of tracks included in the playlist\"),\n description: z.string().describe(\"Playlist details and description\").nullable().optional(),\n displayDate: z.string().describe(\"Display date for the playlist\").nullable().optional(),\n publishedAt: z.string().describe(\"Publication timestamp\").nullable().optional(),\n purchaseUrl: z.string().describe(\"URL where the playlist can be purchased\").nullable().optional(),\n releaseDate: z.string().describe(\"Release date of the playlist\").nullable().optional(),\n secretToken: z.string().describe(\"Secret token for private sharing of the playlist\").nullable().optional(),\n downloadable: z.boolean().describe(\"Whether playlist is downloadable\"),\n embeddableBy: z.string().describe(\"Who can embed this playlist\").nullable().optional(),\n lastModified: z.string().describe(\"Most recent modification timestamp\"),\n permalinkUrl: z.string().describe(\"Full SoundCloud web URL to the playlist\"),\n playlistType: z.string().describe(\"Classification type of the playlist\").nullable().optional(),\n repostsCount: z.number().int().describe(\"Number of times the playlist has been reposted\").nullable().optional(),\n purchaseTitle: z.string().describe(\"Title for purchase link\").nullable().optional(),\n managedByFeeds: z.boolean().describe(\"Boolean indicating if the playlist is managed by feeds\").nullable().optional(),\n}).describe(\"Playlist object with metadata\");\nexport const SoundcloudReturnsUserSPlaylistsSetsOutput: z.ZodTypeAny = z.object({\n nextHref: z.string().describe(\"Complete URL for retrieving the next page of results with cursor parameter. Only present when linked_partitioning=true is used and more results are available. If absent, you have reached the end of results.\").nullable().optional(),\n collection: z.array(SoundcloudReturnsUserSPlaylistsSets_PlaylistSchema).describe(\"Array of playlist objects (only present when linked_partitioning=true is used)\"),\n}).describe(\"Response schema for `ReturnsUserSPlaylistsSets`. When linked_partitioning=true, returns paginated collection format with collection array and optional next_href. Otherwise returns array of playlist objects directly.\");\n\nexport const soundcloudReturnsUserSPlaylistsSets = action(\"SOUNDCLOUD_RETURNS_USER_S_PLAYLISTS_SETS\", {\n slug: \"soundcloud-returns-user-s-playlists-sets\",\n name: \"Returns user s playlists sets\",\n description: \"Returns playlist info, playlist tracks and tracks owner info.\",\n input: SoundcloudReturnsUserSPlaylistsSetsInput,\n output: SoundcloudReturnsUserSPlaylistsSetsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACxG,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CAC9H,qBAAqBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+HAA+H,CAAC,CAAC,SAAS;AACtL,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,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,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2EAA2E;CACzG,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACpD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CAC7F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC9D,MAAM,+CAA+C,SAAS,CAAC,CAAC,SAAS;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe;CAC1C,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sLAAsL,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClP,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB;CAC3D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CAChF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACtE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC;CACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC;CACrE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACtE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CAC3E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,gBAAgBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gNAAgN,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpQ,YAAYA,IAAAA,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,gFAAgF;AACnK,CAAC,CAAC,CAAC,SAAS,yNAAyN;AAErO,MAAa,sCAAsCC,eAAAA,OAAO,4CAA4C;CACpG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/returns-user-s-playlists-sets.d.ts
4
+ declare const SoundcloudReturnsUserSPlaylistsSetsInput: z.ZodTypeAny;
5
+ declare const SoundcloudReturnsUserSPlaylistsSetsOutput: z.ZodTypeAny;
6
+ declare const soundcloudReturnsUserSPlaylistsSets: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudReturnsUserSPlaylistsSets };
9
+ //# sourceMappingURL=returns-user-s-playlists-sets.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"returns-user-s-playlists-sets.d.cts","names":[],"sources":["../../src/actions/returns-user-s-playlists-sets.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAII;AAAA,cA+DhD,yCAAA,EAA2C,CAAA,CAAE,UAG4K;AAAA,cAEzN,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/returns-user-s-playlists-sets.d.ts
4
+ declare const SoundcloudReturnsUserSPlaylistsSetsInput: z.ZodTypeAny;
5
+ declare const SoundcloudReturnsUserSPlaylistsSetsOutput: z.ZodTypeAny;
6
+ declare const soundcloudReturnsUserSPlaylistsSets: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudReturnsUserSPlaylistsSets };
9
+ //# sourceMappingURL=returns-user-s-playlists-sets.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"returns-user-s-playlists-sets.d.mts","names":[],"sources":["../../src/actions/returns-user-s-playlists-sets.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAII;AAAA,cA+DhD,yCAAA,EAA2C,CAAA,CAAE,UAG4K;AAAA,cAEzN,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,84 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/returns-user-s-playlists-sets.ts
4
+ const SoundcloudReturnsUserSPlaylistsSetsInput = z.object({
5
+ limit: z.number().int().default(50).describe("Number of results to return in the collection.").optional(),
6
+ show_tracks: z.boolean().describe("A boolean flag to request a playlist with or without tracks. Default is `true`.").optional(),
7
+ linked_partitioning: z.boolean().describe("Returns paginated collection of items (recommended, returning a list without pagination is deprecated and should not be used)").optional()
8
+ }).describe("Request schema for `ReturnsUserSPlaylistsSets`");
9
+ const SoundcloudReturnsUserSPlaylistsSets_UserSchema = z.object({
10
+ id: z.number().int().describe("User's unique identifier").nullable().optional(),
11
+ uri: z.string().describe("API resource endpoint for the user").nullable().optional(),
12
+ urn: z.string().describe("User's string-based unique identifier").nullable().optional(),
13
+ city: z.string().describe("User's city").nullable().optional(),
14
+ fullName: z.string().describe("User's full name").nullable().optional(),
15
+ username: z.string().describe("Display name of the user").nullable().optional(),
16
+ verified: z.boolean().describe("Whether the user is verified").nullable().optional(),
17
+ avatarUrl: z.string().describe("URL to the user's avatar image").nullable().optional(),
18
+ firstName: z.string().describe("User's first name").nullable().optional(),
19
+ permalink: z.string().describe("URL-friendly username used in profile URL").nullable().optional(),
20
+ likesCount: z.number().int().describe("Number of likes the user has given").nullable().optional(),
21
+ trackCount: z.number().int().describe("Number of tracks uploaded by user").nullable().optional(),
22
+ countryCode: z.string().describe("User's country code").nullable().optional(),
23
+ repostsCount: z.number().int().describe("Number of reposts by the user").nullable().optional(),
24
+ commentsCount: z.number().int().describe("Number of comments the user has made").nullable().optional(),
25
+ playlistCount: z.number().int().describe("Number of playlists created by user").nullable().optional(),
26
+ followersCount: z.number().int().describe("Number of followers the user has").nullable().optional(),
27
+ followingsCount: z.number().int().describe("Number of users this user follows").nullable().optional()
28
+ }).describe("User object containing owner details");
29
+ const SoundcloudReturnsUserSPlaylistsSets_PlaylistSchema = z.object({
30
+ id: z.number().int().describe("Unique playlist identifier (deprecated, use urn instead by June 30, 2025)"),
31
+ ean: z.string().describe("European Article Number for the release").nullable().optional(),
32
+ uri: z.string().describe("API resource endpoint URL"),
33
+ urn: z.string().describe("String-based unique identifier in format soundcloud:playlists:[id]"),
34
+ kind: z.string().describe("Resource type, value is 'playlist'"),
35
+ user: SoundcloudReturnsUserSPlaylistsSets_UserSchema.nullable().optional(),
36
+ genre: z.string().describe("Genre classification of the playlist").nullable().optional(),
37
+ title: z.string().describe("Playlist name"),
38
+ public: z.boolean().describe("Boolean indicating whether playlist is publicly visible").nullable().optional(),
39
+ tracks: z.array(z.unknown()).describe("Array of track objects or track IDs. Full track objects returned by default. Use representation=id parameter to get only IDs. Use representation=compact to exclude tracks entirely.").nullable().optional(),
40
+ userId: z.number().int().describe("Owner's user identifier"),
41
+ caption: z.string().describe("Caption text for the playlist").nullable().optional(),
42
+ isAlbum: z.boolean().describe("Boolean indicating if the playlist is an album").nullable().optional(),
43
+ license: z.string().describe("Rights designation for the playlist").nullable().optional(),
44
+ release: z.string().describe("Release information").nullable().optional(),
45
+ setType: z.string().describe("Type of set (can be null)").nullable().optional(),
46
+ sharing: z.string().describe("Access level, either 'public' or 'private'"),
47
+ tagList: z.string().describe("Space-separated list of tags").nullable().optional(),
48
+ duration: z.number().int().describe("Total length of all tracks in milliseconds"),
49
+ createdAt: z.string().describe("Creation timestamp in ISO 8601 format"),
50
+ labelName: z.string().describe("Name of the record label").nullable().optional(),
51
+ permalink: z.string().describe("URL-friendly identifier for the playlist").nullable().optional(),
52
+ artworkUrl: z.string().describe("URL to a JPEG image for playlist artwork").nullable().optional(),
53
+ likesCount: z.number().int().describe("Number of likes the playlist has received").nullable().optional(),
54
+ streamable: z.boolean().describe("Whether playlist can be streamed"),
55
+ trackCount: z.number().int().describe("Number of tracks included in the playlist"),
56
+ description: z.string().describe("Playlist details and description").nullable().optional(),
57
+ displayDate: z.string().describe("Display date for the playlist").nullable().optional(),
58
+ publishedAt: z.string().describe("Publication timestamp").nullable().optional(),
59
+ purchaseUrl: z.string().describe("URL where the playlist can be purchased").nullable().optional(),
60
+ releaseDate: z.string().describe("Release date of the playlist").nullable().optional(),
61
+ secretToken: z.string().describe("Secret token for private sharing of the playlist").nullable().optional(),
62
+ downloadable: z.boolean().describe("Whether playlist is downloadable"),
63
+ embeddableBy: z.string().describe("Who can embed this playlist").nullable().optional(),
64
+ lastModified: z.string().describe("Most recent modification timestamp"),
65
+ permalinkUrl: z.string().describe("Full SoundCloud web URL to the playlist"),
66
+ playlistType: z.string().describe("Classification type of the playlist").nullable().optional(),
67
+ repostsCount: z.number().int().describe("Number of times the playlist has been reposted").nullable().optional(),
68
+ purchaseTitle: z.string().describe("Title for purchase link").nullable().optional(),
69
+ managedByFeeds: z.boolean().describe("Boolean indicating if the playlist is managed by feeds").nullable().optional()
70
+ }).describe("Playlist object with metadata");
71
+ const soundcloudReturnsUserSPlaylistsSets = action("SOUNDCLOUD_RETURNS_USER_S_PLAYLISTS_SETS", {
72
+ slug: "soundcloud-returns-user-s-playlists-sets",
73
+ name: "Returns user s playlists sets",
74
+ description: "Returns playlist info, playlist tracks and tracks owner info.",
75
+ input: SoundcloudReturnsUserSPlaylistsSetsInput,
76
+ output: z.object({
77
+ nextHref: z.string().describe("Complete URL for retrieving the next page of results with cursor parameter. Only present when linked_partitioning=true is used and more results are available. If absent, you have reached the end of results.").nullable().optional(),
78
+ collection: z.array(SoundcloudReturnsUserSPlaylistsSets_PlaylistSchema).describe("Array of playlist objects (only present when linked_partitioning=true is used)")
79
+ }).describe("Response schema for `ReturnsUserSPlaylistsSets`. When linked_partitioning=true, returns paginated collection format with collection array and optional next_href. Otherwise returns array of playlist objects directly.")
80
+ });
81
+ //#endregion
82
+ export { soundcloudReturnsUserSPlaylistsSets };
83
+
84
+ //# sourceMappingURL=returns-user-s-playlists-sets.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"returns-user-s-playlists-sets.mjs","names":[],"sources":["../../src/actions/returns-user-s-playlists-sets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsUserSPlaylistsSetsInput: z.ZodTypeAny = z.object({\n limit: z.number().int().default(50).describe(\"Number of results to return in the collection.\").optional(),\n show_tracks: z.boolean().describe(\"A boolean flag to request a playlist with or without tracks. Default is `true`.\").optional(),\n linked_partitioning: z.boolean().describe(\"Returns paginated collection of items (recommended, returning a list without pagination is deprecated and should not be used)\").optional(),\n}).describe(\"Request schema for `ReturnsUserSPlaylistsSets`\");\nconst SoundcloudReturnsUserSPlaylistsSets_UserSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"User's unique identifier\").nullable().optional(),\n uri: z.string().describe(\"API resource endpoint for the user\").nullable().optional(),\n urn: z.string().describe(\"User's string-based unique identifier\").nullable().optional(),\n city: z.string().describe(\"User's city\").nullable().optional(),\n fullName: z.string().describe(\"User's full name\").nullable().optional(),\n username: z.string().describe(\"Display name of the user\").nullable().optional(),\n verified: z.boolean().describe(\"Whether the user is verified\").nullable().optional(),\n avatarUrl: z.string().describe(\"URL to the user's avatar image\").nullable().optional(),\n firstName: z.string().describe(\"User's first name\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly username used in profile URL\").nullable().optional(),\n likesCount: z.number().int().describe(\"Number of likes the user has given\").nullable().optional(),\n trackCount: z.number().int().describe(\"Number of tracks uploaded by user\").nullable().optional(),\n countryCode: z.string().describe(\"User's country code\").nullable().optional(),\n repostsCount: z.number().int().describe(\"Number of reposts by the user\").nullable().optional(),\n commentsCount: z.number().int().describe(\"Number of comments the user has made\").nullable().optional(),\n playlistCount: z.number().int().describe(\"Number of playlists created by 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 follows\").nullable().optional(),\n}).describe(\"User object containing owner details\");\nconst SoundcloudReturnsUserSPlaylistsSets_PlaylistSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique playlist identifier (deprecated, use urn instead by June 30, 2025)\"),\n ean: z.string().describe(\"European Article Number for the release\").nullable().optional(),\n uri: z.string().describe(\"API resource endpoint URL\"),\n urn: z.string().describe(\"String-based unique identifier in format soundcloud:playlists:[id]\"),\n kind: z.string().describe(\"Resource type, value is 'playlist'\"),\n user: SoundcloudReturnsUserSPlaylistsSets_UserSchema.nullable().optional(),\n genre: z.string().describe(\"Genre classification of the playlist\").nullable().optional(),\n title: z.string().describe(\"Playlist name\"),\n public: z.boolean().describe(\"Boolean indicating whether playlist is publicly visible\").nullable().optional(),\n tracks: z.array(z.unknown()).describe(\"Array of track objects or track IDs. Full track objects returned by default. Use representation=id parameter to get only IDs. Use representation=compact to exclude tracks entirely.\").nullable().optional(),\n userId: z.number().int().describe(\"Owner's user identifier\"),\n caption: z.string().describe(\"Caption text for the playlist\").nullable().optional(),\n isAlbum: z.boolean().describe(\"Boolean indicating if the playlist is an album\").nullable().optional(),\n license: z.string().describe(\"Rights designation for the playlist\").nullable().optional(),\n release: z.string().describe(\"Release information\").nullable().optional(),\n setType: z.string().describe(\"Type of set (can be null)\").nullable().optional(),\n sharing: z.string().describe(\"Access level, either 'public' or 'private'\"),\n tagList: z.string().describe(\"Space-separated list of tags\").nullable().optional(),\n duration: z.number().int().describe(\"Total length of all tracks in milliseconds\"),\n createdAt: z.string().describe(\"Creation timestamp in ISO 8601 format\"),\n labelName: z.string().describe(\"Name of the record label\").nullable().optional(),\n permalink: z.string().describe(\"URL-friendly identifier for the playlist\").nullable().optional(),\n artworkUrl: z.string().describe(\"URL to a JPEG image for playlist artwork\").nullable().optional(),\n likesCount: z.number().int().describe(\"Number of likes the playlist has received\").nullable().optional(),\n streamable: z.boolean().describe(\"Whether playlist can be streamed\"),\n trackCount: z.number().int().describe(\"Number of tracks included in the playlist\"),\n description: z.string().describe(\"Playlist details and description\").nullable().optional(),\n displayDate: z.string().describe(\"Display date for the playlist\").nullable().optional(),\n publishedAt: z.string().describe(\"Publication timestamp\").nullable().optional(),\n purchaseUrl: z.string().describe(\"URL where the playlist can be purchased\").nullable().optional(),\n releaseDate: z.string().describe(\"Release date of the playlist\").nullable().optional(),\n secretToken: z.string().describe(\"Secret token for private sharing of the playlist\").nullable().optional(),\n downloadable: z.boolean().describe(\"Whether playlist is downloadable\"),\n embeddableBy: z.string().describe(\"Who can embed this playlist\").nullable().optional(),\n lastModified: z.string().describe(\"Most recent modification timestamp\"),\n permalinkUrl: z.string().describe(\"Full SoundCloud web URL to the playlist\"),\n playlistType: z.string().describe(\"Classification type of the playlist\").nullable().optional(),\n repostsCount: z.number().int().describe(\"Number of times the playlist has been reposted\").nullable().optional(),\n purchaseTitle: z.string().describe(\"Title for purchase link\").nullable().optional(),\n managedByFeeds: z.boolean().describe(\"Boolean indicating if the playlist is managed by feeds\").nullable().optional(),\n}).describe(\"Playlist object with metadata\");\nexport const SoundcloudReturnsUserSPlaylistsSetsOutput: z.ZodTypeAny = z.object({\n nextHref: z.string().describe(\"Complete URL for retrieving the next page of results with cursor parameter. Only present when linked_partitioning=true is used and more results are available. If absent, you have reached the end of results.\").nullable().optional(),\n collection: z.array(SoundcloudReturnsUserSPlaylistsSets_PlaylistSchema).describe(\"Array of playlist objects (only present when linked_partitioning=true is used)\"),\n}).describe(\"Response schema for `ReturnsUserSPlaylistsSets`. When linked_partitioning=true, returns paginated collection format with collection array and optional next_href. Otherwise returns array of playlist objects directly.\");\n\nexport const soundcloudReturnsUserSPlaylistsSets = action(\"SOUNDCLOUD_RETURNS_USER_S_PLAYLISTS_SETS\", {\n slug: \"soundcloud-returns-user-s-playlists-sets\",\n name: \"Returns user s playlists sets\",\n description: \"Returns playlist info, playlist tracks and tracks owner info.\",\n input: SoundcloudReturnsUserSPlaylistsSetsInput,\n output: SoundcloudReturnsUserSPlaylistsSetsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/unfollow-user.ts
4
+ const SoundcloudUnfollowUserInput = zod.z.object({ user_id: zod.z.number().int().describe("SoundCloud User id") }).describe("Request schema for `UnfollowUser`");
5
+ const SoundcloudUnfollowUserOutput = zod.z.object({ status: zod.z.string().describe("HTTP status code indicating successful unfollow operation. Returns '200' when the user is successfully unfollowed.") }).describe("Response schema for `UnfollowUser`");
6
+ const soundcloudUnfollowUser = require_action.action("SOUNDCLOUD_UNFOLLOW_USER", {
7
+ slug: "soundcloud-unfollow-user",
8
+ name: "Deletes a user who is followed by the authenticated user",
9
+ description: "Deletes a user who is followed by the authenticated user",
10
+ input: SoundcloudUnfollowUserInput,
11
+ output: SoundcloudUnfollowUserOutput
12
+ });
13
+ //#endregion
14
+ exports.soundcloudUnfollowUser = soundcloudUnfollowUser;
15
+
16
+ //# sourceMappingURL=unfollow-user.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unfollow-user.cjs","names":["z","action"],"sources":["../../src/actions/unfollow-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudUnfollowUserInput: z.ZodTypeAny = z.object({\n user_id: z.number().int().describe(\"SoundCloud User id\"),\n}).describe(\"Request schema for `UnfollowUser`\");\nexport const SoundcloudUnfollowUserOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"HTTP status code indicating successful unfollow operation. Returns '200' when the user is successfully unfollowed.\"),\n}).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":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,EACzD,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAC/C,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,EAClJ,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAEhD,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/unfollow-user.d.ts
4
+ declare const SoundcloudUnfollowUserInput: z.ZodTypeAny;
5
+ declare const SoundcloudUnfollowUserOutput: z.ZodTypeAny;
6
+ declare const soundcloudUnfollowUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudUnfollowUser };
9
+ //# sourceMappingURL=unfollow-user.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unfollow-user.d.cts","names":[],"sources":["../../src/actions/unfollow-user.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEI;AAAA,cACnC,4BAAA,EAA8B,CAAA,CAAE,UAEI;AAAA,cAEpC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/unfollow-user.d.ts
4
+ declare const SoundcloudUnfollowUserInput: z.ZodTypeAny;
5
+ declare const SoundcloudUnfollowUserOutput: z.ZodTypeAny;
6
+ declare const soundcloudUnfollowUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudUnfollowUser };
9
+ //# sourceMappingURL=unfollow-user.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unfollow-user.d.mts","names":[],"sources":["../../src/actions/unfollow-user.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAEI;AAAA,cACnC,4BAAA,EAA8B,CAAA,CAAE,UAEI;AAAA,cAEpC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const soundcloudUnfollowUser = action("SOUNDCLOUD_UNFOLLOW_USER", {
4
+ slug: "soundcloud-unfollow-user",
5
+ name: "Deletes a user who is followed by the authenticated user",
6
+ description: "Deletes a user who is followed by the authenticated user",
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`")
9
+ });
10
+ //#endregion
11
+ export { soundcloudUnfollowUser };
12
+
13
+ //# sourceMappingURL=unfollow-user.mjs.map
@@ -0,0 +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: z.ZodTypeAny = z.object({\n user_id: z.number().int().describe(\"SoundCloud User id\"),\n}).describe(\"Request schema for `UnfollowUser`\");\nexport const SoundcloudUnfollowUserOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"HTTP status code indicating successful unfollow operation. Returns '200' when the user is successfully unfollowed.\"),\n}).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,OAXuD,EAAE,OAAO,EAChE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,EACzD,CAAC,CAAC,CAAC,SAAS,mCASH;CACP,QATwD,EAAE,OAAO,EACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oHAAoH,EAClJ,CAAC,CAAC,CAAC,SAAS,oCAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/unlikes-a-playlist.ts
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}");
6
+ const soundcloudUnlikesAPlaylist = require_action.action("SOUNDCLOUD_UNLIKES_A_PLAYLIST", {
7
+ slug: "soundcloud-unlikes-a-playlist",
8
+ name: "Unlikes a playlist",
9
+ 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.",
10
+ input: SoundcloudUnlikesAPlaylistInput,
11
+ output: SoundcloudUnlikesAPlaylistOutput
12
+ });
13
+ //#endregion
14
+ exports.soundcloudUnlikesAPlaylist = soundcloudUnlikesAPlaylist;
15
+
16
+ //# sourceMappingURL=unlikes-a-playlist.cjs.map
@@ -0,0 +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: z.ZodTypeAny = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `UnlikesAPlaylist`\");\nexport const SoundcloudUnlikesAPlaylistOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"HTTP status message indicating success (e.g., '200 OK')\").nullable().optional(),\n}).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,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,EACjE,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7G,CAAC,CAAC,CAAC,SAAS,gFAAgF;AAE5F,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/unlikes-a-playlist.d.ts
4
+ declare const SoundcloudUnlikesAPlaylistInput: z.ZodTypeAny;
5
+ declare const SoundcloudUnlikesAPlaylistOutput: z.ZodTypeAny;
6
+ declare const soundcloudUnlikesAPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudUnlikesAPlaylist };
9
+ //# sourceMappingURL=unlikes-a-playlist.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlikes-a-playlist.d.cts","names":[],"sources":["../../src/actions/unlikes-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEI;AAAA,cACvC,gCAAA,EAAkC,CAAA,CAAE,UAE4C;AAAA,cAEhF,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/unlikes-a-playlist.d.ts
4
+ declare const SoundcloudUnlikesAPlaylistInput: z.ZodTypeAny;
5
+ declare const SoundcloudUnlikesAPlaylistOutput: z.ZodTypeAny;
6
+ declare const soundcloudUnlikesAPlaylist: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudUnlikesAPlaylist };
9
+ //# sourceMappingURL=unlikes-a-playlist.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlikes-a-playlist.d.mts","names":[],"sources":["../../src/actions/unlikes-a-playlist.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEI;AAAA,cACvC,gCAAA,EAAkC,CAAA,CAAE,UAE4C;AAAA,cAEhF,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const soundcloudUnlikesAPlaylist = action("SOUNDCLOUD_UNLIKES_A_PLAYLIST", {
4
+ slug: "soundcloud-unlikes-a-playlist",
5
+ name: "Unlikes a playlist",
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
+ 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}")
9
+ });
10
+ //#endregion
11
+ export { soundcloudUnlikesAPlaylist };
12
+
13
+ //# sourceMappingURL=unlikes-a-playlist.mjs.map
@@ -0,0 +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: z.ZodTypeAny = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `UnlikesAPlaylist`\");\nexport const SoundcloudUnlikesAPlaylistOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"HTTP status message indicating success (e.g., '200 OK')\").nullable().optional(),\n}).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,OAX2D,EAAE,OAAO,EACpE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,EACjE,CAAC,CAAC,CAAC,SAAS,uCASH;CACP,QAT4D,EAAE,OAAO,EACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC7G,CAAC,CAAC,CAAC,SAAS,gFAOF;AACV,CAAC"}
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/unlikes-a-track.ts
4
+ const SoundcloudUnlikesATrackInput = zod.z.object({ track_id: zod.z.number().int().describe("SoundCloud Track id") }).describe("Request schema for `UnlikesATrack`");
5
+ const SoundcloudUnlikesATrackOutput = zod.z.object({
6
+ code: zod.z.number().int().describe("Error code identifying the type of error.").nullable().optional(),
7
+ link: zod.z.string().describe("Link to additional error information.").nullable().optional(),
8
+ error: zod.z.string().describe("Deprecated error field, nullable.").nullable().optional(),
9
+ errors: zod.z.array(zod.z.unknown()).describe("Deprecated errors array.").nullable().optional(),
10
+ status: zod.z.string().describe("Deprecated status field.").nullable().optional(),
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.");
14
+ const soundcloudUnlikesATrack = require_action.action("SOUNDCLOUD_UNLIKES_A_TRACK", {
15
+ slug: "soundcloud-unlikes-a-track",
16
+ name: "Unlikes a track",
17
+ 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).",
18
+ input: SoundcloudUnlikesATrackInput,
19
+ output: SoundcloudUnlikesATrackOutput
20
+ });
21
+ //#endregion
22
+ exports.soundcloudUnlikesATrack = soundcloudUnlikesATrack;
23
+
24
+ //# sourceMappingURL=unlikes-a-track.cjs.map
@@ -0,0 +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: z.ZodTypeAny = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `UnlikesATrack`\");\nexport const SoundcloudUnlikesATrackOutput: z.ZodTypeAny = 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.\"),\n}).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,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,oCAAoC;AAChD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,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;AACnK,CAAC,CAAC,CAAC,SAAS,mLAAmL;AAE/L,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/unlikes-a-track.d.ts
4
+ declare const SoundcloudUnlikesATrackInput: z.ZodTypeAny;
5
+ declare const SoundcloudUnlikesATrackOutput: z.ZodTypeAny;
6
+ declare const soundcloudUnlikesATrack: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudUnlikesATrack };
9
+ //# sourceMappingURL=unlikes-a-track.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlikes-a-track.d.cts","names":[],"sources":["../../src/actions/unlikes-a-track.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEI;AAAA,cACpC,6BAAA,EAA+B,CAAA,CAAE,UAQkJ;AAAA,cAEnL,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/unlikes-a-track.d.ts
4
+ declare const SoundcloudUnlikesATrackInput: z.ZodTypeAny;
5
+ declare const SoundcloudUnlikesATrackOutput: z.ZodTypeAny;
6
+ declare const soundcloudUnlikesATrack: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudUnlikesATrack };
9
+ //# sourceMappingURL=unlikes-a-track.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unlikes-a-track.d.mts","names":[],"sources":["../../src/actions/unlikes-a-track.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEI;AAAA,cACpC,6BAAA,EAA+B,CAAA,CAAE,UAQkJ;AAAA,cAEnL,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,21 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const soundcloudUnlikesATrack = action("SOUNDCLOUD_UNLIKES_A_TRACK", {
4
+ slug: "soundcloud-unlikes-a-track",
5
+ name: "Unlikes a track",
6
+ 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).",
7
+ input: z.object({ track_id: z.number().int().describe("SoundCloud Track id") }).describe("Request schema for `UnlikesATrack`"),
8
+ output: z.object({
9
+ code: z.number().int().describe("Error code identifying the type of error.").nullable().optional(),
10
+ link: z.string().describe("Link to additional error information.").nullable().optional(),
11
+ error: z.string().describe("Deprecated error field, nullable.").nullable().optional(),
12
+ errors: z.array(z.unknown()).describe("Deprecated errors array.").nullable().optional(),
13
+ status: z.string().describe("Deprecated status field.").nullable().optional(),
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.")
17
+ });
18
+ //#endregion
19
+ export { soundcloudUnlikesATrack };
20
+
21
+ //# sourceMappingURL=unlikes-a-track.mjs.map
@@ -0,0 +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: z.ZodTypeAny = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `UnlikesATrack`\");\nexport const SoundcloudUnlikesATrackOutput: z.ZodTypeAny = 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.\"),\n}).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,OAjBwD,EAAE,OAAO,EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,oCAeH;CACP,QAfyD,EAAE,OAAO;EAClE,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;CACnK,CAAC,CAAC,CAAC,SAAS,mLAOF;AACV,CAAC"}