@qrush/types 2.0.12 → 2.0.13

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