@tyleretters/discography 2.1.2 → 2.1.3

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,8 +98,43 @@ 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;
104
+ } | {
105
+ title: string;
106
+ slug: string;
107
+ project: string;
108
+ released: string;
109
+ type: string;
110
+ format: string;
111
+ role: string;
112
+ label: string;
113
+ mp3: boolean;
114
+ wav: boolean;
115
+ trackIds: string[];
116
+ tracks: {
117
+ number: number;
118
+ title: string;
119
+ length: string;
120
+ mp3_url: string;
121
+ wav_url: string;
122
+ id: string;
123
+ }[];
124
+ streams: {
125
+ platform: string;
126
+ url: string;
127
+ id: string;
128
+ }[];
129
+ notes: string;
130
+ credits: string;
131
+ project_slug: string;
132
+ release_slug: string;
133
+ cover_url: string;
134
+ mp3_url: string;
135
+ wav_url: string;
136
+ id: string;
137
+ monospaceNotes?: undefined;
67
138
  } | {
68
139
  title: string;
69
140
  project: string;
@@ -94,6 +165,7 @@ export declare const discography: ({
94
165
  cover_url: string;
95
166
  mp3_url: string;
96
167
  id: string;
168
+ slug?: undefined;
97
169
  wav_url?: undefined;
98
170
  monospaceNotes?: undefined;
99
171
  } | {
@@ -123,6 +195,7 @@ 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;
@@ -156,6 +229,7 @@ export declare const discography: ({
156
229
  cover_url: string;
157
230
  mp3_url: string;
158
231
  id: string;
232
+ slug?: undefined;
159
233
  trackIds?: undefined;
160
234
  wav_url?: undefined;
161
235
  monospaceNotes?: undefined;
@@ -181,6 +255,7 @@ export declare const discography: ({
181
255
  release_slug: string;
182
256
  cover_url: string;
183
257
  id: string;
258
+ slug?: undefined;
184
259
  trackIds?: undefined;
185
260
  streams?: undefined;
186
261
  mp3_url?: undefined;
@@ -212,6 +287,7 @@ export declare const discography: ({
212
287
  mp3_url: string;
213
288
  wav_url: string;
214
289
  id: string;
290
+ slug?: undefined;
215
291
  trackIds?: undefined;
216
292
  streams?: undefined;
217
293
  monospaceNotes?: undefined;
@@ -247,5 +323,6 @@ export declare const discography: ({
247
323
  mp3_url: string;
248
324
  wav_url: string;
249
325
  id: string;
326
+ slug?: undefined;
250
327
  trackIds?: undefined;
251
328
  })[];