@qrush/types 2.1.5 → 2.1.6

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/Common.d.ts CHANGED
@@ -33,6 +33,6 @@ export type Location = {
33
33
  address: Address;
34
34
  geopoint: GeoPoint;
35
35
  };
36
- 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';
37
- export type EventCategorySlug = 'clubnight' | 'concert' | 'party' | 'festival' | 'open-air' | 'rave' | 'live-musik' | 'comedy' | 'karaoke' | 'quiz-night' | 'open-mic' | 'pub-crawl' | 'lgbtq' | 'drag-show' | 'speed-dating' | 'burlesque-show';
36
+ 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';
37
+ export type EventCategorySlug = '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';
38
38
  export declare const eventCategories: EventCategory[];
package/dist/Common.js CHANGED
@@ -15,7 +15,12 @@ export const eventCategories = [
15
15
  'LGBTQ+',
16
16
  'Drag-Show',
17
17
  'Speed-Dating',
18
- 'Burlesque-Show'
18
+ 'Burlesque-Show',
19
+ 'After-Work',
20
+ 'Bar-Event',
21
+ 'Stadtfest',
22
+ 'Bootsparty',
23
+ 'Bingo'
19
24
  ];
20
25
  // Add any other types that are commonly shared across your data definitions.
21
26
  // For example, if IFireMetaPossibleTags or FireQueryDocSnapshotRef are used broadly,
@@ -1,6 +1,6 @@
1
1
  import { Timestamp } from "@firebase/firestore";
2
2
  import { DeviceInfo } from "./Common.js";
3
- export type PromotionItemType = "shot" | "drink" | "beer" | "cocktail" | "entry" | "food" | "merch" | "vip" | "skipline" | "service";
3
+ export type PromotionItemType = "shot" | "drink" | "beer" | "cocktail" | "entry" | "food" | "food-drinks" | "merch" | "vip" | "skipline" | "service";
4
4
  export type PromotionDealType = "2for1" | "free" | "discount" | "upgrade" | "combo" | "happyhour";
5
5
  export type OwnerType = "location" | "user";
6
6
  export type PromotionStatus = "active" | "inactive" | "archived";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrush/types",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "description": "Shared TypeScript types for the QRush ecosystem",
5
5
  "type": "module",
6
6
  "scripts": {