@qrush/types 2.1.58 → 2.1.60
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/dist/Artist.d.ts +6 -0
- package/dist/Common.d.ts +1 -1
- package/dist/Common.js +6 -0
- package/dist/Genres.d.ts +2 -2
- package/dist/Genres.js +44 -1
- package/dist/Location.d.ts +1 -1
- package/dist/Location.js +4 -0
- package/package.json +1 -1
package/dist/Artist.d.ts
CHANGED
|
@@ -21,6 +21,9 @@ export interface IFireArtist {
|
|
|
21
21
|
nameSlug: string;
|
|
22
22
|
description?: string;
|
|
23
23
|
imageUrl?: string;
|
|
24
|
+
galleryImageUrls?: string[];
|
|
25
|
+
/** Free-form tags: genres, styles, vibes, etc. */
|
|
26
|
+
tags?: string[];
|
|
24
27
|
sameAs?: ArtistSameAs;
|
|
25
28
|
/** true if created by promoter (name-only, no SEO links) */
|
|
26
29
|
isFallback: boolean;
|
|
@@ -39,5 +42,8 @@ export interface EventArtist {
|
|
|
39
42
|
imageUrlSnapshot?: string;
|
|
40
43
|
spotifySnapshot?: string;
|
|
41
44
|
instagramSnapshot?: string;
|
|
45
|
+
soundcloudSnapshot?: string;
|
|
46
|
+
youtubeSnapshot?: string;
|
|
47
|
+
tiktokSnapshot?: string;
|
|
42
48
|
isFallbackSnapshot: boolean;
|
|
43
49
|
}
|
package/dist/Common.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export type Location = {
|
|
|
37
37
|
};
|
|
38
38
|
/** @deprecated Use EventCategorySlug instead */
|
|
39
39
|
export type EventCategory = "Clubnight" | "Concert" | "Party" | "Festival" | "Open-Air" | "Rave" | "Live-Musik" | "Comedy" | "Karaoke" | "Quiz-Night" | "Open-Mic" | "Pub-Crawl" | "LGBTQ+" | "Drag-Show" | "Speed-Dating" | "Burlesque-Show" | "After-Work" | "Bar-Event" | "Stadtfest" | "Bootsparty" | "Bingo";
|
|
40
|
-
export declare const EVENT_CATEGORY_SLUGS: readonly ["clubnight", "concert", "party", "festival", "open-air", "rave", "live-musik", "comedy", "karaoke", "quiz-night", "open-mic", "pub-crawl", "lgbtq", "drag-show", "speed-dating", "burlesque-show", "after-work", "bar-event", "stadtfest", "bootsparty", "bingo"];
|
|
40
|
+
export declare const EVENT_CATEGORY_SLUGS: readonly ["clubnight", "concert", "party", "festival", "open-air", "rave", "live-musik", "comedy", "karaoke", "quiz-night", "open-mic", "pub-crawl", "lgbtq", "drag-show", "speed-dating", "burlesque-show", "after-work", "bar-event", "stadtfest", "bootsparty", "bingo", "beer-pong", "poetry-slam", "lesung", "kinky-party", "workshop", "tanzkurs"];
|
|
41
41
|
export type EventCategorySlug = (typeof EVENT_CATEGORY_SLUGS)[number];
|
|
42
42
|
/** @deprecated Use EventCategorySlug instead */
|
|
43
43
|
export declare const eventCategories: EventCategory[];
|
package/dist/Common.js
CHANGED
|
@@ -21,6 +21,12 @@ export const EVENT_CATEGORY_SLUGS = [
|
|
|
21
21
|
"stadtfest",
|
|
22
22
|
"bootsparty",
|
|
23
23
|
"bingo",
|
|
24
|
+
"beer-pong",
|
|
25
|
+
"poetry-slam",
|
|
26
|
+
"lesung",
|
|
27
|
+
"kinky-party",
|
|
28
|
+
"workshop",
|
|
29
|
+
"tanzkurs",
|
|
24
30
|
];
|
|
25
31
|
// Array of all possible event categories for UI rendering
|
|
26
32
|
/** @deprecated Use EventCategorySlug instead */
|
package/dist/Genres.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ declare const musicGenres: {
|
|
|
2
2
|
readonly Acoustic: readonly ["Acoustic Folk", "Acoustic Guitar", "Acoustic Pop", "Acoustic Rock", "Americana", "Bluegrass", "Electro-Acoustic", "Instrumental", "Piano", "Roots", "Singer-Songwriter"];
|
|
3
3
|
readonly Ambient: readonly ["Atmospheric", "Chill-Out", "Dark Ambient", "Drone", "Field Recordings", "Meditation", "New Age", "Noise", "Soundscapes"];
|
|
4
4
|
readonly Alternative: readonly ["Dark", "Emo", "Goth", "Grunge", "Indie", "Industrial", "Math Rock", "Shoegaze"];
|
|
5
|
-
readonly Electronic: readonly ["Acid", "Afro House", "Breaks", "Chillwave", "Dance", "Downtempo", "Drum & Bass", "Dub", "Dubstep", "EBM", "EDM", "Electronica", "Footwork", "Glitch", "Goa", "Groove", "
|
|
5
|
+
readonly Electronic: readonly ["Acid", "Acid Techno", "Afro House", "Balearic", "Bassline", "Breaks", "Chillwave", "Dance", "Dark Psy", "Deep House", "Detroit Techno", "Downtempo", "Drum & Bass", "Dub", "Dubstep", "EBM", "EDM", "Electro", "Electronica", "Footwork", "Forest Psy", "Full-On", "Gabber", "Glitch", "Goa", "Groove", "Hard Bounce", "Hard Dance", "Hardcore", "Hardgroove", "Hardstyle", "Hardtechno", "Hardtekk", "Hardtrance", "Hi-Tech", "House", "Hypnotic Techno", "IDM", "Industrial Techno", "Instrumental", "Juke", "Jungle", "Leftfield", "Liquid Drum & Bass", "Melodic", "Melodic House", "Melodic Techno", "Microhouse", "Minimal House", "Minimal Techno", "Neo Trance", "Night Psy", "Offbeat", "Organic House", "Peak-Time Techno", "Proggy", "Progressive House", "Progressive Psytrance", "Psy", "Psytrance", "Raw Techno", "Rawstyle", "Reverse Bass", "Schranz", "Synthwave", "Tech House", "Techno", "Tekk", "Trance", "UK Garage", "Uptempo", "Vaporwave", "Wave", "Witch House"];
|
|
6
6
|
readonly Experimental: readonly ["Avant Garde", "Drone", "Experimental Rock", "Improvisation", "Musique Concrete", "Noise", "Sound Art"];
|
|
7
7
|
readonly Folk: readonly ["Experimental Folk", "Folk Rock", "Indie Folk", "Pop Folk", "Roots", "Singer-Songwriter", "Traditional Folk"];
|
|
8
8
|
readonly Funk: readonly ["Boogie", "Deep Funk", "Electro Funk", "Funk Jam", "Funk Rock", "G-Funk", "Go-Go", "Jazz Funk", "Rare Groove"];
|
|
@@ -14,6 +14,6 @@ declare const musicGenres: {
|
|
|
14
14
|
readonly Querbeet: readonly ["60er", "70er", "80er", "90er", "2000er", "2010er", "All Mixed", "Aprés Ski", "Charts", "Classics", "Disco Hits", "Karaoke", "Neue Deutsche Welle", "Schlager"];
|
|
15
15
|
readonly RnB: readonly ["Contemporary RnB", "Gospel", "Motown", "Neo-Soul", "Soul", "Urban"];
|
|
16
16
|
readonly Rock: readonly ["Alternative Rock", "Dance Rock", "Electro Rock", "Experimental Rock", "Folk Rock", "Funk Rock", "Hard Rock", "Hip-Hop Rock", "Indie Rock", "Industrial Rock", "Jazz Rock", "Pop Rock", "Post Rock", "Psychedelic Rock", "Rock’n’Roll", "Techno Rock"];
|
|
17
|
-
readonly World: readonly ["African", "Afro", "Amapiano", "Balkan", "Brazilian", "Celtic", "Cumbia", "Dancehall", "Dembow", "Gypsy", "Indian", "Italo", "Latin", "New Age", "Reggaeton", "Roots", "Russian", "Tropical", "UK", "Ukrainian", "World Fusion"];
|
|
17
|
+
readonly World: readonly ["African", "Afro", "Amapiano", "Baile Funk", "Balkan", "Brazilian", "Celtic", "Cumbia", "Dancehall", "Dembow", "Gypsy", "Indian", "Italo", "Latin", "Latin House", "New Age", "Reggaeton", "Roots", "Russian", "Salsa", "Tropical", "UK", "Ukrainian", "Vallenato", "World Fusion"];
|
|
18
18
|
};
|
|
19
19
|
export default musicGenres;
|
package/dist/Genres.js
CHANGED
|
@@ -35,36 +35,75 @@ const musicGenres = {
|
|
|
35
35
|
],
|
|
36
36
|
Electronic: [
|
|
37
37
|
"Acid",
|
|
38
|
+
"Acid Techno",
|
|
38
39
|
"Afro House",
|
|
40
|
+
"Balearic",
|
|
41
|
+
"Bassline",
|
|
39
42
|
"Breaks",
|
|
40
43
|
"Chillwave",
|
|
41
44
|
"Dance",
|
|
45
|
+
"Dark Psy",
|
|
46
|
+
"Deep House",
|
|
47
|
+
"Detroit Techno",
|
|
42
48
|
"Downtempo",
|
|
43
49
|
"Drum & Bass",
|
|
44
50
|
"Dub",
|
|
45
51
|
"Dubstep",
|
|
46
52
|
"EBM",
|
|
47
53
|
"EDM",
|
|
54
|
+
"Electro",
|
|
48
55
|
"Electronica",
|
|
49
56
|
"Footwork",
|
|
57
|
+
"Forest Psy",
|
|
58
|
+
"Full-On",
|
|
59
|
+
"Gabber",
|
|
50
60
|
"Glitch",
|
|
51
61
|
"Goa",
|
|
52
62
|
"Groove",
|
|
53
|
-
"
|
|
63
|
+
"Hard Bounce",
|
|
64
|
+
"Hard Dance",
|
|
65
|
+
"Hardcore",
|
|
54
66
|
"Hardgroove",
|
|
55
67
|
"Hardstyle",
|
|
68
|
+
"Hardtechno",
|
|
69
|
+
"Hardtekk",
|
|
70
|
+
"Hardtrance",
|
|
71
|
+
"Hi-Tech",
|
|
56
72
|
"House",
|
|
73
|
+
"Hypnotic Techno",
|
|
57
74
|
"IDM",
|
|
75
|
+
"Industrial Techno",
|
|
58
76
|
"Instrumental",
|
|
59
77
|
"Juke",
|
|
78
|
+
"Jungle",
|
|
79
|
+
"Leftfield",
|
|
80
|
+
"Liquid Drum & Bass",
|
|
60
81
|
"Melodic",
|
|
82
|
+
"Melodic House",
|
|
83
|
+
"Melodic Techno",
|
|
84
|
+
"Microhouse",
|
|
85
|
+
"Minimal House",
|
|
86
|
+
"Minimal Techno",
|
|
87
|
+
"Neo Trance",
|
|
88
|
+
"Night Psy",
|
|
89
|
+
"Offbeat",
|
|
90
|
+
"Organic House",
|
|
91
|
+
"Peak-Time Techno",
|
|
92
|
+
"Proggy",
|
|
93
|
+
"Progressive House",
|
|
94
|
+
"Progressive Psytrance",
|
|
61
95
|
"Psy",
|
|
96
|
+
"Psytrance",
|
|
97
|
+
"Raw Techno",
|
|
62
98
|
"Rawstyle",
|
|
99
|
+
"Reverse Bass",
|
|
100
|
+
"Schranz",
|
|
63
101
|
"Synthwave",
|
|
64
102
|
"Tech House",
|
|
65
103
|
"Techno",
|
|
66
104
|
"Tekk",
|
|
67
105
|
"Trance",
|
|
106
|
+
"UK Garage",
|
|
68
107
|
"Uptempo",
|
|
69
108
|
"Vaporwave",
|
|
70
109
|
"Wave",
|
|
@@ -210,6 +249,7 @@ const musicGenres = {
|
|
|
210
249
|
"African",
|
|
211
250
|
"Afro",
|
|
212
251
|
"Amapiano",
|
|
252
|
+
"Baile Funk",
|
|
213
253
|
"Balkan",
|
|
214
254
|
"Brazilian",
|
|
215
255
|
"Celtic",
|
|
@@ -220,13 +260,16 @@ const musicGenres = {
|
|
|
220
260
|
"Indian",
|
|
221
261
|
"Italo",
|
|
222
262
|
"Latin",
|
|
263
|
+
"Latin House",
|
|
223
264
|
"New Age",
|
|
224
265
|
"Reggaeton",
|
|
225
266
|
"Roots",
|
|
226
267
|
"Russian",
|
|
268
|
+
"Salsa",
|
|
227
269
|
"Tropical",
|
|
228
270
|
"UK",
|
|
229
271
|
"Ukrainian",
|
|
272
|
+
"Vallenato",
|
|
230
273
|
"World Fusion",
|
|
231
274
|
],
|
|
232
275
|
};
|
package/dist/Location.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export type LocationType = LocationTypeKey[];
|
|
|
22
22
|
export type LocationTypeSlugArray = LocationTypeSlug[];
|
|
23
23
|
/** @deprecated Use locationTypeSlug instead */
|
|
24
24
|
export type LocationTypeArray = LocationTypeKey[];
|
|
25
|
-
export declare const LOCATION_HIGHLIGHT_SLUGS: readonly ["rooftop", "whirlpool", "pool-table", "billiard", "darts", "dance-floor", "outdoor-area", "beer-garden", "terrace", "sauna", "hot-tub", "board-games", "video-games", "live-sports", "smoking-area", "shisha-lounge", "photo-wall", "dance-bar", "lounge", "vip-area"];
|
|
25
|
+
export declare const LOCATION_HIGHLIGHT_SLUGS: readonly ["rooftop", "whirlpool", "pool-table", "billiard", "darts", "dance-floor", "outdoor-area", "beer-garden", "terrace", "sauna", "hot-tub", "board-games", "video-games", "live-sports", "smoking-area", "shisha-lounge", "photo-wall", "dance-bar", "lounge", "vip-area", "tischtennis", "sex-positive", "industrial", "tischkicker"];
|
|
26
26
|
export type LocationHighlightSlug = (typeof LOCATION_HIGHLIGHT_SLUGS)[number];
|
|
27
27
|
/**
|
|
28
28
|
* @deprecated Old type, replaced by LocationType. Handle migration for 'Open Air' to 'Outdoor' and for 'Other'.
|
package/dist/Location.js
CHANGED