@retaila/shared-types 1.1.123 → 2.0.0

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/index.mjs CHANGED
@@ -685,6 +685,7 @@ var PromotionTargetType = /* @__PURE__ */ ((PromotionTargetType2) => {
685
685
  var PromotionApplicationType = /* @__PURE__ */ ((PromotionApplicationType2) => {
686
686
  PromotionApplicationType2["PERCENTAGE"] = "percentage";
687
687
  PromotionApplicationType2["FIXED"] = "fixed";
688
+ PromotionApplicationType2["N_FOR_M"] = "n_for_m";
688
689
  return PromotionApplicationType2;
689
690
  })(PromotionApplicationType || {});
690
691