@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 @@
1
+ {"version":3,"file":"remove-playlist-repost.cjs","names":["z","action"],"sources":["../../src/actions/remove-playlist-repost.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRemovePlaylistRepostInput: z.ZodTypeAny = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `RemovePlaylistRepost`\");\nconst SoundcloudRemovePlaylistRepost_ErrorDetailSchema: z.ZodTypeAny = z.object({\n error_message: z.string().describe(\"Detailed error message\").nullable().optional(),\n}).describe(\"Error detail object\");\nexport const SoundcloudRemovePlaylistRepostOutput: z.ZodTypeAny = z.object({\n code: z.number().int().describe(\"HTTP status code (present in error responses)\").nullable().optional(),\n link: z.string().describe(\"URL to relevant API documentation (present in error responses)\").nullable().optional(),\n error: z.string().describe(\"Additional error information, can be null (present in error responses)\").nullable().optional(),\n errors: z.array(SoundcloudRemovePlaylistRepost_ErrorDetailSchema).describe(\"Array of error objects (present in error responses)\").nullable().optional(),\n status: z.string().describe(\"Status description (present in error responses)\").nullable().optional(),\n message: z.string().describe(\"Human-readable error message (present in error responses)\").nullable().optional(),\n}).describe(\"Response schema for `RemovePlaylistRepost`\\n\\nSuccess response (200): Empty or minimal response body.\\nError responses (401, 404): Standard SoundCloud error format.\");\n\nexport const soundcloudRemovePlaylistRepost = action(\"SOUNDCLOUD_REMOVE_PLAYLIST_REPOST\", {\n slug: \"soundcloud-remove-playlist-repost\",\n name: \"Removes a repost on a playlist as the authenticated user\",\n description: \"Removes a repost on a playlist as the authenticated user\",\n input: SoundcloudRemovePlaylistRepostInput,\n output: SoundcloudRemovePlaylistRepostOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,EACjE,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,mDAAiEA,IAAAA,EAAE,OAAO,EAC9E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnF,CAAC,CAAC,CAAC,SAAS,qBAAqB;AACjC,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,QAAQA,IAAAA,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtJ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,SAAS,sKAAsK;AAElL,MAAa,iCAAiCC,eAAAA,OAAO,qCAAqC;CACxF,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/remove-playlist-repost.d.ts
4
+ declare const SoundcloudRemovePlaylistRepostInput: z.ZodTypeAny;
5
+ declare const SoundcloudRemovePlaylistRepostOutput: z.ZodTypeAny;
6
+ declare const soundcloudRemovePlaylistRepost: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudRemovePlaylistRepost };
9
+ //# sourceMappingURL=remove-playlist-repost.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-playlist-repost.d.cts","names":[],"sources":["../../src/actions/remove-playlist-repost.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAEI;AAAA,cAI3C,oCAAA,EAAsC,CAAA,CAAE,UAO8H;AAAA,cAEtK,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/remove-playlist-repost.d.ts
4
+ declare const SoundcloudRemovePlaylistRepostInput: z.ZodTypeAny;
5
+ declare const SoundcloudRemovePlaylistRepostOutput: z.ZodTypeAny;
6
+ declare const soundcloudRemovePlaylistRepost: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudRemovePlaylistRepost };
9
+ //# sourceMappingURL=remove-playlist-repost.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-playlist-repost.d.mts","names":[],"sources":["../../src/actions/remove-playlist-repost.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAEI;AAAA,cAI3C,oCAAA,EAAsC,CAAA,CAAE,UAO8H;AAAA,cAEtK,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,23 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/remove-playlist-repost.ts
4
+ const SoundcloudRemovePlaylistRepostInput = z.object({ playlist_id: z.number().int().describe("SoundCloud playlist id") }).describe("Request schema for `RemovePlaylistRepost`");
5
+ const SoundcloudRemovePlaylistRepost_ErrorDetailSchema = z.object({ error_message: z.string().describe("Detailed error message").nullable().optional() }).describe("Error detail object");
6
+ const soundcloudRemovePlaylistRepost = action("SOUNDCLOUD_REMOVE_PLAYLIST_REPOST", {
7
+ slug: "soundcloud-remove-playlist-repost",
8
+ name: "Removes a repost on a playlist as the authenticated user",
9
+ description: "Removes a repost on a playlist as the authenticated user",
10
+ input: SoundcloudRemovePlaylistRepostInput,
11
+ output: z.object({
12
+ code: z.number().int().describe("HTTP status code (present in error responses)").nullable().optional(),
13
+ link: z.string().describe("URL to relevant API documentation (present in error responses)").nullable().optional(),
14
+ error: z.string().describe("Additional error information, can be null (present in error responses)").nullable().optional(),
15
+ errors: z.array(SoundcloudRemovePlaylistRepost_ErrorDetailSchema).describe("Array of error objects (present in error responses)").nullable().optional(),
16
+ status: z.string().describe("Status description (present in error responses)").nullable().optional(),
17
+ message: z.string().describe("Human-readable error message (present in error responses)").nullable().optional()
18
+ }).describe("Response schema for `RemovePlaylistRepost`\n\nSuccess response (200): Empty or minimal response body.\nError responses (401, 404): Standard SoundCloud error format.")
19
+ });
20
+ //#endregion
21
+ export { soundcloudRemovePlaylistRepost };
22
+
23
+ //# sourceMappingURL=remove-playlist-repost.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-playlist-repost.mjs","names":[],"sources":["../../src/actions/remove-playlist-repost.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRemovePlaylistRepostInput: z.ZodTypeAny = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `RemovePlaylistRepost`\");\nconst SoundcloudRemovePlaylistRepost_ErrorDetailSchema: z.ZodTypeAny = z.object({\n error_message: z.string().describe(\"Detailed error message\").nullable().optional(),\n}).describe(\"Error detail object\");\nexport const SoundcloudRemovePlaylistRepostOutput: z.ZodTypeAny = z.object({\n code: z.number().int().describe(\"HTTP status code (present in error responses)\").nullable().optional(),\n link: z.string().describe(\"URL to relevant API documentation (present in error responses)\").nullable().optional(),\n error: z.string().describe(\"Additional error information, can be null (present in error responses)\").nullable().optional(),\n errors: z.array(SoundcloudRemovePlaylistRepost_ErrorDetailSchema).describe(\"Array of error objects (present in error responses)\").nullable().optional(),\n status: z.string().describe(\"Status description (present in error responses)\").nullable().optional(),\n message: z.string().describe(\"Human-readable error message (present in error responses)\").nullable().optional(),\n}).describe(\"Response schema for `RemovePlaylistRepost`\\n\\nSuccess response (200): Empty or minimal response body.\\nError responses (401, 404): Standard SoundCloud error format.\");\n\nexport const soundcloudRemovePlaylistRepost = action(\"SOUNDCLOUD_REMOVE_PLAYLIST_REPOST\", {\n slug: \"soundcloud-remove-playlist-repost\",\n name: \"Removes a repost on a playlist as the authenticated user\",\n description: \"Removes a repost on a playlist as the authenticated user\",\n input: SoundcloudRemovePlaylistRepostInput,\n output: SoundcloudRemovePlaylistRepostOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO,EACxE,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,EACjE,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAM,mDAAiE,EAAE,OAAO,EAC9E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACnF,CAAC,CAAC,CAAC,SAAS,qBAAqB;AAUjC,MAAa,iCAAiC,OAAO,qCAAqC;CACxF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdgE,EAAE,OAAO;EACzE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzH,QAAQ,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtJ,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,CAAC,CAAC,CAAC,SAAS,sKAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/remove-track-repost.ts
4
+ const SoundcloudRemoveTrackRepostInput = zod.z.object({ track_id: zod.z.number().int().describe("SoundCloud Track id") }).describe("Request schema for `RemoveTrackRepost`");
5
+ const SoundcloudRemoveTrackRepostOutput = zod.z.object({}).describe("Response schema for `RemoveTrackRepost`\n\nThe DELETE operation returns HTTP 200 with no response body on success.\nThis empty model represents the successful deletion confirmation.");
6
+ const soundcloudRemoveTrackRepost = require_action.action("SOUNDCLOUD_REMOVE_TRACK_REPOST", {
7
+ slug: "soundcloud-remove-track-repost",
8
+ name: "Removes a repost on a track as the authenticated user",
9
+ description: "Removes a repost on a track as the authenticated user",
10
+ input: SoundcloudRemoveTrackRepostInput,
11
+ output: SoundcloudRemoveTrackRepostOutput
12
+ });
13
+ //#endregion
14
+ exports.soundcloudRemoveTrackRepost = soundcloudRemoveTrackRepost;
15
+
16
+ //# sourceMappingURL=remove-track-repost.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-track-repost.cjs","names":["z","action"],"sources":["../../src/actions/remove-track-repost.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRemoveTrackRepostInput: z.ZodTypeAny = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `RemoveTrackRepost`\");\nexport const SoundcloudRemoveTrackRepostOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for `RemoveTrackRepost`\\n\\nThe DELETE operation returns HTTP 200 with no response body on success.\\nThis empty model represents the successful deletion confirmation.\");\n\nexport const soundcloudRemoveTrackRepost = action(\"SOUNDCLOUD_REMOVE_TRACK_REPOST\", {\n slug: \"soundcloud-remove-track-repost\",\n name: \"Removes a repost on a track as the authenticated user\",\n description: \"Removes a repost on a track as the authenticated user\",\n input: SoundcloudRemoveTrackRepostInput,\n output: SoundcloudRemoveTrackRepostOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uLAAuL;AAE5Q,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,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/remove-track-repost.d.ts
4
+ declare const SoundcloudRemoveTrackRepostInput: z.ZodTypeAny;
5
+ declare const SoundcloudRemoveTrackRepostOutput: z.ZodTypeAny;
6
+ declare const soundcloudRemoveTrackRepost: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudRemoveTrackRepost };
9
+ //# sourceMappingURL=remove-track-repost.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-track-repost.d.cts","names":[],"sources":["../../src/actions/remove-track-repost.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEI;AAAA,cACxC,iCAAA,EAAmC,CAAA,CAAE,UAA2N;AAAA,cAEhQ,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/remove-track-repost.d.ts
4
+ declare const SoundcloudRemoveTrackRepostInput: z.ZodTypeAny;
5
+ declare const SoundcloudRemoveTrackRepostOutput: z.ZodTypeAny;
6
+ declare const soundcloudRemoveTrackRepost: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudRemoveTrackRepost };
9
+ //# sourceMappingURL=remove-track-repost.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-track-repost.d.mts","names":[],"sources":["../../src/actions/remove-track-repost.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEI;AAAA,cACxC,iCAAA,EAAmC,CAAA,CAAE,UAA2N;AAAA,cAEhQ,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const soundcloudRemoveTrackRepost = action("SOUNDCLOUD_REMOVE_TRACK_REPOST", {
4
+ slug: "soundcloud-remove-track-repost",
5
+ name: "Removes a repost on a track as the authenticated user",
6
+ description: "Removes a repost on a track as the authenticated user",
7
+ input: z.object({ track_id: z.number().int().describe("SoundCloud Track id") }).describe("Request schema for `RemoveTrackRepost`"),
8
+ output: z.object({}).describe("Response schema for `RemoveTrackRepost`\n\nThe DELETE operation returns HTTP 200 with no response body on success.\nThis empty model represents the successful deletion confirmation.")
9
+ });
10
+ //#endregion
11
+ export { soundcloudRemoveTrackRepost };
12
+
13
+ //# sourceMappingURL=remove-track-repost.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remove-track-repost.mjs","names":[],"sources":["../../src/actions/remove-track-repost.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRemoveTrackRepostInput: z.ZodTypeAny = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `RemoveTrackRepost`\");\nexport const SoundcloudRemoveTrackRepostOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for `RemoveTrackRepost`\\n\\nThe DELETE operation returns HTTP 200 with no response body on success.\\nThis empty model represents the successful deletion confirmation.\");\n\nexport const soundcloudRemoveTrackRepost = action(\"SOUNDCLOUD_REMOVE_TRACK_REPOST\", {\n slug: \"soundcloud-remove-track-repost\",\n name: \"Removes a repost on a track as the authenticated user\",\n description: \"Removes a repost on a track as the authenticated user\",\n input: SoundcloudRemoveTrackRepostInput,\n output: SoundcloudRemoveTrackRepostOutput,\n});\n"],"mappings":";;AASA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAT4D,EAAE,OAAO,EACrE,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,wCAOH;CACP,QAP6D,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,uLAO3E;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/reposts-a-playlist-as-the-authenticated-user.ts
4
+ const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput = zod.z.object({ playlist_id: zod.z.number().int().describe("SoundCloud playlist id") }).describe("Request schema for `RepostsAPlaylistAsTheAuthenticatedUser`");
5
+ const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput = zod.z.object({}).describe("Response schema for `RepostsAPlaylistAsTheAuthenticatedUser`.\n\nReturns an empty JSON object on success. The 201 Created status code\nindicates the playlist has been successfully reposted.");
6
+ const soundcloudRepostsAPlaylistAsTheAuthenticatedUser = require_action.action("SOUNDCLOUD_REPOSTS_A_PLAYLIST_AS_THE_AUTHENTICATED_USER", {
7
+ slug: "soundcloud-reposts-a-playlist-as-the-authenticated-user",
8
+ name: "Reposts a playlist as the authenticated user",
9
+ description: "This endpoint lets authenticated users repost SoundCloud playlists by ID, returning status codes for success (201), unauthorized (401), and not found (404). AuthHeader for security is needed.",
10
+ input: SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput,
11
+ output: SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput
12
+ });
13
+ //#endregion
14
+ exports.soundcloudRepostsAPlaylistAsTheAuthenticatedUser = soundcloudRepostsAPlaylistAsTheAuthenticatedUser;
15
+
16
+ //# sourceMappingURL=reposts-a-playlist-as-the-authenticated-user.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reposts-a-playlist-as-the-authenticated-user.cjs","names":["z","action"],"sources":["../../src/actions/reposts-a-playlist-as-the-authenticated-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput: z.ZodTypeAny = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `RepostsAPlaylistAsTheAuthenticatedUser`\");\nexport const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for `RepostsAPlaylistAsTheAuthenticatedUser`.\\n\\nReturns an empty JSON object on success. The 201 Created status code\\nindicates the playlist has been successfully reposted.\");\n\nexport const soundcloudRepostsAPlaylistAsTheAuthenticatedUser = action(\"SOUNDCLOUD_REPOSTS_A_PLAYLIST_AS_THE_AUTHENTICATED_USER\", {\n slug: \"soundcloud-reposts-a-playlist-as-the-authenticated-user\",\n name: \"Reposts a playlist as the authenticated user\",\n description: \"This endpoint lets authenticated users repost SoundCloud playlists by ID, returning status codes for success (201), unauthorized (401), and not found (404). AuthHeader for security is needed.\",\n input: SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput,\n output: SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wDAAsEA,IAAAA,EAAE,OAAO,EAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,EACjE,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,yDAAuEA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+LAA+L;AAEzS,MAAa,mDAAmDC,eAAAA,OAAO,2DAA2D;CAChI,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/reposts-a-playlist-as-the-authenticated-user.d.ts
4
+ declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput: z.ZodTypeAny;
5
+ declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput: z.ZodTypeAny;
6
+ declare const soundcloudRepostsAPlaylistAsTheAuthenticatedUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudRepostsAPlaylistAsTheAuthenticatedUser };
9
+ //# sourceMappingURL=reposts-a-playlist-as-the-authenticated-user.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reposts-a-playlist-as-the-authenticated-user.d.cts","names":[],"sources":["../../src/actions/reposts-a-playlist-as-the-authenticated-user.ts"],"mappings":";;;cAIa,qDAAA,EAAuD,CAAA,CAAE,UAEI;AAAA,cAC7D,sDAAA,EAAwD,CAAA,CAAE,UAAmO;AAAA,cAE7R,gDAAA,gCAAgD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/reposts-a-playlist-as-the-authenticated-user.d.ts
4
+ declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput: z.ZodTypeAny;
5
+ declare const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput: z.ZodTypeAny;
6
+ declare const soundcloudRepostsAPlaylistAsTheAuthenticatedUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudRepostsAPlaylistAsTheAuthenticatedUser };
9
+ //# sourceMappingURL=reposts-a-playlist-as-the-authenticated-user.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reposts-a-playlist-as-the-authenticated-user.d.mts","names":[],"sources":["../../src/actions/reposts-a-playlist-as-the-authenticated-user.ts"],"mappings":";;;cAIa,qDAAA,EAAuD,CAAA,CAAE,UAEI;AAAA,cAC7D,sDAAA,EAAwD,CAAA,CAAE,UAAmO;AAAA,cAE7R,gDAAA,gCAAgD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const soundcloudRepostsAPlaylistAsTheAuthenticatedUser = action("SOUNDCLOUD_REPOSTS_A_PLAYLIST_AS_THE_AUTHENTICATED_USER", {
4
+ slug: "soundcloud-reposts-a-playlist-as-the-authenticated-user",
5
+ name: "Reposts a playlist as the authenticated user",
6
+ description: "This endpoint lets authenticated users repost SoundCloud playlists by ID, returning status codes for success (201), unauthorized (401), and not found (404). AuthHeader for security is needed.",
7
+ input: z.object({ playlist_id: z.number().int().describe("SoundCloud playlist id") }).describe("Request schema for `RepostsAPlaylistAsTheAuthenticatedUser`"),
8
+ output: z.object({}).describe("Response schema for `RepostsAPlaylistAsTheAuthenticatedUser`.\n\nReturns an empty JSON object on success. The 201 Created status code\nindicates the playlist has been successfully reposted.")
9
+ });
10
+ //#endregion
11
+ export { soundcloudRepostsAPlaylistAsTheAuthenticatedUser };
12
+
13
+ //# sourceMappingURL=reposts-a-playlist-as-the-authenticated-user.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reposts-a-playlist-as-the-authenticated-user.mjs","names":[],"sources":["../../src/actions/reposts-a-playlist-as-the-authenticated-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput: z.ZodTypeAny = z.object({\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `RepostsAPlaylistAsTheAuthenticatedUser`\");\nexport const SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for `RepostsAPlaylistAsTheAuthenticatedUser`.\\n\\nReturns an empty JSON object on success. The 201 Created status code\\nindicates the playlist has been successfully reposted.\");\n\nexport const soundcloudRepostsAPlaylistAsTheAuthenticatedUser = action(\"SOUNDCLOUD_REPOSTS_A_PLAYLIST_AS_THE_AUTHENTICATED_USER\", {\n slug: \"soundcloud-reposts-a-playlist-as-the-authenticated-user\",\n name: \"Reposts a playlist as the authenticated user\",\n description: \"This endpoint lets authenticated users repost SoundCloud playlists by ID, returning status codes for success (201), unauthorized (401), and not found (404). AuthHeader for security is needed.\",\n input: SoundcloudRepostsAPlaylistAsTheAuthenticatedUserInput,\n output: SoundcloudRepostsAPlaylistAsTheAuthenticatedUserOutput,\n});\n"],"mappings":";;AASA,MAAa,mDAAmD,OAAO,2DAA2D;CAChI,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATiF,EAAE,OAAO,EAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB,EACjE,CAAC,CAAC,CAAC,SAAS,6DAOH;CACP,QAPkF,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,+LAOhG;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/reposts-a-track-as-the-authenticated-user.ts
4
+ const SoundcloudRepostsATrackAsTheAuthenticatedUserInput = zod.z.object({ track_id: zod.z.number().int().describe("SoundCloud Track id") }).describe("Request schema for `RepostsATrackAsTheAuthenticatedUser`");
5
+ const SoundcloudRepostsATrackAsTheAuthenticatedUserOutput = zod.z.object({}).describe("Response schema for `RepostsATrackAsTheAuthenticatedUser`.\n\nEmpty response body. The endpoint returns HTTP 201 Created status with an empty\nJSON object {} to indicate successful repost creation. No fields are returned in\nthe response body.");
6
+ const soundcloudRepostsATrackAsTheAuthenticatedUser = require_action.action("SOUNDCLOUD_REPOSTS_A_TRACK_AS_THE_AUTHENTICATED_USER", {
7
+ slug: "soundcloud-reposts-a-track-as-the-authenticated-user",
8
+ name: "Reposts a track as the authenticated user",
9
+ description: "This endpoint lets authenticated users repost tracks on SoundCloud, using track ID and `AuthHeader`. It returns a 201 status for success, and 401 or 404 for authentication errors or missing tracks, respectively.",
10
+ input: SoundcloudRepostsATrackAsTheAuthenticatedUserInput,
11
+ output: SoundcloudRepostsATrackAsTheAuthenticatedUserOutput
12
+ });
13
+ //#endregion
14
+ exports.soundcloudRepostsATrackAsTheAuthenticatedUser = soundcloudRepostsATrackAsTheAuthenticatedUser;
15
+
16
+ //# sourceMappingURL=reposts-a-track-as-the-authenticated-user.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reposts-a-track-as-the-authenticated-user.cjs","names":["z","action"],"sources":["../../src/actions/reposts-a-track-as-the-authenticated-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRepostsATrackAsTheAuthenticatedUserInput: z.ZodTypeAny = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `RepostsATrackAsTheAuthenticatedUser`\");\nexport const SoundcloudRepostsATrackAsTheAuthenticatedUserOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for `RepostsATrackAsTheAuthenticatedUser`.\\n\\nEmpty response body. The endpoint returns HTTP 201 Created status with an empty\\nJSON object {} to indicate successful repost creation. No fields are returned in\\nthe response body.\");\n\nexport const soundcloudRepostsATrackAsTheAuthenticatedUser = action(\"SOUNDCLOUD_REPOSTS_A_TRACK_AS_THE_AUTHENTICATED_USER\", {\n slug: \"soundcloud-reposts-a-track-as-the-authenticated-user\",\n name: \"Reposts a track as the authenticated user\",\n description: \"This endpoint lets authenticated users repost tracks on SoundCloud, using track ID and `AuthHeader`. It returns a 201 status for success, and 401 or 404 for authentication errors or missing tracks, respectively.\",\n input: SoundcloudRepostsATrackAsTheAuthenticatedUserInput,\n output: SoundcloudRepostsATrackAsTheAuthenticatedUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qDAAmEA,IAAAA,EAAE,OAAO,EACvF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,sDAAoEA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qPAAqP;AAE5V,MAAa,gDAAgDC,eAAAA,OAAO,wDAAwD;CAC1H,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/reposts-a-track-as-the-authenticated-user.d.ts
4
+ declare const SoundcloudRepostsATrackAsTheAuthenticatedUserInput: z.ZodTypeAny;
5
+ declare const SoundcloudRepostsATrackAsTheAuthenticatedUserOutput: z.ZodTypeAny;
6
+ declare const soundcloudRepostsATrackAsTheAuthenticatedUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudRepostsATrackAsTheAuthenticatedUser };
9
+ //# sourceMappingURL=reposts-a-track-as-the-authenticated-user.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reposts-a-track-as-the-authenticated-user.d.cts","names":[],"sources":["../../src/actions/reposts-a-track-as-the-authenticated-user.ts"],"mappings":";;;cAIa,kDAAA,EAAoD,CAAA,CAAE,UAEI;AAAA,cAC1D,mDAAA,EAAqD,CAAA,CAAE,UAAyR;AAAA,cAEhV,6CAAA,gCAA6C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/reposts-a-track-as-the-authenticated-user.d.ts
4
+ declare const SoundcloudRepostsATrackAsTheAuthenticatedUserInput: z.ZodTypeAny;
5
+ declare const SoundcloudRepostsATrackAsTheAuthenticatedUserOutput: z.ZodTypeAny;
6
+ declare const soundcloudRepostsATrackAsTheAuthenticatedUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudRepostsATrackAsTheAuthenticatedUser };
9
+ //# sourceMappingURL=reposts-a-track-as-the-authenticated-user.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reposts-a-track-as-the-authenticated-user.d.mts","names":[],"sources":["../../src/actions/reposts-a-track-as-the-authenticated-user.ts"],"mappings":";;;cAIa,kDAAA,EAAoD,CAAA,CAAE,UAEI;AAAA,cAC1D,mDAAA,EAAqD,CAAA,CAAE,UAAyR;AAAA,cAEhV,6CAAA,gCAA6C,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const soundcloudRepostsATrackAsTheAuthenticatedUser = action("SOUNDCLOUD_REPOSTS_A_TRACK_AS_THE_AUTHENTICATED_USER", {
4
+ slug: "soundcloud-reposts-a-track-as-the-authenticated-user",
5
+ name: "Reposts a track as the authenticated user",
6
+ description: "This endpoint lets authenticated users repost tracks on SoundCloud, using track ID and `AuthHeader`. It returns a 201 status for success, and 401 or 404 for authentication errors or missing tracks, respectively.",
7
+ input: z.object({ track_id: z.number().int().describe("SoundCloud Track id") }).describe("Request schema for `RepostsATrackAsTheAuthenticatedUser`"),
8
+ output: z.object({}).describe("Response schema for `RepostsATrackAsTheAuthenticatedUser`.\n\nEmpty response body. The endpoint returns HTTP 201 Created status with an empty\nJSON object {} to indicate successful repost creation. No fields are returned in\nthe response body.")
9
+ });
10
+ //#endregion
11
+ export { soundcloudRepostsATrackAsTheAuthenticatedUser };
12
+
13
+ //# sourceMappingURL=reposts-a-track-as-the-authenticated-user.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reposts-a-track-as-the-authenticated-user.mjs","names":[],"sources":["../../src/actions/reposts-a-track-as-the-authenticated-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudRepostsATrackAsTheAuthenticatedUserInput: z.ZodTypeAny = z.object({\n track_id: z.number().int().describe(\"SoundCloud Track id\"),\n}).describe(\"Request schema for `RepostsATrackAsTheAuthenticatedUser`\");\nexport const SoundcloudRepostsATrackAsTheAuthenticatedUserOutput: z.ZodTypeAny = z.object({}).describe(\"Response schema for `RepostsATrackAsTheAuthenticatedUser`.\\n\\nEmpty response body. The endpoint returns HTTP 201 Created status with an empty\\nJSON object {} to indicate successful repost creation. No fields are returned in\\nthe response body.\");\n\nexport const soundcloudRepostsATrackAsTheAuthenticatedUser = action(\"SOUNDCLOUD_REPOSTS_A_TRACK_AS_THE_AUTHENTICATED_USER\", {\n slug: \"soundcloud-reposts-a-track-as-the-authenticated-user\",\n name: \"Reposts a track as the authenticated user\",\n description: \"This endpoint lets authenticated users repost tracks on SoundCloud, using track ID and `AuthHeader`. It returns a 201 status for success, and 401 or 404 for authentication errors or missing tracks, respectively.\",\n input: SoundcloudRepostsATrackAsTheAuthenticatedUserInput,\n output: SoundcloudRepostsATrackAsTheAuthenticatedUserOutput,\n});\n"],"mappings":";;AASA,MAAa,gDAAgD,OAAO,wDAAwD;CAC1H,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAT8E,EAAE,OAAO,EACvF,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,EAC3D,CAAC,CAAC,CAAC,SAAS,0DAOH;CACP,QAP+E,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qPAO7F;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/resolve-sound-cloud-urls-to-api-resource-urls.ts
4
+ const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput = zod.z.object({ url: zod.z.string().describe("SoundCloud URL") }).describe("Request schema for `ResolveSoundCloudUrlsToApiResourceUrls`");
5
+ const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput = zod.z.unknown();
6
+ const soundcloudResolveSoundCloudUrlsToApiResourceUrls = require_action.action("SOUNDCLOUD_RESOLVE_SOUND_CLOUD_URLS_TO_API_RESOURCE_URLS", {
7
+ slug: "soundcloud-resolve-sound-cloud-urls-to-api-resource-urls",
8
+ name: "Resolve soundcloud urls to api resource urls",
9
+ description: "This endpoint translates SoundCloud URLs into API Resource URLs, requiring authentication and a `url` parameter. It returns the resolved Resource URL or an error if the URL is not found.",
10
+ input: SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput,
11
+ output: SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput
12
+ });
13
+ //#endregion
14
+ exports.soundcloudResolveSoundCloudUrlsToApiResourceUrls = soundcloudResolveSoundCloudUrlsToApiResourceUrls;
15
+
16
+ //# sourceMappingURL=resolve-sound-cloud-urls-to-api-resource-urls.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resolve-sound-cloud-urls-to-api-resource-urls.cjs","names":["z","action"],"sources":["../../src/actions/resolve-sound-cloud-urls-to-api-resource-urls.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"SoundCloud URL\"),\n}).describe(\"Request schema for `ResolveSoundCloudUrlsToApiResourceUrls`\");\nexport const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput: z.ZodTypeAny = z.unknown();\n\nexport const soundcloudResolveSoundCloudUrlsToApiResourceUrls = action(\"SOUNDCLOUD_RESOLVE_SOUND_CLOUD_URLS_TO_API_RESOURCE_URLS\", {\n slug: \"soundcloud-resolve-sound-cloud-urls-to-api-resource-urls\",\n name: \"Resolve soundcloud urls to api resource urls\",\n description: \"This endpoint translates SoundCloud URLs into API Resource URLs, requiring authentication and a `url` parameter. It returns the resolved Resource URL or an error if the URL is not found.\",\n input: SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput,\n output: SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wDAAsEA,IAAAA,EAAE,OAAO,EAC1F,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,EAC3C,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,yDAAuEA,IAAAA,EAAE,QAAQ;AAE9F,MAAa,mDAAmDC,eAAAA,OAAO,4DAA4D;CACjI,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/resolve-sound-cloud-urls-to-api-resource-urls.d.ts
4
+ declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput: z.ZodTypeAny;
5
+ declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput: z.ZodTypeAny;
6
+ declare const soundcloudResolveSoundCloudUrlsToApiResourceUrls: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudResolveSoundCloudUrlsToApiResourceUrls };
9
+ //# sourceMappingURL=resolve-sound-cloud-urls-to-api-resource-urls.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resolve-sound-cloud-urls-to-api-resource-urls.d.cts","names":[],"sources":["../../src/actions/resolve-sound-cloud-urls-to-api-resource-urls.ts"],"mappings":";;;cAIa,qDAAA,EAAuD,CAAA,CAAE,UAEI;AAAA,cAC7D,sDAAA,EAAwD,CAAA,CAAE,UAAwB;AAAA,cAElF,gDAAA,gCAAgD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/resolve-sound-cloud-urls-to-api-resource-urls.d.ts
4
+ declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput: z.ZodTypeAny;
5
+ declare const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput: z.ZodTypeAny;
6
+ declare const soundcloudResolveSoundCloudUrlsToApiResourceUrls: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudResolveSoundCloudUrlsToApiResourceUrls };
9
+ //# sourceMappingURL=resolve-sound-cloud-urls-to-api-resource-urls.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resolve-sound-cloud-urls-to-api-resource-urls.d.mts","names":[],"sources":["../../src/actions/resolve-sound-cloud-urls-to-api-resource-urls.ts"],"mappings":";;;cAIa,qDAAA,EAAuD,CAAA,CAAE,UAEI;AAAA,cAC7D,sDAAA,EAAwD,CAAA,CAAE,UAAwB;AAAA,cAElF,gDAAA,gCAAgD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const soundcloudResolveSoundCloudUrlsToApiResourceUrls = action("SOUNDCLOUD_RESOLVE_SOUND_CLOUD_URLS_TO_API_RESOURCE_URLS", {
4
+ slug: "soundcloud-resolve-sound-cloud-urls-to-api-resource-urls",
5
+ name: "Resolve soundcloud urls to api resource urls",
6
+ description: "This endpoint translates SoundCloud URLs into API Resource URLs, requiring authentication and a `url` parameter. It returns the resolved Resource URL or an error if the URL is not found.",
7
+ input: z.object({ url: z.string().describe("SoundCloud URL") }).describe("Request schema for `ResolveSoundCloudUrlsToApiResourceUrls`"),
8
+ output: z.unknown()
9
+ });
10
+ //#endregion
11
+ export { soundcloudResolveSoundCloudUrlsToApiResourceUrls };
12
+
13
+ //# sourceMappingURL=resolve-sound-cloud-urls-to-api-resource-urls.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resolve-sound-cloud-urls-to-api-resource-urls.mjs","names":[],"sources":["../../src/actions/resolve-sound-cloud-urls-to-api-resource-urls.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"SoundCloud URL\"),\n}).describe(\"Request schema for `ResolveSoundCloudUrlsToApiResourceUrls`\");\nexport const SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput: z.ZodTypeAny = z.unknown();\n\nexport const soundcloudResolveSoundCloudUrlsToApiResourceUrls = action(\"SOUNDCLOUD_RESOLVE_SOUND_CLOUD_URLS_TO_API_RESOURCE_URLS\", {\n slug: \"soundcloud-resolve-sound-cloud-urls-to-api-resource-urls\",\n name: \"Resolve soundcloud urls to api resource urls\",\n description: \"This endpoint translates SoundCloud URLs into API Resource URLs, requiring authentication and a `url` parameter. It returns the resolved Resource URL or an error if the URL is not found.\",\n input: SoundcloudResolveSoundCloudUrlsToApiResourceUrlsInput,\n output: SoundcloudResolveSoundCloudUrlsToApiResourceUrlsOutput,\n});\n"],"mappings":";;AASA,MAAa,mDAAmD,OAAO,4DAA4D;CACjI,MAAM;CACN,MAAM;CACN,aAAa;CACb,OATiF,EAAE,OAAO,EAC1F,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,EAC3C,CAAC,CAAC,CAAC,SAAS,6DAOH;CACP,QAPkF,EAAE,QAO5E;AACV,CAAC"}
@@ -0,0 +1,59 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/returns-a-collection-of-playlist-s-reposters.ts
4
+ const SoundcloudReturnsACollectionOfPlaylistSRepostersInput = zod.z.object({
5
+ limit: zod.z.number().int().default(50).describe("Number of results to return in the collection.").optional(),
6
+ playlist_id: zod.z.number().int().describe("SoundCloud playlist id")
7
+ }).describe("Request schema for `ReturnsACollectionOfPlaylistSReposters`");
8
+ const SoundcloudReturnsACollectionOfPlaylistSReposters_UserVisualsSchema = zod.z.object({
9
+ urn: zod.z.string().describe("URN identifier for the visuals configuration").nullable().optional(),
10
+ enabled: zod.z.boolean().describe("Whether custom visuals are enabled for this profile").nullable().optional(),
11
+ visuals: zod.z.array(zod.z.unknown()).describe("Array of visual asset objects").nullable().optional(),
12
+ tracking: zod.z.unknown().describe("Tracking data, typically null").nullable().optional()
13
+ }).describe("Visual assets configuration for the user profile");
14
+ const SoundcloudReturnsACollectionOfPlaylistSReposters_RepostUserSchema = zod.z.object({
15
+ id: zod.z.number().int().describe("Unique integer identifier of the user"),
16
+ uri: zod.z.string().describe("API resource URL for the user"),
17
+ urn: zod.z.string().describe("Uniform Resource Name in format 'soundcloud:users:{user_id}' - recommended identifier to use instead of deprecated numeric id"),
18
+ city: zod.z.string().describe("City where the user is located").nullable().optional(),
19
+ kind: zod.z.string().describe("Resource type, always 'user' for user objects"),
20
+ visuals: SoundcloudReturnsACollectionOfPlaylistSReposters_UserVisualsSchema.nullable().optional(),
21
+ username: zod.z.string().describe("Username of the user"),
22
+ verified: zod.z.boolean().describe("Whether the user has a verified badge"),
23
+ full_name: zod.z.string().describe("User's full name (first and last name combined)").nullable().optional(),
24
+ last_name: zod.z.string().describe("User's last name").nullable().optional(),
25
+ permalink: zod.z.string().describe("Permalink slug of the user profile"),
26
+ avatar_url: zod.z.string().describe("URL to the user's avatar image (JPEG format)"),
27
+ created_at: zod.z.string().describe("ISO 8601 timestamp of when the user account was created"),
28
+ first_name: zod.z.string().describe("User's first name").nullable().optional(),
29
+ description: zod.z.string().describe("Profile description written by the user").nullable().optional(),
30
+ likes_count: zod.z.number().int().describe("Number of tracks liked by the user"),
31
+ track_count: zod.z.number().int().describe("Number of public tracks uploaded by the user"),
32
+ country_code: zod.z.number().int().describe("Numeric country code of the user's location, can be null").nullable().optional(),
33
+ groups_count: zod.z.number().int().describe("Numberof groups the user belongs to"),
34
+ last_modified: zod.z.string().describe("ISO 8601 timestamp of when the user profile was last modified"),
35
+ permalink_url: zod.z.string().describe("Full URL to the user's SoundCloud profile page"),
36
+ reposts_count: zod.z.number().int().describe("Number of items (tracks/playlists) reposted by the user, can be null").nullable().optional(),
37
+ comments_count: zod.z.number().int().describe("Number of comments made by the user"),
38
+ playlist_count: zod.z.number().int().describe("Number of public playlists created by the user"),
39
+ followers_count: zod.z.number().int().describe("Number of users following this user"),
40
+ followings_count: zod.z.number().int().describe("Number of users this user is following"),
41
+ creator_subscription: zod.z.unknown().describe("Primary creator subscription object (e.g., Pro, Pro Unlimited tier)").nullable().optional(),
42
+ playlist_likes_count: zod.z.number().int().describe("Number of playlists liked by the user"),
43
+ creator_subscriptions: zod.z.array(zod.z.unknown()).describe("Array of creator subscription objects for this user's active subscriptions").nullable().optional()
44
+ }).describe("User object representing a user who reposted the playlist");
45
+ const SoundcloudReturnsACollectionOfPlaylistSRepostersOutput = zod.z.object({
46
+ next_href: zod.z.string().describe("URL to fetch the next page of results using cursor-based pagination. If not present, this is the last page of results. Only returned when linked_partitioning=1 parameter is used.").nullable().optional(),
47
+ collection: zod.z.array(SoundcloudReturnsACollectionOfPlaylistSReposters_RepostUserSchema).describe("Array of user objects representing users who have reposted the playlist")
48
+ }).describe("Response schema for `ReturnsACollectionOfPlaylistSReposters`");
49
+ const soundcloudReturnsACollectionOfPlaylistSReposters = require_action.action("SOUNDCLOUD_RETURNS_A_COLLECTION_OF_PLAYLIST_S_REPOSTERS", {
50
+ slug: "soundcloud-returns-a-collection-of-playlist-s-reposters",
51
+ name: "Returns a collection of playlist s reposters",
52
+ description: "This endpoint fetches users reposting a SoundCloud playlist using a playlist ID, offering pagination and detailed user profiles. Authentication is required.",
53
+ input: SoundcloudReturnsACollectionOfPlaylistSRepostersInput,
54
+ output: SoundcloudReturnsACollectionOfPlaylistSRepostersOutput
55
+ });
56
+ //#endregion
57
+ exports.soundcloudReturnsACollectionOfPlaylistSReposters = soundcloudReturnsACollectionOfPlaylistSReposters;
58
+
59
+ //# sourceMappingURL=returns-a-collection-of-playlist-s-reposters.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"returns-a-collection-of-playlist-s-reposters.cjs","names":["z","action"],"sources":["../../src/actions/returns-a-collection-of-playlist-s-reposters.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsACollectionOfPlaylistSRepostersInput: z.ZodTypeAny = z.object({\n limit: z.number().int().default(50).describe(\"Number of results to return in the collection.\").optional(),\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `ReturnsACollectionOfPlaylistSReposters`\");\nconst SoundcloudReturnsACollectionOfPlaylistSReposters_UserVisualsSchema: z.ZodTypeAny = z.object({\n urn: z.string().describe(\"URN identifier for the visuals configuration\").nullable().optional(),\n enabled: z.boolean().describe(\"Whether custom visuals are enabled for this profile\").nullable().optional(),\n visuals: z.array(z.unknown()).describe(\"Array of visual asset objects\").nullable().optional(),\n tracking: z.unknown().describe(\"Tracking data, typically null\").nullable().optional(),\n}).describe(\"Visual assets configuration for the user profile\");\nconst SoundcloudReturnsACollectionOfPlaylistSReposters_RepostUserSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique integer identifier of the user\"),\n uri: z.string().describe(\"API resource URL for the user\"),\n urn: z.string().describe(\"Uniform Resource Name in format 'soundcloud:users:{user_id}' - recommended identifier to use instead of deprecated numeric id\"),\n city: z.string().describe(\"City where the user is located\").nullable().optional(),\n kind: z.string().describe(\"Resource type, always 'user' for user objects\"),\n visuals: SoundcloudReturnsACollectionOfPlaylistSReposters_UserVisualsSchema.nullable().optional(),\n username: z.string().describe(\"Username of the user\"),\n verified: z.boolean().describe(\"Whether the user has a verified badge\"),\n full_name: z.string().describe(\"User's full name (first and last name combined)\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n permalink: z.string().describe(\"Permalink slug of the user profile\"),\n avatar_url: z.string().describe(\"URL to the user's avatar image (JPEG format)\"),\n created_at: z.string().describe(\"ISO 8601 timestamp of when the user account was created\"),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n description: z.string().describe(\"Profile description written by the user\").nullable().optional(),\n likes_count: z.number().int().describe(\"Number of tracks liked by the user\"),\n track_count: z.number().int().describe(\"Number of public tracks uploaded by the user\"),\n country_code: z.number().int().describe(\"Numeric country code of the user's location, can be null\").nullable().optional(),\n groups_count: z.number().int().describe(\"Numberof groups the user belongs to\"),\n last_modified: z.string().describe(\"ISO 8601 timestamp of when the user profile was last modified\"),\n permalink_url: z.string().describe(\"Full URL to the user's SoundCloud profile page\"),\n reposts_count: z.number().int().describe(\"Number of items (tracks/playlists) reposted by the user, can be null\").nullable().optional(),\n comments_count: z.number().int().describe(\"Number of comments made by the user\"),\n playlist_count: z.number().int().describe(\"Number of public playlists created by the user\"),\n followers_count: z.number().int().describe(\"Number of users following this user\"),\n followings_count: z.number().int().describe(\"Number of users this user is following\"),\n creator_subscription: z.unknown().describe(\"Primary creator subscription object (e.g., Pro, Pro Unlimited tier)\").nullable().optional(),\n playlist_likes_count: z.number().int().describe(\"Number of playlists liked by the user\"),\n creator_subscriptions: z.array(z.unknown()).describe(\"Array of creator subscription objects for this user's active subscriptions\").nullable().optional(),\n}).describe(\"User object representing a user who reposted the playlist\");\nexport const SoundcloudReturnsACollectionOfPlaylistSRepostersOutput: z.ZodTypeAny = z.object({\n next_href: z.string().describe(\"URL to fetch the next page of results using cursor-based pagination. If not present, this is the last page of results. Only returned when linked_partitioning=1 parameter is used.\").nullable().optional(),\n collection: z.array(SoundcloudReturnsACollectionOfPlaylistSReposters_RepostUserSchema).describe(\"Array of user objects representing users who have reposted the playlist\"),\n}).describe(\"Response schema for `ReturnsACollectionOfPlaylistSReposters`\");\n\nexport const soundcloudReturnsACollectionOfPlaylistSReposters = action(\"SOUNDCLOUD_RETURNS_A_COLLECTION_OF_PLAYLIST_S_REPOSTERS\", {\n slug: \"soundcloud-returns-a-collection-of-playlist-s-reposters\",\n name: \"Returns a collection of playlist s reposters\",\n description: \"This endpoint fetches users reposting a SoundCloud playlist using a playlist ID, offering pagination and detailed user profiles. Authentication is required.\",\n input: SoundcloudReturnsACollectionOfPlaylistSRepostersInput,\n output: SoundcloudReturnsACollectionOfPlaylistSRepostersOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/returns-a-collection-of-playlist-s-reposters.d.ts
4
+ declare const SoundcloudReturnsACollectionOfPlaylistSRepostersInput: z.ZodTypeAny;
5
+ declare const SoundcloudReturnsACollectionOfPlaylistSRepostersOutput: z.ZodTypeAny;
6
+ declare const soundcloudReturnsACollectionOfPlaylistSReposters: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudReturnsACollectionOfPlaylistSReposters };
9
+ //# sourceMappingURL=returns-a-collection-of-playlist-s-reposters.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"returns-a-collection-of-playlist-s-reposters.d.cts","names":[],"sources":["../../src/actions/returns-a-collection-of-playlist-s-reposters.ts"],"mappings":";;;cAIa,qDAAA,EAAuD,CAAA,CAAE,UAGI;AAAA,cAsC7D,sDAAA,EAAwD,CAAA,CAAE,UAGI;AAAA,cAE9D,gDAAA,gCAAgD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/returns-a-collection-of-playlist-s-reposters.d.ts
4
+ declare const SoundcloudReturnsACollectionOfPlaylistSRepostersInput: z.ZodTypeAny;
5
+ declare const SoundcloudReturnsACollectionOfPlaylistSRepostersOutput: z.ZodTypeAny;
6
+ declare const soundcloudReturnsACollectionOfPlaylistSReposters: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { soundcloudReturnsACollectionOfPlaylistSReposters };
9
+ //# sourceMappingURL=returns-a-collection-of-playlist-s-reposters.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"returns-a-collection-of-playlist-s-reposters.d.mts","names":[],"sources":["../../src/actions/returns-a-collection-of-playlist-s-reposters.ts"],"mappings":";;;cAIa,qDAAA,EAAuD,CAAA,CAAE,UAGI;AAAA,cAsC7D,sDAAA,EAAwD,CAAA,CAAE,UAGI;AAAA,cAE9D,gDAAA,gCAAgD,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,58 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/returns-a-collection-of-playlist-s-reposters.ts
4
+ const SoundcloudReturnsACollectionOfPlaylistSRepostersInput = z.object({
5
+ limit: z.number().int().default(50).describe("Number of results to return in the collection.").optional(),
6
+ playlist_id: z.number().int().describe("SoundCloud playlist id")
7
+ }).describe("Request schema for `ReturnsACollectionOfPlaylistSReposters`");
8
+ const SoundcloudReturnsACollectionOfPlaylistSReposters_UserVisualsSchema = z.object({
9
+ urn: z.string().describe("URN identifier for the visuals configuration").nullable().optional(),
10
+ enabled: z.boolean().describe("Whether custom visuals are enabled for this profile").nullable().optional(),
11
+ visuals: z.array(z.unknown()).describe("Array of visual asset objects").nullable().optional(),
12
+ tracking: z.unknown().describe("Tracking data, typically null").nullable().optional()
13
+ }).describe("Visual assets configuration for the user profile");
14
+ const SoundcloudReturnsACollectionOfPlaylistSReposters_RepostUserSchema = z.object({
15
+ id: z.number().int().describe("Unique integer identifier of the user"),
16
+ uri: z.string().describe("API resource URL for the user"),
17
+ urn: z.string().describe("Uniform Resource Name in format 'soundcloud:users:{user_id}' - recommended identifier to use instead of deprecated numeric id"),
18
+ city: z.string().describe("City where the user is located").nullable().optional(),
19
+ kind: z.string().describe("Resource type, always 'user' for user objects"),
20
+ visuals: SoundcloudReturnsACollectionOfPlaylistSReposters_UserVisualsSchema.nullable().optional(),
21
+ username: z.string().describe("Username of the user"),
22
+ verified: z.boolean().describe("Whether the user has a verified badge"),
23
+ full_name: z.string().describe("User's full name (first and last name combined)").nullable().optional(),
24
+ last_name: z.string().describe("User's last name").nullable().optional(),
25
+ permalink: z.string().describe("Permalink slug of the user profile"),
26
+ avatar_url: z.string().describe("URL to the user's avatar image (JPEG format)"),
27
+ created_at: z.string().describe("ISO 8601 timestamp of when the user account was created"),
28
+ first_name: z.string().describe("User's first name").nullable().optional(),
29
+ description: z.string().describe("Profile description written by the user").nullable().optional(),
30
+ likes_count: z.number().int().describe("Number of tracks liked by the user"),
31
+ track_count: z.number().int().describe("Number of public tracks uploaded by the user"),
32
+ country_code: z.number().int().describe("Numeric country code of the user's location, can be null").nullable().optional(),
33
+ groups_count: z.number().int().describe("Numberof groups the user belongs to"),
34
+ last_modified: z.string().describe("ISO 8601 timestamp of when the user profile was last modified"),
35
+ permalink_url: z.string().describe("Full URL to the user's SoundCloud profile page"),
36
+ reposts_count: z.number().int().describe("Number of items (tracks/playlists) reposted by the user, can be null").nullable().optional(),
37
+ comments_count: z.number().int().describe("Number of comments made by the user"),
38
+ playlist_count: z.number().int().describe("Number of public playlists created by the user"),
39
+ followers_count: z.number().int().describe("Number of users following this user"),
40
+ followings_count: z.number().int().describe("Number of users this user is following"),
41
+ creator_subscription: z.unknown().describe("Primary creator subscription object (e.g., Pro, Pro Unlimited tier)").nullable().optional(),
42
+ playlist_likes_count: z.number().int().describe("Number of playlists liked by the user"),
43
+ creator_subscriptions: z.array(z.unknown()).describe("Array of creator subscription objects for this user's active subscriptions").nullable().optional()
44
+ }).describe("User object representing a user who reposted the playlist");
45
+ const soundcloudReturnsACollectionOfPlaylistSReposters = action("SOUNDCLOUD_RETURNS_A_COLLECTION_OF_PLAYLIST_S_REPOSTERS", {
46
+ slug: "soundcloud-returns-a-collection-of-playlist-s-reposters",
47
+ name: "Returns a collection of playlist s reposters",
48
+ description: "This endpoint fetches users reposting a SoundCloud playlist using a playlist ID, offering pagination and detailed user profiles. Authentication is required.",
49
+ input: SoundcloudReturnsACollectionOfPlaylistSRepostersInput,
50
+ output: z.object({
51
+ next_href: z.string().describe("URL to fetch the next page of results using cursor-based pagination. If not present, this is the last page of results. Only returned when linked_partitioning=1 parameter is used.").nullable().optional(),
52
+ collection: z.array(SoundcloudReturnsACollectionOfPlaylistSReposters_RepostUserSchema).describe("Array of user objects representing users who have reposted the playlist")
53
+ }).describe("Response schema for `ReturnsACollectionOfPlaylistSReposters`")
54
+ });
55
+ //#endregion
56
+ export { soundcloudReturnsACollectionOfPlaylistSReposters };
57
+
58
+ //# sourceMappingURL=returns-a-collection-of-playlist-s-reposters.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"returns-a-collection-of-playlist-s-reposters.mjs","names":[],"sources":["../../src/actions/returns-a-collection-of-playlist-s-reposters.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SoundcloudReturnsACollectionOfPlaylistSRepostersInput: z.ZodTypeAny = z.object({\n limit: z.number().int().default(50).describe(\"Number of results to return in the collection.\").optional(),\n playlist_id: z.number().int().describe(\"SoundCloud playlist id\"),\n}).describe(\"Request schema for `ReturnsACollectionOfPlaylistSReposters`\");\nconst SoundcloudReturnsACollectionOfPlaylistSReposters_UserVisualsSchema: z.ZodTypeAny = z.object({\n urn: z.string().describe(\"URN identifier for the visuals configuration\").nullable().optional(),\n enabled: z.boolean().describe(\"Whether custom visuals are enabled for this profile\").nullable().optional(),\n visuals: z.array(z.unknown()).describe(\"Array of visual asset objects\").nullable().optional(),\n tracking: z.unknown().describe(\"Tracking data, typically null\").nullable().optional(),\n}).describe(\"Visual assets configuration for the user profile\");\nconst SoundcloudReturnsACollectionOfPlaylistSReposters_RepostUserSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique integer identifier of the user\"),\n uri: z.string().describe(\"API resource URL for the user\"),\n urn: z.string().describe(\"Uniform Resource Name in format 'soundcloud:users:{user_id}' - recommended identifier to use instead of deprecated numeric id\"),\n city: z.string().describe(\"City where the user is located\").nullable().optional(),\n kind: z.string().describe(\"Resource type, always 'user' for user objects\"),\n visuals: SoundcloudReturnsACollectionOfPlaylistSReposters_UserVisualsSchema.nullable().optional(),\n username: z.string().describe(\"Username of the user\"),\n verified: z.boolean().describe(\"Whether the user has a verified badge\"),\n full_name: z.string().describe(\"User's full name (first and last name combined)\").nullable().optional(),\n last_name: z.string().describe(\"User's last name\").nullable().optional(),\n permalink: z.string().describe(\"Permalink slug of the user profile\"),\n avatar_url: z.string().describe(\"URL to the user's avatar image (JPEG format)\"),\n created_at: z.string().describe(\"ISO 8601 timestamp of when the user account was created\"),\n first_name: z.string().describe(\"User's first name\").nullable().optional(),\n description: z.string().describe(\"Profile description written by the user\").nullable().optional(),\n likes_count: z.number().int().describe(\"Number of tracks liked by the user\"),\n track_count: z.number().int().describe(\"Number of public tracks uploaded by the user\"),\n country_code: z.number().int().describe(\"Numeric country code of the user's location, can be null\").nullable().optional(),\n groups_count: z.number().int().describe(\"Numberof groups the user belongs to\"),\n last_modified: z.string().describe(\"ISO 8601 timestamp of when the user profile was last modified\"),\n permalink_url: z.string().describe(\"Full URL to the user's SoundCloud profile page\"),\n reposts_count: z.number().int().describe(\"Number of items (tracks/playlists) reposted by the user, can be null\").nullable().optional(),\n comments_count: z.number().int().describe(\"Number of comments made by the user\"),\n playlist_count: z.number().int().describe(\"Number of public playlists created by the user\"),\n followers_count: z.number().int().describe(\"Number of users following this user\"),\n followings_count: z.number().int().describe(\"Number of users this user is following\"),\n creator_subscription: z.unknown().describe(\"Primary creator subscription object (e.g., Pro, Pro Unlimited tier)\").nullable().optional(),\n playlist_likes_count: z.number().int().describe(\"Number of playlists liked by the user\"),\n creator_subscriptions: z.array(z.unknown()).describe(\"Array of creator subscription objects for this user's active subscriptions\").nullable().optional(),\n}).describe(\"User object representing a user who reposted the playlist\");\nexport const SoundcloudReturnsACollectionOfPlaylistSRepostersOutput: z.ZodTypeAny = z.object({\n next_href: z.string().describe(\"URL to fetch the next page of results using cursor-based pagination. If not present, this is the last page of results. Only returned when linked_partitioning=1 parameter is used.\").nullable().optional(),\n collection: z.array(SoundcloudReturnsACollectionOfPlaylistSReposters_RepostUserSchema).describe(\"Array of user objects representing users who have reposted the playlist\"),\n}).describe(\"Response schema for `ReturnsACollectionOfPlaylistSReposters`\");\n\nexport const soundcloudReturnsACollectionOfPlaylistSReposters = action(\"SOUNDCLOUD_RETURNS_A_COLLECTION_OF_PLAYLIST_S_REPOSTERS\", {\n slug: \"soundcloud-returns-a-collection-of-playlist-s-reposters\",\n name: \"Returns a collection of playlist s reposters\",\n description: \"This endpoint fetches users reposting a SoundCloud playlist using a playlist ID, offering pagination and detailed user profiles. Authentication is required.\",\n input: SoundcloudReturnsACollectionOfPlaylistSRepostersInput,\n output: SoundcloudReturnsACollectionOfPlaylistSRepostersOutput,\n});\n"],"mappings":"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"}