n8n-nodes-base 1.74.1 → 1.75.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.
Files changed (39) hide show
  1. package/dist/build.tsbuildinfo +1 -1
  2. package/dist/nodes/DateTime/V1/DateTimeV1.node.js +1 -1
  3. package/dist/nodes/DateTime/V1/DateTimeV1.node.js.map +1 -1
  4. package/dist/nodes/DateTime/V2/AddToDateDescription.js +1 -1
  5. package/dist/nodes/DateTime/V2/AddToDateDescription.js.map +1 -1
  6. package/dist/nodes/DateTime/V2/CurrentDateDescription.js +1 -1
  7. package/dist/nodes/DateTime/V2/CurrentDateDescription.js.map +1 -1
  8. package/dist/nodes/DateTime/V2/ExtractDateDescription.js +1 -1
  9. package/dist/nodes/DateTime/V2/ExtractDateDescription.js.map +1 -1
  10. package/dist/nodes/DateTime/V2/FormatDateDescription.js +1 -1
  11. package/dist/nodes/DateTime/V2/FormatDateDescription.js.map +1 -1
  12. package/dist/nodes/DateTime/V2/RoundDateDescription.js +1 -1
  13. package/dist/nodes/DateTime/V2/RoundDateDescription.js.map +1 -1
  14. package/dist/nodes/DateTime/V2/SubtractFromDateDescription.js +1 -1
  15. package/dist/nodes/DateTime/V2/SubtractFromDateDescription.js.map +1 -1
  16. package/dist/nodes/Google/Calendar/CalendarDescription.js +32 -0
  17. package/dist/nodes/Google/Calendar/CalendarDescription.js.map +1 -1
  18. package/dist/nodes/Google/Calendar/EventDescription.js +148 -9
  19. package/dist/nodes/Google/Calendar/EventDescription.js.map +1 -1
  20. package/dist/nodes/Google/Calendar/EventInterface.d.ts +7 -0
  21. package/dist/nodes/Google/Calendar/GenericFunctions.d.ts +23 -9
  22. package/dist/nodes/Google/Calendar/GenericFunctions.js +79 -17
  23. package/dist/nodes/Google/Calendar/GenericFunctions.js.map +1 -1
  24. package/dist/nodes/Google/Calendar/GoogleCalendar.node.js +114 -13
  25. package/dist/nodes/Google/Calendar/GoogleCalendar.node.js.map +1 -1
  26. package/dist/nodes/Google/Calendar/GoogleCalendar.node.json +1 -1
  27. package/dist/nodes/Spotify/GenericFunctions.js +2 -2
  28. package/dist/nodes/Spotify/GenericFunctions.js.map +1 -1
  29. package/dist/nodes/Spotify/Spotify.node.js +3 -0
  30. package/dist/nodes/Spotify/Spotify.node.js.map +1 -1
  31. package/dist/nodes/Spotify/__tests__/workflow/Spotify.workflow.json +5941 -0
  32. package/dist/nodes/Spotify/__tests__/workflow/apiResponses.d.ts +211 -0
  33. package/dist/nodes/Spotify/__tests__/workflow/apiResponses.js +1145 -0
  34. package/dist/nodes/Spotify/__tests__/workflow/apiResponses.js.map +1 -0
  35. package/dist/types/nodes.json +4 -4
  36. package/dist/utils/utilities.d.ts +1 -0
  37. package/dist/utils/utilities.js +26 -0
  38. package/dist/utils/utilities.js.map +1 -1
  39. package/package.json +5 -5
@@ -0,0 +1,1145 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.getAlbum = exports.getArtist = exports.getAlbumTracks = exports.getNewReleases = exports.searchForAlbum = void 0;
4
+ const available_markets = [
5
+ 'AR',
6
+ 'AU',
7
+ 'AT',
8
+ 'BE',
9
+ 'BO',
10
+ 'BR',
11
+ 'BG',
12
+ 'CA',
13
+ 'CL',
14
+ 'CO',
15
+ 'CR',
16
+ 'CY',
17
+ 'CZ',
18
+ 'DK',
19
+ 'DO',
20
+ 'DE',
21
+ 'EC',
22
+ 'EE',
23
+ 'SV',
24
+ 'FI',
25
+ 'FR',
26
+ 'GR',
27
+ 'GT',
28
+ 'HN',
29
+ 'HK',
30
+ 'HU',
31
+ 'IS',
32
+ 'IE',
33
+ 'IT',
34
+ 'LV',
35
+ 'LT',
36
+ 'LU',
37
+ 'MY',
38
+ 'MT',
39
+ 'MX',
40
+ 'NL',
41
+ 'NZ',
42
+ 'NI',
43
+ 'NO',
44
+ 'PA',
45
+ 'PY',
46
+ 'PE',
47
+ 'PH',
48
+ 'PL',
49
+ 'PT',
50
+ 'SG',
51
+ 'SK',
52
+ 'ES',
53
+ 'SE',
54
+ 'CH',
55
+ 'TW',
56
+ 'TR',
57
+ 'UY',
58
+ 'US',
59
+ 'GB',
60
+ 'AD',
61
+ 'LI',
62
+ 'MC',
63
+ 'ID',
64
+ 'JP',
65
+ 'TH',
66
+ 'VN',
67
+ 'RO',
68
+ 'IL',
69
+ 'ZA',
70
+ 'SA',
71
+ 'AE',
72
+ 'BH',
73
+ 'QA',
74
+ 'OM',
75
+ 'KW',
76
+ 'EG',
77
+ 'MA',
78
+ 'DZ',
79
+ 'TN',
80
+ 'LB',
81
+ 'JO',
82
+ 'PS',
83
+ 'IN',
84
+ 'KZ',
85
+ 'MD',
86
+ 'UA',
87
+ 'AL',
88
+ 'BA',
89
+ 'HR',
90
+ 'ME',
91
+ 'MK',
92
+ 'RS',
93
+ 'SI',
94
+ 'KR',
95
+ 'BD',
96
+ 'PK',
97
+ 'LK',
98
+ 'GH',
99
+ 'KE',
100
+ 'NG',
101
+ 'TZ',
102
+ 'UG',
103
+ 'AG',
104
+ 'AM',
105
+ 'BS',
106
+ 'BB',
107
+ 'BZ',
108
+ 'BT',
109
+ 'BW',
110
+ 'BF',
111
+ 'CV',
112
+ 'CW',
113
+ 'DM',
114
+ 'FJ',
115
+ 'GM',
116
+ 'GE',
117
+ 'GD',
118
+ 'GW',
119
+ 'GY',
120
+ 'HT',
121
+ 'JM',
122
+ 'KI',
123
+ 'LS',
124
+ 'LR',
125
+ 'MW',
126
+ 'MV',
127
+ 'ML',
128
+ 'MH',
129
+ 'FM',
130
+ 'NA',
131
+ 'NR',
132
+ 'NE',
133
+ 'PW',
134
+ 'PG',
135
+ 'PR',
136
+ 'WS',
137
+ 'SM',
138
+ 'ST',
139
+ 'SN',
140
+ 'SC',
141
+ 'SL',
142
+ 'SB',
143
+ 'KN',
144
+ 'LC',
145
+ 'VC',
146
+ 'SR',
147
+ 'TL',
148
+ 'TO',
149
+ 'TT',
150
+ 'TV',
151
+ 'VU',
152
+ 'AZ',
153
+ 'BN',
154
+ 'BI',
155
+ 'KH',
156
+ 'CM',
157
+ 'TD',
158
+ 'KM',
159
+ 'GQ',
160
+ 'SZ',
161
+ 'GA',
162
+ 'GN',
163
+ 'KG',
164
+ 'LA',
165
+ 'MO',
166
+ 'MR',
167
+ 'MN',
168
+ 'NP',
169
+ 'RW',
170
+ 'TG',
171
+ 'UZ',
172
+ 'ZW',
173
+ 'BJ',
174
+ 'MG',
175
+ 'MU',
176
+ 'MZ',
177
+ 'AO',
178
+ 'CI',
179
+ 'DJ',
180
+ 'ZM',
181
+ 'CD',
182
+ 'CG',
183
+ 'IQ',
184
+ 'LY',
185
+ 'TJ',
186
+ 'VE',
187
+ 'ET',
188
+ 'XK',
189
+ ];
190
+ exports.searchForAlbum = {
191
+ albums: {
192
+ href: 'https://api.spotify.com/v1/search?offset=0&limit=2&query=From%20Xero&type=album&locale=en-GB,en-US;q%3D0.9,en;q%3D0.8',
193
+ limit: 2,
194
+ next: 'https://api.spotify.com/v1/search?offset=2&limit=2&query=From%20Xero&type=album&locale=en-GB,en-US;q%3D0.9,en;q%3D0.8',
195
+ offset: 0,
196
+ previous: null,
197
+ total: 787,
198
+ items: [
199
+ {
200
+ album_type: 'album',
201
+ total_tracks: 11,
202
+ available_markets,
203
+ external_urls: {
204
+ spotify: 'https://open.spotify.com/album/4R6FV9NSzhPihHR0h4pI93',
205
+ },
206
+ href: 'https://api.spotify.com/v1/albums/4R6FV9NSzhPihHR0h4pI93',
207
+ id: '4R6FV9NSzhPihHR0h4pI93',
208
+ images: [
209
+ {
210
+ height: 640,
211
+ url: 'https://i.scdn.co/image/ab67616d0000b273b11a5489e8cb11dd22b930a0',
212
+ width: 640,
213
+ },
214
+ {
215
+ height: 300,
216
+ url: 'https://i.scdn.co/image/ab67616d00001e02b11a5489e8cb11dd22b930a0',
217
+ width: 300,
218
+ },
219
+ {
220
+ height: 64,
221
+ url: 'https://i.scdn.co/image/ab67616d00004851b11a5489e8cb11dd22b930a0',
222
+ width: 64,
223
+ },
224
+ ],
225
+ name: 'From Zero',
226
+ release_date: '2024-11-15',
227
+ release_date_precision: 'day',
228
+ type: 'album',
229
+ uri: 'spotify:album:4R6FV9NSzhPihHR0h4pI93',
230
+ artists: [
231
+ {
232
+ external_urls: {
233
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
234
+ },
235
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
236
+ id: '6XyY86QOPPrYVGvF9ch6wz',
237
+ name: 'Linkin Park',
238
+ type: 'artist',
239
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
240
+ },
241
+ ],
242
+ },
243
+ {
244
+ album_type: 'single',
245
+ total_tracks: 3,
246
+ available_markets: [
247
+ ...available_markets.slice(0, 79),
248
+ 'BY',
249
+ ...available_markets.slice(79),
250
+ ],
251
+ external_urls: {
252
+ spotify: 'https://open.spotify.com/album/5v5KesD6W6Ptlid6iyGxSq',
253
+ },
254
+ href: 'https://api.spotify.com/v1/albums/5v5KesD6W6Ptlid6iyGxSq',
255
+ id: '5v5KesD6W6Ptlid6iyGxSq',
256
+ images: [
257
+ {
258
+ height: 640,
259
+ url: 'https://i.scdn.co/image/ab67616d0000b273b554768192043c597c31133a',
260
+ width: 640,
261
+ },
262
+ {
263
+ height: 300,
264
+ url: 'https://i.scdn.co/image/ab67616d00001e02b554768192043c597c31133a',
265
+ width: 300,
266
+ },
267
+ {
268
+ height: 64,
269
+ url: 'https://i.scdn.co/image/ab67616d00004851b554768192043c597c31133a',
270
+ width: 64,
271
+ },
272
+ ],
273
+ name: 'From Xero',
274
+ release_date: '2021-11-15',
275
+ release_date_precision: 'day',
276
+ type: 'album',
277
+ uri: 'spotify:album:5v5KesD6W6Ptlid6iyGxSq',
278
+ artists: [
279
+ {
280
+ external_urls: {
281
+ spotify: 'https://open.spotify.com/artist/1EGVsuJeCpKQf69Io9kz1T',
282
+ },
283
+ href: 'https://api.spotify.com/v1/artists/1EGVsuJeCpKQf69Io9kz1T',
284
+ id: '1EGVsuJeCpKQf69Io9kz1T',
285
+ name: 'HJY',
286
+ type: 'artist',
287
+ uri: 'spotify:artist:1EGVsuJeCpKQf69Io9kz1T',
288
+ },
289
+ ],
290
+ },
291
+ ],
292
+ },
293
+ };
294
+ exports.getNewReleases = {
295
+ albums: {
296
+ href: 'https://api.spotify.com/v1/browse/new-releases?offset=0&limit=2&locale=en-GB,en-US;q%3D0.9,en;q%3D0.8',
297
+ items: [
298
+ {
299
+ album_type: 'album',
300
+ artists: [
301
+ {
302
+ external_urls: {
303
+ spotify: 'https://open.spotify.com/artist/3eVa5w3URK5duf6eyVDbu9',
304
+ },
305
+ href: 'https://api.spotify.com/v1/artists/3eVa5w3URK5duf6eyVDbu9',
306
+ id: '3eVa5w3URK5duf6eyVDbu9',
307
+ name: 'ROSÉ',
308
+ type: 'artist',
309
+ uri: 'spotify:artist:3eVa5w3URK5duf6eyVDbu9',
310
+ },
311
+ ],
312
+ available_markets: available_markets.filter((market) => market !== 'KR'),
313
+ external_urls: {
314
+ spotify: 'https://open.spotify.com/album/7kFyd5oyJdVX2pIi6P4iHE',
315
+ },
316
+ href: 'https://api.spotify.com/v1/albums/7kFyd5oyJdVX2pIi6P4iHE',
317
+ id: '7kFyd5oyJdVX2pIi6P4iHE',
318
+ images: [
319
+ {
320
+ height: 300,
321
+ url: 'https://i.scdn.co/image/ab67616d00001e025074bd0894cb1340b8d8a678',
322
+ width: 300,
323
+ },
324
+ {
325
+ height: 64,
326
+ url: 'https://i.scdn.co/image/ab67616d000048515074bd0894cb1340b8d8a678',
327
+ width: 64,
328
+ },
329
+ {
330
+ height: 640,
331
+ url: 'https://i.scdn.co/image/ab67616d0000b2735074bd0894cb1340b8d8a678',
332
+ width: 640,
333
+ },
334
+ ],
335
+ name: 'rosie',
336
+ release_date: '2024-12-06',
337
+ release_date_precision: 'day',
338
+ total_tracks: 12,
339
+ type: 'album',
340
+ uri: 'spotify:album:7kFyd5oyJdVX2pIi6P4iHE',
341
+ },
342
+ {
343
+ album_type: 'album',
344
+ artists: [
345
+ {
346
+ external_urls: {
347
+ spotify: 'https://open.spotify.com/artist/2FXC3k01G6Gw61bmprjgqS',
348
+ },
349
+ href: 'https://api.spotify.com/v1/artists/2FXC3k01G6Gw61bmprjgqS',
350
+ id: '2FXC3k01G6Gw61bmprjgqS',
351
+ name: 'Hozier',
352
+ type: 'artist',
353
+ uri: 'spotify:artist:2FXC3k01G6Gw61bmprjgqS',
354
+ },
355
+ ],
356
+ available_markets: ['AU', 'CA', 'PR', 'US'],
357
+ external_urls: {
358
+ spotify: 'https://open.spotify.com/album/10MWtR7jwqRTLQAvmTU7uQ',
359
+ },
360
+ href: 'https://api.spotify.com/v1/albums/10MWtR7jwqRTLQAvmTU7uQ',
361
+ id: '10MWtR7jwqRTLQAvmTU7uQ',
362
+ images: [
363
+ {
364
+ height: 300,
365
+ url: 'https://i.scdn.co/image/ab67616d00001e028044f38f15837e87e2b65222',
366
+ width: 300,
367
+ },
368
+ {
369
+ height: 64,
370
+ url: 'https://i.scdn.co/image/ab67616d000048518044f38f15837e87e2b65222',
371
+ width: 64,
372
+ },
373
+ {
374
+ height: 640,
375
+ url: 'https://i.scdn.co/image/ab67616d0000b2738044f38f15837e87e2b65222',
376
+ width: 640,
377
+ },
378
+ ],
379
+ name: 'Unreal Unearth: Unending',
380
+ release_date: '2024-12-06',
381
+ release_date_precision: 'day',
382
+ total_tracks: 26,
383
+ type: 'album',
384
+ uri: 'spotify:album:10MWtR7jwqRTLQAvmTU7uQ',
385
+ },
386
+ ],
387
+ limit: 2,
388
+ next: 'https://api.spotify.com/v1/browse/new-releases?offset=2&limit=2&locale=en-GB,en-US;q%3D0.9,en;q%3D0.8',
389
+ offset: 0,
390
+ previous: null,
391
+ total: 100,
392
+ },
393
+ };
394
+ exports.getAlbumTracks = {
395
+ href: 'https://api.spotify.com/v1/albums/4R6FV9NSzhPihHR0h4pI93/tracks?offset=0&limit=20',
396
+ items: [
397
+ {
398
+ artists: [
399
+ {
400
+ external_urls: {
401
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
402
+ },
403
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
404
+ id: '6XyY86QOPPrYVGvF9ch6wz',
405
+ name: 'Linkin Park',
406
+ type: 'artist',
407
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
408
+ },
409
+ ],
410
+ available_markets,
411
+ disc_number: 1,
412
+ duration_ms: 22174,
413
+ explicit: false,
414
+ external_urls: {
415
+ spotify: 'https://open.spotify.com/track/1uhces29ApKuQWFdpiUsvH',
416
+ },
417
+ href: 'https://api.spotify.com/v1/tracks/1uhces29ApKuQWFdpiUsvH',
418
+ id: '1uhces29ApKuQWFdpiUsvH',
419
+ name: 'From Zero (Intro)',
420
+ preview_url: null,
421
+ track_number: 1,
422
+ type: 'track',
423
+ uri: 'spotify:track:1uhces29ApKuQWFdpiUsvH',
424
+ is_local: false,
425
+ },
426
+ {
427
+ artists: [
428
+ {
429
+ external_urls: {
430
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
431
+ },
432
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
433
+ id: '6XyY86QOPPrYVGvF9ch6wz',
434
+ name: 'Linkin Park',
435
+ type: 'artist',
436
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
437
+ },
438
+ ],
439
+ available_markets,
440
+ disc_number: 1,
441
+ duration_ms: 190427,
442
+ explicit: true,
443
+ external_urls: {
444
+ spotify: 'https://open.spotify.com/track/1EDPVGbyPKJPeGqATwXZvN',
445
+ },
446
+ href: 'https://api.spotify.com/v1/tracks/1EDPVGbyPKJPeGqATwXZvN',
447
+ id: '1EDPVGbyPKJPeGqATwXZvN',
448
+ name: 'The Emptiness Machine',
449
+ preview_url: null,
450
+ track_number: 2,
451
+ type: 'track',
452
+ uri: 'spotify:track:1EDPVGbyPKJPeGqATwXZvN',
453
+ is_local: false,
454
+ },
455
+ {
456
+ artists: [
457
+ {
458
+ external_urls: {
459
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
460
+ },
461
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
462
+ id: '6XyY86QOPPrYVGvF9ch6wz',
463
+ name: 'Linkin Park',
464
+ type: 'artist',
465
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
466
+ },
467
+ ],
468
+ available_markets,
469
+ disc_number: 1,
470
+ duration_ms: 228606,
471
+ explicit: false,
472
+ external_urls: {
473
+ spotify: 'https://open.spotify.com/track/5mFZipkX1HZ4Idz5LOWpzq',
474
+ },
475
+ href: 'https://api.spotify.com/v1/tracks/5mFZipkX1HZ4Idz5LOWpzq',
476
+ id: '5mFZipkX1HZ4Idz5LOWpzq',
477
+ name: 'Cut the Bridge',
478
+ preview_url: null,
479
+ track_number: 3,
480
+ type: 'track',
481
+ uri: 'spotify:track:5mFZipkX1HZ4Idz5LOWpzq',
482
+ is_local: false,
483
+ },
484
+ {
485
+ artists: [
486
+ {
487
+ external_urls: {
488
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
489
+ },
490
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
491
+ id: '6XyY86QOPPrYVGvF9ch6wz',
492
+ name: 'Linkin Park',
493
+ type: 'artist',
494
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
495
+ },
496
+ ],
497
+ available_markets,
498
+ disc_number: 1,
499
+ duration_ms: 167012,
500
+ explicit: false,
501
+ external_urls: {
502
+ spotify: 'https://open.spotify.com/track/2HBBM75Xv3o2Mqdyh1NcM0',
503
+ },
504
+ href: 'https://api.spotify.com/v1/tracks/2HBBM75Xv3o2Mqdyh1NcM0',
505
+ id: '2HBBM75Xv3o2Mqdyh1NcM0',
506
+ name: 'Heavy Is the Crown',
507
+ preview_url: null,
508
+ track_number: 4,
509
+ type: 'track',
510
+ uri: 'spotify:track:2HBBM75Xv3o2Mqdyh1NcM0',
511
+ is_local: false,
512
+ },
513
+ {
514
+ artists: [
515
+ {
516
+ external_urls: {
517
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
518
+ },
519
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
520
+ id: '6XyY86QOPPrYVGvF9ch6wz',
521
+ name: 'Linkin Park',
522
+ type: 'artist',
523
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
524
+ },
525
+ ],
526
+ available_markets,
527
+ disc_number: 1,
528
+ duration_ms: 170445,
529
+ explicit: false,
530
+ external_urls: {
531
+ spotify: 'https://open.spotify.com/track/3k4gjmYNJugQRlh2aounZ9',
532
+ },
533
+ href: 'https://api.spotify.com/v1/tracks/3k4gjmYNJugQRlh2aounZ9',
534
+ id: '3k4gjmYNJugQRlh2aounZ9',
535
+ name: 'Over Each Other',
536
+ preview_url: null,
537
+ track_number: 5,
538
+ type: 'track',
539
+ uri: 'spotify:track:3k4gjmYNJugQRlh2aounZ9',
540
+ is_local: false,
541
+ },
542
+ {
543
+ artists: [
544
+ {
545
+ external_urls: {
546
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
547
+ },
548
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
549
+ id: '6XyY86QOPPrYVGvF9ch6wz',
550
+ name: 'Linkin Park',
551
+ type: 'artist',
552
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
553
+ },
554
+ ],
555
+ available_markets,
556
+ disc_number: 1,
557
+ duration_ms: 140915,
558
+ explicit: false,
559
+ external_urls: {
560
+ spotify: 'https://open.spotify.com/track/7BkzAHnNW7WfrT4NcLaUDx',
561
+ },
562
+ href: 'https://api.spotify.com/v1/tracks/7BkzAHnNW7WfrT4NcLaUDx',
563
+ id: '7BkzAHnNW7WfrT4NcLaUDx',
564
+ name: 'Casualty',
565
+ preview_url: null,
566
+ track_number: 6,
567
+ type: 'track',
568
+ uri: 'spotify:track:7BkzAHnNW7WfrT4NcLaUDx',
569
+ is_local: false,
570
+ },
571
+ {
572
+ artists: [
573
+ {
574
+ external_urls: {
575
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
576
+ },
577
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
578
+ id: '6XyY86QOPPrYVGvF9ch6wz',
579
+ name: 'Linkin Park',
580
+ type: 'artist',
581
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
582
+ },
583
+ ],
584
+ available_markets,
585
+ disc_number: 1,
586
+ duration_ms: 211027,
587
+ explicit: false,
588
+ external_urls: {
589
+ spotify: 'https://open.spotify.com/track/7diOv6wm3ngF7Vt6ubK0Sf',
590
+ },
591
+ href: 'https://api.spotify.com/v1/tracks/7diOv6wm3ngF7Vt6ubK0Sf',
592
+ id: '7diOv6wm3ngF7Vt6ubK0Sf',
593
+ name: 'Overflow',
594
+ preview_url: null,
595
+ track_number: 7,
596
+ type: 'track',
597
+ uri: 'spotify:track:7diOv6wm3ngF7Vt6ubK0Sf',
598
+ is_local: false,
599
+ },
600
+ {
601
+ artists: [
602
+ {
603
+ external_urls: {
604
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
605
+ },
606
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
607
+ id: '6XyY86QOPPrYVGvF9ch6wz',
608
+ name: 'Linkin Park',
609
+ type: 'artist',
610
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
611
+ },
612
+ ],
613
+ available_markets,
614
+ disc_number: 1,
615
+ duration_ms: 183584,
616
+ explicit: false,
617
+ external_urls: {
618
+ spotify: 'https://open.spotify.com/track/6i5qhmmF9UNUBRyrPSGn4m',
619
+ },
620
+ href: 'https://api.spotify.com/v1/tracks/6i5qhmmF9UNUBRyrPSGn4m',
621
+ id: '6i5qhmmF9UNUBRyrPSGn4m',
622
+ name: 'Two Faced',
623
+ preview_url: null,
624
+ track_number: 8,
625
+ type: 'track',
626
+ uri: 'spotify:track:6i5qhmmF9UNUBRyrPSGn4m',
627
+ is_local: false,
628
+ },
629
+ {
630
+ artists: [
631
+ {
632
+ external_urls: {
633
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
634
+ },
635
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
636
+ id: '6XyY86QOPPrYVGvF9ch6wz',
637
+ name: 'Linkin Park',
638
+ type: 'artist',
639
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
640
+ },
641
+ ],
642
+ available_markets,
643
+ disc_number: 1,
644
+ duration_ms: 185414,
645
+ explicit: false,
646
+ external_urls: {
647
+ spotify: 'https://open.spotify.com/track/0J1IJsMbKWb5g2sJArTkGF',
648
+ },
649
+ href: 'https://api.spotify.com/v1/tracks/0J1IJsMbKWb5g2sJArTkGF',
650
+ id: '0J1IJsMbKWb5g2sJArTkGF',
651
+ name: 'Stained',
652
+ preview_url: null,
653
+ track_number: 9,
654
+ type: 'track',
655
+ uri: 'spotify:track:0J1IJsMbKWb5g2sJArTkGF',
656
+ is_local: false,
657
+ },
658
+ {
659
+ artists: [
660
+ {
661
+ external_urls: {
662
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
663
+ },
664
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
665
+ id: '6XyY86QOPPrYVGvF9ch6wz',
666
+ name: 'Linkin Park',
667
+ type: 'artist',
668
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
669
+ },
670
+ ],
671
+ available_markets,
672
+ disc_number: 1,
673
+ duration_ms: 209083,
674
+ explicit: false,
675
+ external_urls: {
676
+ spotify: 'https://open.spotify.com/track/7M8eZBRTD9QNasEVReEM0H',
677
+ },
678
+ href: 'https://api.spotify.com/v1/tracks/7M8eZBRTD9QNasEVReEM0H',
679
+ id: '7M8eZBRTD9QNasEVReEM0H',
680
+ name: 'IGYEIH',
681
+ preview_url: null,
682
+ track_number: 10,
683
+ type: 'track',
684
+ uri: 'spotify:track:7M8eZBRTD9QNasEVReEM0H',
685
+ is_local: false,
686
+ },
687
+ {
688
+ artists: [
689
+ {
690
+ external_urls: {
691
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
692
+ },
693
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
694
+ id: '6XyY86QOPPrYVGvF9ch6wz',
695
+ name: 'Linkin Park',
696
+ type: 'artist',
697
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
698
+ },
699
+ ],
700
+ available_markets,
701
+ disc_number: 1,
702
+ duration_ms: 209844,
703
+ explicit: true,
704
+ external_urls: {
705
+ spotify: 'https://open.spotify.com/track/6aCBjSb87RizdH8lVBIRW7',
706
+ },
707
+ href: 'https://api.spotify.com/v1/tracks/6aCBjSb87RizdH8lVBIRW7',
708
+ id: '6aCBjSb87RizdH8lVBIRW7',
709
+ name: 'Good Things Go',
710
+ preview_url: null,
711
+ track_number: 11,
712
+ type: 'track',
713
+ uri: 'spotify:track:6aCBjSb87RizdH8lVBIRW7',
714
+ is_local: false,
715
+ },
716
+ ],
717
+ limit: 20,
718
+ next: null,
719
+ offset: 0,
720
+ previous: null,
721
+ total: 11,
722
+ };
723
+ exports.getArtist = {
724
+ external_urls: {
725
+ spotify: 'https://open.spotify.com/artist/12Chz98pHFMPJEknJQMWvI',
726
+ },
727
+ followers: {
728
+ href: null,
729
+ total: 8063570,
730
+ },
731
+ genres: ['alternative rock', 'modern rock', 'permanent wave', 'rock'],
732
+ href: 'https://api.spotify.com/v1/artists/12Chz98pHFMPJEknJQMWvI?locale=en-GB%2Cen-US%3Bq%3D0.9%2Cen%3Bq%3D0.8',
733
+ id: '12Chz98pHFMPJEknJQMWvI',
734
+ images: [
735
+ {
736
+ url: 'https://i.scdn.co/image/ab6761610000e5eb0accbbe13e1aa147dd27671c',
737
+ height: 640,
738
+ width: 640,
739
+ },
740
+ {
741
+ url: 'https://i.scdn.co/image/ab676161000051740accbbe13e1aa147dd27671c',
742
+ height: 320,
743
+ width: 320,
744
+ },
745
+ {
746
+ url: 'https://i.scdn.co/image/ab6761610000f1780accbbe13e1aa147dd27671c',
747
+ height: 160,
748
+ width: 160,
749
+ },
750
+ ],
751
+ name: 'Muse',
752
+ popularity: 77,
753
+ type: 'artist',
754
+ uri: 'spotify:artist:12Chz98pHFMPJEknJQMWvI',
755
+ };
756
+ exports.getAlbum = {
757
+ album_type: 'album',
758
+ total_tracks: 11,
759
+ available_markets,
760
+ external_urls: {
761
+ spotify: 'https://open.spotify.com/album/4R6FV9NSzhPihHR0h4pI93',
762
+ },
763
+ href: 'https://api.spotify.com/v1/albums/4R6FV9NSzhPihHR0h4pI93',
764
+ id: '4R6FV9NSzhPihHR0h4pI93',
765
+ images: [
766
+ {
767
+ url: 'https://i.scdn.co/image/ab67616d0000b273b11a5489e8cb11dd22b930a0',
768
+ height: 640,
769
+ width: 640,
770
+ },
771
+ {
772
+ url: 'https://i.scdn.co/image/ab67616d00001e02b11a5489e8cb11dd22b930a0',
773
+ height: 300,
774
+ width: 300,
775
+ },
776
+ {
777
+ url: 'https://i.scdn.co/image/ab67616d00004851b11a5489e8cb11dd22b930a0',
778
+ height: 64,
779
+ width: 64,
780
+ },
781
+ ],
782
+ name: 'From Zero',
783
+ release_date: '2024-11-15',
784
+ release_date_precision: 'day',
785
+ type: 'album',
786
+ uri: 'spotify:album:4R6FV9NSzhPihHR0h4pI93',
787
+ artists: [
788
+ {
789
+ external_urls: {
790
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
791
+ },
792
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
793
+ id: '6XyY86QOPPrYVGvF9ch6wz',
794
+ name: 'Linkin Park',
795
+ type: 'artist',
796
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
797
+ },
798
+ ],
799
+ tracks: {
800
+ href: 'https://api.spotify.com/v1/albums/4R6FV9NSzhPihHR0h4pI93/tracks',
801
+ limit: 50,
802
+ next: null,
803
+ offset: 0,
804
+ previous: null,
805
+ total: 11,
806
+ items: [
807
+ {
808
+ artists: [
809
+ {
810
+ external_urls: {
811
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
812
+ },
813
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
814
+ id: '6XyY86QOPPrYVGvF9ch6wz',
815
+ name: 'Linkin Park',
816
+ type: 'artist',
817
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
818
+ },
819
+ ],
820
+ available_markets,
821
+ disc_number: 1,
822
+ duration_ms: 22174,
823
+ explicit: false,
824
+ external_urls: {
825
+ spotify: 'https://open.spotify.com/track/1uhces29ApKuQWFdpiUsvH',
826
+ },
827
+ href: 'https://api.spotify.com/v1/tracks/1uhces29ApKuQWFdpiUsvH',
828
+ id: '1uhces29ApKuQWFdpiUsvH',
829
+ name: 'From Zero (Intro)',
830
+ preview_url: null,
831
+ track_number: 1,
832
+ type: 'track',
833
+ uri: 'spotify:track:1uhces29ApKuQWFdpiUsvH',
834
+ is_local: false,
835
+ },
836
+ {
837
+ artists: [
838
+ {
839
+ external_urls: {
840
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
841
+ },
842
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
843
+ id: '6XyY86QOPPrYVGvF9ch6wz',
844
+ name: 'Linkin Park',
845
+ type: 'artist',
846
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
847
+ },
848
+ ],
849
+ available_markets,
850
+ disc_number: 1,
851
+ duration_ms: 190427,
852
+ explicit: true,
853
+ external_urls: {
854
+ spotify: 'https://open.spotify.com/track/1EDPVGbyPKJPeGqATwXZvN',
855
+ },
856
+ href: 'https://api.spotify.com/v1/tracks/1EDPVGbyPKJPeGqATwXZvN',
857
+ id: '1EDPVGbyPKJPeGqATwXZvN',
858
+ name: 'The Emptiness Machine',
859
+ preview_url: null,
860
+ track_number: 2,
861
+ type: 'track',
862
+ uri: 'spotify:track:1EDPVGbyPKJPeGqATwXZvN',
863
+ is_local: false,
864
+ },
865
+ {
866
+ artists: [
867
+ {
868
+ external_urls: {
869
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
870
+ },
871
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
872
+ id: '6XyY86QOPPrYVGvF9ch6wz',
873
+ name: 'Linkin Park',
874
+ type: 'artist',
875
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
876
+ },
877
+ ],
878
+ available_markets,
879
+ disc_number: 1,
880
+ duration_ms: 228606,
881
+ explicit: false,
882
+ external_urls: {
883
+ spotify: 'https://open.spotify.com/track/5mFZipkX1HZ4Idz5LOWpzq',
884
+ },
885
+ href: 'https://api.spotify.com/v1/tracks/5mFZipkX1HZ4Idz5LOWpzq',
886
+ id: '5mFZipkX1HZ4Idz5LOWpzq',
887
+ name: 'Cut the Bridge',
888
+ preview_url: null,
889
+ track_number: 3,
890
+ type: 'track',
891
+ uri: 'spotify:track:5mFZipkX1HZ4Idz5LOWpzq',
892
+ is_local: false,
893
+ },
894
+ {
895
+ artists: [
896
+ {
897
+ external_urls: {
898
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
899
+ },
900
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
901
+ id: '6XyY86QOPPrYVGvF9ch6wz',
902
+ name: 'Linkin Park',
903
+ type: 'artist',
904
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
905
+ },
906
+ ],
907
+ available_markets,
908
+ disc_number: 1,
909
+ duration_ms: 167012,
910
+ explicit: false,
911
+ external_urls: {
912
+ spotify: 'https://open.spotify.com/track/2HBBM75Xv3o2Mqdyh1NcM0',
913
+ },
914
+ href: 'https://api.spotify.com/v1/tracks/2HBBM75Xv3o2Mqdyh1NcM0',
915
+ id: '2HBBM75Xv3o2Mqdyh1NcM0',
916
+ name: 'Heavy Is the Crown',
917
+ preview_url: null,
918
+ track_number: 4,
919
+ type: 'track',
920
+ uri: 'spotify:track:2HBBM75Xv3o2Mqdyh1NcM0',
921
+ is_local: false,
922
+ },
923
+ {
924
+ artists: [
925
+ {
926
+ external_urls: {
927
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
928
+ },
929
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
930
+ id: '6XyY86QOPPrYVGvF9ch6wz',
931
+ name: 'Linkin Park',
932
+ type: 'artist',
933
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
934
+ },
935
+ ],
936
+ available_markets,
937
+ disc_number: 1,
938
+ duration_ms: 170445,
939
+ explicit: false,
940
+ external_urls: {
941
+ spotify: 'https://open.spotify.com/track/3k4gjmYNJugQRlh2aounZ9',
942
+ },
943
+ href: 'https://api.spotify.com/v1/tracks/3k4gjmYNJugQRlh2aounZ9',
944
+ id: '3k4gjmYNJugQRlh2aounZ9',
945
+ name: 'Over Each Other',
946
+ preview_url: null,
947
+ track_number: 5,
948
+ type: 'track',
949
+ uri: 'spotify:track:3k4gjmYNJugQRlh2aounZ9',
950
+ is_local: false,
951
+ },
952
+ {
953
+ artists: [
954
+ {
955
+ external_urls: {
956
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
957
+ },
958
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
959
+ id: '6XyY86QOPPrYVGvF9ch6wz',
960
+ name: 'Linkin Park',
961
+ type: 'artist',
962
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
963
+ },
964
+ ],
965
+ available_markets,
966
+ disc_number: 1,
967
+ duration_ms: 140915,
968
+ explicit: false,
969
+ external_urls: {
970
+ spotify: 'https://open.spotify.com/track/7BkzAHnNW7WfrT4NcLaUDx',
971
+ },
972
+ href: 'https://api.spotify.com/v1/tracks/7BkzAHnNW7WfrT4NcLaUDx',
973
+ id: '7BkzAHnNW7WfrT4NcLaUDx',
974
+ name: 'Casualty',
975
+ preview_url: null,
976
+ track_number: 6,
977
+ type: 'track',
978
+ uri: 'spotify:track:7BkzAHnNW7WfrT4NcLaUDx',
979
+ is_local: false,
980
+ },
981
+ {
982
+ artists: [
983
+ {
984
+ external_urls: {
985
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
986
+ },
987
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
988
+ id: '6XyY86QOPPrYVGvF9ch6wz',
989
+ name: 'Linkin Park',
990
+ type: 'artist',
991
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
992
+ },
993
+ ],
994
+ available_markets,
995
+ disc_number: 1,
996
+ duration_ms: 211027,
997
+ explicit: false,
998
+ external_urls: {
999
+ spotify: 'https://open.spotify.com/track/7diOv6wm3ngF7Vt6ubK0Sf',
1000
+ },
1001
+ href: 'https://api.spotify.com/v1/tracks/7diOv6wm3ngF7Vt6ubK0Sf',
1002
+ id: '7diOv6wm3ngF7Vt6ubK0Sf',
1003
+ name: 'Overflow',
1004
+ preview_url: null,
1005
+ track_number: 7,
1006
+ type: 'track',
1007
+ uri: 'spotify:track:7diOv6wm3ngF7Vt6ubK0Sf',
1008
+ is_local: false,
1009
+ },
1010
+ {
1011
+ artists: [
1012
+ {
1013
+ external_urls: {
1014
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
1015
+ },
1016
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
1017
+ id: '6XyY86QOPPrYVGvF9ch6wz',
1018
+ name: 'Linkin Park',
1019
+ type: 'artist',
1020
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
1021
+ },
1022
+ ],
1023
+ available_markets,
1024
+ disc_number: 1,
1025
+ duration_ms: 183584,
1026
+ explicit: false,
1027
+ external_urls: {
1028
+ spotify: 'https://open.spotify.com/track/6i5qhmmF9UNUBRyrPSGn4m',
1029
+ },
1030
+ href: 'https://api.spotify.com/v1/tracks/6i5qhmmF9UNUBRyrPSGn4m',
1031
+ id: '6i5qhmmF9UNUBRyrPSGn4m',
1032
+ name: 'Two Faced',
1033
+ preview_url: null,
1034
+ track_number: 8,
1035
+ type: 'track',
1036
+ uri: 'spotify:track:6i5qhmmF9UNUBRyrPSGn4m',
1037
+ is_local: false,
1038
+ },
1039
+ {
1040
+ artists: [
1041
+ {
1042
+ external_urls: {
1043
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
1044
+ },
1045
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
1046
+ id: '6XyY86QOPPrYVGvF9ch6wz',
1047
+ name: 'Linkin Park',
1048
+ type: 'artist',
1049
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
1050
+ },
1051
+ ],
1052
+ available_markets,
1053
+ disc_number: 1,
1054
+ duration_ms: 185414,
1055
+ explicit: false,
1056
+ external_urls: {
1057
+ spotify: 'https://open.spotify.com/track/0J1IJsMbKWb5g2sJArTkGF',
1058
+ },
1059
+ href: 'https://api.spotify.com/v1/tracks/0J1IJsMbKWb5g2sJArTkGF',
1060
+ id: '0J1IJsMbKWb5g2sJArTkGF',
1061
+ name: 'Stained',
1062
+ preview_url: null,
1063
+ track_number: 9,
1064
+ type: 'track',
1065
+ uri: 'spotify:track:0J1IJsMbKWb5g2sJArTkGF',
1066
+ is_local: false,
1067
+ },
1068
+ {
1069
+ artists: [
1070
+ {
1071
+ external_urls: {
1072
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
1073
+ },
1074
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
1075
+ id: '6XyY86QOPPrYVGvF9ch6wz',
1076
+ name: 'Linkin Park',
1077
+ type: 'artist',
1078
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
1079
+ },
1080
+ ],
1081
+ available_markets,
1082
+ disc_number: 1,
1083
+ duration_ms: 209083,
1084
+ explicit: false,
1085
+ external_urls: {
1086
+ spotify: 'https://open.spotify.com/track/7M8eZBRTD9QNasEVReEM0H',
1087
+ },
1088
+ href: 'https://api.spotify.com/v1/tracks/7M8eZBRTD9QNasEVReEM0H',
1089
+ id: '7M8eZBRTD9QNasEVReEM0H',
1090
+ name: 'IGYEIH',
1091
+ preview_url: null,
1092
+ track_number: 10,
1093
+ type: 'track',
1094
+ uri: 'spotify:track:7M8eZBRTD9QNasEVReEM0H',
1095
+ is_local: false,
1096
+ },
1097
+ {
1098
+ artists: [
1099
+ {
1100
+ external_urls: {
1101
+ spotify: 'https://open.spotify.com/artist/6XyY86QOPPrYVGvF9ch6wz',
1102
+ },
1103
+ href: 'https://api.spotify.com/v1/artists/6XyY86QOPPrYVGvF9ch6wz',
1104
+ id: '6XyY86QOPPrYVGvF9ch6wz',
1105
+ name: 'Linkin Park',
1106
+ type: 'artist',
1107
+ uri: 'spotify:artist:6XyY86QOPPrYVGvF9ch6wz',
1108
+ },
1109
+ ],
1110
+ available_markets,
1111
+ disc_number: 1,
1112
+ duration_ms: 209844,
1113
+ explicit: true,
1114
+ external_urls: {
1115
+ spotify: 'https://open.spotify.com/track/6aCBjSb87RizdH8lVBIRW7',
1116
+ },
1117
+ href: 'https://api.spotify.com/v1/tracks/6aCBjSb87RizdH8lVBIRW7',
1118
+ id: '6aCBjSb87RizdH8lVBIRW7',
1119
+ name: 'Good Things Go',
1120
+ preview_url: null,
1121
+ track_number: 11,
1122
+ type: 'track',
1123
+ uri: 'spotify:track:6aCBjSb87RizdH8lVBIRW7',
1124
+ is_local: false,
1125
+ },
1126
+ ],
1127
+ },
1128
+ copyrights: [
1129
+ {
1130
+ text: '© 2024 Linkin Park, LLC under exclusive license to Warner Records Inc.',
1131
+ type: 'C',
1132
+ },
1133
+ {
1134
+ text: '℗ 2024 Linkin Park, LLC under exclusive license to Warner Records Inc.',
1135
+ type: 'P',
1136
+ },
1137
+ ],
1138
+ external_ids: {
1139
+ upc: '093624839811',
1140
+ },
1141
+ genres: [],
1142
+ label: 'Warner Records',
1143
+ popularity: 91,
1144
+ };
1145
+ //# sourceMappingURL=apiResponses.js.map