@qrush/types 2.1.3 → 2.1.5

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/Events.d.ts CHANGED
@@ -47,6 +47,7 @@ export interface IFireEvent {
47
47
  * @deprecated Use locationUID instead
48
48
  */
49
49
  locationId: string;
50
+ hasPromotions: boolean;
50
51
  promotionTeasers?: PromotionTeaser[];
51
52
  lastModifiedBy?: string;
52
53
  lastModifiedAt?: Timestamp;
@@ -94,6 +94,7 @@ export type IFireLocation = {
94
94
  activePromoterCount?: number;
95
95
  totalEventsCreated?: number;
96
96
  activeOwnerCount?: number;
97
+ hasPromotions: boolean;
97
98
  promotionTeasers?: PromotionTeaser[];
98
99
  };
99
100
  export type FireLocationSnapshotRef = FireQueryDocSnapshotRef<IFireLocation>;
@@ -136,6 +136,7 @@ export interface LocationActivePromotion extends BaseActivePromotion {
136
136
  export interface PromotionTeaser {
137
137
  instanceId: string;
138
138
  titleSnapshot: string;
139
+ descriptionSnapshot: string;
139
140
  itemTypeSnapshot: PromotionItemType;
140
141
  dealTypeSnapshot?: PromotionDealType;
141
142
  savingSnapshot: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrush/types",
3
- "version": "2.1.3",
3
+ "version": "2.1.5",
4
4
  "description": "Shared TypeScript types for the QRush ecosystem",
5
5
  "type": "module",
6
6
  "scripts": {