@rocksky/sdk 0.1.0 → 0.2.1
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/README.md +5 -0
- package/dist/client.d.ts +37 -28
- package/dist/client.d.ts.map +1 -1
- package/dist/generated/types.d.ts +1932 -0
- package/dist/generated/types.d.ts.map +1 -0
- package/dist/http.d.ts +3 -3
- package/dist/http.d.ts.map +1 -1
- package/dist/index.d.ts +17 -17
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -1
- package/dist/namespaces/_helpers.d.ts +11 -5
- package/dist/namespaces/_helpers.d.ts.map +1 -1
- package/dist/namespaces/actor.d.ts +15 -25
- package/dist/namespaces/actor.d.ts.map +1 -1
- package/dist/namespaces/album.d.ts +7 -13
- package/dist/namespaces/album.d.ts.map +1 -1
- package/dist/namespaces/apikey.d.ts +9 -22
- package/dist/namespaces/apikey.d.ts.map +1 -1
- package/dist/namespaces/artist.d.ts +11 -26
- package/dist/namespaces/artist.d.ts.map +1 -1
- package/dist/namespaces/charts.d.ts +8 -20
- package/dist/namespaces/charts.d.ts.map +1 -1
- package/dist/namespaces/dropbox.d.ts +7 -14
- package/dist/namespaces/dropbox.d.ts.map +1 -1
- package/dist/namespaces/feed.d.ts +14 -33
- package/dist/namespaces/feed.d.ts.map +1 -1
- package/dist/namespaces/googledrive.d.ts +6 -11
- package/dist/namespaces/googledrive.d.ts.map +1 -1
- package/dist/namespaces/graph.d.ts +10 -23
- package/dist/namespaces/graph.d.ts.map +1 -1
- package/dist/namespaces/like.d.ts +8 -9
- package/dist/namespaces/like.d.ts.map +1 -1
- package/dist/namespaces/mirror.d.ts +6 -10
- package/dist/namespaces/mirror.d.ts.map +1 -1
- package/dist/namespaces/player.d.ts +14 -36
- package/dist/namespaces/player.d.ts.map +1 -1
- package/dist/namespaces/playlist.d.ts +11 -35
- package/dist/namespaces/playlist.d.ts.map +1 -1
- package/dist/namespaces/scrobble.d.ts +7 -38
- package/dist/namespaces/scrobble.d.ts.map +1 -1
- package/dist/namespaces/shout.d.ts +12 -33
- package/dist/namespaces/shout.d.ts.map +1 -1
- package/dist/namespaces/song.d.ts +9 -43
- package/dist/namespaces/song.d.ts.map +1 -1
- package/dist/namespaces/spotify.d.ts +9 -12
- package/dist/namespaces/spotify.d.ts.map +1 -1
- package/dist/namespaces/stats.d.ts +5 -9
- package/dist/namespaces/stats.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +50 -33
- package/src/generated/types.ts +2143 -0
- package/src/http.ts +5 -5
- package/src/index.ts +17 -17
- package/src/namespaces/_helpers.ts +23 -13
- package/src/namespaces/actor.ts +37 -33
- package/src/namespaces/album.ts +14 -14
- package/src/namespaces/apikey.ts +18 -18
- package/src/namespaces/artist.ts +26 -32
- package/src/namespaces/charts.ts +15 -24
- package/src/namespaces/dropbox.ts +19 -13
- package/src/namespaces/feed.ts +42 -36
- package/src/namespaces/googledrive.ts +15 -10
- package/src/namespaces/graph.ts +24 -25
- package/src/namespaces/like.ts +17 -11
- package/src/namespaces/mirror.ts +8 -12
- package/src/namespaces/player.ts +44 -46
- package/src/namespaces/playlist.ts +34 -24
- package/src/namespaces/scrobble.ts +14 -40
- package/src/namespaces/shout.ts +36 -27
- package/src/namespaces/song.ts +27 -48
- package/src/namespaces/spotify.ts +19 -15
- package/src/namespaces/stats.ts +11 -7
- package/src/pipe.ts +1 -1
- package/src/realtime.ts +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"googledrive.d.ts","sourceRoot":"","sources":["../../src/namespaces/googledrive.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"googledrive.d.ts","sourceRoot":"","sources":["../../src/namespaces/googledrive.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,kBAAkB,EAClB,aAAa,EACb,cAAc,EACf,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE1C,qBAAa,oBAAoB;IACnB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAAJ,IAAI,EAAE,IAAI;IAEvC,OAAO,CAAC,MAAM,EAAE,aAAa,EAAE,IAAI,CAAC,EAAE,cAAc;IAQpD,QAAQ,CACN,MAAM,GAAE,cAAmB,EAC3B,IAAI,CAAC,EAAE,cAAc;IASvB,YAAY,CACV,MAAM,EAAE,kBAAkB,EAC1B,IAAI,CAAC,EAAE,cAAc;CAQxB"}
|
|
@@ -1,28 +1,15 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { RequestOptions } from "../types";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export type FollowListParams = ActorParam & {
|
|
7
|
-
limit?: number;
|
|
8
|
-
cursor?: string;
|
|
9
|
-
dids?: string[];
|
|
10
|
-
};
|
|
11
|
-
export type KnownFollowersParams = ActorParam & {
|
|
12
|
-
limit?: number;
|
|
13
|
-
cursor?: string;
|
|
14
|
-
};
|
|
1
|
+
import type { FollowAccountParams, GetFollowersParams, GetFollowsParams, GetKnownFollowersParams, UnfollowAccountParams } from "../generated/types.js";
|
|
2
|
+
import type { RequestOptions } from "../types.js";
|
|
3
|
+
import type { Call } from "./_helpers.js";
|
|
4
|
+
export type FollowListParams = GetFollowersParams;
|
|
5
|
+
export type KnownFollowersParams = GetKnownFollowersParams;
|
|
15
6
|
export declare class GraphNamespace {
|
|
16
7
|
private readonly call;
|
|
17
8
|
constructor(call: Call);
|
|
18
|
-
followAccount
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
24
|
-
getFollowers<T = unknown>(params: FollowListParams, opts?: RequestOptions): Promise<T>;
|
|
25
|
-
getFollows<T = unknown>(params: FollowListParams, opts?: RequestOptions): Promise<T>;
|
|
26
|
-
getKnownFollowers<T = unknown>(params: KnownFollowersParams, opts?: RequestOptions): Promise<T>;
|
|
9
|
+
followAccount(params: FollowAccountParams, opts?: RequestOptions): Promise<import("../generated/types.js").FollowAccountOutput>;
|
|
10
|
+
unfollowAccount(params: UnfollowAccountParams, opts?: RequestOptions): Promise<import("../generated/types.js").UnfollowAccountOutput>;
|
|
11
|
+
getFollowers(params: GetFollowersParams, opts?: RequestOptions): Promise<import("../generated/types.js").GetFollowersOutput>;
|
|
12
|
+
getFollows(params: GetFollowsParams, opts?: RequestOptions): Promise<import("../generated/types.js").GetFollowsOutput>;
|
|
13
|
+
getKnownFollowers(params: GetKnownFollowersParams, opts?: RequestOptions): Promise<import("../generated/types.js").GetKnownFollowersOutput>;
|
|
27
14
|
}
|
|
28
15
|
//# sourceMappingURL=graph.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"graph.d.ts","sourceRoot":"","sources":["../../src/namespaces/graph.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"graph.d.ts","sourceRoot":"","sources":["../../src/namespaces/graph.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,kBAAkB,EAClB,gBAAgB,EAChB,uBAAuB,EACvB,qBAAqB,EACtB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE1C,MAAM,MAAM,gBAAgB,GAAG,kBAAkB,CAAC;AAClD,MAAM,MAAM,oBAAoB,GAAG,uBAAuB,CAAC;AAE3D,qBAAa,cAAc;IACb,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAAJ,IAAI,EAAE,IAAI;IAEvC,aAAa,CACX,MAAM,EAAE,mBAAmB,EAC3B,IAAI,CAAC,EAAE,cAAc;IASvB,eAAe,CACb,MAAM,EAAE,qBAAqB,EAC7B,IAAI,CAAC,EAAE,cAAc;IASvB,YAAY,CAAC,MAAM,EAAE,kBAAkB,EAAE,IAAI,CAAC,EAAE,cAAc;IAO9D,UAAU,CAAC,MAAM,EAAE,gBAAgB,EAAE,IAAI,CAAC,EAAE,cAAc;IAO1D,iBAAiB,CACf,MAAM,EAAE,uBAAuB,EAC/B,IAAI,CAAC,EAAE,cAAc;CAOxB"}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { RequestOptions } from "../types";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
};
|
|
1
|
+
import type { DislikeShoutInput, DislikeSongInput, LikeShoutInput, LikeSongInput } from "../generated/types.js";
|
|
2
|
+
import type { RequestOptions } from "../types.js";
|
|
3
|
+
import type { Call } from "./_helpers.js";
|
|
4
|
+
export type LikeInput = LikeSongInput;
|
|
6
5
|
export declare class LikeNamespace {
|
|
7
6
|
private readonly call;
|
|
8
7
|
constructor(call: Call);
|
|
9
|
-
likeSong
|
|
10
|
-
dislikeSong
|
|
11
|
-
likeShout
|
|
12
|
-
dislikeShout
|
|
8
|
+
likeSong(input?: LikeSongInput, opts?: RequestOptions): Promise<import("../generated/types.js").SongViewDetailed>;
|
|
9
|
+
dislikeSong(input?: DislikeSongInput, opts?: RequestOptions): Promise<import("../generated/types.js").SongViewDetailed>;
|
|
10
|
+
likeShout(input?: LikeShoutInput, opts?: RequestOptions): Promise<import("../generated/types.js").ShoutView>;
|
|
11
|
+
dislikeShout(input?: DislikeShoutInput, opts?: RequestOptions): Promise<import("../generated/types.js").ShoutView>;
|
|
13
12
|
}
|
|
14
13
|
//# sourceMappingURL=like.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"like.d.ts","sourceRoot":"","sources":["../../src/namespaces/like.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"like.d.ts","sourceRoot":"","sources":["../../src/namespaces/like.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,iBAAiB,EACjB,gBAAgB,EAChB,cAAc,EACd,aAAa,EACd,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE1C,MAAM,MAAM,SAAS,GAAG,aAAa,CAAC;AAEtC,qBAAa,aAAa;IACZ,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAAJ,IAAI,EAAE,IAAI;IAEvC,QAAQ,CAAC,KAAK,GAAE,aAAkB,EAAE,IAAI,CAAC,EAAE,cAAc;IAQzD,WAAW,CAAC,KAAK,GAAE,gBAAqB,EAAE,IAAI,CAAC,EAAE,cAAc;IAQ/D,SAAS,CAAC,KAAK,GAAE,cAAmB,EAAE,IAAI,CAAC,EAAE,cAAc;IAQ3D,YAAY,CAAC,KAAK,GAAE,iBAAsB,EAAE,IAAI,CAAC,EAAE,cAAc;CAOlE"}
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { RequestOptions } from "../types";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
enabled?: boolean;
|
|
6
|
-
externalUsername?: string;
|
|
7
|
-
apiKey?: string;
|
|
8
|
-
};
|
|
1
|
+
import type { PutMirrorSourceInput } from "../generated/types.js";
|
|
2
|
+
import type { RequestOptions } from "../types.js";
|
|
3
|
+
import type { Call } from "./_helpers.js";
|
|
4
|
+
export type { PutMirrorSourceInput };
|
|
9
5
|
export declare class MirrorNamespace {
|
|
10
6
|
private readonly call;
|
|
11
7
|
constructor(call: Call);
|
|
12
|
-
getMirrorSources
|
|
13
|
-
putMirrorSource
|
|
8
|
+
getMirrorSources(opts?: RequestOptions): Promise<import("../generated/types.js").GetMirrorSourcesOutput>;
|
|
9
|
+
putMirrorSource(input: PutMirrorSourceInput, opts?: RequestOptions): Promise<import("../generated/types.js").MirrorSourceView>;
|
|
14
10
|
}
|
|
15
11
|
//# sourceMappingURL=mirror.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mirror.d.ts","sourceRoot":"","sources":["../../src/namespaces/mirror.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"mirror.d.ts","sourceRoot":"","sources":["../../src/namespaces/mirror.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAClE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE1C,YAAY,EAAE,oBAAoB,EAAE,CAAC;AAErC,qBAAa,eAAe;IACd,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAAJ,IAAI,EAAE,IAAI;IAEvC,gBAAgB,CAAC,IAAI,CAAC,EAAE,cAAc;IAOtC,eAAe,CACb,KAAK,EAAE,oBAAoB,EAC3B,IAAI,CAAC,EAAE,cAAc;CAQxB"}
|
|
@@ -1,41 +1,19 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { RequestOptions } from "../types";
|
|
3
|
-
type
|
|
4
|
-
playerId?: string;
|
|
5
|
-
};
|
|
1
|
+
import type { AddDirectoryToQueueParams, AddItemsToQueueParams, GetCurrentlyPlayingParams, GetPlaybackQueueParams, NextParams, PauseParams, PlayDirectoryParams, PlayFileParams, PlayParams, PreviousParams, SeekParams } from "../generated/types.js";
|
|
2
|
+
import type { RequestOptions } from "../types.js";
|
|
3
|
+
import type { Call } from "./_helpers.js";
|
|
6
4
|
export declare class PlayerNamespace {
|
|
7
5
|
private readonly call;
|
|
8
6
|
constructor(call: Call);
|
|
9
|
-
getCurrentlyPlaying
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
playFile<T = unknown>(params: PlayerId & {
|
|
21
|
-
fileId: string;
|
|
22
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
23
|
-
playDirectory<T = unknown>(params: PlayerId & {
|
|
24
|
-
directoryId: string;
|
|
25
|
-
shuffle?: boolean;
|
|
26
|
-
recurse?: boolean;
|
|
27
|
-
position?: number;
|
|
28
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
29
|
-
addItemsToQueue<T = unknown>(params: PlayerId & {
|
|
30
|
-
items: string[];
|
|
31
|
-
position?: number;
|
|
32
|
-
shuffle?: boolean;
|
|
33
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
34
|
-
addDirectoryToQueue<T = unknown>(params: PlayerId & {
|
|
35
|
-
directory: string;
|
|
36
|
-
position?: number;
|
|
37
|
-
shuffle?: boolean;
|
|
38
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
7
|
+
getCurrentlyPlaying(params?: GetCurrentlyPlayingParams, opts?: RequestOptions): Promise<import("../generated/types.js").PlayerCurrentlyPlayingViewDetailed>;
|
|
8
|
+
getPlaybackQueue(params?: GetPlaybackQueueParams, opts?: RequestOptions): Promise<import("../generated/types.js").PlayerPlaybackQueueViewDetailed>;
|
|
9
|
+
play(params?: PlayParams, opts?: RequestOptions): Promise<void>;
|
|
10
|
+
pause(params?: PauseParams, opts?: RequestOptions): Promise<void>;
|
|
11
|
+
next(params?: NextParams, opts?: RequestOptions): Promise<void>;
|
|
12
|
+
previous(params?: PreviousParams, opts?: RequestOptions): Promise<void>;
|
|
13
|
+
seek(params: SeekParams, opts?: RequestOptions): Promise<void>;
|
|
14
|
+
playFile(params: PlayFileParams, opts?: RequestOptions): Promise<void>;
|
|
15
|
+
playDirectory(params: PlayDirectoryParams, opts?: RequestOptions): Promise<void>;
|
|
16
|
+
addItemsToQueue(params: AddItemsToQueueParams, opts?: RequestOptions): Promise<void>;
|
|
17
|
+
addDirectoryToQueue(params: AddDirectoryToQueueParams, opts?: RequestOptions): Promise<void>;
|
|
39
18
|
}
|
|
40
|
-
export {};
|
|
41
19
|
//# sourceMappingURL=player.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"player.d.ts","sourceRoot":"","sources":["../../src/namespaces/player.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"player.d.ts","sourceRoot":"","sources":["../../src/namespaces/player.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,yBAAyB,EACzB,qBAAqB,EACrB,yBAAyB,EACzB,sBAAsB,EACtB,UAAU,EACV,WAAW,EACX,mBAAmB,EACnB,cAAc,EACd,UAAU,EACV,cAAc,EACd,UAAU,EACX,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE1C,qBAAa,eAAe;IACd,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAAJ,IAAI,EAAE,IAAI;IAEvC,mBAAmB,CACjB,MAAM,GAAE,yBAA8B,EACtC,IAAI,CAAC,EAAE,cAAc;IAQvB,gBAAgB,CACd,MAAM,GAAE,sBAA2B,EACnC,IAAI,CAAC,EAAE,cAAc;IAQvB,IAAI,CAAC,MAAM,GAAE,UAAe,EAAE,IAAI,CAAC,EAAE,cAAc;IAQnD,KAAK,CAAC,MAAM,GAAE,WAAgB,EAAE,IAAI,CAAC,EAAE,cAAc;IAQrD,IAAI,CAAC,MAAM,GAAE,UAAe,EAAE,IAAI,CAAC,EAAE,cAAc;IAQnD,QAAQ,CAAC,MAAM,GAAE,cAAmB,EAAE,IAAI,CAAC,EAAE,cAAc;IAQ3D,IAAI,CACF,MAAM,EAAE,UAAU,EAClB,IAAI,CAAC,EAAE,cAAc;IASvB,QAAQ,CACN,MAAM,EAAE,cAAc,EACtB,IAAI,CAAC,EAAE,cAAc;IASvB,aAAa,CACX,MAAM,EAAE,mBAAmB,EAC3B,IAAI,CAAC,EAAE,cAAc;IASvB,eAAe,CACb,MAAM,EAAE,qBAAqB,EAC7B,IAAI,CAAC,EAAE,cAAc;IASvB,mBAAmB,CACjB,MAAM,EAAE,yBAAyB,EACjC,IAAI,CAAC,EAAE,cAAc;CAOxB"}
|
|
@@ -1,40 +1,16 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { RequestOptions } from "../types";
|
|
1
|
+
import type { CreatePlaylistParams, GetPlaylistParams, GetPlaylistsParams, InsertDirectoryParams, InsertFilesParams, RemovePlaylistParams, RemoveTrackParams, StartPlaylistParams } from "../generated/types.js";
|
|
2
|
+
import type { RequestOptions } from "../types.js";
|
|
3
|
+
import type { Call } from "./_helpers.js";
|
|
3
4
|
export declare class PlaylistNamespace {
|
|
4
5
|
private readonly call;
|
|
5
6
|
constructor(call: Call);
|
|
6
|
-
getPlaylists
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
name: string;
|
|
15
|
-
description?: string;
|
|
16
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
17
|
-
removePlaylist<T = unknown>(params: {
|
|
18
|
-
uri: string;
|
|
19
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
20
|
-
startPlaylist<T = unknown>(params: {
|
|
21
|
-
uri: string;
|
|
22
|
-
shuffle?: boolean;
|
|
23
|
-
position?: number;
|
|
24
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
25
|
-
insertDirectory<T = unknown>(params: {
|
|
26
|
-
uri: string;
|
|
27
|
-
directory: string;
|
|
28
|
-
position?: number;
|
|
29
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
30
|
-
insertFiles<T = unknown>(params: {
|
|
31
|
-
uri: string;
|
|
32
|
-
files: string[];
|
|
33
|
-
position?: number;
|
|
34
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
35
|
-
removeTrack<T = unknown>(params: {
|
|
36
|
-
uri: string;
|
|
37
|
-
position: number;
|
|
38
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
7
|
+
getPlaylists(params?: GetPlaylistsParams, opts?: RequestOptions): Promise<import("../generated/types.js").GetPlaylistsOutput>;
|
|
8
|
+
getPlaylist(params: GetPlaylistParams, opts?: RequestOptions): Promise<import("../generated/types.js").PlaylistViewDetailed>;
|
|
9
|
+
createPlaylist(params: CreatePlaylistParams, opts?: RequestOptions): Promise<void>;
|
|
10
|
+
removePlaylist(params: RemovePlaylistParams, opts?: RequestOptions): Promise<void>;
|
|
11
|
+
startPlaylist(params: StartPlaylistParams, opts?: RequestOptions): Promise<void>;
|
|
12
|
+
insertDirectory(params: InsertDirectoryParams, opts?: RequestOptions): Promise<void>;
|
|
13
|
+
insertFiles(params: InsertFilesParams, opts?: RequestOptions): Promise<void>;
|
|
14
|
+
removeTrack(params: RemoveTrackParams, opts?: RequestOptions): Promise<void>;
|
|
39
15
|
}
|
|
40
16
|
//# sourceMappingURL=playlist.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"playlist.d.ts","sourceRoot":"","sources":["../../src/namespaces/playlist.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"playlist.d.ts","sourceRoot":"","sources":["../../src/namespaces/playlist.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EACpB,iBAAiB,EACjB,kBAAkB,EAClB,qBAAqB,EACrB,iBAAiB,EACjB,oBAAoB,EACpB,iBAAiB,EACjB,mBAAmB,EACpB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE1C,qBAAa,iBAAiB;IAChB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAAJ,IAAI,EAAE,IAAI;IAEvC,YAAY,CACV,MAAM,GAAE,kBAAuB,EAC/B,IAAI,CAAC,EAAE,cAAc;IAQvB,WAAW,CAAC,MAAM,EAAE,iBAAiB,EAAE,IAAI,CAAC,EAAE,cAAc;IAO5D,cAAc,CACZ,MAAM,EAAE,oBAAoB,EAC5B,IAAI,CAAC,EAAE,cAAc;IASvB,cAAc,CAAC,MAAM,EAAE,oBAAoB,EAAE,IAAI,CAAC,EAAE,cAAc;IAQlE,aAAa,CACX,MAAM,EAAE,mBAAmB,EAC3B,IAAI,CAAC,EAAE,cAAc;IASvB,eAAe,CACb,MAAM,EAAE,qBAAqB,EAC7B,IAAI,CAAC,EAAE,cAAc;IASvB,WAAW,CACT,MAAM,EAAE,iBAAiB,EACzB,IAAI,CAAC,EAAE,cAAc;IASvB,WAAW,CACT,MAAM,EAAE,iBAAiB,EACzB,IAAI,CAAC,EAAE,cAAc;CAOxB"}
|
|
@@ -1,43 +1,12 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { RequestOptions } from "../types";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
artist: string;
|
|
6
|
-
album?: string;
|
|
7
|
-
duration?: number;
|
|
8
|
-
mbId?: string;
|
|
9
|
-
isrc?: string;
|
|
10
|
-
albumArt?: string;
|
|
11
|
-
trackNumber?: number;
|
|
12
|
-
releaseDate?: string;
|
|
13
|
-
year?: number;
|
|
14
|
-
discNumber?: number;
|
|
15
|
-
lyrics?: string;
|
|
16
|
-
composer?: string;
|
|
17
|
-
copyrightMessage?: string;
|
|
18
|
-
label?: string;
|
|
19
|
-
artistPicture?: string;
|
|
20
|
-
spotifyLink?: string;
|
|
21
|
-
lastfmLink?: string;
|
|
22
|
-
tidalLink?: string;
|
|
23
|
-
appleMusicLink?: string;
|
|
24
|
-
youtubeLink?: string;
|
|
25
|
-
deezerLink?: string;
|
|
26
|
-
timestamp?: number;
|
|
27
|
-
};
|
|
28
|
-
export type GetScrobblesParams = {
|
|
29
|
-
did?: string;
|
|
30
|
-
following?: boolean;
|
|
31
|
-
limit?: number;
|
|
32
|
-
offset?: number;
|
|
33
|
-
};
|
|
1
|
+
import type { CreateScrobbleInput, GetScrobbleParams, GetScrobblesParams } from "../generated/types.js";
|
|
2
|
+
import type { RequestOptions } from "../types.js";
|
|
3
|
+
import type { Call } from "./_helpers.js";
|
|
4
|
+
export type { CreateScrobbleInput, GetScrobblesParams };
|
|
34
5
|
export declare class ScrobbleNamespace {
|
|
35
6
|
private readonly call;
|
|
36
7
|
constructor(call: Call);
|
|
37
|
-
createScrobble
|
|
38
|
-
getScrobble
|
|
39
|
-
|
|
40
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
41
|
-
getScrobbles<T = unknown>(params?: GetScrobblesParams, opts?: RequestOptions): Promise<T>;
|
|
8
|
+
createScrobble(input: CreateScrobbleInput, opts?: RequestOptions): Promise<import("../generated/types.js").ScrobbleViewBasic>;
|
|
9
|
+
getScrobble(params: GetScrobbleParams, opts?: RequestOptions): Promise<import("../generated/types.js").ScrobbleViewDetailed>;
|
|
10
|
+
getScrobbles(params?: GetScrobblesParams, opts?: RequestOptions): Promise<import("../generated/types.js").GetScrobblesOutput>;
|
|
42
11
|
}
|
|
43
12
|
//# sourceMappingURL=scrobble.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scrobble.d.ts","sourceRoot":"","sources":["../../src/namespaces/scrobble.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"scrobble.d.ts","sourceRoot":"","sources":["../../src/namespaces/scrobble.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,mBAAmB,EACnB,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE1C,YAAY,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,CAAC;AAExD,qBAAa,iBAAiB;IAChB,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAAJ,IAAI,EAAE,IAAI;IAEvC,cAAc,CACZ,KAAK,EAAE,mBAAmB,EAC1B,IAAI,CAAC,EAAE,cAAc;IASvB,WAAW,CAAC,MAAM,EAAE,iBAAiB,EAAE,IAAI,CAAC,EAAE,cAAc;IAO5D,YAAY,CACV,MAAM,GAAE,kBAAuB,EAC/B,IAAI,CAAC,EAAE,cAAc;CAOxB"}
|
|
@@ -1,38 +1,17 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { RequestOptions } from "../types";
|
|
3
|
-
type
|
|
4
|
-
uri: string;
|
|
5
|
-
limit?: number;
|
|
6
|
-
offset?: number;
|
|
7
|
-
};
|
|
1
|
+
import type { CreateShoutInput, GetAlbumShoutsParams, GetArtistShoutsParams, GetProfileShoutsParams, GetShoutRepliesParams, GetTrackShoutsParams, RemoveShoutParams, ReplyShoutInput, ReportShoutInput } from "../generated/types.js";
|
|
2
|
+
import type { RequestOptions } from "../types.js";
|
|
3
|
+
import type { Call } from "./_helpers.js";
|
|
8
4
|
export declare class ShoutNamespace {
|
|
9
5
|
private readonly call;
|
|
10
6
|
constructor(call: Call);
|
|
11
|
-
createShout
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
reason?: string;
|
|
21
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
22
|
-
removeShout<T = unknown>(params: {
|
|
23
|
-
id: string;
|
|
24
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
25
|
-
getShoutReplies<T = unknown>(params: UriPage, opts?: RequestOptions): Promise<T>;
|
|
26
|
-
getProfileShouts<T = unknown>(params: {
|
|
27
|
-
did: string;
|
|
28
|
-
limit?: number;
|
|
29
|
-
offset?: number;
|
|
30
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
31
|
-
getTrackShouts<T = unknown>(params: {
|
|
32
|
-
uri: string;
|
|
33
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
34
|
-
getArtistShouts<T = unknown>(params: UriPage, opts?: RequestOptions): Promise<T>;
|
|
35
|
-
getAlbumShouts<T = unknown>(params: UriPage, opts?: RequestOptions): Promise<T>;
|
|
7
|
+
createShout(input?: CreateShoutInput, opts?: RequestOptions): Promise<import("../generated/types.js").ShoutView>;
|
|
8
|
+
replyShout(input: ReplyShoutInput, opts?: RequestOptions): Promise<import("../generated/types.js").ShoutView>;
|
|
9
|
+
reportShout(input: ReportShoutInput, opts?: RequestOptions): Promise<import("../generated/types.js").ShoutView>;
|
|
10
|
+
removeShout(params: RemoveShoutParams, opts?: RequestOptions): Promise<import("../generated/types.js").ShoutView>;
|
|
11
|
+
getShoutReplies(params: GetShoutRepliesParams, opts?: RequestOptions): Promise<import("../generated/types.js").GetShoutRepliesOutput>;
|
|
12
|
+
getProfileShouts(params: GetProfileShoutsParams, opts?: RequestOptions): Promise<import("../generated/types.js").GetProfileShoutsOutput>;
|
|
13
|
+
getTrackShouts(params: GetTrackShoutsParams, opts?: RequestOptions): Promise<import("../generated/types.js").GetTrackShoutsOutput>;
|
|
14
|
+
getArtistShouts(params: GetArtistShoutsParams, opts?: RequestOptions): Promise<import("../generated/types.js").GetArtistShoutsOutput>;
|
|
15
|
+
getAlbumShouts(params: GetAlbumShoutsParams, opts?: RequestOptions): Promise<import("../generated/types.js").GetAlbumShoutsOutput>;
|
|
36
16
|
}
|
|
37
|
-
export {};
|
|
38
17
|
//# sourceMappingURL=shout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shout.d.ts","sourceRoot":"","sources":["../../src/namespaces/shout.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"shout.d.ts","sourceRoot":"","sources":["../../src/namespaces/shout.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EAChB,oBAAoB,EACpB,qBAAqB,EACrB,sBAAsB,EACtB,qBAAqB,EACrB,oBAAoB,EACpB,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EACjB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE1C,qBAAa,cAAc;IACb,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAAJ,IAAI,EAAE,IAAI;IAEvC,WAAW,CACT,KAAK,GAAE,gBAAqB,EAC5B,IAAI,CAAC,EAAE,cAAc;IASvB,UAAU,CACR,KAAK,EAAE,eAAe,EACtB,IAAI,CAAC,EAAE,cAAc;IASvB,WAAW,CACT,KAAK,EAAE,gBAAgB,EACvB,IAAI,CAAC,EAAE,cAAc;IASvB,WAAW,CAAC,MAAM,EAAE,iBAAiB,EAAE,IAAI,CAAC,EAAE,cAAc;IAQ5D,eAAe,CAAC,MAAM,EAAE,qBAAqB,EAAE,IAAI,CAAC,EAAE,cAAc;IAOpE,gBAAgB,CACd,MAAM,EAAE,sBAAsB,EAC9B,IAAI,CAAC,EAAE,cAAc;IAQvB,cAAc,CACZ,MAAM,EAAE,oBAAoB,EAC5B,IAAI,CAAC,EAAE,cAAc;IAQvB,eAAe,CAAC,MAAM,EAAE,qBAAqB,EAAE,IAAI,CAAC,EAAE,cAAc;IAOpE,cAAc,CAAC,MAAM,EAAE,oBAAoB,EAAE,IAAI,CAAC,EAAE,cAAc;CAMnE"}
|
|
@@ -1,48 +1,14 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { RequestOptions } from "../types";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
mbid?: string;
|
|
6
|
-
isrc?: string;
|
|
7
|
-
spotifyId?: string;
|
|
8
|
-
};
|
|
9
|
-
export type GetSongsParams = GetSongParams & {
|
|
10
|
-
limit?: number;
|
|
11
|
-
offset?: number;
|
|
12
|
-
genre?: string;
|
|
13
|
-
};
|
|
14
|
-
export type MatchSongParams = {
|
|
15
|
-
title: string;
|
|
16
|
-
artist: string;
|
|
17
|
-
mbId?: string;
|
|
18
|
-
isrc?: string;
|
|
19
|
-
};
|
|
20
|
-
export type CreateSongInput = {
|
|
21
|
-
title: string;
|
|
22
|
-
artist: string;
|
|
23
|
-
albumArtist: string;
|
|
24
|
-
album: string;
|
|
25
|
-
duration?: number;
|
|
26
|
-
mbId?: string;
|
|
27
|
-
isrc?: string;
|
|
28
|
-
albumArt?: string;
|
|
29
|
-
trackNumber?: number;
|
|
30
|
-
releaseDate?: string;
|
|
31
|
-
year?: number;
|
|
32
|
-
discNumber?: number;
|
|
33
|
-
lyrics?: string;
|
|
34
|
-
};
|
|
1
|
+
import type { CreateSongInput, GetSongParams, GetSongRecentListenersParams, GetSongsParams, MatchSongParams } from "../generated/types.js";
|
|
2
|
+
import type { RequestOptions } from "../types.js";
|
|
3
|
+
import type { Call } from "./_helpers.js";
|
|
4
|
+
export type { CreateSongInput, GetSongParams, GetSongRecentListenersParams, GetSongsParams, MatchSongParams, };
|
|
35
5
|
export declare class SongNamespace {
|
|
36
6
|
private readonly call;
|
|
37
7
|
constructor(call: Call);
|
|
38
|
-
getSong
|
|
39
|
-
getSongs
|
|
40
|
-
getSongRecentListeners
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
offset?: number;
|
|
44
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
45
|
-
matchSong<T = unknown>(params: MatchSongParams, opts?: RequestOptions): Promise<T>;
|
|
46
|
-
createSong<T = unknown>(input: CreateSongInput, opts?: RequestOptions): Promise<T>;
|
|
8
|
+
getSong(params: GetSongParams, opts?: RequestOptions): Promise<import("../generated/types.js").SongViewDetailed>;
|
|
9
|
+
getSongs(params?: GetSongsParams, opts?: RequestOptions): Promise<import("../generated/types.js").GetSongsOutput>;
|
|
10
|
+
getSongRecentListeners(params: GetSongRecentListenersParams, opts?: RequestOptions): Promise<import("../generated/types.js").GetSongRecentListenersOutput>;
|
|
11
|
+
matchSong(params: MatchSongParams, opts?: RequestOptions): Promise<import("../generated/types.js").SongViewDetailed>;
|
|
12
|
+
createSong(input: CreateSongInput, opts?: RequestOptions): Promise<import("../generated/types.js").SongViewDetailed>;
|
|
47
13
|
}
|
|
48
14
|
//# sourceMappingURL=song.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"song.d.ts","sourceRoot":"","sources":["../../src/namespaces/song.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"song.d.ts","sourceRoot":"","sources":["../../src/namespaces/song.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,aAAa,EACb,4BAA4B,EAC5B,cAAc,EACd,eAAe,EAChB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE1C,YAAY,EACV,eAAe,EACf,aAAa,EACb,4BAA4B,EAC5B,cAAc,EACd,eAAe,GAChB,CAAC;AAEF,qBAAa,aAAa;IACZ,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAAJ,IAAI,EAAE,IAAI;IAEvC,OAAO,CAAC,MAAM,EAAE,aAAa,EAAE,IAAI,CAAC,EAAE,cAAc;IAOpD,QAAQ,CAAC,MAAM,GAAE,cAAmB,EAAE,IAAI,CAAC,EAAE,cAAc;IAO3D,sBAAsB,CACpB,MAAM,EAAE,4BAA4B,EACpC,IAAI,CAAC,EAAE,cAAc;IAQvB,SAAS,CAAC,MAAM,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,cAAc;IAOxD,UAAU,CAAC,KAAK,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,cAAc;CAOzD"}
|
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { RequestOptions } from "../types";
|
|
1
|
+
import type { GetCurrentlyPlayingParams, SeekParams } from "../generated/types.js";
|
|
2
|
+
import type { RequestOptions } from "../types.js";
|
|
3
|
+
import type { Call } from "./_helpers.js";
|
|
3
4
|
export declare class SpotifyNamespace {
|
|
4
5
|
private readonly call;
|
|
5
6
|
constructor(call: Call);
|
|
6
|
-
getCurrentlyPlaying
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
previous<T = unknown>(opts?: RequestOptions): Promise<T>;
|
|
13
|
-
seek<T = unknown>(params: {
|
|
14
|
-
position: number;
|
|
15
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
7
|
+
getCurrentlyPlaying(params?: GetCurrentlyPlayingParams, opts?: RequestOptions): Promise<import("../generated/types.js").PlayerCurrentlyPlayingViewDetailed>;
|
|
8
|
+
play(opts?: RequestOptions): Promise<void>;
|
|
9
|
+
pause(opts?: RequestOptions): Promise<void>;
|
|
10
|
+
next(opts?: RequestOptions): Promise<void>;
|
|
11
|
+
previous(opts?: RequestOptions): Promise<void>;
|
|
12
|
+
seek(params: SeekParams, opts?: RequestOptions): Promise<void>;
|
|
16
13
|
}
|
|
17
14
|
//# sourceMappingURL=spotify.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spotify.d.ts","sourceRoot":"","sources":["../../src/namespaces/spotify.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"spotify.d.ts","sourceRoot":"","sources":["../../src/namespaces/spotify.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,yBAAyB,EACzB,UAAU,EACX,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE1C,qBAAa,gBAAgB;IACf,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAAJ,IAAI,EAAE,IAAI;IAEvC,mBAAmB,CACjB,MAAM,GAAE,yBAA8B,EACtC,IAAI,CAAC,EAAE,cAAc;IAQvB,IAAI,CAAC,IAAI,CAAC,EAAE,cAAc;IAO1B,KAAK,CAAC,IAAI,CAAC,EAAE,cAAc;IAO3B,IAAI,CAAC,IAAI,CAAC,EAAE,cAAc;IAO1B,QAAQ,CAAC,IAAI,CAAC,EAAE,cAAc;IAO9B,IAAI,CAAC,MAAM,EAAE,UAAU,EAAE,IAAI,CAAC,EAAE,cAAc;CAO/C"}
|
|
@@ -1,14 +1,10 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { RequestOptions } from "../types";
|
|
1
|
+
import type { GetStatsParams, GetWrappedParams } from "../generated/types.js";
|
|
2
|
+
import type { RequestOptions } from "../types.js";
|
|
3
|
+
import type { Call } from "./_helpers.js";
|
|
3
4
|
export declare class StatsNamespace {
|
|
4
5
|
private readonly call;
|
|
5
6
|
constructor(call: Call);
|
|
6
|
-
getStats
|
|
7
|
-
|
|
8
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
9
|
-
getWrapped<T = unknown>(params: {
|
|
10
|
-
did: string;
|
|
11
|
-
year?: number;
|
|
12
|
-
}, opts?: RequestOptions): Promise<T>;
|
|
7
|
+
getStats(params: GetStatsParams, opts?: RequestOptions): Promise<import("../generated/types.js").StatsView>;
|
|
8
|
+
getWrapped(params: GetWrappedParams, opts?: RequestOptions): Promise<import("../generated/types.js").StatsWrappedView>;
|
|
13
9
|
}
|
|
14
10
|
//# sourceMappingURL=stats.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stats.d.ts","sourceRoot":"","sources":["../../src/namespaces/stats.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"stats.d.ts","sourceRoot":"","sources":["../../src/namespaces/stats.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,cAAc,EACd,gBAAgB,EACjB,MAAM,uBAAuB,CAAC;AAC/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAE1C,qBAAa,cAAc;IACb,OAAO,CAAC,QAAQ,CAAC,IAAI;gBAAJ,IAAI,EAAE,IAAI;IAEvC,QAAQ,CAAC,MAAM,EAAE,cAAc,EAAE,IAAI,CAAC,EAAE,cAAc;IAOtD,UAAU,CACR,MAAM,EAAE,gBAAgB,EACxB,IAAI,CAAC,EAAE,cAAc;CAOxB"}
|