@tyleretters/discography 2.1.2 → 2.1.4

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.
@@ -1,5 +1,6 @@
1
1
  export declare const discography: ({
2
2
  title: string;
3
+ slug: string;
3
4
  project: string;
4
5
  released: string;
5
6
  type: string;
@@ -12,6 +13,7 @@ export declare const discography: ({
12
13
  tracks: {
13
14
  number: number;
14
15
  title: string;
16
+ slug: string;
15
17
  length: string;
16
18
  mp3_url: string;
17
19
  wav_url: string;
@@ -31,6 +33,40 @@ export declare const discography: ({
31
33
  wav_url: string;
32
34
  id: string;
33
35
  monospaceNotes?: undefined;
36
+ } | {
37
+ title: string;
38
+ project: string;
39
+ released: string;
40
+ type: string;
41
+ format: string;
42
+ role: string;
43
+ label: string;
44
+ mp3: boolean;
45
+ wav: boolean;
46
+ trackIds: string[];
47
+ tracks: {
48
+ number: number;
49
+ title: string;
50
+ length: string;
51
+ mp3_url: string;
52
+ wav_url: string;
53
+ id: string;
54
+ }[];
55
+ streams: {
56
+ platform: string;
57
+ url: string;
58
+ id: string;
59
+ }[];
60
+ notes: string;
61
+ credits: string;
62
+ project_slug: string;
63
+ release_slug: string;
64
+ cover_url: string;
65
+ mp3_url: string;
66
+ wav_url: string;
67
+ id: string;
68
+ slug?: undefined;
69
+ monospaceNotes?: undefined;
34
70
  } | {
35
71
  title: string;
36
72
  project: string;
@@ -62,10 +98,12 @@ export declare const discography: ({
62
98
  mp3_url: string;
63
99
  wav_url: string;
64
100
  id: string;
101
+ slug?: undefined;
65
102
  trackIds?: undefined;
66
103
  monospaceNotes?: undefined;
67
104
  } | {
68
105
  title: string;
106
+ slug: string;
69
107
  project: string;
70
108
  released: string;
71
109
  type: string;
@@ -80,6 +118,7 @@ export declare const discography: ({
80
118
  title: string;
81
119
  length: string;
82
120
  mp3_url: string;
121
+ wav_url: string;
83
122
  id: string;
84
123
  }[];
85
124
  streams: {
@@ -93,7 +132,40 @@ export declare const discography: ({
93
132
  release_slug: string;
94
133
  cover_url: string;
95
134
  mp3_url: string;
135
+ wav_url: string;
96
136
  id: string;
137
+ monospaceNotes?: undefined;
138
+ } | {
139
+ title: string;
140
+ project: string;
141
+ released: string;
142
+ type: string;
143
+ format: string;
144
+ role: string;
145
+ label: string;
146
+ mp3: boolean;
147
+ wav: boolean;
148
+ trackIds: string[];
149
+ tracks: {
150
+ number: number;
151
+ title: string;
152
+ length: string;
153
+ mp3_url: string;
154
+ id: string;
155
+ }[];
156
+ streams: {
157
+ platform: string;
158
+ url: string;
159
+ id: string;
160
+ }[];
161
+ notes: string;
162
+ credits: string;
163
+ project_slug: string;
164
+ release_slug: string;
165
+ cover_url: string;
166
+ mp3_url: string;
167
+ id: string;
168
+ slug?: undefined;
97
169
  wav_url?: undefined;
98
170
  monospaceNotes?: undefined;
99
171
  } | {
@@ -123,10 +195,47 @@ export declare const discography: ({
123
195
  release_slug: string;
124
196
  cover_url: string;
125
197
  id: string;
198
+ slug?: undefined;
126
199
  trackIds?: undefined;
127
200
  mp3_url?: undefined;
128
201
  wav_url?: undefined;
129
202
  monospaceNotes?: undefined;
203
+ } | {
204
+ title: string;
205
+ project: string;
206
+ released: string;
207
+ type: string;
208
+ format: string;
209
+ role: string;
210
+ label: string;
211
+ mp3: boolean;
212
+ wav: boolean;
213
+ tracks: {
214
+ number: number;
215
+ title: string;
216
+ slug: string;
217
+ length: string;
218
+ trackIds: string[];
219
+ mp3_url: string;
220
+ wav_url: string;
221
+ id: string;
222
+ }[];
223
+ streams: {
224
+ platform: string;
225
+ url: string;
226
+ id: string;
227
+ }[];
228
+ notes: string;
229
+ credits: string;
230
+ project_slug: string;
231
+ release_slug: string;
232
+ cover_url: string;
233
+ mp3_url: string;
234
+ wav_url: string;
235
+ id: string;
236
+ slug?: undefined;
237
+ trackIds?: undefined;
238
+ monospaceNotes?: undefined;
130
239
  } | {
131
240
  title: string;
132
241
  project: string;
@@ -156,6 +265,7 @@ export declare const discography: ({
156
265
  cover_url: string;
157
266
  mp3_url: string;
158
267
  id: string;
268
+ slug?: undefined;
159
269
  trackIds?: undefined;
160
270
  wav_url?: undefined;
161
271
  monospaceNotes?: undefined;
@@ -181,6 +291,7 @@ export declare const discography: ({
181
291
  release_slug: string;
182
292
  cover_url: string;
183
293
  id: string;
294
+ slug?: undefined;
184
295
  trackIds?: undefined;
185
296
  streams?: undefined;
186
297
  mp3_url?: undefined;
@@ -212,6 +323,7 @@ export declare const discography: ({
212
323
  mp3_url: string;
213
324
  wav_url: string;
214
325
  id: string;
326
+ slug?: undefined;
215
327
  trackIds?: undefined;
216
328
  streams?: undefined;
217
329
  monospaceNotes?: undefined;
@@ -247,5 +359,6 @@ export declare const discography: ({
247
359
  mp3_url: string;
248
360
  wav_url: string;
249
361
  id: string;
362
+ slug?: undefined;
250
363
  trackIds?: undefined;
251
364
  })[];