@qrush/types 2.0.36 → 2.0.37

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.
@@ -158,7 +158,7 @@ export interface PromotionRedemption {
158
158
  locationId: string;
159
159
  eventId?: string;
160
160
  citySlug: string;
161
- locationName: string;
161
+ locationTitle: string;
162
162
  locationTitleSlug: string;
163
163
  eventName?: string;
164
164
  eventNameSlug?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrush/types",
3
- "version": "2.0.36",
3
+ "version": "2.0.37",
4
4
  "description": "Shared TypeScript types for the QRush ecosystem",
5
5
  "type": "module",
6
6
  "scripts": {