wedance-shared 1.0.169 → 1.0.170

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.
@@ -101,7 +101,7 @@ export type EventData = {
101
101
  * Lightweight event projection with the basic info needed when an event is
102
102
  * attached to another record (e.g. a Pass). Populated server-side via a join.
103
103
  */
104
- export type EventSummary = Pick<EventData, "id" | "title" | "imageData" | "from" | "until" | "city">;
104
+ export type EventSummary = Pick<EventData, "id" | "title" | "imageData" | "from" | "until" | "city" | "location">;
105
105
  /**
106
106
  * Workshop: Only workshop
107
107
  * Social: Only social and possible pre-party class
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wedance-shared",
3
- "version": "1.0.169",
3
+ "version": "1.0.170",
4
4
  "description": "This repository contains shared TypeScript types and interfaces used across multiple WeDance applications:",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",