@qrush/types 2.0.37 → 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrush/types",
3
- "version": "2.0.37",
3
+ "version": "2.0.38",
4
4
  "description": "Shared TypeScript types for the QRush ecosystem",
5
5
  "type": "module",
6
6
  "scripts": {