@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.
- package/dist/Promotion.d.ts +2 -0
- package/package.json +1 -1
package/dist/Promotion.d.ts
CHANGED
|
@@ -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;
|