From 862401fa9b2a358b2338490f4c7c6f125d11675e Mon Sep 17 00:00:00 2001 From: Darius Date: Wed, 28 Jan 2026 22:53:57 +0100 Subject: [PATCH] forgot to build oops --- dist/tidal.d.ts | 19 +++++++++++++++++-- dist/tidal.d.ts.map | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/dist/tidal.d.ts b/dist/tidal.d.ts index bbd8379..2376987 100644 --- a/dist/tidal.d.ts +++ b/dist/tidal.d.ts @@ -1,14 +1,29 @@ -export type TidalSong = { +export type TidalGetCurrent = { title: string; artists: string; + artistsArray: string[]; album: string; playingFrom: string; status: "playing" | "paused"; url: string; current: string; + currentInSeconds: number; duration: string; + durationInSeconds: number; + image: string; + icon: string; + localAlbumArt: string; + favorite: boolean; + trackId: string; + volume: number; + player: { + status: "playing" | "paused"; + shuffle: boolean; + repeat: "all" | "single" | "none"; + }; + artist: string; }; -export type TidalVolume = { +export type TidalPutVolume = { volume: number; }; //# sourceMappingURL=tidal.d.ts.map \ No newline at end of file diff --git a/dist/tidal.d.ts.map b/dist/tidal.d.ts.map index 2877cad..7ea492d 100644 --- a/dist/tidal.d.ts.map +++ b/dist/tidal.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"tidal.d.ts","sourceRoot":"","sources":["../src/tidal.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG;IACxB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC"} \ No newline at end of file +{"version":3,"file":"tidal.d.ts","sourceRoot":"","sources":["../src/tidal.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,gBAAgB,EAAE,MAAM,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE;QACP,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAC;QAC7B,OAAO,EAAE,OAAO,CAAC;QACjB,MAAM,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,CAAC;KAClC,CAAC;IACF,MAAM,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC5B,MAAM,EAAE,MAAM,CAAC;CACf,CAAC"} \ No newline at end of file