From 0ea3daf223db4c0c5e5efb9b5d9a476666391c4f Mon Sep 17 00:00:00 2001 From: Ella Nan <38847123+ellanan@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:00:09 -0400 Subject: [PATCH] feat!: [MT-16706] Update RulePromotionBase type (#10) BREAKING CHANGE: update the RulePromotionBase type to support new fields: priority and stackable --- src/types/rule-promotions.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types/rule-promotions.ts b/src/types/rule-promotions.ts index 8ee9d02..4e3735f 100644 --- a/src/types/rule-promotions.ts +++ b/src/types/rule-promotions.ts @@ -58,6 +58,8 @@ import { automatic?: boolean start: string end: string + stackable: boolean + priority?: number | null | undefined rule_set: { currencies: string[] catalog_ids: string[]