@utdk/spotify 1.0.0-20260407.6-dev.646adf4 → 1.0.0-20260407.6-dev.8f50777
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.ts +2 -2
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { CreateClientOptions } from "../client.js";
|
|
2
1
|
import { createClient, createLazyClient } from "../client.js";
|
|
3
|
-
import type { SpotifyClient } from "./types.js";
|
|
4
2
|
import { toolMetadata } from "./metadata.js";
|
|
5
3
|
import openApiDocument from "./openapi.json" with { type: "json" };
|
|
4
|
+
import type { SpotifyClient } from "./types.js";
|
|
5
|
+
import type { CreateClientOptions } from "../client.js";
|
|
6
6
|
|
|
7
7
|
export * from "./types.js";
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@utdk/spotify",
|
|
3
|
-
"version": "1.0.0-20260407.6-dev.
|
|
3
|
+
"version": "1.0.0-20260407.6-dev.8f50777",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Generated UTDK provider client for Spotify Web API. You can use Spotify's Web API to discover music and podcasts, manage your Spotify library, control audio playback, and much more. Browse our available Web API endpoints using the sidebar at left, or via the navigation bar on top of this page on smaller screens.\n\nIn order to make successful Web API requests your app will need a valid access token. One can be obtained through <a href=\"https://developer.spotify.com/documentation/general/guides/authorization-guide/\">OAuth 2.0</a>.\n\nThe base URI for all Web API requests is `https://api.spotify.com/v1`.\n\nNeed help? See our <a href=\"https://developer.spotify.com/documentation/web-api/guides/\">Web API guides</a> for more information, or visit the <a href=\"https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer\">Spotify for Developers community forum</a> to ask questions and connect with other developers.",
|
|
6
6
|
"homepage": "https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer",
|