@qrush/types 2.0.36 → 2.0.38

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.
@@ -130,6 +130,8 @@ export interface BaseActivePromotion {
130
130
  }
131
131
  export interface EventActivePromotion extends BaseActivePromotion {
132
132
  redemptionCount: number;
133
+ promotionStart?: Timestamp;
134
+ promotionEnd?: Timestamp;
133
135
  }
134
136
  export interface LocationActivePromotion extends BaseActivePromotion {
135
137
  dailyRedemptionCount: number;
@@ -158,7 +160,7 @@ export interface PromotionRedemption {
158
160
  locationId: string;
159
161
  eventId?: string;
160
162
  citySlug: string;
161
- locationName: string;
163
+ locationTitle: string;
162
164
  locationTitleSlug: string;
163
165
  eventName?: string;
164
166
  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.38",
4
4
  "description": "Shared TypeScript types for the QRush ecosystem",
5
5
  "type": "module",
6
6
  "scripts": {