@qrush/types 2.1.10 → 2.1.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.
@@ -141,6 +141,7 @@ export interface PromotionTeaser {
141
141
  itemTypeSnapshot: PromotionItemType;
142
142
  dealTypeSnapshot?: PromotionDealType;
143
143
  savingSnapshot: number;
144
+ activeDays?: number[];
144
145
  }
145
146
  export interface RedeemPromotionPayload {
146
147
  instanceId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrush/types",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "description": "Shared TypeScript types for the QRush ecosystem",
5
5
  "type": "module",
6
6
  "scripts": {