@qrush/types 2.0.9 → 2.0.11

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.
@@ -38,6 +38,7 @@ export interface PromotionInstance {
38
38
  createdAt: Timestamp;
39
39
  updatedAt: Timestamp;
40
40
  createdBy: string;
41
+ locationTitle?: string;
41
42
  status: "active" | "paused" | "archived";
42
43
  title: string;
43
44
  description: string;
@@ -97,6 +98,7 @@ export interface LocationPermission {
97
98
  canViewAnalytics: boolean;
98
99
  canManagePromotions: boolean;
99
100
  canUseLocationPromotions: boolean;
101
+ canUseOwnPromotions: boolean;
100
102
  grantedAt: Timestamp;
101
103
  grantedBy: string;
102
104
  expiresAt?: Timestamp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrush/types",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
4
4
  "description": "Shared TypeScript types for the QRush ecosystem",
5
5
  "type": "module",
6
6
  "scripts": {