@qrush/types 2.0.12 → 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.
@@ -105,10 +105,12 @@ export interface LocationPermission {
105
105
  }
106
106
  export interface ActivePromotion {
107
107
  instanceId: string;
108
+ ownerType: 'location' | 'user';
108
109
  timeSlots?: TimeSlot[];
109
110
  activeDays?: number[];
110
111
  resetMinutes?: number;
111
112
  resetTime?: number;
113
+ maxRedemptions?: number;
112
114
  displayOrder?: number;
113
115
  titleSnapshot: string;
114
116
  savingSnapshot: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrush/types",
3
- "version": "2.0.12",
3
+ "version": "2.0.14",
4
4
  "description": "Shared TypeScript types for the QRush ecosystem",
5
5
  "type": "module",
6
6
  "scripts": {