@qrush/types 2.0.13 → 2.0.14

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.
@@ -110,6 +110,7 @@ export interface ActivePromotion {
110
110
  activeDays?: number[];
111
111
  resetMinutes?: number;
112
112
  resetTime?: number;
113
+ maxRedemptions?: number;
113
114
  displayOrder?: number;
114
115
  titleSnapshot: string;
115
116
  savingSnapshot: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrush/types",
3
- "version": "2.0.13",
3
+ "version": "2.0.14",
4
4
  "description": "Shared TypeScript types for the QRush ecosystem",
5
5
  "type": "module",
6
6
  "scripts": {