@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.
- package/dist/Promotion.d.ts +3 -1
- package/package.json +1 -1
package/dist/Promotion.d.ts
CHANGED
|
@@ -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
|
-
|
|
163
|
+
locationTitle: string;
|
|
162
164
|
locationTitleSlug: string;
|
|
163
165
|
eventName?: string;
|
|
164
166
|
eventNameSlug?: string;
|