@keystrokehq/spotify 0.0.16 → 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 (719) hide show
  1. package/README.md +10 -75
  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/add-item-to-playback-queue.cjs +22 -0
  7. package/dist/actions/add-item-to-playback-queue.cjs.map +1 -0
  8. package/dist/actions/add-item-to-playback-queue.d.cts +9 -0
  9. package/dist/actions/add-item-to-playback-queue.d.cts.map +1 -0
  10. package/dist/actions/add-item-to-playback-queue.d.mts +9 -0
  11. package/dist/actions/add-item-to-playback-queue.d.mts.map +1 -0
  12. package/dist/actions/add-item-to-playback-queue.mjs +19 -0
  13. package/dist/actions/add-item-to-playback-queue.mjs.map +1 -0
  14. package/dist/actions/add-items-to-playlist.cjs +20 -0
  15. package/dist/actions/add-items-to-playlist.cjs.map +1 -0
  16. package/dist/actions/add-items-to-playlist.d.cts +9 -0
  17. package/dist/actions/add-items-to-playlist.d.cts.map +1 -0
  18. package/dist/actions/add-items-to-playlist.d.mts +9 -0
  19. package/dist/actions/add-items-to-playlist.d.mts.map +1 -0
  20. package/dist/actions/add-items-to-playlist.mjs +17 -0
  21. package/dist/actions/add-items-to-playlist.mjs.map +1 -0
  22. package/dist/actions/change-playlist-details.cjs +25 -0
  23. package/dist/actions/change-playlist-details.cjs.map +1 -0
  24. package/dist/actions/change-playlist-details.d.cts +9 -0
  25. package/dist/actions/change-playlist-details.d.cts.map +1 -0
  26. package/dist/actions/change-playlist-details.d.mts +9 -0
  27. package/dist/actions/change-playlist-details.d.mts.map +1 -0
  28. package/dist/actions/change-playlist-details.mjs +22 -0
  29. package/dist/actions/change-playlist-details.mjs.map +1 -0
  30. package/dist/actions/check-if-user-follows-artists-or-users.cjs +19 -0
  31. package/dist/actions/check-if-user-follows-artists-or-users.cjs.map +1 -0
  32. package/dist/actions/check-if-user-follows-artists-or-users.d.cts +9 -0
  33. package/dist/actions/check-if-user-follows-artists-or-users.d.cts.map +1 -0
  34. package/dist/actions/check-if-user-follows-artists-or-users.d.mts +9 -0
  35. package/dist/actions/check-if-user-follows-artists-or-users.d.mts.map +1 -0
  36. package/dist/actions/check-if-user-follows-artists-or-users.mjs +16 -0
  37. package/dist/actions/check-if-user-follows-artists-or-users.mjs.map +1 -0
  38. package/dist/actions/check-if-users-follow-playlist.cjs +26 -0
  39. package/dist/actions/check-if-users-follow-playlist.cjs.map +1 -0
  40. package/dist/actions/check-if-users-follow-playlist.d.cts +9 -0
  41. package/dist/actions/check-if-users-follow-playlist.d.cts.map +1 -0
  42. package/dist/actions/check-if-users-follow-playlist.d.mts +9 -0
  43. package/dist/actions/check-if-users-follow-playlist.d.mts.map +1 -0
  44. package/dist/actions/check-if-users-follow-playlist.mjs +25 -0
  45. package/dist/actions/check-if-users-follow-playlist.mjs.map +1 -0
  46. package/dist/actions/check-user-s-saved-albums.cjs +16 -0
  47. package/dist/actions/check-user-s-saved-albums.cjs.map +1 -0
  48. package/dist/actions/check-user-s-saved-albums.d.cts +9 -0
  49. package/dist/actions/check-user-s-saved-albums.d.cts.map +1 -0
  50. package/dist/actions/check-user-s-saved-albums.d.mts +9 -0
  51. package/dist/actions/check-user-s-saved-albums.d.mts.map +1 -0
  52. package/dist/actions/check-user-s-saved-albums.mjs +13 -0
  53. package/dist/actions/check-user-s-saved-albums.mjs.map +1 -0
  54. package/dist/actions/check-user-s-saved-audiobooks.cjs +16 -0
  55. package/dist/actions/check-user-s-saved-audiobooks.cjs.map +1 -0
  56. package/dist/actions/check-user-s-saved-audiobooks.d.cts +9 -0
  57. package/dist/actions/check-user-s-saved-audiobooks.d.cts.map +1 -0
  58. package/dist/actions/check-user-s-saved-audiobooks.d.mts +9 -0
  59. package/dist/actions/check-user-s-saved-audiobooks.d.mts.map +1 -0
  60. package/dist/actions/check-user-s-saved-audiobooks.mjs +13 -0
  61. package/dist/actions/check-user-s-saved-audiobooks.mjs.map +1 -0
  62. package/dist/actions/check-user-s-saved-episodes.cjs +16 -0
  63. package/dist/actions/check-user-s-saved-episodes.cjs.map +1 -0
  64. package/dist/actions/check-user-s-saved-episodes.d.cts +9 -0
  65. package/dist/actions/check-user-s-saved-episodes.d.cts.map +1 -0
  66. package/dist/actions/check-user-s-saved-episodes.d.mts +9 -0
  67. package/dist/actions/check-user-s-saved-episodes.d.mts.map +1 -0
  68. package/dist/actions/check-user-s-saved-episodes.mjs +13 -0
  69. package/dist/actions/check-user-s-saved-episodes.mjs.map +1 -0
  70. package/dist/actions/check-user-s-saved-shows.cjs +16 -0
  71. package/dist/actions/check-user-s-saved-shows.cjs.map +1 -0
  72. package/dist/actions/check-user-s-saved-shows.d.cts +9 -0
  73. package/dist/actions/check-user-s-saved-shows.d.cts.map +1 -0
  74. package/dist/actions/check-user-s-saved-shows.d.mts +9 -0
  75. package/dist/actions/check-user-s-saved-shows.d.mts.map +1 -0
  76. package/dist/actions/check-user-s-saved-shows.mjs +13 -0
  77. package/dist/actions/check-user-s-saved-shows.mjs.map +1 -0
  78. package/dist/actions/check-user-s-saved-tracks.cjs +16 -0
  79. package/dist/actions/check-user-s-saved-tracks.cjs.map +1 -0
  80. package/dist/actions/check-user-s-saved-tracks.d.cts +9 -0
  81. package/dist/actions/check-user-s-saved-tracks.d.cts.map +1 -0
  82. package/dist/actions/check-user-s-saved-tracks.d.mts +9 -0
  83. package/dist/actions/check-user-s-saved-tracks.d.mts.map +1 -0
  84. package/dist/actions/check-user-s-saved-tracks.mjs +13 -0
  85. package/dist/actions/check-user-s-saved-tracks.mjs.map +1 -0
  86. package/dist/actions/create-playlist.cjs +72 -0
  87. package/dist/actions/create-playlist.cjs.map +1 -0
  88. package/dist/actions/create-playlist.d.cts +9 -0
  89. package/dist/actions/create-playlist.d.cts.map +1 -0
  90. package/dist/actions/create-playlist.d.mts +9 -0
  91. package/dist/actions/create-playlist.d.mts.map +1 -0
  92. package/dist/actions/create-playlist.mjs +71 -0
  93. package/dist/actions/create-playlist.mjs.map +1 -0
  94. package/dist/actions/follow-artists-or-users.cjs +22 -0
  95. package/dist/actions/follow-artists-or-users.cjs.map +1 -0
  96. package/dist/actions/follow-artists-or-users.d.cts +9 -0
  97. package/dist/actions/follow-artists-or-users.d.cts.map +1 -0
  98. package/dist/actions/follow-artists-or-users.d.mts +9 -0
  99. package/dist/actions/follow-artists-or-users.d.mts.map +1 -0
  100. package/dist/actions/follow-artists-or-users.mjs +19 -0
  101. package/dist/actions/follow-artists-or-users.mjs.map +1 -0
  102. package/dist/actions/follow-playlist.cjs +22 -0
  103. package/dist/actions/follow-playlist.cjs.map +1 -0
  104. package/dist/actions/follow-playlist.d.cts +9 -0
  105. package/dist/actions/follow-playlist.d.cts.map +1 -0
  106. package/dist/actions/follow-playlist.d.mts +9 -0
  107. package/dist/actions/follow-playlist.d.mts.map +1 -0
  108. package/dist/actions/follow-playlist.mjs +19 -0
  109. package/dist/actions/follow-playlist.mjs.map +1 -0
  110. package/dist/actions/get-a-chapter.cjs +78 -0
  111. package/dist/actions/get-a-chapter.cjs.map +1 -0
  112. package/dist/actions/get-a-chapter.d.cts +9 -0
  113. package/dist/actions/get-a-chapter.d.cts.map +1 -0
  114. package/dist/actions/get-a-chapter.d.mts +9 -0
  115. package/dist/actions/get-a-chapter.d.mts.map +1 -0
  116. package/dist/actions/get-a-chapter.mjs +77 -0
  117. package/dist/actions/get-a-chapter.mjs.map +1 -0
  118. package/dist/actions/get-album-tracks.cjs +51 -0
  119. package/dist/actions/get-album-tracks.cjs.map +1 -0
  120. package/dist/actions/get-album-tracks.d.cts +9 -0
  121. package/dist/actions/get-album-tracks.d.cts.map +1 -0
  122. package/dist/actions/get-album-tracks.d.mts +9 -0
  123. package/dist/actions/get-album-tracks.d.mts.map +1 -0
  124. package/dist/actions/get-album-tracks.mjs +50 -0
  125. package/dist/actions/get-album-tracks.mjs.map +1 -0
  126. package/dist/actions/get-album.cjs +80 -0
  127. package/dist/actions/get-album.cjs.map +1 -0
  128. package/dist/actions/get-album.d.cts +9 -0
  129. package/dist/actions/get-album.d.cts.map +1 -0
  130. package/dist/actions/get-album.d.mts +9 -0
  131. package/dist/actions/get-album.d.mts.map +1 -0
  132. package/dist/actions/get-album.mjs +79 -0
  133. package/dist/actions/get-album.mjs.map +1 -0
  134. package/dist/actions/get-an-audiobook.cjs +80 -0
  135. package/dist/actions/get-an-audiobook.cjs.map +1 -0
  136. package/dist/actions/get-an-audiobook.d.cts +9 -0
  137. package/dist/actions/get-an-audiobook.d.cts.map +1 -0
  138. package/dist/actions/get-an-audiobook.d.mts +9 -0
  139. package/dist/actions/get-an-audiobook.d.mts.map +1 -0
  140. package/dist/actions/get-an-audiobook.mjs +79 -0
  141. package/dist/actions/get-an-audiobook.mjs.map +1 -0
  142. package/dist/actions/get-artist-s-albums.cjs +48 -0
  143. package/dist/actions/get-artist-s-albums.cjs.map +1 -0
  144. package/dist/actions/get-artist-s-albums.d.cts +9 -0
  145. package/dist/actions/get-artist-s-albums.d.cts.map +1 -0
  146. package/dist/actions/get-artist-s-albums.d.mts +9 -0
  147. package/dist/actions/get-artist-s-albums.d.mts.map +1 -0
  148. package/dist/actions/get-artist-s-albums.mjs +47 -0
  149. package/dist/actions/get-artist-s-albums.mjs.map +1 -0
  150. package/dist/actions/get-artist-s-related-artists.cjs +38 -0
  151. package/dist/actions/get-artist-s-related-artists.cjs.map +1 -0
  152. package/dist/actions/get-artist-s-related-artists.d.cts +9 -0
  153. package/dist/actions/get-artist-s-related-artists.d.cts.map +1 -0
  154. package/dist/actions/get-artist-s-related-artists.d.mts +9 -0
  155. package/dist/actions/get-artist-s-related-artists.d.mts.map +1 -0
  156. package/dist/actions/get-artist-s-related-artists.mjs +37 -0
  157. package/dist/actions/get-artist-s-related-artists.mjs.map +1 -0
  158. package/dist/actions/get-artist-s-top-tracks.cjs +77 -0
  159. package/dist/actions/get-artist-s-top-tracks.cjs.map +1 -0
  160. package/dist/actions/get-artist-s-top-tracks.d.cts +9 -0
  161. package/dist/actions/get-artist-s-top-tracks.d.cts.map +1 -0
  162. package/dist/actions/get-artist-s-top-tracks.d.mts +9 -0
  163. package/dist/actions/get-artist-s-top-tracks.d.mts.map +1 -0
  164. package/dist/actions/get-artist-s-top-tracks.mjs +76 -0
  165. package/dist/actions/get-artist-s-top-tracks.mjs.map +1 -0
  166. package/dist/actions/get-artist.cjs +38 -0
  167. package/dist/actions/get-artist.cjs.map +1 -0
  168. package/dist/actions/get-artist.d.cts +9 -0
  169. package/dist/actions/get-artist.d.cts.map +1 -0
  170. package/dist/actions/get-artist.d.mts +9 -0
  171. package/dist/actions/get-artist.d.mts.map +1 -0
  172. package/dist/actions/get-artist.mjs +37 -0
  173. package/dist/actions/get-artist.mjs.map +1 -0
  174. package/dist/actions/get-audiobook-chapters.cjs +61 -0
  175. package/dist/actions/get-audiobook-chapters.cjs.map +1 -0
  176. package/dist/actions/get-audiobook-chapters.d.cts +9 -0
  177. package/dist/actions/get-audiobook-chapters.d.cts.map +1 -0
  178. package/dist/actions/get-audiobook-chapters.d.mts +9 -0
  179. package/dist/actions/get-audiobook-chapters.d.mts.map +1 -0
  180. package/dist/actions/get-audiobook-chapters.mjs +60 -0
  181. package/dist/actions/get-audiobook-chapters.mjs.map +1 -0
  182. package/dist/actions/get-available-devices.cjs +26 -0
  183. package/dist/actions/get-available-devices.cjs.map +1 -0
  184. package/dist/actions/get-available-devices.d.cts +9 -0
  185. package/dist/actions/get-available-devices.d.cts.map +1 -0
  186. package/dist/actions/get-available-devices.d.mts +9 -0
  187. package/dist/actions/get-available-devices.d.mts.map +1 -0
  188. package/dist/actions/get-available-devices.mjs +25 -0
  189. package/dist/actions/get-available-devices.mjs.map +1 -0
  190. package/dist/actions/get-available-markets.cjs +16 -0
  191. package/dist/actions/get-available-markets.cjs.map +1 -0
  192. package/dist/actions/get-available-markets.d.cts +9 -0
  193. package/dist/actions/get-available-markets.d.cts.map +1 -0
  194. package/dist/actions/get-available-markets.d.mts +9 -0
  195. package/dist/actions/get-available-markets.d.mts.map +1 -0
  196. package/dist/actions/get-available-markets.mjs +13 -0
  197. package/dist/actions/get-available-markets.mjs.map +1 -0
  198. package/dist/actions/get-current-user-s-playlists.cjs +62 -0
  199. package/dist/actions/get-current-user-s-playlists.cjs.map +1 -0
  200. package/dist/actions/get-current-user-s-playlists.d.cts +9 -0
  201. package/dist/actions/get-current-user-s-playlists.d.cts.map +1 -0
  202. package/dist/actions/get-current-user-s-playlists.d.mts +9 -0
  203. package/dist/actions/get-current-user-s-playlists.d.mts.map +1 -0
  204. package/dist/actions/get-current-user-s-playlists.mjs +61 -0
  205. package/dist/actions/get-current-user-s-playlists.mjs.map +1 -0
  206. package/dist/actions/get-current-user-s-profile.cjs +43 -0
  207. package/dist/actions/get-current-user-s-profile.cjs.map +1 -0
  208. package/dist/actions/get-current-user-s-profile.d.cts +9 -0
  209. package/dist/actions/get-current-user-s-profile.d.cts.map +1 -0
  210. package/dist/actions/get-current-user-s-profile.d.mts +9 -0
  211. package/dist/actions/get-current-user-s-profile.d.mts.map +1 -0
  212. package/dist/actions/get-current-user-s-profile.mjs +42 -0
  213. package/dist/actions/get-current-user-s-profile.mjs.map +1 -0
  214. package/dist/actions/get-currently-playing-track.cjs +132 -0
  215. package/dist/actions/get-currently-playing-track.cjs.map +1 -0
  216. package/dist/actions/get-currently-playing-track.d.cts +9 -0
  217. package/dist/actions/get-currently-playing-track.d.cts.map +1 -0
  218. package/dist/actions/get-currently-playing-track.d.mts +9 -0
  219. package/dist/actions/get-currently-playing-track.d.mts.map +1 -0
  220. package/dist/actions/get-currently-playing-track.mjs +131 -0
  221. package/dist/actions/get-currently-playing-track.mjs.map +1 -0
  222. package/dist/actions/get-episode.cjs +65 -0
  223. package/dist/actions/get-episode.cjs.map +1 -0
  224. package/dist/actions/get-episode.d.cts +9 -0
  225. package/dist/actions/get-episode.d.cts.map +1 -0
  226. package/dist/actions/get-episode.d.mts +9 -0
  227. package/dist/actions/get-episode.d.mts.map +1 -0
  228. package/dist/actions/get-episode.mjs +64 -0
  229. package/dist/actions/get-episode.mjs.map +1 -0
  230. package/dist/actions/get-featured-playlists.cjs +65 -0
  231. package/dist/actions/get-featured-playlists.cjs.map +1 -0
  232. package/dist/actions/get-featured-playlists.d.cts +9 -0
  233. package/dist/actions/get-featured-playlists.d.cts.map +1 -0
  234. package/dist/actions/get-featured-playlists.d.mts +9 -0
  235. package/dist/actions/get-featured-playlists.d.mts.map +1 -0
  236. package/dist/actions/get-featured-playlists.mjs +64 -0
  237. package/dist/actions/get-featured-playlists.mjs.map +1 -0
  238. package/dist/actions/get-followed-artists.cjs +55 -0
  239. package/dist/actions/get-followed-artists.cjs.map +1 -0
  240. package/dist/actions/get-followed-artists.d.cts +9 -0
  241. package/dist/actions/get-followed-artists.d.cts.map +1 -0
  242. package/dist/actions/get-followed-artists.d.mts +9 -0
  243. package/dist/actions/get-followed-artists.d.mts.map +1 -0
  244. package/dist/actions/get-followed-artists.mjs +54 -0
  245. package/dist/actions/get-followed-artists.mjs.map +1 -0
  246. package/dist/actions/get-new-releases.cjs +57 -0
  247. package/dist/actions/get-new-releases.cjs.map +1 -0
  248. package/dist/actions/get-new-releases.d.cts +9 -0
  249. package/dist/actions/get-new-releases.d.cts.map +1 -0
  250. package/dist/actions/get-new-releases.d.mts +9 -0
  251. package/dist/actions/get-new-releases.d.mts.map +1 -0
  252. package/dist/actions/get-new-releases.mjs +56 -0
  253. package/dist/actions/get-new-releases.mjs.map +1 -0
  254. package/dist/actions/get-playback-state.cjs +194 -0
  255. package/dist/actions/get-playback-state.cjs.map +1 -0
  256. package/dist/actions/get-playback-state.d.cts +9 -0
  257. package/dist/actions/get-playback-state.d.cts.map +1 -0
  258. package/dist/actions/get-playback-state.d.mts +9 -0
  259. package/dist/actions/get-playback-state.d.mts.map +1 -0
  260. package/dist/actions/get-playback-state.mjs +193 -0
  261. package/dist/actions/get-playback-state.mjs.map +1 -0
  262. package/dist/actions/get-playlist-cover-image.cjs +21 -0
  263. package/dist/actions/get-playlist-cover-image.cjs.map +1 -0
  264. package/dist/actions/get-playlist-cover-image.d.cts +9 -0
  265. package/dist/actions/get-playlist-cover-image.d.cts.map +1 -0
  266. package/dist/actions/get-playlist-cover-image.d.mts +9 -0
  267. package/dist/actions/get-playlist-cover-image.d.mts.map +1 -0
  268. package/dist/actions/get-playlist-cover-image.mjs +20 -0
  269. package/dist/actions/get-playlist-cover-image.mjs.map +1 -0
  270. package/dist/actions/get-playlist-items.cjs +114 -0
  271. package/dist/actions/get-playlist-items.cjs.map +1 -0
  272. package/dist/actions/get-playlist-items.d.cts +9 -0
  273. package/dist/actions/get-playlist-items.d.cts.map +1 -0
  274. package/dist/actions/get-playlist-items.d.mts +9 -0
  275. package/dist/actions/get-playlist-items.d.mts.map +1 -0
  276. package/dist/actions/get-playlist-items.mjs +113 -0
  277. package/dist/actions/get-playlist-items.mjs.map +1 -0
  278. package/dist/actions/get-playlist.cjs +185 -0
  279. package/dist/actions/get-playlist.cjs.map +1 -0
  280. package/dist/actions/get-playlist.d.cts +9 -0
  281. package/dist/actions/get-playlist.d.cts.map +1 -0
  282. package/dist/actions/get-playlist.d.mts +9 -0
  283. package/dist/actions/get-playlist.d.mts.map +1 -0
  284. package/dist/actions/get-playlist.mjs +184 -0
  285. package/dist/actions/get-playlist.mjs.map +1 -0
  286. package/dist/actions/get-recently-played-tracks.cjs +100 -0
  287. package/dist/actions/get-recently-played-tracks.cjs.map +1 -0
  288. package/dist/actions/get-recently-played-tracks.d.cts +9 -0
  289. package/dist/actions/get-recently-played-tracks.d.cts.map +1 -0
  290. package/dist/actions/get-recently-played-tracks.d.mts +9 -0
  291. package/dist/actions/get-recently-played-tracks.d.mts.map +1 -0
  292. package/dist/actions/get-recently-played-tracks.mjs +99 -0
  293. package/dist/actions/get-recently-played-tracks.mjs.map +1 -0
  294. package/dist/actions/get-recommendations.cjs +88 -0
  295. package/dist/actions/get-recommendations.cjs.map +1 -0
  296. package/dist/actions/get-recommendations.d.cts +9 -0
  297. package/dist/actions/get-recommendations.d.cts.map +1 -0
  298. package/dist/actions/get-recommendations.d.mts +9 -0
  299. package/dist/actions/get-recommendations.d.mts.map +1 -0
  300. package/dist/actions/get-recommendations.mjs +87 -0
  301. package/dist/actions/get-recommendations.mjs.map +1 -0
  302. package/dist/actions/get-several-albums.cjs +83 -0
  303. package/dist/actions/get-several-albums.cjs.map +1 -0
  304. package/dist/actions/get-several-albums.d.cts +9 -0
  305. package/dist/actions/get-several-albums.d.cts.map +1 -0
  306. package/dist/actions/get-several-albums.d.mts +9 -0
  307. package/dist/actions/get-several-albums.d.mts.map +1 -0
  308. package/dist/actions/get-several-albums.mjs +82 -0
  309. package/dist/actions/get-several-albums.mjs.map +1 -0
  310. package/dist/actions/get-several-artists.cjs +38 -0
  311. package/dist/actions/get-several-artists.cjs.map +1 -0
  312. package/dist/actions/get-several-artists.d.cts +9 -0
  313. package/dist/actions/get-several-artists.d.cts.map +1 -0
  314. package/dist/actions/get-several-artists.d.mts +9 -0
  315. package/dist/actions/get-several-artists.d.mts.map +1 -0
  316. package/dist/actions/get-several-artists.mjs +37 -0
  317. package/dist/actions/get-several-artists.mjs.map +1 -0
  318. package/dist/actions/get-several-audiobooks.cjs +81 -0
  319. package/dist/actions/get-several-audiobooks.cjs.map +1 -0
  320. package/dist/actions/get-several-audiobooks.d.cts +9 -0
  321. package/dist/actions/get-several-audiobooks.d.cts.map +1 -0
  322. package/dist/actions/get-several-audiobooks.d.mts +9 -0
  323. package/dist/actions/get-several-audiobooks.d.mts.map +1 -0
  324. package/dist/actions/get-several-audiobooks.mjs +80 -0
  325. package/dist/actions/get-several-audiobooks.mjs.map +1 -0
  326. package/dist/actions/get-several-browse-categories.cjs +40 -0
  327. package/dist/actions/get-several-browse-categories.cjs.map +1 -0
  328. package/dist/actions/get-several-browse-categories.d.cts +9 -0
  329. package/dist/actions/get-several-browse-categories.d.cts.map +1 -0
  330. package/dist/actions/get-several-browse-categories.d.mts +9 -0
  331. package/dist/actions/get-several-browse-categories.d.mts.map +1 -0
  332. package/dist/actions/get-several-browse-categories.mjs +39 -0
  333. package/dist/actions/get-several-browse-categories.mjs.map +1 -0
  334. package/dist/actions/get-several-chapters.cjs +79 -0
  335. package/dist/actions/get-several-chapters.cjs.map +1 -0
  336. package/dist/actions/get-several-chapters.d.cts +9 -0
  337. package/dist/actions/get-several-chapters.d.cts.map +1 -0
  338. package/dist/actions/get-several-chapters.d.mts +9 -0
  339. package/dist/actions/get-several-chapters.d.mts.map +1 -0
  340. package/dist/actions/get-several-chapters.mjs +78 -0
  341. package/dist/actions/get-several-chapters.mjs.map +1 -0
  342. package/dist/actions/get-several-episodes.cjs +68 -0
  343. package/dist/actions/get-several-episodes.cjs.map +1 -0
  344. package/dist/actions/get-several-episodes.d.cts +9 -0
  345. package/dist/actions/get-several-episodes.d.cts.map +1 -0
  346. package/dist/actions/get-several-episodes.d.mts +9 -0
  347. package/dist/actions/get-several-episodes.d.mts.map +1 -0
  348. package/dist/actions/get-several-episodes.mjs +67 -0
  349. package/dist/actions/get-several-episodes.mjs.map +1 -0
  350. package/dist/actions/get-several-shows.cjs +47 -0
  351. package/dist/actions/get-several-shows.cjs.map +1 -0
  352. package/dist/actions/get-several-shows.d.cts +9 -0
  353. package/dist/actions/get-several-shows.d.cts.map +1 -0
  354. package/dist/actions/get-several-shows.d.mts +9 -0
  355. package/dist/actions/get-several-shows.d.mts.map +1 -0
  356. package/dist/actions/get-several-shows.mjs +46 -0
  357. package/dist/actions/get-several-shows.mjs.map +1 -0
  358. package/dist/actions/get-several-tracks.cjs +62 -0
  359. package/dist/actions/get-several-tracks.cjs.map +1 -0
  360. package/dist/actions/get-several-tracks.d.cts +9 -0
  361. package/dist/actions/get-several-tracks.d.cts.map +1 -0
  362. package/dist/actions/get-several-tracks.d.mts +9 -0
  363. package/dist/actions/get-several-tracks.d.mts.map +1 -0
  364. package/dist/actions/get-several-tracks.mjs +61 -0
  365. package/dist/actions/get-several-tracks.mjs.map +1 -0
  366. package/dist/actions/get-show-episodes.cjs +58 -0
  367. package/dist/actions/get-show-episodes.cjs.map +1 -0
  368. package/dist/actions/get-show-episodes.d.cts +9 -0
  369. package/dist/actions/get-show-episodes.d.cts.map +1 -0
  370. package/dist/actions/get-show-episodes.d.mts +9 -0
  371. package/dist/actions/get-show-episodes.d.mts.map +1 -0
  372. package/dist/actions/get-show-episodes.mjs +57 -0
  373. package/dist/actions/get-show-episodes.mjs.map +1 -0
  374. package/dist/actions/get-show.cjs +72 -0
  375. package/dist/actions/get-show.cjs.map +1 -0
  376. package/dist/actions/get-show.d.cts +9 -0
  377. package/dist/actions/get-show.d.cts.map +1 -0
  378. package/dist/actions/get-show.d.mts +9 -0
  379. package/dist/actions/get-show.d.mts.map +1 -0
  380. package/dist/actions/get-show.mjs +71 -0
  381. package/dist/actions/get-show.mjs.map +1 -0
  382. package/dist/actions/get-single-browse-category.cjs +29 -0
  383. package/dist/actions/get-single-browse-category.cjs.map +1 -0
  384. package/dist/actions/get-single-browse-category.d.cts +9 -0
  385. package/dist/actions/get-single-browse-category.d.cts.map +1 -0
  386. package/dist/actions/get-single-browse-category.d.mts +9 -0
  387. package/dist/actions/get-single-browse-category.d.mts.map +1 -0
  388. package/dist/actions/get-single-browse-category.mjs +28 -0
  389. package/dist/actions/get-single-browse-category.mjs.map +1 -0
  390. package/dist/actions/get-the-user-s-queue.cjs +60 -0
  391. package/dist/actions/get-the-user-s-queue.cjs.map +1 -0
  392. package/dist/actions/get-the-user-s-queue.d.cts +9 -0
  393. package/dist/actions/get-the-user-s-queue.d.cts.map +1 -0
  394. package/dist/actions/get-the-user-s-queue.d.mts +9 -0
  395. package/dist/actions/get-the-user-s-queue.d.mts.map +1 -0
  396. package/dist/actions/get-the-user-s-queue.mjs +59 -0
  397. package/dist/actions/get-the-user-s-queue.mjs.map +1 -0
  398. package/dist/actions/get-track-s-audio-analysis.cjs +87 -0
  399. package/dist/actions/get-track-s-audio-analysis.cjs.map +1 -0
  400. package/dist/actions/get-track-s-audio-analysis.d.cts +9 -0
  401. package/dist/actions/get-track-s-audio-analysis.d.cts.map +1 -0
  402. package/dist/actions/get-track-s-audio-analysis.d.mts +9 -0
  403. package/dist/actions/get-track-s-audio-analysis.d.mts.map +1 -0
  404. package/dist/actions/get-track-s-audio-analysis.mjs +86 -0
  405. package/dist/actions/get-track-s-audio-analysis.mjs.map +1 -0
  406. package/dist/actions/get-track.cjs +63 -0
  407. package/dist/actions/get-track.cjs.map +1 -0
  408. package/dist/actions/get-track.d.cts +9 -0
  409. package/dist/actions/get-track.d.cts.map +1 -0
  410. package/dist/actions/get-track.d.mts +9 -0
  411. package/dist/actions/get-track.d.mts.map +1 -0
  412. package/dist/actions/get-track.mjs +62 -0
  413. package/dist/actions/get-track.mjs.map +1 -0
  414. package/dist/actions/get-user-s-playlists.cjs +63 -0
  415. package/dist/actions/get-user-s-playlists.cjs.map +1 -0
  416. package/dist/actions/get-user-s-playlists.d.cts +9 -0
  417. package/dist/actions/get-user-s-playlists.d.cts.map +1 -0
  418. package/dist/actions/get-user-s-playlists.d.mts +9 -0
  419. package/dist/actions/get-user-s-playlists.d.mts.map +1 -0
  420. package/dist/actions/get-user-s-playlists.mjs +62 -0
  421. package/dist/actions/get-user-s-playlists.mjs.map +1 -0
  422. package/dist/actions/get-user-s-profile.cjs +35 -0
  423. package/dist/actions/get-user-s-profile.cjs.map +1 -0
  424. package/dist/actions/get-user-s-profile.d.cts +9 -0
  425. package/dist/actions/get-user-s-profile.d.cts.map +1 -0
  426. package/dist/actions/get-user-s-profile.d.mts +9 -0
  427. package/dist/actions/get-user-s-profile.d.mts.map +1 -0
  428. package/dist/actions/get-user-s-profile.mjs +34 -0
  429. package/dist/actions/get-user-s-profile.mjs.map +1 -0
  430. package/dist/actions/get-user-s-saved-albums.cjs +41 -0
  431. package/dist/actions/get-user-s-saved-albums.cjs.map +1 -0
  432. package/dist/actions/get-user-s-saved-albums.d.cts +9 -0
  433. package/dist/actions/get-user-s-saved-albums.d.cts.map +1 -0
  434. package/dist/actions/get-user-s-saved-albums.d.mts +9 -0
  435. package/dist/actions/get-user-s-saved-albums.d.mts.map +1 -0
  436. package/dist/actions/get-user-s-saved-albums.mjs +40 -0
  437. package/dist/actions/get-user-s-saved-albums.mjs.map +1 -0
  438. package/dist/actions/get-user-s-saved-audiobooks.cjs +59 -0
  439. package/dist/actions/get-user-s-saved-audiobooks.cjs.map +1 -0
  440. package/dist/actions/get-user-s-saved-audiobooks.d.cts +9 -0
  441. package/dist/actions/get-user-s-saved-audiobooks.d.cts.map +1 -0
  442. package/dist/actions/get-user-s-saved-audiobooks.d.mts +9 -0
  443. package/dist/actions/get-user-s-saved-audiobooks.d.mts.map +1 -0
  444. package/dist/actions/get-user-s-saved-audiobooks.mjs +58 -0
  445. package/dist/actions/get-user-s-saved-audiobooks.mjs.map +1 -0
  446. package/dist/actions/get-user-s-saved-episodes.cjs +77 -0
  447. package/dist/actions/get-user-s-saved-episodes.cjs.map +1 -0
  448. package/dist/actions/get-user-s-saved-episodes.d.cts +9 -0
  449. package/dist/actions/get-user-s-saved-episodes.d.cts.map +1 -0
  450. package/dist/actions/get-user-s-saved-episodes.d.mts +9 -0
  451. package/dist/actions/get-user-s-saved-episodes.d.mts.map +1 -0
  452. package/dist/actions/get-user-s-saved-episodes.mjs +76 -0
  453. package/dist/actions/get-user-s-saved-episodes.mjs.map +1 -0
  454. package/dist/actions/get-user-s-saved-shows.cjs +59 -0
  455. package/dist/actions/get-user-s-saved-shows.cjs.map +1 -0
  456. package/dist/actions/get-user-s-saved-shows.d.cts +9 -0
  457. package/dist/actions/get-user-s-saved-shows.d.cts.map +1 -0
  458. package/dist/actions/get-user-s-saved-shows.d.mts +9 -0
  459. package/dist/actions/get-user-s-saved-shows.d.mts.map +1 -0
  460. package/dist/actions/get-user-s-saved-shows.mjs +58 -0
  461. package/dist/actions/get-user-s-saved-shows.mjs.map +1 -0
  462. package/dist/actions/get-user-s-saved-tracks.cjs +81 -0
  463. package/dist/actions/get-user-s-saved-tracks.cjs.map +1 -0
  464. package/dist/actions/get-user-s-saved-tracks.d.cts +9 -0
  465. package/dist/actions/get-user-s-saved-tracks.d.cts.map +1 -0
  466. package/dist/actions/get-user-s-saved-tracks.d.mts +9 -0
  467. package/dist/actions/get-user-s-saved-tracks.d.mts.map +1 -0
  468. package/dist/actions/get-user-s-saved-tracks.mjs +80 -0
  469. package/dist/actions/get-user-s-saved-tracks.mjs.map +1 -0
  470. package/dist/actions/get-user-s-top-artists.cjs +54 -0
  471. package/dist/actions/get-user-s-top-artists.cjs.map +1 -0
  472. package/dist/actions/get-user-s-top-artists.d.cts +9 -0
  473. package/dist/actions/get-user-s-top-artists.d.cts.map +1 -0
  474. package/dist/actions/get-user-s-top-artists.d.mts +9 -0
  475. package/dist/actions/get-user-s-top-artists.d.mts.map +1 -0
  476. package/dist/actions/get-user-s-top-artists.mjs +53 -0
  477. package/dist/actions/get-user-s-top-artists.mjs.map +1 -0
  478. package/dist/actions/get-user-s-top-tracks.cjs +93 -0
  479. package/dist/actions/get-user-s-top-tracks.cjs.map +1 -0
  480. package/dist/actions/get-user-s-top-tracks.d.cts +9 -0
  481. package/dist/actions/get-user-s-top-tracks.d.cts.map +1 -0
  482. package/dist/actions/get-user-s-top-tracks.d.mts +9 -0
  483. package/dist/actions/get-user-s-top-tracks.d.mts.map +1 -0
  484. package/dist/actions/get-user-s-top-tracks.mjs +92 -0
  485. package/dist/actions/get-user-s-top-tracks.mjs.map +1 -0
  486. package/dist/actions/index.cjs +169 -0
  487. package/dist/actions/index.d.cts +85 -0
  488. package/dist/actions/index.d.mts +85 -0
  489. package/dist/actions/index.mjs +85 -0
  490. package/dist/actions/pause-playback.cjs +16 -0
  491. package/dist/actions/pause-playback.cjs.map +1 -0
  492. package/dist/actions/pause-playback.d.cts +9 -0
  493. package/dist/actions/pause-playback.d.cts.map +1 -0
  494. package/dist/actions/pause-playback.d.mts +9 -0
  495. package/dist/actions/pause-playback.d.mts.map +1 -0
  496. package/dist/actions/pause-playback.mjs +13 -0
  497. package/dist/actions/pause-playback.mjs.map +1 -0
  498. package/dist/actions/remove-playlist-items.cjs +23 -0
  499. package/dist/actions/remove-playlist-items.cjs.map +1 -0
  500. package/dist/actions/remove-playlist-items.d.cts +9 -0
  501. package/dist/actions/remove-playlist-items.d.cts.map +1 -0
  502. package/dist/actions/remove-playlist-items.d.mts +9 -0
  503. package/dist/actions/remove-playlist-items.d.mts.map +1 -0
  504. package/dist/actions/remove-playlist-items.mjs +20 -0
  505. package/dist/actions/remove-playlist-items.mjs.map +1 -0
  506. package/dist/actions/remove-user-s-saved-audiobooks.cjs +20 -0
  507. package/dist/actions/remove-user-s-saved-audiobooks.cjs.map +1 -0
  508. package/dist/actions/remove-user-s-saved-audiobooks.d.cts +9 -0
  509. package/dist/actions/remove-user-s-saved-audiobooks.d.cts.map +1 -0
  510. package/dist/actions/remove-user-s-saved-audiobooks.d.mts +9 -0
  511. package/dist/actions/remove-user-s-saved-audiobooks.d.mts.map +1 -0
  512. package/dist/actions/remove-user-s-saved-audiobooks.mjs +19 -0
  513. package/dist/actions/remove-user-s-saved-audiobooks.mjs.map +1 -0
  514. package/dist/actions/remove-user-s-saved-episodes.cjs +19 -0
  515. package/dist/actions/remove-user-s-saved-episodes.cjs.map +1 -0
  516. package/dist/actions/remove-user-s-saved-episodes.d.cts +9 -0
  517. package/dist/actions/remove-user-s-saved-episodes.d.cts.map +1 -0
  518. package/dist/actions/remove-user-s-saved-episodes.d.mts +9 -0
  519. package/dist/actions/remove-user-s-saved-episodes.d.mts.map +1 -0
  520. package/dist/actions/remove-user-s-saved-episodes.mjs +16 -0
  521. package/dist/actions/remove-user-s-saved-episodes.mjs.map +1 -0
  522. package/dist/actions/remove-user-s-saved-shows.cjs +19 -0
  523. package/dist/actions/remove-user-s-saved-shows.cjs.map +1 -0
  524. package/dist/actions/remove-user-s-saved-shows.d.cts +9 -0
  525. package/dist/actions/remove-user-s-saved-shows.d.cts.map +1 -0
  526. package/dist/actions/remove-user-s-saved-shows.d.mts +9 -0
  527. package/dist/actions/remove-user-s-saved-shows.d.mts.map +1 -0
  528. package/dist/actions/remove-user-s-saved-shows.mjs +16 -0
  529. package/dist/actions/remove-user-s-saved-shows.mjs.map +1 -0
  530. package/dist/actions/remove-user-s-saved-tracks.cjs +22 -0
  531. package/dist/actions/remove-user-s-saved-tracks.cjs.map +1 -0
  532. package/dist/actions/remove-user-s-saved-tracks.d.cts +9 -0
  533. package/dist/actions/remove-user-s-saved-tracks.d.cts.map +1 -0
  534. package/dist/actions/remove-user-s-saved-tracks.d.mts +9 -0
  535. package/dist/actions/remove-user-s-saved-tracks.d.mts.map +1 -0
  536. package/dist/actions/remove-user-s-saved-tracks.mjs +19 -0
  537. package/dist/actions/remove-user-s-saved-tracks.mjs.map +1 -0
  538. package/dist/actions/remove-users-saved-albums.cjs +19 -0
  539. package/dist/actions/remove-users-saved-albums.cjs.map +1 -0
  540. package/dist/actions/remove-users-saved-albums.d.cts +9 -0
  541. package/dist/actions/remove-users-saved-albums.d.cts.map +1 -0
  542. package/dist/actions/remove-users-saved-albums.d.mts +9 -0
  543. package/dist/actions/remove-users-saved-albums.d.mts.map +1 -0
  544. package/dist/actions/remove-users-saved-albums.mjs +16 -0
  545. package/dist/actions/remove-users-saved-albums.mjs.map +1 -0
  546. package/dist/actions/save-albums-for-current-user.cjs +19 -0
  547. package/dist/actions/save-albums-for-current-user.cjs.map +1 -0
  548. package/dist/actions/save-albums-for-current-user.d.cts +9 -0
  549. package/dist/actions/save-albums-for-current-user.d.cts.map +1 -0
  550. package/dist/actions/save-albums-for-current-user.d.mts +9 -0
  551. package/dist/actions/save-albums-for-current-user.d.mts.map +1 -0
  552. package/dist/actions/save-albums-for-current-user.mjs +16 -0
  553. package/dist/actions/save-albums-for-current-user.mjs.map +1 -0
  554. package/dist/actions/save-audiobooks-for-current-user.cjs +19 -0
  555. package/dist/actions/save-audiobooks-for-current-user.cjs.map +1 -0
  556. package/dist/actions/save-audiobooks-for-current-user.d.cts +9 -0
  557. package/dist/actions/save-audiobooks-for-current-user.d.cts.map +1 -0
  558. package/dist/actions/save-audiobooks-for-current-user.d.mts +9 -0
  559. package/dist/actions/save-audiobooks-for-current-user.d.mts.map +1 -0
  560. package/dist/actions/save-audiobooks-for-current-user.mjs +16 -0
  561. package/dist/actions/save-audiobooks-for-current-user.mjs.map +1 -0
  562. package/dist/actions/save-episodes-for-current-user.cjs +19 -0
  563. package/dist/actions/save-episodes-for-current-user.cjs.map +1 -0
  564. package/dist/actions/save-episodes-for-current-user.d.cts +9 -0
  565. package/dist/actions/save-episodes-for-current-user.d.cts.map +1 -0
  566. package/dist/actions/save-episodes-for-current-user.d.mts +9 -0
  567. package/dist/actions/save-episodes-for-current-user.d.mts.map +1 -0
  568. package/dist/actions/save-episodes-for-current-user.mjs +16 -0
  569. package/dist/actions/save-episodes-for-current-user.mjs.map +1 -0
  570. package/dist/actions/save-shows-for-current-user.cjs +16 -0
  571. package/dist/actions/save-shows-for-current-user.cjs.map +1 -0
  572. package/dist/actions/save-shows-for-current-user.d.cts +9 -0
  573. package/dist/actions/save-shows-for-current-user.d.cts.map +1 -0
  574. package/dist/actions/save-shows-for-current-user.d.mts +9 -0
  575. package/dist/actions/save-shows-for-current-user.d.mts.map +1 -0
  576. package/dist/actions/save-shows-for-current-user.mjs +13 -0
  577. package/dist/actions/save-shows-for-current-user.mjs.map +1 -0
  578. package/dist/actions/save-tracks-for-current-user.cjs +25 -0
  579. package/dist/actions/save-tracks-for-current-user.cjs.map +1 -0
  580. package/dist/actions/save-tracks-for-current-user.d.cts +9 -0
  581. package/dist/actions/save-tracks-for-current-user.d.cts.map +1 -0
  582. package/dist/actions/save-tracks-for-current-user.d.mts +9 -0
  583. package/dist/actions/save-tracks-for-current-user.d.mts.map +1 -0
  584. package/dist/actions/save-tracks-for-current-user.mjs +22 -0
  585. package/dist/actions/save-tracks-for-current-user.mjs.map +1 -0
  586. package/dist/actions/search-for-item.cjs +48 -0
  587. package/dist/actions/search-for-item.cjs.map +1 -0
  588. package/dist/actions/search-for-item.d.cts +9 -0
  589. package/dist/actions/search-for-item.d.cts.map +1 -0
  590. package/dist/actions/search-for-item.d.mts +9 -0
  591. package/dist/actions/search-for-item.d.mts.map +1 -0
  592. package/dist/actions/search-for-item.mjs +47 -0
  593. package/dist/actions/search-for-item.mjs.map +1 -0
  594. package/dist/actions/seek-to-position.cjs +19 -0
  595. package/dist/actions/seek-to-position.cjs.map +1 -0
  596. package/dist/actions/seek-to-position.d.cts +9 -0
  597. package/dist/actions/seek-to-position.d.cts.map +1 -0
  598. package/dist/actions/seek-to-position.d.mts +9 -0
  599. package/dist/actions/seek-to-position.d.mts.map +1 -0
  600. package/dist/actions/seek-to-position.mjs +16 -0
  601. package/dist/actions/seek-to-position.mjs.map +1 -0
  602. package/dist/actions/set-playback-volume.cjs +19 -0
  603. package/dist/actions/set-playback-volume.cjs.map +1 -0
  604. package/dist/actions/set-playback-volume.d.cts +9 -0
  605. package/dist/actions/set-playback-volume.d.cts.map +1 -0
  606. package/dist/actions/set-playback-volume.d.mts +9 -0
  607. package/dist/actions/set-playback-volume.d.mts.map +1 -0
  608. package/dist/actions/set-playback-volume.mjs +16 -0
  609. package/dist/actions/set-playback-volume.mjs.map +1 -0
  610. package/dist/actions/set-repeat-mode.cjs +23 -0
  611. package/dist/actions/set-repeat-mode.cjs.map +1 -0
  612. package/dist/actions/set-repeat-mode.d.cts +9 -0
  613. package/dist/actions/set-repeat-mode.d.cts.map +1 -0
  614. package/dist/actions/set-repeat-mode.d.mts +9 -0
  615. package/dist/actions/set-repeat-mode.d.mts.map +1 -0
  616. package/dist/actions/set-repeat-mode.mjs +20 -0
  617. package/dist/actions/set-repeat-mode.mjs.map +1 -0
  618. package/dist/actions/skip-to-next.cjs +19 -0
  619. package/dist/actions/skip-to-next.cjs.map +1 -0
  620. package/dist/actions/skip-to-next.d.cts +9 -0
  621. package/dist/actions/skip-to-next.d.cts.map +1 -0
  622. package/dist/actions/skip-to-next.d.mts +9 -0
  623. package/dist/actions/skip-to-next.d.mts.map +1 -0
  624. package/dist/actions/skip-to-next.mjs +16 -0
  625. package/dist/actions/skip-to-next.mjs.map +1 -0
  626. package/dist/actions/skip-to-previous.cjs +16 -0
  627. package/dist/actions/skip-to-previous.cjs.map +1 -0
  628. package/dist/actions/skip-to-previous.d.cts +9 -0
  629. package/dist/actions/skip-to-previous.d.cts.map +1 -0
  630. package/dist/actions/skip-to-previous.d.mts +9 -0
  631. package/dist/actions/skip-to-previous.d.mts.map +1 -0
  632. package/dist/actions/skip-to-previous.mjs +13 -0
  633. package/dist/actions/skip-to-previous.mjs.map +1 -0
  634. package/dist/actions/start-resume-playback.cjs +22 -0
  635. package/dist/actions/start-resume-playback.cjs.map +1 -0
  636. package/dist/actions/start-resume-playback.d.cts +9 -0
  637. package/dist/actions/start-resume-playback.d.cts.map +1 -0
  638. package/dist/actions/start-resume-playback.d.mts +9 -0
  639. package/dist/actions/start-resume-playback.d.mts.map +1 -0
  640. package/dist/actions/start-resume-playback.mjs +19 -0
  641. package/dist/actions/start-resume-playback.mjs.map +1 -0
  642. package/dist/actions/toggle-playback-shuffle.cjs +22 -0
  643. package/dist/actions/toggle-playback-shuffle.cjs.map +1 -0
  644. package/dist/actions/toggle-playback-shuffle.d.cts +9 -0
  645. package/dist/actions/toggle-playback-shuffle.d.cts.map +1 -0
  646. package/dist/actions/toggle-playback-shuffle.d.mts +9 -0
  647. package/dist/actions/toggle-playback-shuffle.d.mts.map +1 -0
  648. package/dist/actions/toggle-playback-shuffle.mjs +19 -0
  649. package/dist/actions/toggle-playback-shuffle.mjs.map +1 -0
  650. package/dist/actions/transfer-playback.cjs +22 -0
  651. package/dist/actions/transfer-playback.cjs.map +1 -0
  652. package/dist/actions/transfer-playback.d.cts +9 -0
  653. package/dist/actions/transfer-playback.d.cts.map +1 -0
  654. package/dist/actions/transfer-playback.d.mts +9 -0
  655. package/dist/actions/transfer-playback.d.mts.map +1 -0
  656. package/dist/actions/transfer-playback.mjs +19 -0
  657. package/dist/actions/transfer-playback.mjs.map +1 -0
  658. package/dist/actions/unfollow-artists-or-users.cjs +22 -0
  659. package/dist/actions/unfollow-artists-or-users.cjs.map +1 -0
  660. package/dist/actions/unfollow-artists-or-users.d.cts +9 -0
  661. package/dist/actions/unfollow-artists-or-users.d.cts.map +1 -0
  662. package/dist/actions/unfollow-artists-or-users.d.mts +9 -0
  663. package/dist/actions/unfollow-artists-or-users.d.mts.map +1 -0
  664. package/dist/actions/unfollow-artists-or-users.mjs +19 -0
  665. package/dist/actions/unfollow-artists-or-users.mjs.map +1 -0
  666. package/dist/actions/unfollow-playlist.cjs +19 -0
  667. package/dist/actions/unfollow-playlist.cjs.map +1 -0
  668. package/dist/actions/unfollow-playlist.d.cts +9 -0
  669. package/dist/actions/unfollow-playlist.d.cts.map +1 -0
  670. package/dist/actions/unfollow-playlist.d.mts +9 -0
  671. package/dist/actions/unfollow-playlist.d.mts.map +1 -0
  672. package/dist/actions/unfollow-playlist.mjs +16 -0
  673. package/dist/actions/unfollow-playlist.mjs.map +1 -0
  674. package/dist/actions/update-playlist-items.cjs +23 -0
  675. package/dist/actions/update-playlist-items.cjs.map +1 -0
  676. package/dist/actions/update-playlist-items.d.cts +9 -0
  677. package/dist/actions/update-playlist-items.d.cts.map +1 -0
  678. package/dist/actions/update-playlist-items.d.mts +9 -0
  679. package/dist/actions/update-playlist-items.d.mts.map +1 -0
  680. package/dist/actions/update-playlist-items.mjs +20 -0
  681. package/dist/actions/update-playlist-items.mjs.map +1 -0
  682. package/dist/app.cjs +9 -0
  683. package/dist/app.cjs.map +1 -0
  684. package/dist/app.d.cts +5 -0
  685. package/dist/app.d.cts.map +1 -0
  686. package/dist/app.d.mts +5 -0
  687. package/dist/app.d.mts.map +1 -0
  688. package/dist/app.mjs +10 -0
  689. package/dist/app.mjs.map +1 -0
  690. package/dist/catalog.cjs +15 -0
  691. package/dist/catalog.cjs.map +1 -0
  692. package/dist/catalog.d.cts +14 -0
  693. package/dist/catalog.d.cts.map +1 -0
  694. package/dist/catalog.d.mts +14 -0
  695. package/dist/catalog.d.mts.map +1 -0
  696. package/dist/catalog.mjs +15 -0
  697. package/dist/catalog.mjs.map +1 -0
  698. package/dist/execute.cjs +18 -0
  699. package/dist/execute.cjs.map +1 -0
  700. package/dist/execute.mjs +18 -0
  701. package/dist/execute.mjs.map +1 -0
  702. package/dist/index.cjs +174 -0
  703. package/dist/index.d.cts +87 -0
  704. package/dist/index.d.mts +87 -4
  705. package/dist/index.mjs +88 -6
  706. package/package.json +31 -55
  707. package/LICENSE +0 -21
  708. package/dist/browse-BaBol4IR.mjs +0 -475
  709. package/dist/credential-sets/index.d.mts +0 -2
  710. package/dist/credential-sets/index.mjs +0 -4
  711. package/dist/operations/index.d.mts +0 -2
  712. package/dist/operations/index.mjs +0 -3
  713. package/dist/schemas/index.d.mts +0 -3322
  714. package/dist/schemas/index.mjs +0 -3
  715. package/dist/spotify-app.credential-set-DT2fivE7.d.mts +0 -34
  716. package/dist/spotify-app.credential-set-O5UKOpLR.mjs +0 -16
  717. package/dist/spotify.credential-set-CS3lCW-x.mjs +0 -44
  718. package/dist/upload-playlist-cover-image.operation-CnyIlv11.mjs +0 -4247
  719. package/dist/upload-playlist-cover-image.operation-Cqbmylzz.d.mts +0 -5246
@@ -0,0 +1,18 @@
1
+ import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
2
+ //#region src/execute.ts
3
+ const APP_SLUG = "spotify";
4
+ /** Pinned app version — updated on regeneration. */
5
+ const APP_VERSION = "20260616_00";
6
+ async function executeSpotifyTool(tool, args) {
7
+ const { result } = await createKeystrokeClient().tools.execute({
8
+ app: APP_SLUG,
9
+ tool,
10
+ arguments: args,
11
+ version: APP_VERSION
12
+ });
13
+ return result;
14
+ }
15
+ //#endregion
16
+ export { executeSpotifyTool };
17
+
18
+ //# sourceMappingURL=execute.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"spotify\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260616_00\";\n\nexport async function executeSpotifyTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,mBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
package/dist/index.cjs ADDED
@@ -0,0 +1,174 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_app = require("./app.cjs");
3
+ const require_catalog = require("./catalog.cjs");
4
+ const require_add_item_to_playback_queue = require("./actions/add-item-to-playback-queue.cjs");
5
+ const require_add_items_to_playlist = require("./actions/add-items-to-playlist.cjs");
6
+ const require_change_playlist_details = require("./actions/change-playlist-details.cjs");
7
+ const require_check_if_user_follows_artists_or_users = require("./actions/check-if-user-follows-artists-or-users.cjs");
8
+ const require_check_if_users_follow_playlist = require("./actions/check-if-users-follow-playlist.cjs");
9
+ const require_check_user_s_saved_albums = require("./actions/check-user-s-saved-albums.cjs");
10
+ const require_check_user_s_saved_audiobooks = require("./actions/check-user-s-saved-audiobooks.cjs");
11
+ const require_check_user_s_saved_episodes = require("./actions/check-user-s-saved-episodes.cjs");
12
+ const require_check_user_s_saved_shows = require("./actions/check-user-s-saved-shows.cjs");
13
+ const require_check_user_s_saved_tracks = require("./actions/check-user-s-saved-tracks.cjs");
14
+ const require_create_playlist = require("./actions/create-playlist.cjs");
15
+ const require_follow_artists_or_users = require("./actions/follow-artists-or-users.cjs");
16
+ const require_follow_playlist = require("./actions/follow-playlist.cjs");
17
+ const require_get_a_chapter = require("./actions/get-a-chapter.cjs");
18
+ const require_get_album = require("./actions/get-album.cjs");
19
+ const require_get_album_tracks = require("./actions/get-album-tracks.cjs");
20
+ const require_get_an_audiobook = require("./actions/get-an-audiobook.cjs");
21
+ const require_get_artist = require("./actions/get-artist.cjs");
22
+ const require_get_artist_s_albums = require("./actions/get-artist-s-albums.cjs");
23
+ const require_get_artist_s_related_artists = require("./actions/get-artist-s-related-artists.cjs");
24
+ const require_get_artist_s_top_tracks = require("./actions/get-artist-s-top-tracks.cjs");
25
+ const require_get_audiobook_chapters = require("./actions/get-audiobook-chapters.cjs");
26
+ const require_get_available_devices = require("./actions/get-available-devices.cjs");
27
+ const require_get_available_markets = require("./actions/get-available-markets.cjs");
28
+ const require_get_current_user_s_playlists = require("./actions/get-current-user-s-playlists.cjs");
29
+ const require_get_current_user_s_profile = require("./actions/get-current-user-s-profile.cjs");
30
+ const require_get_currently_playing_track = require("./actions/get-currently-playing-track.cjs");
31
+ const require_get_episode = require("./actions/get-episode.cjs");
32
+ const require_get_featured_playlists = require("./actions/get-featured-playlists.cjs");
33
+ const require_get_followed_artists = require("./actions/get-followed-artists.cjs");
34
+ const require_get_new_releases = require("./actions/get-new-releases.cjs");
35
+ const require_get_playback_state = require("./actions/get-playback-state.cjs");
36
+ const require_get_playlist = require("./actions/get-playlist.cjs");
37
+ const require_get_playlist_cover_image = require("./actions/get-playlist-cover-image.cjs");
38
+ const require_get_playlist_items = require("./actions/get-playlist-items.cjs");
39
+ const require_get_recently_played_tracks = require("./actions/get-recently-played-tracks.cjs");
40
+ const require_get_recommendations = require("./actions/get-recommendations.cjs");
41
+ const require_get_several_albums = require("./actions/get-several-albums.cjs");
42
+ const require_get_several_artists = require("./actions/get-several-artists.cjs");
43
+ const require_get_several_audiobooks = require("./actions/get-several-audiobooks.cjs");
44
+ const require_get_several_browse_categories = require("./actions/get-several-browse-categories.cjs");
45
+ const require_get_several_chapters = require("./actions/get-several-chapters.cjs");
46
+ const require_get_several_episodes = require("./actions/get-several-episodes.cjs");
47
+ const require_get_several_shows = require("./actions/get-several-shows.cjs");
48
+ const require_get_several_tracks = require("./actions/get-several-tracks.cjs");
49
+ const require_get_show = require("./actions/get-show.cjs");
50
+ const require_get_show_episodes = require("./actions/get-show-episodes.cjs");
51
+ const require_get_single_browse_category = require("./actions/get-single-browse-category.cjs");
52
+ const require_get_the_user_s_queue = require("./actions/get-the-user-s-queue.cjs");
53
+ const require_get_track = require("./actions/get-track.cjs");
54
+ const require_get_track_s_audio_analysis = require("./actions/get-track-s-audio-analysis.cjs");
55
+ const require_get_user_s_playlists = require("./actions/get-user-s-playlists.cjs");
56
+ const require_get_user_s_profile = require("./actions/get-user-s-profile.cjs");
57
+ const require_get_user_s_saved_albums = require("./actions/get-user-s-saved-albums.cjs");
58
+ const require_get_user_s_saved_audiobooks = require("./actions/get-user-s-saved-audiobooks.cjs");
59
+ const require_get_user_s_saved_episodes = require("./actions/get-user-s-saved-episodes.cjs");
60
+ const require_get_user_s_saved_shows = require("./actions/get-user-s-saved-shows.cjs");
61
+ const require_get_user_s_saved_tracks = require("./actions/get-user-s-saved-tracks.cjs");
62
+ const require_get_user_s_top_artists = require("./actions/get-user-s-top-artists.cjs");
63
+ const require_get_user_s_top_tracks = require("./actions/get-user-s-top-tracks.cjs");
64
+ const require_pause_playback = require("./actions/pause-playback.cjs");
65
+ const require_remove_playlist_items = require("./actions/remove-playlist-items.cjs");
66
+ const require_remove_user_s_saved_audiobooks = require("./actions/remove-user-s-saved-audiobooks.cjs");
67
+ const require_remove_user_s_saved_episodes = require("./actions/remove-user-s-saved-episodes.cjs");
68
+ const require_remove_user_s_saved_shows = require("./actions/remove-user-s-saved-shows.cjs");
69
+ const require_remove_user_s_saved_tracks = require("./actions/remove-user-s-saved-tracks.cjs");
70
+ const require_remove_users_saved_albums = require("./actions/remove-users-saved-albums.cjs");
71
+ const require_save_albums_for_current_user = require("./actions/save-albums-for-current-user.cjs");
72
+ const require_save_audiobooks_for_current_user = require("./actions/save-audiobooks-for-current-user.cjs");
73
+ const require_save_episodes_for_current_user = require("./actions/save-episodes-for-current-user.cjs");
74
+ const require_save_shows_for_current_user = require("./actions/save-shows-for-current-user.cjs");
75
+ const require_save_tracks_for_current_user = require("./actions/save-tracks-for-current-user.cjs");
76
+ const require_search_for_item = require("./actions/search-for-item.cjs");
77
+ const require_seek_to_position = require("./actions/seek-to-position.cjs");
78
+ const require_set_playback_volume = require("./actions/set-playback-volume.cjs");
79
+ const require_set_repeat_mode = require("./actions/set-repeat-mode.cjs");
80
+ const require_skip_to_next = require("./actions/skip-to-next.cjs");
81
+ const require_skip_to_previous = require("./actions/skip-to-previous.cjs");
82
+ const require_start_resume_playback = require("./actions/start-resume-playback.cjs");
83
+ const require_toggle_playback_shuffle = require("./actions/toggle-playback-shuffle.cjs");
84
+ const require_transfer_playback = require("./actions/transfer-playback.cjs");
85
+ const require_unfollow_artists_or_users = require("./actions/unfollow-artists-or-users.cjs");
86
+ const require_unfollow_playlist = require("./actions/unfollow-playlist.cjs");
87
+ const require_update_playlist_items = require("./actions/update-playlist-items.cjs");
88
+ require("./actions/index.cjs");
89
+ exports.spotify = require_app.spotify;
90
+ exports.spotifyAddItemToPlaybackQueue = require_add_item_to_playback_queue.spotifyAddItemToPlaybackQueue;
91
+ exports.spotifyAddItemsToPlaylist = require_add_items_to_playlist.spotifyAddItemsToPlaylist;
92
+ exports.spotifyCatalog = require_catalog.spotifyCatalog;
93
+ exports.spotifyChangePlaylistDetails = require_change_playlist_details.spotifyChangePlaylistDetails;
94
+ exports.spotifyCheckIfUserFollowsArtistsOrUsers = require_check_if_user_follows_artists_or_users.spotifyCheckIfUserFollowsArtistsOrUsers;
95
+ exports.spotifyCheckIfUsersFollowPlaylist = require_check_if_users_follow_playlist.spotifyCheckIfUsersFollowPlaylist;
96
+ exports.spotifyCheckUserSSavedAlbums = require_check_user_s_saved_albums.spotifyCheckUserSSavedAlbums;
97
+ exports.spotifyCheckUserSSavedAudiobooks = require_check_user_s_saved_audiobooks.spotifyCheckUserSSavedAudiobooks;
98
+ exports.spotifyCheckUserSSavedEpisodes = require_check_user_s_saved_episodes.spotifyCheckUserSSavedEpisodes;
99
+ exports.spotifyCheckUserSSavedShows = require_check_user_s_saved_shows.spotifyCheckUserSSavedShows;
100
+ exports.spotifyCheckUserSSavedTracks = require_check_user_s_saved_tracks.spotifyCheckUserSSavedTracks;
101
+ exports.spotifyCreatePlaylist = require_create_playlist.spotifyCreatePlaylist;
102
+ exports.spotifyFollowArtistsOrUsers = require_follow_artists_or_users.spotifyFollowArtistsOrUsers;
103
+ exports.spotifyFollowPlaylist = require_follow_playlist.spotifyFollowPlaylist;
104
+ exports.spotifyGetAChapter = require_get_a_chapter.spotifyGetAChapter;
105
+ exports.spotifyGetAlbum = require_get_album.spotifyGetAlbum;
106
+ exports.spotifyGetAlbumTracks = require_get_album_tracks.spotifyGetAlbumTracks;
107
+ exports.spotifyGetAnAudiobook = require_get_an_audiobook.spotifyGetAnAudiobook;
108
+ exports.spotifyGetArtist = require_get_artist.spotifyGetArtist;
109
+ exports.spotifyGetArtistSAlbums = require_get_artist_s_albums.spotifyGetArtistSAlbums;
110
+ exports.spotifyGetArtistSRelatedArtists = require_get_artist_s_related_artists.spotifyGetArtistSRelatedArtists;
111
+ exports.spotifyGetArtistSTopTracks = require_get_artist_s_top_tracks.spotifyGetArtistSTopTracks;
112
+ exports.spotifyGetAudiobookChapters = require_get_audiobook_chapters.spotifyGetAudiobookChapters;
113
+ exports.spotifyGetAvailableDevices = require_get_available_devices.spotifyGetAvailableDevices;
114
+ exports.spotifyGetAvailableMarkets = require_get_available_markets.spotifyGetAvailableMarkets;
115
+ exports.spotifyGetCurrentUserSPlaylists = require_get_current_user_s_playlists.spotifyGetCurrentUserSPlaylists;
116
+ exports.spotifyGetCurrentUserSProfile = require_get_current_user_s_profile.spotifyGetCurrentUserSProfile;
117
+ exports.spotifyGetCurrentlyPlayingTrack = require_get_currently_playing_track.spotifyGetCurrentlyPlayingTrack;
118
+ exports.spotifyGetEpisode = require_get_episode.spotifyGetEpisode;
119
+ exports.spotifyGetFeaturedPlaylists = require_get_featured_playlists.spotifyGetFeaturedPlaylists;
120
+ exports.spotifyGetFollowedArtists = require_get_followed_artists.spotifyGetFollowedArtists;
121
+ exports.spotifyGetNewReleases = require_get_new_releases.spotifyGetNewReleases;
122
+ exports.spotifyGetPlaybackState = require_get_playback_state.spotifyGetPlaybackState;
123
+ exports.spotifyGetPlaylist = require_get_playlist.spotifyGetPlaylist;
124
+ exports.spotifyGetPlaylistCoverImage = require_get_playlist_cover_image.spotifyGetPlaylistCoverImage;
125
+ exports.spotifyGetPlaylistItems = require_get_playlist_items.spotifyGetPlaylistItems;
126
+ exports.spotifyGetRecentlyPlayedTracks = require_get_recently_played_tracks.spotifyGetRecentlyPlayedTracks;
127
+ exports.spotifyGetRecommendations = require_get_recommendations.spotifyGetRecommendations;
128
+ exports.spotifyGetSeveralAlbums = require_get_several_albums.spotifyGetSeveralAlbums;
129
+ exports.spotifyGetSeveralArtists = require_get_several_artists.spotifyGetSeveralArtists;
130
+ exports.spotifyGetSeveralAudiobooks = require_get_several_audiobooks.spotifyGetSeveralAudiobooks;
131
+ exports.spotifyGetSeveralBrowseCategories = require_get_several_browse_categories.spotifyGetSeveralBrowseCategories;
132
+ exports.spotifyGetSeveralChapters = require_get_several_chapters.spotifyGetSeveralChapters;
133
+ exports.spotifyGetSeveralEpisodes = require_get_several_episodes.spotifyGetSeveralEpisodes;
134
+ exports.spotifyGetSeveralShows = require_get_several_shows.spotifyGetSeveralShows;
135
+ exports.spotifyGetSeveralTracks = require_get_several_tracks.spotifyGetSeveralTracks;
136
+ exports.spotifyGetShow = require_get_show.spotifyGetShow;
137
+ exports.spotifyGetShowEpisodes = require_get_show_episodes.spotifyGetShowEpisodes;
138
+ exports.spotifyGetSingleBrowseCategory = require_get_single_browse_category.spotifyGetSingleBrowseCategory;
139
+ exports.spotifyGetTheUserSQueue = require_get_the_user_s_queue.spotifyGetTheUserSQueue;
140
+ exports.spotifyGetTrack = require_get_track.spotifyGetTrack;
141
+ exports.spotifyGetTrackSAudioAnalysis = require_get_track_s_audio_analysis.spotifyGetTrackSAudioAnalysis;
142
+ exports.spotifyGetUserSPlaylists = require_get_user_s_playlists.spotifyGetUserSPlaylists;
143
+ exports.spotifyGetUserSProfile = require_get_user_s_profile.spotifyGetUserSProfile;
144
+ exports.spotifyGetUserSSavedAlbums = require_get_user_s_saved_albums.spotifyGetUserSSavedAlbums;
145
+ exports.spotifyGetUserSSavedAudiobooks = require_get_user_s_saved_audiobooks.spotifyGetUserSSavedAudiobooks;
146
+ exports.spotifyGetUserSSavedEpisodes = require_get_user_s_saved_episodes.spotifyGetUserSSavedEpisodes;
147
+ exports.spotifyGetUserSSavedShows = require_get_user_s_saved_shows.spotifyGetUserSSavedShows;
148
+ exports.spotifyGetUserSSavedTracks = require_get_user_s_saved_tracks.spotifyGetUserSSavedTracks;
149
+ exports.spotifyGetUserSTopArtists = require_get_user_s_top_artists.spotifyGetUserSTopArtists;
150
+ exports.spotifyGetUserSTopTracks = require_get_user_s_top_tracks.spotifyGetUserSTopTracks;
151
+ exports.spotifyPausePlayback = require_pause_playback.spotifyPausePlayback;
152
+ exports.spotifyRemovePlaylistItems = require_remove_playlist_items.spotifyRemovePlaylistItems;
153
+ exports.spotifyRemoveUserSSavedAudiobooks = require_remove_user_s_saved_audiobooks.spotifyRemoveUserSSavedAudiobooks;
154
+ exports.spotifyRemoveUserSSavedEpisodes = require_remove_user_s_saved_episodes.spotifyRemoveUserSSavedEpisodes;
155
+ exports.spotifyRemoveUserSSavedShows = require_remove_user_s_saved_shows.spotifyRemoveUserSSavedShows;
156
+ exports.spotifyRemoveUserSSavedTracks = require_remove_user_s_saved_tracks.spotifyRemoveUserSSavedTracks;
157
+ exports.spotifyRemoveUsersSavedAlbums = require_remove_users_saved_albums.spotifyRemoveUsersSavedAlbums;
158
+ exports.spotifySaveAlbumsForCurrentUser = require_save_albums_for_current_user.spotifySaveAlbumsForCurrentUser;
159
+ exports.spotifySaveAudiobooksForCurrentUser = require_save_audiobooks_for_current_user.spotifySaveAudiobooksForCurrentUser;
160
+ exports.spotifySaveEpisodesForCurrentUser = require_save_episodes_for_current_user.spotifySaveEpisodesForCurrentUser;
161
+ exports.spotifySaveShowsForCurrentUser = require_save_shows_for_current_user.spotifySaveShowsForCurrentUser;
162
+ exports.spotifySaveTracksForCurrentUser = require_save_tracks_for_current_user.spotifySaveTracksForCurrentUser;
163
+ exports.spotifySearchForItem = require_search_for_item.spotifySearchForItem;
164
+ exports.spotifySeekToPosition = require_seek_to_position.spotifySeekToPosition;
165
+ exports.spotifySetPlaybackVolume = require_set_playback_volume.spotifySetPlaybackVolume;
166
+ exports.spotifySetRepeatMode = require_set_repeat_mode.spotifySetRepeatMode;
167
+ exports.spotifySkipToNext = require_skip_to_next.spotifySkipToNext;
168
+ exports.spotifySkipToPrevious = require_skip_to_previous.spotifySkipToPrevious;
169
+ exports.spotifyStartResumePlayback = require_start_resume_playback.spotifyStartResumePlayback;
170
+ exports.spotifyTogglePlaybackShuffle = require_toggle_playback_shuffle.spotifyTogglePlaybackShuffle;
171
+ exports.spotifyTransferPlayback = require_transfer_playback.spotifyTransferPlayback;
172
+ exports.spotifyUnfollowArtistsOrUsers = require_unfollow_artists_or_users.spotifyUnfollowArtistsOrUsers;
173
+ exports.spotifyUnfollowPlaylist = require_unfollow_playlist.spotifyUnfollowPlaylist;
174
+ exports.spotifyUpdatePlaylistItems = require_update_playlist_items.spotifyUpdatePlaylistItems;
@@ -0,0 +1,87 @@
1
+ import { spotifyAddItemToPlaybackQueue } from "./actions/add-item-to-playback-queue.cjs";
2
+ import { spotifyAddItemsToPlaylist } from "./actions/add-items-to-playlist.cjs";
3
+ import { spotifyChangePlaylistDetails } from "./actions/change-playlist-details.cjs";
4
+ import { spotifyCheckIfUserFollowsArtistsOrUsers } from "./actions/check-if-user-follows-artists-or-users.cjs";
5
+ import { spotifyCheckIfUsersFollowPlaylist } from "./actions/check-if-users-follow-playlist.cjs";
6
+ import { spotifyCheckUserSSavedAlbums } from "./actions/check-user-s-saved-albums.cjs";
7
+ import { spotifyCheckUserSSavedAudiobooks } from "./actions/check-user-s-saved-audiobooks.cjs";
8
+ import { spotifyCheckUserSSavedEpisodes } from "./actions/check-user-s-saved-episodes.cjs";
9
+ import { spotifyCheckUserSSavedShows } from "./actions/check-user-s-saved-shows.cjs";
10
+ import { spotifyCheckUserSSavedTracks } from "./actions/check-user-s-saved-tracks.cjs";
11
+ import { spotifyCreatePlaylist } from "./actions/create-playlist.cjs";
12
+ import { spotifyFollowArtistsOrUsers } from "./actions/follow-artists-or-users.cjs";
13
+ import { spotifyFollowPlaylist } from "./actions/follow-playlist.cjs";
14
+ import { spotifyGetAChapter } from "./actions/get-a-chapter.cjs";
15
+ import { spotifyGetAlbum } from "./actions/get-album.cjs";
16
+ import { spotifyGetAlbumTracks } from "./actions/get-album-tracks.cjs";
17
+ import { spotifyGetAnAudiobook } from "./actions/get-an-audiobook.cjs";
18
+ import { spotifyGetArtist } from "./actions/get-artist.cjs";
19
+ import { spotifyGetArtistSAlbums } from "./actions/get-artist-s-albums.cjs";
20
+ import { spotifyGetArtistSRelatedArtists } from "./actions/get-artist-s-related-artists.cjs";
21
+ import { spotifyGetArtistSTopTracks } from "./actions/get-artist-s-top-tracks.cjs";
22
+ import { spotifyGetAudiobookChapters } from "./actions/get-audiobook-chapters.cjs";
23
+ import { spotifyGetAvailableDevices } from "./actions/get-available-devices.cjs";
24
+ import { spotifyGetAvailableMarkets } from "./actions/get-available-markets.cjs";
25
+ import { spotifyGetCurrentUserSPlaylists } from "./actions/get-current-user-s-playlists.cjs";
26
+ import { spotifyGetCurrentUserSProfile } from "./actions/get-current-user-s-profile.cjs";
27
+ import { spotifyGetCurrentlyPlayingTrack } from "./actions/get-currently-playing-track.cjs";
28
+ import { spotifyGetEpisode } from "./actions/get-episode.cjs";
29
+ import { spotifyGetFeaturedPlaylists } from "./actions/get-featured-playlists.cjs";
30
+ import { spotifyGetFollowedArtists } from "./actions/get-followed-artists.cjs";
31
+ import { spotifyGetNewReleases } from "./actions/get-new-releases.cjs";
32
+ import { spotifyGetPlaybackState } from "./actions/get-playback-state.cjs";
33
+ import { spotifyGetPlaylist } from "./actions/get-playlist.cjs";
34
+ import { spotifyGetPlaylistCoverImage } from "./actions/get-playlist-cover-image.cjs";
35
+ import { spotifyGetPlaylistItems } from "./actions/get-playlist-items.cjs";
36
+ import { spotifyGetRecentlyPlayedTracks } from "./actions/get-recently-played-tracks.cjs";
37
+ import { spotifyGetRecommendations } from "./actions/get-recommendations.cjs";
38
+ import { spotifyGetSeveralAlbums } from "./actions/get-several-albums.cjs";
39
+ import { spotifyGetSeveralArtists } from "./actions/get-several-artists.cjs";
40
+ import { spotifyGetSeveralAudiobooks } from "./actions/get-several-audiobooks.cjs";
41
+ import { spotifyGetSeveralBrowseCategories } from "./actions/get-several-browse-categories.cjs";
42
+ import { spotifyGetSeveralChapters } from "./actions/get-several-chapters.cjs";
43
+ import { spotifyGetSeveralEpisodes } from "./actions/get-several-episodes.cjs";
44
+ import { spotifyGetSeveralShows } from "./actions/get-several-shows.cjs";
45
+ import { spotifyGetSeveralTracks } from "./actions/get-several-tracks.cjs";
46
+ import { spotifyGetShow } from "./actions/get-show.cjs";
47
+ import { spotifyGetShowEpisodes } from "./actions/get-show-episodes.cjs";
48
+ import { spotifyGetSingleBrowseCategory } from "./actions/get-single-browse-category.cjs";
49
+ import { spotifyGetTheUserSQueue } from "./actions/get-the-user-s-queue.cjs";
50
+ import { spotifyGetTrack } from "./actions/get-track.cjs";
51
+ import { spotifyGetTrackSAudioAnalysis } from "./actions/get-track-s-audio-analysis.cjs";
52
+ import { spotifyGetUserSPlaylists } from "./actions/get-user-s-playlists.cjs";
53
+ import { spotifyGetUserSProfile } from "./actions/get-user-s-profile.cjs";
54
+ import { spotifyGetUserSSavedAlbums } from "./actions/get-user-s-saved-albums.cjs";
55
+ import { spotifyGetUserSSavedAudiobooks } from "./actions/get-user-s-saved-audiobooks.cjs";
56
+ import { spotifyGetUserSSavedEpisodes } from "./actions/get-user-s-saved-episodes.cjs";
57
+ import { spotifyGetUserSSavedShows } from "./actions/get-user-s-saved-shows.cjs";
58
+ import { spotifyGetUserSSavedTracks } from "./actions/get-user-s-saved-tracks.cjs";
59
+ import { spotifyGetUserSTopArtists } from "./actions/get-user-s-top-artists.cjs";
60
+ import { spotifyGetUserSTopTracks } from "./actions/get-user-s-top-tracks.cjs";
61
+ import { spotifyPausePlayback } from "./actions/pause-playback.cjs";
62
+ import { spotifyRemovePlaylistItems } from "./actions/remove-playlist-items.cjs";
63
+ import { spotifyRemoveUserSSavedAudiobooks } from "./actions/remove-user-s-saved-audiobooks.cjs";
64
+ import { spotifyRemoveUserSSavedEpisodes } from "./actions/remove-user-s-saved-episodes.cjs";
65
+ import { spotifyRemoveUserSSavedShows } from "./actions/remove-user-s-saved-shows.cjs";
66
+ import { spotifyRemoveUserSSavedTracks } from "./actions/remove-user-s-saved-tracks.cjs";
67
+ import { spotifyRemoveUsersSavedAlbums } from "./actions/remove-users-saved-albums.cjs";
68
+ import { spotifySaveAlbumsForCurrentUser } from "./actions/save-albums-for-current-user.cjs";
69
+ import { spotifySaveAudiobooksForCurrentUser } from "./actions/save-audiobooks-for-current-user.cjs";
70
+ import { spotifySaveEpisodesForCurrentUser } from "./actions/save-episodes-for-current-user.cjs";
71
+ import { spotifySaveShowsForCurrentUser } from "./actions/save-shows-for-current-user.cjs";
72
+ import { spotifySaveTracksForCurrentUser } from "./actions/save-tracks-for-current-user.cjs";
73
+ import { spotifySearchForItem } from "./actions/search-for-item.cjs";
74
+ import { spotifySeekToPosition } from "./actions/seek-to-position.cjs";
75
+ import { spotifySetPlaybackVolume } from "./actions/set-playback-volume.cjs";
76
+ import { spotifySetRepeatMode } from "./actions/set-repeat-mode.cjs";
77
+ import { spotifySkipToNext } from "./actions/skip-to-next.cjs";
78
+ import { spotifySkipToPrevious } from "./actions/skip-to-previous.cjs";
79
+ import { spotifyStartResumePlayback } from "./actions/start-resume-playback.cjs";
80
+ import { spotifyTogglePlaybackShuffle } from "./actions/toggle-playback-shuffle.cjs";
81
+ import { spotifyTransferPlayback } from "./actions/transfer-playback.cjs";
82
+ import { spotifyUnfollowArtistsOrUsers } from "./actions/unfollow-artists-or-users.cjs";
83
+ import { spotifyUnfollowPlaylist } from "./actions/unfollow-playlist.cjs";
84
+ import { spotifyUpdatePlaylistItems } from "./actions/update-playlist-items.cjs";
85
+ import { spotify } from "./app.cjs";
86
+ import { spotifyCatalog } from "./catalog.cjs";
87
+ export { spotify, spotifyAddItemToPlaybackQueue, spotifyAddItemsToPlaylist, spotifyCatalog, spotifyChangePlaylistDetails, spotifyCheckIfUserFollowsArtistsOrUsers, spotifyCheckIfUsersFollowPlaylist, spotifyCheckUserSSavedAlbums, spotifyCheckUserSSavedAudiobooks, spotifyCheckUserSSavedEpisodes, spotifyCheckUserSSavedShows, spotifyCheckUserSSavedTracks, spotifyCreatePlaylist, spotifyFollowArtistsOrUsers, spotifyFollowPlaylist, spotifyGetAChapter, spotifyGetAlbum, spotifyGetAlbumTracks, spotifyGetAnAudiobook, spotifyGetArtist, spotifyGetArtistSAlbums, spotifyGetArtistSRelatedArtists, spotifyGetArtistSTopTracks, spotifyGetAudiobookChapters, spotifyGetAvailableDevices, spotifyGetAvailableMarkets, spotifyGetCurrentUserSPlaylists, spotifyGetCurrentUserSProfile, spotifyGetCurrentlyPlayingTrack, spotifyGetEpisode, spotifyGetFeaturedPlaylists, spotifyGetFollowedArtists, spotifyGetNewReleases, spotifyGetPlaybackState, spotifyGetPlaylist, spotifyGetPlaylistCoverImage, spotifyGetPlaylistItems, spotifyGetRecentlyPlayedTracks, spotifyGetRecommendations, spotifyGetSeveralAlbums, spotifyGetSeveralArtists, spotifyGetSeveralAudiobooks, spotifyGetSeveralBrowseCategories, spotifyGetSeveralChapters, spotifyGetSeveralEpisodes, spotifyGetSeveralShows, spotifyGetSeveralTracks, spotifyGetShow, spotifyGetShowEpisodes, spotifyGetSingleBrowseCategory, spotifyGetTheUserSQueue, spotifyGetTrack, spotifyGetTrackSAudioAnalysis, spotifyGetUserSPlaylists, spotifyGetUserSProfile, spotifyGetUserSSavedAlbums, spotifyGetUserSSavedAudiobooks, spotifyGetUserSSavedEpisodes, spotifyGetUserSSavedShows, spotifyGetUserSSavedTracks, spotifyGetUserSTopArtists, spotifyGetUserSTopTracks, spotifyPausePlayback, spotifyRemovePlaylistItems, spotifyRemoveUserSSavedAudiobooks, spotifyRemoveUserSSavedEpisodes, spotifyRemoveUserSSavedShows, spotifyRemoveUserSSavedTracks, spotifyRemoveUsersSavedAlbums, spotifySaveAlbumsForCurrentUser, spotifySaveAudiobooksForCurrentUser, spotifySaveEpisodesForCurrentUser, spotifySaveShowsForCurrentUser, spotifySaveTracksForCurrentUser, spotifySearchForItem, spotifySeekToPosition, spotifySetPlaybackVolume, spotifySetRepeatMode, spotifySkipToNext, spotifySkipToPrevious, spotifyStartResumePlayback, spotifyTogglePlaybackShuffle, spotifyTransferPlayback, spotifyUnfollowArtistsOrUsers, spotifyUnfollowPlaylist, spotifyUpdatePlaylistItems };
package/dist/index.d.mts CHANGED
@@ -1,4 +1,87 @@
1
- import { a as spotifyCredentialSet, i as SpotifyCredentials, n as spotifyAppCredentialSet, r as SPOTIFY_OAUTH_SCOPES, t as SpotifyAppCredentials } from "./spotify-app.credential-set-DT2fivE7.mjs";
2
- import { $ as getEpisodeOperation, A as listSavedEpisodesOperation, At as checkSavedShowsOperation, B as getSeveralEpisodesOperation, C as removeSavedAudiobooksOperation, Ct as getAvailableDevicesOperation, D as listUserPlaylistsOperation, Dt as checkUsersFollowPlaylistOperation, E as pausePlaybackOperation, Et as createPlaylistOperation, F as getTrackOperation, Ft as addItemsToPlaylistOperation, G as getSeveralAlbumsOperation, H as getSeveralAudiobooksOperation, I as getShowEpisodesOperation, J as getMyTopTracksOperation, K as getRecommendationsOperation, L as getShowOperation, M as listSavedAlbumsOperation, Mt as checkSavedAudiobooksOperation, N as listMyPlaylistsOperation, Nt as checkSavedAlbumsOperation, O as listSavedTracksOperation, Ot as checkFollowingArtistsOrUsersOperation, P as getUserOperation, Pt as addToQueueOperation, Q as getFeaturedPlaylistsOperation, R as getSeveralTracksOperation, S as removeSavedEpisodesOperation, St as getCurrentlyPlayingOperation, T as removeItemsFromPlaylistOperation, Tt as followPlaylistOperation, U as getSeveralAudioFeaturesOperation, V as getSeveralChaptersOperation, W as getSeveralArtistsOperation, X as getMeOperation, Y as getMyTopArtistsOperation, Z as getFollowedArtistsOperation, _ as saveAudiobooksOperation, _t as getQueueOperation, a as transferPlaybackOperation, at as getAvailableGenreSeedsOperation, b as removeSavedTracksOperation, bt as getPlaylistOperation, c as skipToNextOperation, ct as getAudioFeaturesOperation, d as setPlaybackVolumeOperation, dt as getArtistRelatedArtistsOperation, et as getChapterOperation, f as seekToPositionOperation, ft as getArtistAlbumsOperation, g as saveEpisodesOperation, gt as getRecentlyPlayedOperation, h as saveShowsOperation, ht as getAlbumOperation, i as unfollowPlaylistOperation, it as getAvailableMarketsOperation, j as listSavedAudiobooksOperation, jt as checkSavedEpisodesOperation, k as listSavedShowsOperation, kt as checkSavedTracksOperation, l as setShuffleModeOperation, lt as getAudioAnalysisOperation, m as saveTracksOperation, mt as getAlbumTracksOperation, n as updatePlaylistDetailsOperation, nt as getBrowseCategoryOperation, o as startOrResumePlaybackOperation, ot as getAudiobookChaptersOperation, p as searchOperation, pt as getArtistOperation, q as getNewReleasesOperation, r as unfollowArtistsOrUsersOperation, rt as getBrowseCategoriesOperation, s as skipToPreviousOperation, st as getAudiobookOperation, t as uploadPlaylistCoverImageOperation, tt as getCategoryPlaylistsOperation, u as setRepeatModeOperation, ut as getArtistTopTracksOperation, v as saveAlbumsOperation, vt as getPlaylistItemsOperation, w as removeSavedAlbumsOperation, wt as followArtistsOrUsersOperation, x as removeSavedShowsOperation, xt as getPlaybackStateOperation, y as reorderOrReplacePlaylistItemsOperation, yt as getPlaylistCoverImageOperation, z as getSeveralShowsOperation } from "./upload-playlist-cover-image.operation-Cqbmylzz.mjs";
3
- import { SpotifyAlbum, SpotifyArtist, SpotifyAudioAnalysis, SpotifyAudioFeatures, SpotifyAudiobook, SpotifyChapter, SpotifyDevice, SpotifyEpisode, SpotifyPlaybackState, SpotifyPlaylist, SpotifyPlaylistItem, SpotifyQueue, SpotifyRecommendations, SpotifySearchResult, SpotifyShow, SpotifyTrack, SpotifyUser, createSpotifyCursorPageSchema, createSpotifyOffsetPageSchema, spotifyAlbumPageSchema, spotifyAlbumSchema, spotifyAlbumSummarySchema, spotifyArtistPageSchema, spotifyArtistSchema, spotifyArtistSummarySchema, spotifyAudioAnalysisSchema, spotifyAudioFeaturesSchema, spotifyAudiobookPageSchema, spotifyAudiobookSchema, spotifyAudiobookSummarySchema, spotifyBooleanListSchema, spotifyCategoryPageSchema, spotifyCategorySchema, spotifyChapterPageSchema, spotifyChapterSchema, spotifyCopyrightSchema, spotifyDeviceSchema, spotifyEpisodePageSchema, spotifyEpisodeSchema, spotifyExternalIdsSchema, spotifyExternalUrlsSchema, spotifyFollowersSchema, spotifyIdSchema, spotifyImageSchema, spotifyMarketSchema, spotifyMutationSuccessSchema, spotifyNamedReferenceSchema, spotifyPlaybackContextSchema, spotifyPlaybackStateSchema, spotifyPlaylistImageSchema, spotifyPlaylistItemPageSchema, spotifyPlaylistItemSchema, spotifyPlaylistPageSchema, spotifyPlaylistSchema, spotifyQueueSchema, spotifyRecentlyPlayedItemSchema, spotifyRecentlyPlayedPageSchema, spotifyRecommendationSeedSchema, spotifyRecommendationsSchema, spotifyRestrictionsSchema, spotifyResumePointSchema, spotifySavedAlbumItemSchema, spotifySavedAlbumPageSchema, spotifySavedAudiobookItemSchema, spotifySavedAudiobookPageSchema, spotifySavedEpisodeItemSchema, spotifySavedEpisodePageSchema, spotifySavedShowItemSchema, spotifySavedShowPageSchema, spotifySavedTrackItemSchema, spotifySavedTrackPageSchema, spotifySearchResultSchema, spotifyShowPageSchema, spotifyShowSchema, spotifyShowSummarySchema, spotifySnapshotResponseSchema, spotifyTimestampSchema, spotifyTrackOrEpisodeSchema, spotifyTrackPageSchema, spotifyTrackSchema, spotifyUriSchema, spotifyUserSchema } from "./schemas/index.mjs";
4
- export { SPOTIFY_OAUTH_SCOPES, SpotifyAlbum, SpotifyAppCredentials, SpotifyArtist, SpotifyAudioAnalysis, SpotifyAudioFeatures, SpotifyAudiobook, SpotifyChapter, SpotifyCredentials, SpotifyDevice, SpotifyEpisode, SpotifyPlaybackState, SpotifyPlaylist, SpotifyPlaylistItem, SpotifyQueue, SpotifyRecommendations, SpotifySearchResult, SpotifyShow, SpotifyTrack, SpotifyUser, addItemsToPlaylistOperation, addItemsToPlaylistOperation as addItemsToPlaylistTool, addToQueueOperation, addToQueueOperation as addToQueueTool, checkFollowingArtistsOrUsersOperation, checkFollowingArtistsOrUsersOperation as checkFollowingArtistsOrUsersTool, checkSavedAlbumsOperation, checkSavedAlbumsOperation as checkSavedAlbumsTool, checkSavedAudiobooksOperation, checkSavedAudiobooksOperation as checkSavedAudiobooksTool, checkSavedEpisodesOperation, checkSavedEpisodesOperation as checkSavedEpisodesTool, checkSavedShowsOperation, checkSavedShowsOperation as checkSavedShowsTool, checkSavedTracksOperation, checkSavedTracksOperation as checkSavedTracksTool, checkUsersFollowPlaylistOperation, checkUsersFollowPlaylistOperation as checkUsersFollowPlaylistTool, createPlaylistOperation, createPlaylistOperation as createPlaylistTool, createSpotifyCursorPageSchema, createSpotifyOffsetPageSchema, followArtistsOrUsersOperation, followArtistsOrUsersOperation as followArtistsOrUsersTool, followPlaylistOperation, followPlaylistOperation as followPlaylistTool, getAlbumOperation, getAlbumOperation as getAlbumTool, getAlbumTracksOperation, getAlbumTracksOperation as getAlbumTracksTool, getArtistAlbumsOperation, getArtistAlbumsOperation as getArtistAlbumsTool, getArtistOperation, getArtistOperation as getArtistTool, getArtistRelatedArtistsOperation, getArtistRelatedArtistsOperation as getArtistRelatedArtistsTool, getArtistTopTracksOperation, getArtistTopTracksOperation as getArtistTopTracksTool, getAudioAnalysisOperation, getAudioAnalysisOperation as getAudioAnalysisTool, getAudioFeaturesOperation, getAudioFeaturesOperation as getAudioFeaturesTool, getAudiobookChaptersOperation, getAudiobookChaptersOperation as getAudiobookChaptersTool, getAudiobookOperation, getAudiobookOperation as getAudiobookTool, getAvailableDevicesOperation, getAvailableDevicesOperation as getAvailableDevicesTool, getAvailableGenreSeedsOperation, getAvailableGenreSeedsOperation as getAvailableGenreSeedsTool, getAvailableMarketsOperation, getAvailableMarketsOperation as getAvailableMarketsTool, getBrowseCategoriesOperation, getBrowseCategoriesOperation as getBrowseCategoriesTool, getBrowseCategoryOperation, getBrowseCategoryOperation as getBrowseCategoryTool, getCategoryPlaylistsOperation, getCategoryPlaylistsOperation as getCategoryPlaylistsTool, getChapterOperation, getChapterOperation as getChapterTool, getCurrentlyPlayingOperation, getCurrentlyPlayingOperation as getCurrentlyPlayingTool, getEpisodeOperation, getEpisodeOperation as getEpisodeTool, getFeaturedPlaylistsOperation, getFeaturedPlaylistsOperation as getFeaturedPlaylistsTool, getFollowedArtistsOperation, getFollowedArtistsOperation as getFollowedArtistsTool, getMeOperation, getMeOperation as getMeTool, getMyTopArtistsOperation, getMyTopArtistsOperation as getMyTopArtistsTool, getMyTopTracksOperation, getMyTopTracksOperation as getMyTopTracksTool, getNewReleasesOperation, getNewReleasesOperation as getNewReleasesTool, getPlaybackStateOperation, getPlaybackStateOperation as getPlaybackStateTool, getPlaylistCoverImageOperation, getPlaylistCoverImageOperation as getPlaylistCoverImageTool, getPlaylistItemsOperation, getPlaylistItemsOperation as getPlaylistItemsTool, getPlaylistOperation, getPlaylistOperation as getPlaylistTool, getQueueOperation, getQueueOperation as getQueueTool, getRecentlyPlayedOperation, getRecentlyPlayedOperation as getRecentlyPlayedTool, getRecommendationsOperation, getRecommendationsOperation as getRecommendationsTool, getSeveralAlbumsOperation, getSeveralAlbumsOperation as getSeveralAlbumsTool, getSeveralArtistsOperation, getSeveralArtistsOperation as getSeveralArtistsTool, getSeveralAudioFeaturesOperation, getSeveralAudioFeaturesOperation as getSeveralAudioFeaturesTool, getSeveralAudiobooksOperation, getSeveralAudiobooksOperation as getSeveralAudiobooksTool, getSeveralChaptersOperation, getSeveralChaptersOperation as getSeveralChaptersTool, getSeveralEpisodesOperation, getSeveralEpisodesOperation as getSeveralEpisodesTool, getSeveralShowsOperation, getSeveralShowsOperation as getSeveralShowsTool, getSeveralTracksOperation, getSeveralTracksOperation as getSeveralTracksTool, getShowEpisodesOperation, getShowEpisodesOperation as getShowEpisodesTool, getShowOperation, getShowOperation as getShowTool, getTrackOperation, getTrackOperation as getTrackTool, getUserOperation, getUserOperation as getUserTool, listMyPlaylistsOperation, listMyPlaylistsOperation as listMyPlaylistsTool, listSavedAlbumsOperation, listSavedAlbumsOperation as listSavedAlbumsTool, listSavedAudiobooksOperation, listSavedAudiobooksOperation as listSavedAudiobooksTool, listSavedEpisodesOperation, listSavedEpisodesOperation as listSavedEpisodesTool, listSavedShowsOperation, listSavedShowsOperation as listSavedShowsTool, listSavedTracksOperation, listSavedTracksOperation as listSavedTracksTool, listUserPlaylistsOperation, listUserPlaylistsOperation as listUserPlaylistsTool, pausePlaybackOperation, pausePlaybackOperation as pausePlaybackTool, removeItemsFromPlaylistOperation, removeItemsFromPlaylistOperation as removeItemsFromPlaylistTool, removeSavedAlbumsOperation, removeSavedAlbumsOperation as removeSavedAlbumsTool, removeSavedAudiobooksOperation, removeSavedAudiobooksOperation as removeSavedAudiobooksTool, removeSavedEpisodesOperation, removeSavedEpisodesOperation as removeSavedEpisodesTool, removeSavedShowsOperation, removeSavedShowsOperation as removeSavedShowsTool, removeSavedTracksOperation, removeSavedTracksOperation as removeSavedTracksTool, reorderOrReplacePlaylistItemsOperation, reorderOrReplacePlaylistItemsOperation as reorderOrReplacePlaylistItemsTool, saveAlbumsOperation, saveAlbumsOperation as saveAlbumsTool, saveAudiobooksOperation, saveAudiobooksOperation as saveAudiobooksTool, saveEpisodesOperation, saveEpisodesOperation as saveEpisodesTool, saveShowsOperation, saveShowsOperation as saveShowsTool, saveTracksOperation, saveTracksOperation as saveTracksTool, searchOperation, searchOperation as searchTool, seekToPositionOperation, seekToPositionOperation as seekToPositionTool, setPlaybackVolumeOperation, setPlaybackVolumeOperation as setPlaybackVolumeTool, setRepeatModeOperation, setRepeatModeOperation as setRepeatModeTool, setShuffleModeOperation, setShuffleModeOperation as setShuffleModeTool, skipToNextOperation, skipToNextOperation as skipToNextTool, skipToPreviousOperation, skipToPreviousOperation as skipToPreviousTool, spotifyCredentialSet as spotify, spotifyCredentialSet, spotifyAlbumPageSchema, spotifyAlbumSchema, spotifyAlbumSummarySchema, spotifyAppCredentialSet, spotifyArtistPageSchema, spotifyArtistSchema, spotifyArtistSummarySchema, spotifyAudioAnalysisSchema, spotifyAudioFeaturesSchema, spotifyAudiobookPageSchema, spotifyAudiobookSchema, spotifyAudiobookSummarySchema, spotifyBooleanListSchema, spotifyCategoryPageSchema, spotifyCategorySchema, spotifyChapterPageSchema, spotifyChapterSchema, spotifyCopyrightSchema, spotifyDeviceSchema, spotifyEpisodePageSchema, spotifyEpisodeSchema, spotifyExternalIdsSchema, spotifyExternalUrlsSchema, spotifyFollowersSchema, spotifyIdSchema, spotifyImageSchema, spotifyMarketSchema, spotifyMutationSuccessSchema, spotifyNamedReferenceSchema, spotifyPlaybackContextSchema, spotifyPlaybackStateSchema, spotifyPlaylistImageSchema, spotifyPlaylistItemPageSchema, spotifyPlaylistItemSchema, spotifyPlaylistPageSchema, spotifyPlaylistSchema, spotifyQueueSchema, spotifyRecentlyPlayedItemSchema, spotifyRecentlyPlayedPageSchema, spotifyRecommendationSeedSchema, spotifyRecommendationsSchema, spotifyRestrictionsSchema, spotifyResumePointSchema, spotifySavedAlbumItemSchema, spotifySavedAlbumPageSchema, spotifySavedAudiobookItemSchema, spotifySavedAudiobookPageSchema, spotifySavedEpisodeItemSchema, spotifySavedEpisodePageSchema, spotifySavedShowItemSchema, spotifySavedShowPageSchema, spotifySavedTrackItemSchema, spotifySavedTrackPageSchema, spotifySearchResultSchema, spotifyShowPageSchema, spotifyShowSchema, spotifyShowSummarySchema, spotifySnapshotResponseSchema, spotifyTimestampSchema, spotifyTrackOrEpisodeSchema, spotifyTrackPageSchema, spotifyTrackSchema, spotifyUriSchema, spotifyUserSchema, startOrResumePlaybackOperation, startOrResumePlaybackOperation as startOrResumePlaybackTool, transferPlaybackOperation, transferPlaybackOperation as transferPlaybackTool, unfollowArtistsOrUsersOperation, unfollowArtistsOrUsersOperation as unfollowArtistsOrUsersTool, unfollowPlaylistOperation, unfollowPlaylistOperation as unfollowPlaylistTool, updatePlaylistDetailsOperation, updatePlaylistDetailsOperation as updatePlaylistDetailsTool, uploadPlaylistCoverImageOperation, uploadPlaylistCoverImageOperation as uploadPlaylistCoverImageTool };
1
+ import { spotifyAddItemToPlaybackQueue } from "./actions/add-item-to-playback-queue.mjs";
2
+ import { spotifyAddItemsToPlaylist } from "./actions/add-items-to-playlist.mjs";
3
+ import { spotifyChangePlaylistDetails } from "./actions/change-playlist-details.mjs";
4
+ import { spotifyCheckIfUserFollowsArtistsOrUsers } from "./actions/check-if-user-follows-artists-or-users.mjs";
5
+ import { spotifyCheckIfUsersFollowPlaylist } from "./actions/check-if-users-follow-playlist.mjs";
6
+ import { spotifyCheckUserSSavedAlbums } from "./actions/check-user-s-saved-albums.mjs";
7
+ import { spotifyCheckUserSSavedAudiobooks } from "./actions/check-user-s-saved-audiobooks.mjs";
8
+ import { spotifyCheckUserSSavedEpisodes } from "./actions/check-user-s-saved-episodes.mjs";
9
+ import { spotifyCheckUserSSavedShows } from "./actions/check-user-s-saved-shows.mjs";
10
+ import { spotifyCheckUserSSavedTracks } from "./actions/check-user-s-saved-tracks.mjs";
11
+ import { spotifyCreatePlaylist } from "./actions/create-playlist.mjs";
12
+ import { spotifyFollowArtistsOrUsers } from "./actions/follow-artists-or-users.mjs";
13
+ import { spotifyFollowPlaylist } from "./actions/follow-playlist.mjs";
14
+ import { spotifyGetAChapter } from "./actions/get-a-chapter.mjs";
15
+ import { spotifyGetAlbum } from "./actions/get-album.mjs";
16
+ import { spotifyGetAlbumTracks } from "./actions/get-album-tracks.mjs";
17
+ import { spotifyGetAnAudiobook } from "./actions/get-an-audiobook.mjs";
18
+ import { spotifyGetArtist } from "./actions/get-artist.mjs";
19
+ import { spotifyGetArtistSAlbums } from "./actions/get-artist-s-albums.mjs";
20
+ import { spotifyGetArtistSRelatedArtists } from "./actions/get-artist-s-related-artists.mjs";
21
+ import { spotifyGetArtistSTopTracks } from "./actions/get-artist-s-top-tracks.mjs";
22
+ import { spotifyGetAudiobookChapters } from "./actions/get-audiobook-chapters.mjs";
23
+ import { spotifyGetAvailableDevices } from "./actions/get-available-devices.mjs";
24
+ import { spotifyGetAvailableMarkets } from "./actions/get-available-markets.mjs";
25
+ import { spotifyGetCurrentUserSPlaylists } from "./actions/get-current-user-s-playlists.mjs";
26
+ import { spotifyGetCurrentUserSProfile } from "./actions/get-current-user-s-profile.mjs";
27
+ import { spotifyGetCurrentlyPlayingTrack } from "./actions/get-currently-playing-track.mjs";
28
+ import { spotifyGetEpisode } from "./actions/get-episode.mjs";
29
+ import { spotifyGetFeaturedPlaylists } from "./actions/get-featured-playlists.mjs";
30
+ import { spotifyGetFollowedArtists } from "./actions/get-followed-artists.mjs";
31
+ import { spotifyGetNewReleases } from "./actions/get-new-releases.mjs";
32
+ import { spotifyGetPlaybackState } from "./actions/get-playback-state.mjs";
33
+ import { spotifyGetPlaylist } from "./actions/get-playlist.mjs";
34
+ import { spotifyGetPlaylistCoverImage } from "./actions/get-playlist-cover-image.mjs";
35
+ import { spotifyGetPlaylistItems } from "./actions/get-playlist-items.mjs";
36
+ import { spotifyGetRecentlyPlayedTracks } from "./actions/get-recently-played-tracks.mjs";
37
+ import { spotifyGetRecommendations } from "./actions/get-recommendations.mjs";
38
+ import { spotifyGetSeveralAlbums } from "./actions/get-several-albums.mjs";
39
+ import { spotifyGetSeveralArtists } from "./actions/get-several-artists.mjs";
40
+ import { spotifyGetSeveralAudiobooks } from "./actions/get-several-audiobooks.mjs";
41
+ import { spotifyGetSeveralBrowseCategories } from "./actions/get-several-browse-categories.mjs";
42
+ import { spotifyGetSeveralChapters } from "./actions/get-several-chapters.mjs";
43
+ import { spotifyGetSeveralEpisodes } from "./actions/get-several-episodes.mjs";
44
+ import { spotifyGetSeveralShows } from "./actions/get-several-shows.mjs";
45
+ import { spotifyGetSeveralTracks } from "./actions/get-several-tracks.mjs";
46
+ import { spotifyGetShow } from "./actions/get-show.mjs";
47
+ import { spotifyGetShowEpisodes } from "./actions/get-show-episodes.mjs";
48
+ import { spotifyGetSingleBrowseCategory } from "./actions/get-single-browse-category.mjs";
49
+ import { spotifyGetTheUserSQueue } from "./actions/get-the-user-s-queue.mjs";
50
+ import { spotifyGetTrack } from "./actions/get-track.mjs";
51
+ import { spotifyGetTrackSAudioAnalysis } from "./actions/get-track-s-audio-analysis.mjs";
52
+ import { spotifyGetUserSPlaylists } from "./actions/get-user-s-playlists.mjs";
53
+ import { spotifyGetUserSProfile } from "./actions/get-user-s-profile.mjs";
54
+ import { spotifyGetUserSSavedAlbums } from "./actions/get-user-s-saved-albums.mjs";
55
+ import { spotifyGetUserSSavedAudiobooks } from "./actions/get-user-s-saved-audiobooks.mjs";
56
+ import { spotifyGetUserSSavedEpisodes } from "./actions/get-user-s-saved-episodes.mjs";
57
+ import { spotifyGetUserSSavedShows } from "./actions/get-user-s-saved-shows.mjs";
58
+ import { spotifyGetUserSSavedTracks } from "./actions/get-user-s-saved-tracks.mjs";
59
+ import { spotifyGetUserSTopArtists } from "./actions/get-user-s-top-artists.mjs";
60
+ import { spotifyGetUserSTopTracks } from "./actions/get-user-s-top-tracks.mjs";
61
+ import { spotifyPausePlayback } from "./actions/pause-playback.mjs";
62
+ import { spotifyRemovePlaylistItems } from "./actions/remove-playlist-items.mjs";
63
+ import { spotifyRemoveUserSSavedAudiobooks } from "./actions/remove-user-s-saved-audiobooks.mjs";
64
+ import { spotifyRemoveUserSSavedEpisodes } from "./actions/remove-user-s-saved-episodes.mjs";
65
+ import { spotifyRemoveUserSSavedShows } from "./actions/remove-user-s-saved-shows.mjs";
66
+ import { spotifyRemoveUserSSavedTracks } from "./actions/remove-user-s-saved-tracks.mjs";
67
+ import { spotifyRemoveUsersSavedAlbums } from "./actions/remove-users-saved-albums.mjs";
68
+ import { spotifySaveAlbumsForCurrentUser } from "./actions/save-albums-for-current-user.mjs";
69
+ import { spotifySaveAudiobooksForCurrentUser } from "./actions/save-audiobooks-for-current-user.mjs";
70
+ import { spotifySaveEpisodesForCurrentUser } from "./actions/save-episodes-for-current-user.mjs";
71
+ import { spotifySaveShowsForCurrentUser } from "./actions/save-shows-for-current-user.mjs";
72
+ import { spotifySaveTracksForCurrentUser } from "./actions/save-tracks-for-current-user.mjs";
73
+ import { spotifySearchForItem } from "./actions/search-for-item.mjs";
74
+ import { spotifySeekToPosition } from "./actions/seek-to-position.mjs";
75
+ import { spotifySetPlaybackVolume } from "./actions/set-playback-volume.mjs";
76
+ import { spotifySetRepeatMode } from "./actions/set-repeat-mode.mjs";
77
+ import { spotifySkipToNext } from "./actions/skip-to-next.mjs";
78
+ import { spotifySkipToPrevious } from "./actions/skip-to-previous.mjs";
79
+ import { spotifyStartResumePlayback } from "./actions/start-resume-playback.mjs";
80
+ import { spotifyTogglePlaybackShuffle } from "./actions/toggle-playback-shuffle.mjs";
81
+ import { spotifyTransferPlayback } from "./actions/transfer-playback.mjs";
82
+ import { spotifyUnfollowArtistsOrUsers } from "./actions/unfollow-artists-or-users.mjs";
83
+ import { spotifyUnfollowPlaylist } from "./actions/unfollow-playlist.mjs";
84
+ import { spotifyUpdatePlaylistItems } from "./actions/update-playlist-items.mjs";
85
+ import { spotify } from "./app.mjs";
86
+ import { spotifyCatalog } from "./catalog.mjs";
87
+ export { spotify, spotifyAddItemToPlaybackQueue, spotifyAddItemsToPlaylist, spotifyCatalog, spotifyChangePlaylistDetails, spotifyCheckIfUserFollowsArtistsOrUsers, spotifyCheckIfUsersFollowPlaylist, spotifyCheckUserSSavedAlbums, spotifyCheckUserSSavedAudiobooks, spotifyCheckUserSSavedEpisodes, spotifyCheckUserSSavedShows, spotifyCheckUserSSavedTracks, spotifyCreatePlaylist, spotifyFollowArtistsOrUsers, spotifyFollowPlaylist, spotifyGetAChapter, spotifyGetAlbum, spotifyGetAlbumTracks, spotifyGetAnAudiobook, spotifyGetArtist, spotifyGetArtistSAlbums, spotifyGetArtistSRelatedArtists, spotifyGetArtistSTopTracks, spotifyGetAudiobookChapters, spotifyGetAvailableDevices, spotifyGetAvailableMarkets, spotifyGetCurrentUserSPlaylists, spotifyGetCurrentUserSProfile, spotifyGetCurrentlyPlayingTrack, spotifyGetEpisode, spotifyGetFeaturedPlaylists, spotifyGetFollowedArtists, spotifyGetNewReleases, spotifyGetPlaybackState, spotifyGetPlaylist, spotifyGetPlaylistCoverImage, spotifyGetPlaylistItems, spotifyGetRecentlyPlayedTracks, spotifyGetRecommendations, spotifyGetSeveralAlbums, spotifyGetSeveralArtists, spotifyGetSeveralAudiobooks, spotifyGetSeveralBrowseCategories, spotifyGetSeveralChapters, spotifyGetSeveralEpisodes, spotifyGetSeveralShows, spotifyGetSeveralTracks, spotifyGetShow, spotifyGetShowEpisodes, spotifyGetSingleBrowseCategory, spotifyGetTheUserSQueue, spotifyGetTrack, spotifyGetTrackSAudioAnalysis, spotifyGetUserSPlaylists, spotifyGetUserSProfile, spotifyGetUserSSavedAlbums, spotifyGetUserSSavedAudiobooks, spotifyGetUserSSavedEpisodes, spotifyGetUserSSavedShows, spotifyGetUserSSavedTracks, spotifyGetUserSTopArtists, spotifyGetUserSTopTracks, spotifyPausePlayback, spotifyRemovePlaylistItems, spotifyRemoveUserSSavedAudiobooks, spotifyRemoveUserSSavedEpisodes, spotifyRemoveUserSSavedShows, spotifyRemoveUserSSavedTracks, spotifyRemoveUsersSavedAlbums, spotifySaveAlbumsForCurrentUser, spotifySaveAudiobooksForCurrentUser, spotifySaveEpisodesForCurrentUser, spotifySaveShowsForCurrentUser, spotifySaveTracksForCurrentUser, spotifySearchForItem, spotifySeekToPosition, spotifySetPlaybackVolume, spotifySetRepeatMode, spotifySkipToNext, spotifySkipToPrevious, spotifyStartResumePlayback, spotifyTogglePlaybackShuffle, spotifyTransferPlayback, spotifyUnfollowArtistsOrUsers, spotifyUnfollowPlaylist, spotifyUpdatePlaylistItems };
package/dist/index.mjs CHANGED
@@ -1,6 +1,88 @@
1
- import { n as spotifyCredentialSet, t as SPOTIFY_OAUTH_SCOPES } from "./spotify.credential-set-CS3lCW-x.mjs";
2
- import { t as spotifyAppCredentialSet } from "./spotify-app.credential-set-O5UKOpLR.mjs";
3
- import { $ as spotifyExternalIdsSchema, A as spotifyRecentlyPlayedItemSchema, B as spotifyAudiobookSchema, C as spotifyPlaylistImageSchema, D as spotifyPlaybackContextSchema, E as spotifyDeviceSchema, F as spotifySavedTrackItemSchema, G as spotifyShowSummarySchema, H as spotifyChapterSchema, I as spotifyAlbumSchema, J as spotifyUserSchema, K as spotifyTrackOrEpisodeSchema, L as spotifyAlbumSummarySchema, M as spotifySavedAudiobookItemSchema, N as spotifySavedEpisodeItemSchema, O as spotifyPlaybackStateSchema, P as spotifySavedShowItemSchema, Q as spotifyCopyrightSchema, R as spotifyArtistSchema, S as spotifyTrackPageSchema, T as spotifyPlaylistSchema, U as spotifyEpisodeSchema, V as spotifyAudiobookSummarySchema, W as spotifyShowSchema, X as createSpotifyOffsetPageSchema, Y as createSpotifyCursorPageSchema, Z as spotifyBooleanListSchema, _ as spotifySavedEpisodePageSchema, a as spotifyAudiobookPageSchema, at as spotifyMutationSuccessSchema, b as spotifySearchResultSchema, c as spotifyChapterPageSchema, ct as spotifyResumePointSchema, d as spotifyPlaylistPageSchema, dt as spotifyUriSchema, et as spotifyExternalUrlsSchema, f as spotifyRecentlyPlayedPageSchema, g as spotifySavedAudiobookPageSchema, h as spotifySavedAlbumPageSchema, i as spotifyAudioFeaturesSchema, it as spotifyMarketSchema, j as spotifySavedAlbumItemSchema, k as spotifyQueueSchema, l as spotifyEpisodePageSchema, lt as spotifySnapshotResponseSchema, m as spotifyRecommendationsSchema, n as spotifyArtistPageSchema, nt as spotifyIdSchema, o as spotifyCategoryPageSchema, ot as spotifyNamedReferenceSchema, p as spotifyRecommendationSeedSchema, q as spotifyTrackSchema, r as spotifyAudioAnalysisSchema, rt as spotifyImageSchema, s as spotifyCategorySchema, st as spotifyRestrictionsSchema, t as spotifyAlbumPageSchema, tt as spotifyFollowersSchema, u as spotifyPlaylistItemPageSchema, ut as spotifyTimestampSchema, v as spotifySavedShowPageSchema, w as spotifyPlaylistItemSchema, x as spotifyShowPageSchema, y as spotifySavedTrackPageSchema, z as spotifyArtistSummarySchema } from "./browse-BaBol4IR.mjs";
4
- import { $ as getEpisodeOperation, A as listSavedEpisodesOperation, At as checkSavedShowsOperation, B as getSeveralEpisodesOperation, C as removeSavedAudiobooksOperation, Ct as getAvailableDevicesOperation, D as listUserPlaylistsOperation, Dt as checkUsersFollowPlaylistOperation, E as pausePlaybackOperation, Et as createPlaylistOperation, F as getTrackOperation, Ft as addItemsToPlaylistOperation, G as getSeveralAlbumsOperation, H as getSeveralAudiobooksOperation, I as getShowEpisodesOperation, J as getMyTopTracksOperation, K as getRecommendationsOperation, L as getShowOperation, M as listSavedAlbumsOperation, Mt as checkSavedAudiobooksOperation, N as listMyPlaylistsOperation, Nt as checkSavedAlbumsOperation, O as listSavedTracksOperation, Ot as checkFollowingArtistsOrUsersOperation, P as getUserOperation, Pt as addToQueueOperation, Q as getFeaturedPlaylistsOperation, R as getSeveralTracksOperation, S as removeSavedEpisodesOperation, St as getCurrentlyPlayingOperation, T as removeItemsFromPlaylistOperation, Tt as followPlaylistOperation, U as getSeveralAudioFeaturesOperation, V as getSeveralChaptersOperation, W as getSeveralArtistsOperation, X as getMeOperation, Y as getMyTopArtistsOperation, Z as getFollowedArtistsOperation, _ as saveAudiobooksOperation, _t as getQueueOperation, a as transferPlaybackOperation, at as getAvailableGenreSeedsOperation, b as removeSavedTracksOperation, bt as getPlaylistOperation, c as skipToNextOperation, ct as getAudioFeaturesOperation, d as setPlaybackVolumeOperation, dt as getArtistRelatedArtistsOperation, et as getChapterOperation, f as seekToPositionOperation, ft as getArtistAlbumsOperation, g as saveEpisodesOperation, gt as getRecentlyPlayedOperation, h as saveShowsOperation, ht as getAlbumOperation, i as unfollowPlaylistOperation, it as getAvailableMarketsOperation, j as listSavedAudiobooksOperation, jt as checkSavedEpisodesOperation, k as listSavedShowsOperation, kt as checkSavedTracksOperation, l as setShuffleModeOperation, lt as getAudioAnalysisOperation, m as saveTracksOperation, mt as getAlbumTracksOperation, n as updatePlaylistDetailsOperation, nt as getBrowseCategoryOperation, o as startOrResumePlaybackOperation, ot as getAudiobookChaptersOperation, p as searchOperation, pt as getArtistOperation, q as getNewReleasesOperation, r as unfollowArtistsOrUsersOperation, rt as getBrowseCategoriesOperation, s as skipToPreviousOperation, st as getAudiobookOperation, t as uploadPlaylistCoverImageOperation, tt as getCategoryPlaylistsOperation, u as setRepeatModeOperation, ut as getArtistTopTracksOperation, v as saveAlbumsOperation, vt as getPlaylistItemsOperation, w as removeSavedAlbumsOperation, wt as followArtistsOrUsersOperation, x as removeSavedShowsOperation, xt as getPlaybackStateOperation, y as reorderOrReplacePlaylistItemsOperation, yt as getPlaylistCoverImageOperation, z as getSeveralShowsOperation } from "./upload-playlist-cover-image.operation-CnyIlv11.mjs";
5
-
6
- export { SPOTIFY_OAUTH_SCOPES, addItemsToPlaylistOperation, addItemsToPlaylistOperation as addItemsToPlaylistTool, addToQueueOperation, addToQueueOperation as addToQueueTool, checkFollowingArtistsOrUsersOperation, checkFollowingArtistsOrUsersOperation as checkFollowingArtistsOrUsersTool, checkSavedAlbumsOperation, checkSavedAlbumsOperation as checkSavedAlbumsTool, checkSavedAudiobooksOperation, checkSavedAudiobooksOperation as checkSavedAudiobooksTool, checkSavedEpisodesOperation, checkSavedEpisodesOperation as checkSavedEpisodesTool, checkSavedShowsOperation, checkSavedShowsOperation as checkSavedShowsTool, checkSavedTracksOperation, checkSavedTracksOperation as checkSavedTracksTool, checkUsersFollowPlaylistOperation, checkUsersFollowPlaylistOperation as checkUsersFollowPlaylistTool, createPlaylistOperation, createPlaylistOperation as createPlaylistTool, createSpotifyCursorPageSchema, createSpotifyOffsetPageSchema, followArtistsOrUsersOperation, followArtistsOrUsersOperation as followArtistsOrUsersTool, followPlaylistOperation, followPlaylistOperation as followPlaylistTool, getAlbumOperation, getAlbumOperation as getAlbumTool, getAlbumTracksOperation, getAlbumTracksOperation as getAlbumTracksTool, getArtistAlbumsOperation, getArtistAlbumsOperation as getArtistAlbumsTool, getArtistOperation, getArtistOperation as getArtistTool, getArtistRelatedArtistsOperation, getArtistRelatedArtistsOperation as getArtistRelatedArtistsTool, getArtistTopTracksOperation, getArtistTopTracksOperation as getArtistTopTracksTool, getAudioAnalysisOperation, getAudioAnalysisOperation as getAudioAnalysisTool, getAudioFeaturesOperation, getAudioFeaturesOperation as getAudioFeaturesTool, getAudiobookChaptersOperation, getAudiobookChaptersOperation as getAudiobookChaptersTool, getAudiobookOperation, getAudiobookOperation as getAudiobookTool, getAvailableDevicesOperation, getAvailableDevicesOperation as getAvailableDevicesTool, getAvailableGenreSeedsOperation, getAvailableGenreSeedsOperation as getAvailableGenreSeedsTool, getAvailableMarketsOperation, getAvailableMarketsOperation as getAvailableMarketsTool, getBrowseCategoriesOperation, getBrowseCategoriesOperation as getBrowseCategoriesTool, getBrowseCategoryOperation, getBrowseCategoryOperation as getBrowseCategoryTool, getCategoryPlaylistsOperation, getCategoryPlaylistsOperation as getCategoryPlaylistsTool, getChapterOperation, getChapterOperation as getChapterTool, getCurrentlyPlayingOperation, getCurrentlyPlayingOperation as getCurrentlyPlayingTool, getEpisodeOperation, getEpisodeOperation as getEpisodeTool, getFeaturedPlaylistsOperation, getFeaturedPlaylistsOperation as getFeaturedPlaylistsTool, getFollowedArtistsOperation, getFollowedArtistsOperation as getFollowedArtistsTool, getMeOperation, getMeOperation as getMeTool, getMyTopArtistsOperation, getMyTopArtistsOperation as getMyTopArtistsTool, getMyTopTracksOperation, getMyTopTracksOperation as getMyTopTracksTool, getNewReleasesOperation, getNewReleasesOperation as getNewReleasesTool, getPlaybackStateOperation, getPlaybackStateOperation as getPlaybackStateTool, getPlaylistCoverImageOperation, getPlaylistCoverImageOperation as getPlaylistCoverImageTool, getPlaylistItemsOperation, getPlaylistItemsOperation as getPlaylistItemsTool, getPlaylistOperation, getPlaylistOperation as getPlaylistTool, getQueueOperation, getQueueOperation as getQueueTool, getRecentlyPlayedOperation, getRecentlyPlayedOperation as getRecentlyPlayedTool, getRecommendationsOperation, getRecommendationsOperation as getRecommendationsTool, getSeveralAlbumsOperation, getSeveralAlbumsOperation as getSeveralAlbumsTool, getSeveralArtistsOperation, getSeveralArtistsOperation as getSeveralArtistsTool, getSeveralAudioFeaturesOperation, getSeveralAudioFeaturesOperation as getSeveralAudioFeaturesTool, getSeveralAudiobooksOperation, getSeveralAudiobooksOperation as getSeveralAudiobooksTool, getSeveralChaptersOperation, getSeveralChaptersOperation as getSeveralChaptersTool, getSeveralEpisodesOperation, getSeveralEpisodesOperation as getSeveralEpisodesTool, getSeveralShowsOperation, getSeveralShowsOperation as getSeveralShowsTool, getSeveralTracksOperation, getSeveralTracksOperation as getSeveralTracksTool, getShowEpisodesOperation, getShowEpisodesOperation as getShowEpisodesTool, getShowOperation, getShowOperation as getShowTool, getTrackOperation, getTrackOperation as getTrackTool, getUserOperation, getUserOperation as getUserTool, listMyPlaylistsOperation, listMyPlaylistsOperation as listMyPlaylistsTool, listSavedAlbumsOperation, listSavedAlbumsOperation as listSavedAlbumsTool, listSavedAudiobooksOperation, listSavedAudiobooksOperation as listSavedAudiobooksTool, listSavedEpisodesOperation, listSavedEpisodesOperation as listSavedEpisodesTool, listSavedShowsOperation, listSavedShowsOperation as listSavedShowsTool, listSavedTracksOperation, listSavedTracksOperation as listSavedTracksTool, listUserPlaylistsOperation, listUserPlaylistsOperation as listUserPlaylistsTool, pausePlaybackOperation, pausePlaybackOperation as pausePlaybackTool, removeItemsFromPlaylistOperation, removeItemsFromPlaylistOperation as removeItemsFromPlaylistTool, removeSavedAlbumsOperation, removeSavedAlbumsOperation as removeSavedAlbumsTool, removeSavedAudiobooksOperation, removeSavedAudiobooksOperation as removeSavedAudiobooksTool, removeSavedEpisodesOperation, removeSavedEpisodesOperation as removeSavedEpisodesTool, removeSavedShowsOperation, removeSavedShowsOperation as removeSavedShowsTool, removeSavedTracksOperation, removeSavedTracksOperation as removeSavedTracksTool, reorderOrReplacePlaylistItemsOperation, reorderOrReplacePlaylistItemsOperation as reorderOrReplacePlaylistItemsTool, saveAlbumsOperation, saveAlbumsOperation as saveAlbumsTool, saveAudiobooksOperation, saveAudiobooksOperation as saveAudiobooksTool, saveEpisodesOperation, saveEpisodesOperation as saveEpisodesTool, saveShowsOperation, saveShowsOperation as saveShowsTool, saveTracksOperation, saveTracksOperation as saveTracksTool, searchOperation, searchOperation as searchTool, seekToPositionOperation, seekToPositionOperation as seekToPositionTool, setPlaybackVolumeOperation, setPlaybackVolumeOperation as setPlaybackVolumeTool, setRepeatModeOperation, setRepeatModeOperation as setRepeatModeTool, setShuffleModeOperation, setShuffleModeOperation as setShuffleModeTool, skipToNextOperation, skipToNextOperation as skipToNextTool, skipToPreviousOperation, skipToPreviousOperation as skipToPreviousTool, spotifyCredentialSet as spotify, spotifyCredentialSet, spotifyAlbumPageSchema, spotifyAlbumSchema, spotifyAlbumSummarySchema, spotifyAppCredentialSet, spotifyArtistPageSchema, spotifyArtistSchema, spotifyArtistSummarySchema, spotifyAudioAnalysisSchema, spotifyAudioFeaturesSchema, spotifyAudiobookPageSchema, spotifyAudiobookSchema, spotifyAudiobookSummarySchema, spotifyBooleanListSchema, spotifyCategoryPageSchema, spotifyCategorySchema, spotifyChapterPageSchema, spotifyChapterSchema, spotifyCopyrightSchema, spotifyDeviceSchema, spotifyEpisodePageSchema, spotifyEpisodeSchema, spotifyExternalIdsSchema, spotifyExternalUrlsSchema, spotifyFollowersSchema, spotifyIdSchema, spotifyImageSchema, spotifyMarketSchema, spotifyMutationSuccessSchema, spotifyNamedReferenceSchema, spotifyPlaybackContextSchema, spotifyPlaybackStateSchema, spotifyPlaylistImageSchema, spotifyPlaylistItemPageSchema, spotifyPlaylistItemSchema, spotifyPlaylistPageSchema, spotifyPlaylistSchema, spotifyQueueSchema, spotifyRecentlyPlayedItemSchema, spotifyRecentlyPlayedPageSchema, spotifyRecommendationSeedSchema, spotifyRecommendationsSchema, spotifyRestrictionsSchema, spotifyResumePointSchema, spotifySavedAlbumItemSchema, spotifySavedAlbumPageSchema, spotifySavedAudiobookItemSchema, spotifySavedAudiobookPageSchema, spotifySavedEpisodeItemSchema, spotifySavedEpisodePageSchema, spotifySavedShowItemSchema, spotifySavedShowPageSchema, spotifySavedTrackItemSchema, spotifySavedTrackPageSchema, spotifySearchResultSchema, spotifyShowPageSchema, spotifyShowSchema, spotifyShowSummarySchema, spotifySnapshotResponseSchema, spotifyTimestampSchema, spotifyTrackOrEpisodeSchema, spotifyTrackPageSchema, spotifyTrackSchema, spotifyUriSchema, spotifyUserSchema, startOrResumePlaybackOperation, startOrResumePlaybackOperation as startOrResumePlaybackTool, transferPlaybackOperation, transferPlaybackOperation as transferPlaybackTool, unfollowArtistsOrUsersOperation, unfollowArtistsOrUsersOperation as unfollowArtistsOrUsersTool, unfollowPlaylistOperation, unfollowPlaylistOperation as unfollowPlaylistTool, updatePlaylistDetailsOperation, updatePlaylistDetailsOperation as updatePlaylistDetailsTool, uploadPlaylistCoverImageOperation, uploadPlaylistCoverImageOperation as uploadPlaylistCoverImageTool };
1
+ import { spotify } from "./app.mjs";
2
+ import { spotifyCatalog } from "./catalog.mjs";
3
+ import { spotifyAddItemToPlaybackQueue } from "./actions/add-item-to-playback-queue.mjs";
4
+ import { spotifyAddItemsToPlaylist } from "./actions/add-items-to-playlist.mjs";
5
+ import { spotifyChangePlaylistDetails } from "./actions/change-playlist-details.mjs";
6
+ import { spotifyCheckIfUserFollowsArtistsOrUsers } from "./actions/check-if-user-follows-artists-or-users.mjs";
7
+ import { spotifyCheckIfUsersFollowPlaylist } from "./actions/check-if-users-follow-playlist.mjs";
8
+ import { spotifyCheckUserSSavedAlbums } from "./actions/check-user-s-saved-albums.mjs";
9
+ import { spotifyCheckUserSSavedAudiobooks } from "./actions/check-user-s-saved-audiobooks.mjs";
10
+ import { spotifyCheckUserSSavedEpisodes } from "./actions/check-user-s-saved-episodes.mjs";
11
+ import { spotifyCheckUserSSavedShows } from "./actions/check-user-s-saved-shows.mjs";
12
+ import { spotifyCheckUserSSavedTracks } from "./actions/check-user-s-saved-tracks.mjs";
13
+ import { spotifyCreatePlaylist } from "./actions/create-playlist.mjs";
14
+ import { spotifyFollowArtistsOrUsers } from "./actions/follow-artists-or-users.mjs";
15
+ import { spotifyFollowPlaylist } from "./actions/follow-playlist.mjs";
16
+ import { spotifyGetAChapter } from "./actions/get-a-chapter.mjs";
17
+ import { spotifyGetAlbum } from "./actions/get-album.mjs";
18
+ import { spotifyGetAlbumTracks } from "./actions/get-album-tracks.mjs";
19
+ import { spotifyGetAnAudiobook } from "./actions/get-an-audiobook.mjs";
20
+ import { spotifyGetArtist } from "./actions/get-artist.mjs";
21
+ import { spotifyGetArtistSAlbums } from "./actions/get-artist-s-albums.mjs";
22
+ import { spotifyGetArtistSRelatedArtists } from "./actions/get-artist-s-related-artists.mjs";
23
+ import { spotifyGetArtistSTopTracks } from "./actions/get-artist-s-top-tracks.mjs";
24
+ import { spotifyGetAudiobookChapters } from "./actions/get-audiobook-chapters.mjs";
25
+ import { spotifyGetAvailableDevices } from "./actions/get-available-devices.mjs";
26
+ import { spotifyGetAvailableMarkets } from "./actions/get-available-markets.mjs";
27
+ import { spotifyGetCurrentUserSPlaylists } from "./actions/get-current-user-s-playlists.mjs";
28
+ import { spotifyGetCurrentUserSProfile } from "./actions/get-current-user-s-profile.mjs";
29
+ import { spotifyGetCurrentlyPlayingTrack } from "./actions/get-currently-playing-track.mjs";
30
+ import { spotifyGetEpisode } from "./actions/get-episode.mjs";
31
+ import { spotifyGetFeaturedPlaylists } from "./actions/get-featured-playlists.mjs";
32
+ import { spotifyGetFollowedArtists } from "./actions/get-followed-artists.mjs";
33
+ import { spotifyGetNewReleases } from "./actions/get-new-releases.mjs";
34
+ import { spotifyGetPlaybackState } from "./actions/get-playback-state.mjs";
35
+ import { spotifyGetPlaylist } from "./actions/get-playlist.mjs";
36
+ import { spotifyGetPlaylistCoverImage } from "./actions/get-playlist-cover-image.mjs";
37
+ import { spotifyGetPlaylistItems } from "./actions/get-playlist-items.mjs";
38
+ import { spotifyGetRecentlyPlayedTracks } from "./actions/get-recently-played-tracks.mjs";
39
+ import { spotifyGetRecommendations } from "./actions/get-recommendations.mjs";
40
+ import { spotifyGetSeveralAlbums } from "./actions/get-several-albums.mjs";
41
+ import { spotifyGetSeveralArtists } from "./actions/get-several-artists.mjs";
42
+ import { spotifyGetSeveralAudiobooks } from "./actions/get-several-audiobooks.mjs";
43
+ import { spotifyGetSeveralBrowseCategories } from "./actions/get-several-browse-categories.mjs";
44
+ import { spotifyGetSeveralChapters } from "./actions/get-several-chapters.mjs";
45
+ import { spotifyGetSeveralEpisodes } from "./actions/get-several-episodes.mjs";
46
+ import { spotifyGetSeveralShows } from "./actions/get-several-shows.mjs";
47
+ import { spotifyGetSeveralTracks } from "./actions/get-several-tracks.mjs";
48
+ import { spotifyGetShow } from "./actions/get-show.mjs";
49
+ import { spotifyGetShowEpisodes } from "./actions/get-show-episodes.mjs";
50
+ import { spotifyGetSingleBrowseCategory } from "./actions/get-single-browse-category.mjs";
51
+ import { spotifyGetTheUserSQueue } from "./actions/get-the-user-s-queue.mjs";
52
+ import { spotifyGetTrack } from "./actions/get-track.mjs";
53
+ import { spotifyGetTrackSAudioAnalysis } from "./actions/get-track-s-audio-analysis.mjs";
54
+ import { spotifyGetUserSPlaylists } from "./actions/get-user-s-playlists.mjs";
55
+ import { spotifyGetUserSProfile } from "./actions/get-user-s-profile.mjs";
56
+ import { spotifyGetUserSSavedAlbums } from "./actions/get-user-s-saved-albums.mjs";
57
+ import { spotifyGetUserSSavedAudiobooks } from "./actions/get-user-s-saved-audiobooks.mjs";
58
+ import { spotifyGetUserSSavedEpisodes } from "./actions/get-user-s-saved-episodes.mjs";
59
+ import { spotifyGetUserSSavedShows } from "./actions/get-user-s-saved-shows.mjs";
60
+ import { spotifyGetUserSSavedTracks } from "./actions/get-user-s-saved-tracks.mjs";
61
+ import { spotifyGetUserSTopArtists } from "./actions/get-user-s-top-artists.mjs";
62
+ import { spotifyGetUserSTopTracks } from "./actions/get-user-s-top-tracks.mjs";
63
+ import { spotifyPausePlayback } from "./actions/pause-playback.mjs";
64
+ import { spotifyRemovePlaylistItems } from "./actions/remove-playlist-items.mjs";
65
+ import { spotifyRemoveUserSSavedAudiobooks } from "./actions/remove-user-s-saved-audiobooks.mjs";
66
+ import { spotifyRemoveUserSSavedEpisodes } from "./actions/remove-user-s-saved-episodes.mjs";
67
+ import { spotifyRemoveUserSSavedShows } from "./actions/remove-user-s-saved-shows.mjs";
68
+ import { spotifyRemoveUserSSavedTracks } from "./actions/remove-user-s-saved-tracks.mjs";
69
+ import { spotifyRemoveUsersSavedAlbums } from "./actions/remove-users-saved-albums.mjs";
70
+ import { spotifySaveAlbumsForCurrentUser } from "./actions/save-albums-for-current-user.mjs";
71
+ import { spotifySaveAudiobooksForCurrentUser } from "./actions/save-audiobooks-for-current-user.mjs";
72
+ import { spotifySaveEpisodesForCurrentUser } from "./actions/save-episodes-for-current-user.mjs";
73
+ import { spotifySaveShowsForCurrentUser } from "./actions/save-shows-for-current-user.mjs";
74
+ import { spotifySaveTracksForCurrentUser } from "./actions/save-tracks-for-current-user.mjs";
75
+ import { spotifySearchForItem } from "./actions/search-for-item.mjs";
76
+ import { spotifySeekToPosition } from "./actions/seek-to-position.mjs";
77
+ import { spotifySetPlaybackVolume } from "./actions/set-playback-volume.mjs";
78
+ import { spotifySetRepeatMode } from "./actions/set-repeat-mode.mjs";
79
+ import { spotifySkipToNext } from "./actions/skip-to-next.mjs";
80
+ import { spotifySkipToPrevious } from "./actions/skip-to-previous.mjs";
81
+ import { spotifyStartResumePlayback } from "./actions/start-resume-playback.mjs";
82
+ import { spotifyTogglePlaybackShuffle } from "./actions/toggle-playback-shuffle.mjs";
83
+ import { spotifyTransferPlayback } from "./actions/transfer-playback.mjs";
84
+ import { spotifyUnfollowArtistsOrUsers } from "./actions/unfollow-artists-or-users.mjs";
85
+ import { spotifyUnfollowPlaylist } from "./actions/unfollow-playlist.mjs";
86
+ import { spotifyUpdatePlaylistItems } from "./actions/update-playlist-items.mjs";
87
+ import "./actions/index.mjs";
88
+ export { spotify, spotifyAddItemToPlaybackQueue, spotifyAddItemsToPlaylist, spotifyCatalog, spotifyChangePlaylistDetails, spotifyCheckIfUserFollowsArtistsOrUsers, spotifyCheckIfUsersFollowPlaylist, spotifyCheckUserSSavedAlbums, spotifyCheckUserSSavedAudiobooks, spotifyCheckUserSSavedEpisodes, spotifyCheckUserSSavedShows, spotifyCheckUserSSavedTracks, spotifyCreatePlaylist, spotifyFollowArtistsOrUsers, spotifyFollowPlaylist, spotifyGetAChapter, spotifyGetAlbum, spotifyGetAlbumTracks, spotifyGetAnAudiobook, spotifyGetArtist, spotifyGetArtistSAlbums, spotifyGetArtistSRelatedArtists, spotifyGetArtistSTopTracks, spotifyGetAudiobookChapters, spotifyGetAvailableDevices, spotifyGetAvailableMarkets, spotifyGetCurrentUserSPlaylists, spotifyGetCurrentUserSProfile, spotifyGetCurrentlyPlayingTrack, spotifyGetEpisode, spotifyGetFeaturedPlaylists, spotifyGetFollowedArtists, spotifyGetNewReleases, spotifyGetPlaybackState, spotifyGetPlaylist, spotifyGetPlaylistCoverImage, spotifyGetPlaylistItems, spotifyGetRecentlyPlayedTracks, spotifyGetRecommendations, spotifyGetSeveralAlbums, spotifyGetSeveralArtists, spotifyGetSeveralAudiobooks, spotifyGetSeveralBrowseCategories, spotifyGetSeveralChapters, spotifyGetSeveralEpisodes, spotifyGetSeveralShows, spotifyGetSeveralTracks, spotifyGetShow, spotifyGetShowEpisodes, spotifyGetSingleBrowseCategory, spotifyGetTheUserSQueue, spotifyGetTrack, spotifyGetTrackSAudioAnalysis, spotifyGetUserSPlaylists, spotifyGetUserSProfile, spotifyGetUserSSavedAlbums, spotifyGetUserSSavedAudiobooks, spotifyGetUserSSavedEpisodes, spotifyGetUserSSavedShows, spotifyGetUserSSavedTracks, spotifyGetUserSTopArtists, spotifyGetUserSTopTracks, spotifyPausePlayback, spotifyRemovePlaylistItems, spotifyRemoveUserSSavedAudiobooks, spotifyRemoveUserSSavedEpisodes, spotifyRemoveUserSSavedShows, spotifyRemoveUserSSavedTracks, spotifyRemoveUsersSavedAlbums, spotifySaveAlbumsForCurrentUser, spotifySaveAudiobooksForCurrentUser, spotifySaveEpisodesForCurrentUser, spotifySaveShowsForCurrentUser, spotifySaveTracksForCurrentUser, spotifySearchForItem, spotifySeekToPosition, spotifySetPlaybackVolume, spotifySetRepeatMode, spotifySkipToNext, spotifySkipToPrevious, spotifyStartResumePlayback, spotifyTogglePlaybackShuffle, spotifyTransferPlayback, spotifyUnfollowArtistsOrUsers, spotifyUnfollowPlaylist, spotifyUpdatePlaylistItems };