chore: build
Frontend Admin - EAS Build / build (push) Successful in 1h47m51s
Frontend Client - EAS Build / build (push) Canceled after 7m9s

This commit is contained in:
Xor290
2026-08-25 22:19:10 +02:00
parent d8073bdc46
commit 3949701dd2
3 changed files with 29 additions and 154 deletions
+1 -7
View File
@@ -1112,19 +1112,13 @@ export interface RewardCategoryConfig {
type: "free_product" | "half_price_product";
all_products: boolean;
product_ids: number[];
}
export interface RewardItem {
product_id: number;
quantity: number;
price: number;
quantity: number; // quantité offerte / à -50% (palier de prix catalogue, ex: 1g)
}
export interface PointsReward {
threshold: number;
description: string;
category_configs: RewardCategoryConfig[];
reward_items: RewardItem[];
}
export interface PointsPool {