soundcloud-api-ts 1.11.3 → 1.13.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.
- package/AGENTS.md +6 -1
- package/README.md +127 -26
- package/dist/{chunk-HCEUCJMA.mjs → chunk-JH7TLL2C.mjs} +286 -9
- package/dist/chunk-JH7TLL2C.mjs.map +1 -0
- package/dist/{chunk-2747SK6H.js → chunk-VBDIRSOG.js} +290 -8
- package/dist/chunk-VBDIRSOG.js.map +1 -0
- package/dist/cli.js +6 -6
- package/dist/cli.mjs +1 -1
- package/dist/index-DX6Anc1-.d.mts +582 -0
- package/dist/index-DX6Anc1-.d.ts +582 -0
- package/dist/index.d.mts +310 -3
- package/dist/index.d.ts +310 -3
- package/dist/index.js +83 -63
- package/dist/index.mjs +1 -1
- package/dist/types/index.d.mts +1 -555
- package/dist/types/index.d.ts +1 -555
- package/llms.txt +45 -0
- package/package.json +4 -2
- package/dist/chunk-2747SK6H.js.map +0 -1
- package/dist/chunk-HCEUCJMA.mjs.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,257 +1,277 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkVBDIRSOG_js = require('./chunk-VBDIRSOG.js');
|
|
4
4
|
var chunkMLVA534Z_js = require('./chunk-MLVA534Z.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
Object.defineProperty(exports, "IMPLEMENTED_OPERATIONS", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkVBDIRSOG_js.IMPLEMENTED_OPERATIONS; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "InFlightDeduper", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkVBDIRSOG_js.InFlightDeduper; }
|
|
15
|
+
});
|
|
16
|
+
Object.defineProperty(exports, "RawClient", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return chunkVBDIRSOG_js.RawClient; }
|
|
19
|
+
});
|
|
8
20
|
Object.defineProperty(exports, "SoundCloudClient", {
|
|
9
21
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkVBDIRSOG_js.SoundCloudClient; }
|
|
11
23
|
});
|
|
12
24
|
Object.defineProperty(exports, "createPlaylist", {
|
|
13
25
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkVBDIRSOG_js.createPlaylist; }
|
|
15
27
|
});
|
|
16
28
|
Object.defineProperty(exports, "createTrackComment", {
|
|
17
29
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkVBDIRSOG_js.createTrackComment; }
|
|
19
31
|
});
|
|
20
32
|
Object.defineProperty(exports, "deletePlaylist", {
|
|
21
33
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkVBDIRSOG_js.deletePlaylist; }
|
|
23
35
|
});
|
|
24
36
|
Object.defineProperty(exports, "deleteTrack", {
|
|
25
37
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkVBDIRSOG_js.deleteTrack; }
|
|
27
39
|
});
|
|
28
40
|
Object.defineProperty(exports, "fetchAll", {
|
|
29
41
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkVBDIRSOG_js.fetchAll; }
|
|
31
43
|
});
|
|
32
44
|
Object.defineProperty(exports, "followUser", {
|
|
33
45
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkVBDIRSOG_js.followUser; }
|
|
35
47
|
});
|
|
36
48
|
Object.defineProperty(exports, "generateCodeChallenge", {
|
|
37
49
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkVBDIRSOG_js.generateCodeChallenge; }
|
|
39
51
|
});
|
|
40
52
|
Object.defineProperty(exports, "generateCodeVerifier", {
|
|
41
53
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkVBDIRSOG_js.generateCodeVerifier; }
|
|
43
55
|
});
|
|
44
56
|
Object.defineProperty(exports, "getAuthorizationUrl", {
|
|
45
57
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkVBDIRSOG_js.getAuthorizationUrl; }
|
|
47
59
|
});
|
|
48
60
|
Object.defineProperty(exports, "getClientToken", {
|
|
49
61
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkVBDIRSOG_js.getClientToken; }
|
|
51
63
|
});
|
|
52
64
|
Object.defineProperty(exports, "getFollowers", {
|
|
53
65
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkVBDIRSOG_js.getFollowers; }
|
|
55
67
|
});
|
|
56
68
|
Object.defineProperty(exports, "getFollowings", {
|
|
57
69
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkVBDIRSOG_js.getFollowings; }
|
|
59
71
|
});
|
|
60
72
|
Object.defineProperty(exports, "getMe", {
|
|
61
73
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkVBDIRSOG_js.getMe; }
|
|
63
75
|
});
|
|
64
76
|
Object.defineProperty(exports, "getMeActivities", {
|
|
65
77
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkVBDIRSOG_js.getMeActivities; }
|
|
67
79
|
});
|
|
68
80
|
Object.defineProperty(exports, "getMeActivitiesOwn", {
|
|
69
81
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
82
|
+
get: function () { return chunkVBDIRSOG_js.getMeActivitiesOwn; }
|
|
71
83
|
});
|
|
72
84
|
Object.defineProperty(exports, "getMeActivitiesTracks", {
|
|
73
85
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkVBDIRSOG_js.getMeActivitiesTracks; }
|
|
87
|
+
});
|
|
88
|
+
Object.defineProperty(exports, "getMeConnections", {
|
|
89
|
+
enumerable: true,
|
|
90
|
+
get: function () { return chunkVBDIRSOG_js.getMeConnections; }
|
|
75
91
|
});
|
|
76
92
|
Object.defineProperty(exports, "getMeFollowers", {
|
|
77
93
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkVBDIRSOG_js.getMeFollowers; }
|
|
79
95
|
});
|
|
80
96
|
Object.defineProperty(exports, "getMeFollowings", {
|
|
81
97
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkVBDIRSOG_js.getMeFollowings; }
|
|
83
99
|
});
|
|
84
100
|
Object.defineProperty(exports, "getMeFollowingsTracks", {
|
|
85
101
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkVBDIRSOG_js.getMeFollowingsTracks; }
|
|
87
103
|
});
|
|
88
104
|
Object.defineProperty(exports, "getMeLikesPlaylists", {
|
|
89
105
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkVBDIRSOG_js.getMeLikesPlaylists; }
|
|
91
107
|
});
|
|
92
108
|
Object.defineProperty(exports, "getMeLikesTracks", {
|
|
93
109
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunkVBDIRSOG_js.getMeLikesTracks; }
|
|
95
111
|
});
|
|
96
112
|
Object.defineProperty(exports, "getMePlaylists", {
|
|
97
113
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunkVBDIRSOG_js.getMePlaylists; }
|
|
99
115
|
});
|
|
100
116
|
Object.defineProperty(exports, "getMeTracks", {
|
|
101
117
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
118
|
+
get: function () { return chunkVBDIRSOG_js.getMeTracks; }
|
|
103
119
|
});
|
|
104
120
|
Object.defineProperty(exports, "getPlaylist", {
|
|
105
121
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunkVBDIRSOG_js.getPlaylist; }
|
|
107
123
|
});
|
|
108
124
|
Object.defineProperty(exports, "getPlaylistReposts", {
|
|
109
125
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunkVBDIRSOG_js.getPlaylistReposts; }
|
|
111
127
|
});
|
|
112
128
|
Object.defineProperty(exports, "getPlaylistTracks", {
|
|
113
129
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunkVBDIRSOG_js.getPlaylistTracks; }
|
|
115
131
|
});
|
|
116
132
|
Object.defineProperty(exports, "getRelatedTracks", {
|
|
117
133
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunkVBDIRSOG_js.getRelatedTracks; }
|
|
119
135
|
});
|
|
120
136
|
Object.defineProperty(exports, "getSoundCloudWidgetUrl", {
|
|
121
137
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunkVBDIRSOG_js.getSoundCloudWidgetUrl; }
|
|
123
139
|
});
|
|
124
140
|
Object.defineProperty(exports, "getTrack", {
|
|
125
141
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
142
|
+
get: function () { return chunkVBDIRSOG_js.getTrack; }
|
|
127
143
|
});
|
|
128
144
|
Object.defineProperty(exports, "getTrackComments", {
|
|
129
145
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunkVBDIRSOG_js.getTrackComments; }
|
|
131
147
|
});
|
|
132
148
|
Object.defineProperty(exports, "getTrackLikes", {
|
|
133
149
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunkVBDIRSOG_js.getTrackLikes; }
|
|
135
151
|
});
|
|
136
152
|
Object.defineProperty(exports, "getTrackReposts", {
|
|
137
153
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunkVBDIRSOG_js.getTrackReposts; }
|
|
139
155
|
});
|
|
140
156
|
Object.defineProperty(exports, "getTrackStreams", {
|
|
141
157
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunkVBDIRSOG_js.getTrackStreams; }
|
|
159
|
+
});
|
|
160
|
+
Object.defineProperty(exports, "getTracks", {
|
|
161
|
+
enumerable: true,
|
|
162
|
+
get: function () { return chunkVBDIRSOG_js.getTracks; }
|
|
143
163
|
});
|
|
144
164
|
Object.defineProperty(exports, "getUser", {
|
|
145
165
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
166
|
+
get: function () { return chunkVBDIRSOG_js.getUser; }
|
|
147
167
|
});
|
|
148
168
|
Object.defineProperty(exports, "getUserLikesPlaylists", {
|
|
149
169
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
170
|
+
get: function () { return chunkVBDIRSOG_js.getUserLikesPlaylists; }
|
|
151
171
|
});
|
|
152
172
|
Object.defineProperty(exports, "getUserLikesTracks", {
|
|
153
173
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunkVBDIRSOG_js.getUserLikesTracks; }
|
|
155
175
|
});
|
|
156
176
|
Object.defineProperty(exports, "getUserPlaylists", {
|
|
157
177
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
178
|
+
get: function () { return chunkVBDIRSOG_js.getUserPlaylists; }
|
|
159
179
|
});
|
|
160
180
|
Object.defineProperty(exports, "getUserToken", {
|
|
161
181
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
182
|
+
get: function () { return chunkVBDIRSOG_js.getUserToken; }
|
|
163
183
|
});
|
|
164
184
|
Object.defineProperty(exports, "getUserTracks", {
|
|
165
185
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunkVBDIRSOG_js.getUserTracks; }
|
|
167
187
|
});
|
|
168
188
|
Object.defineProperty(exports, "getUserWebProfiles", {
|
|
169
189
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunkVBDIRSOG_js.getUserWebProfiles; }
|
|
171
191
|
});
|
|
172
192
|
Object.defineProperty(exports, "likePlaylist", {
|
|
173
193
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunkVBDIRSOG_js.likePlaylist; }
|
|
175
195
|
});
|
|
176
196
|
Object.defineProperty(exports, "likeTrack", {
|
|
177
197
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunkVBDIRSOG_js.likeTrack; }
|
|
179
199
|
});
|
|
180
200
|
Object.defineProperty(exports, "paginate", {
|
|
181
201
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunkVBDIRSOG_js.paginate; }
|
|
183
203
|
});
|
|
184
204
|
Object.defineProperty(exports, "paginateItems", {
|
|
185
205
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunkVBDIRSOG_js.paginateItems; }
|
|
187
207
|
});
|
|
188
208
|
Object.defineProperty(exports, "refreshUserToken", {
|
|
189
209
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunkVBDIRSOG_js.refreshUserToken; }
|
|
191
211
|
});
|
|
192
212
|
Object.defineProperty(exports, "repostPlaylist", {
|
|
193
213
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunkVBDIRSOG_js.repostPlaylist; }
|
|
195
215
|
});
|
|
196
216
|
Object.defineProperty(exports, "repostTrack", {
|
|
197
217
|
enumerable: true,
|
|
198
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunkVBDIRSOG_js.repostTrack; }
|
|
199
219
|
});
|
|
200
220
|
Object.defineProperty(exports, "resolveUrl", {
|
|
201
221
|
enumerable: true,
|
|
202
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunkVBDIRSOG_js.resolveUrl; }
|
|
203
223
|
});
|
|
204
224
|
Object.defineProperty(exports, "scFetch", {
|
|
205
225
|
enumerable: true,
|
|
206
|
-
get: function () { return
|
|
226
|
+
get: function () { return chunkVBDIRSOG_js.scFetch; }
|
|
207
227
|
});
|
|
208
228
|
Object.defineProperty(exports, "scFetchUrl", {
|
|
209
229
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
230
|
+
get: function () { return chunkVBDIRSOG_js.scFetchUrl; }
|
|
211
231
|
});
|
|
212
232
|
Object.defineProperty(exports, "searchPlaylists", {
|
|
213
233
|
enumerable: true,
|
|
214
|
-
get: function () { return
|
|
234
|
+
get: function () { return chunkVBDIRSOG_js.searchPlaylists; }
|
|
215
235
|
});
|
|
216
236
|
Object.defineProperty(exports, "searchTracks", {
|
|
217
237
|
enumerable: true,
|
|
218
|
-
get: function () { return
|
|
238
|
+
get: function () { return chunkVBDIRSOG_js.searchTracks; }
|
|
219
239
|
});
|
|
220
240
|
Object.defineProperty(exports, "searchUsers", {
|
|
221
241
|
enumerable: true,
|
|
222
|
-
get: function () { return
|
|
242
|
+
get: function () { return chunkVBDIRSOG_js.searchUsers; }
|
|
223
243
|
});
|
|
224
244
|
Object.defineProperty(exports, "signOut", {
|
|
225
245
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
246
|
+
get: function () { return chunkVBDIRSOG_js.signOut; }
|
|
227
247
|
});
|
|
228
248
|
Object.defineProperty(exports, "unfollowUser", {
|
|
229
249
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
250
|
+
get: function () { return chunkVBDIRSOG_js.unfollowUser; }
|
|
231
251
|
});
|
|
232
252
|
Object.defineProperty(exports, "unlikePlaylist", {
|
|
233
253
|
enumerable: true,
|
|
234
|
-
get: function () { return
|
|
254
|
+
get: function () { return chunkVBDIRSOG_js.unlikePlaylist; }
|
|
235
255
|
});
|
|
236
256
|
Object.defineProperty(exports, "unlikeTrack", {
|
|
237
257
|
enumerable: true,
|
|
238
|
-
get: function () { return
|
|
258
|
+
get: function () { return chunkVBDIRSOG_js.unlikeTrack; }
|
|
239
259
|
});
|
|
240
260
|
Object.defineProperty(exports, "unrepostPlaylist", {
|
|
241
261
|
enumerable: true,
|
|
242
|
-
get: function () { return
|
|
262
|
+
get: function () { return chunkVBDIRSOG_js.unrepostPlaylist; }
|
|
243
263
|
});
|
|
244
264
|
Object.defineProperty(exports, "unrepostTrack", {
|
|
245
265
|
enumerable: true,
|
|
246
|
-
get: function () { return
|
|
266
|
+
get: function () { return chunkVBDIRSOG_js.unrepostTrack; }
|
|
247
267
|
});
|
|
248
268
|
Object.defineProperty(exports, "updatePlaylist", {
|
|
249
269
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
270
|
+
get: function () { return chunkVBDIRSOG_js.updatePlaylist; }
|
|
251
271
|
});
|
|
252
272
|
Object.defineProperty(exports, "updateTrack", {
|
|
253
273
|
enumerable: true,
|
|
254
|
-
get: function () { return
|
|
274
|
+
get: function () { return chunkVBDIRSOG_js.updateTrack; }
|
|
255
275
|
});
|
|
256
276
|
Object.defineProperty(exports, "SoundCloudError", {
|
|
257
277
|
enumerable: true,
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { SoundCloudClient, createPlaylist, createTrackComment, deletePlaylist, deleteTrack, fetchAll, followUser, generateCodeChallenge, generateCodeVerifier, getAuthorizationUrl, getClientToken, getFollowers, getFollowings, getMe, getMeActivities, getMeActivitiesOwn, getMeActivitiesTracks, getMeFollowers, getMeFollowings, getMeFollowingsTracks, getMeLikesPlaylists, getMeLikesTracks, getMePlaylists, getMeTracks, getPlaylist, getPlaylistReposts, getPlaylistTracks, getRelatedTracks, getSoundCloudWidgetUrl, getTrack, getTrackComments, getTrackLikes, getTrackReposts, getTrackStreams, getUser, getUserLikesPlaylists, getUserLikesTracks, getUserPlaylists, getUserToken, getUserTracks, getUserWebProfiles, likePlaylist, likeTrack, paginate, paginateItems, refreshUserToken, repostPlaylist, repostTrack, resolveUrl, scFetch, scFetchUrl, searchPlaylists, searchTracks, searchUsers, signOut, unfollowUser, unlikePlaylist, unlikeTrack, unrepostPlaylist, unrepostTrack, updatePlaylist, updateTrack } from './chunk-
|
|
1
|
+
export { IMPLEMENTED_OPERATIONS, InFlightDeduper, RawClient, SoundCloudClient, createPlaylist, createTrackComment, deletePlaylist, deleteTrack, fetchAll, followUser, generateCodeChallenge, generateCodeVerifier, getAuthorizationUrl, getClientToken, getFollowers, getFollowings, getMe, getMeActivities, getMeActivitiesOwn, getMeActivitiesTracks, getMeConnections, getMeFollowers, getMeFollowings, getMeFollowingsTracks, getMeLikesPlaylists, getMeLikesTracks, getMePlaylists, getMeTracks, getPlaylist, getPlaylistReposts, getPlaylistTracks, getRelatedTracks, getSoundCloudWidgetUrl, getTrack, getTrackComments, getTrackLikes, getTrackReposts, getTrackStreams, getTracks, getUser, getUserLikesPlaylists, getUserLikesTracks, getUserPlaylists, getUserToken, getUserTracks, getUserWebProfiles, likePlaylist, likeTrack, paginate, paginateItems, refreshUserToken, repostPlaylist, repostTrack, resolveUrl, scFetch, scFetchUrl, searchPlaylists, searchTracks, searchUsers, signOut, unfollowUser, unlikePlaylist, unlikeTrack, unrepostPlaylist, unrepostTrack, updatePlaylist, updateTrack } from './chunk-JH7TLL2C.mjs';
|
|
2
2
|
export { SoundCloudError } from './chunk-QYYEWUIJ.mjs';
|
|
3
3
|
//# sourceMappingURL=index.mjs.map
|
|
4
4
|
//# sourceMappingURL=index.mjs.map
|