@timardex/cluemart-server-shared 1.1.32 → 1.1.33

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.
@@ -7894,7 +7894,7 @@ var COUPON_OPTION_FIELDS_FRAGMENT = gql`
7894
7894
  get
7895
7895
  unit
7896
7896
  visits
7897
- maxCouponCount
7897
+ maxRewardCount
7898
7898
  }
7899
7899
  `;
7900
7900
  var COUPON_VENDOR_PRODUCT_FIELDS_FRAGMENT = gql`
@@ -9867,7 +9867,7 @@ var couponOptionSchema = new MongooseSchema26(
9867
9867
  {
9868
9868
  buy: { required: false, type: Number },
9869
9869
  get: { required: false, type: Number },
9870
- maxCouponCount: { required: false, type: Number },
9870
+ maxRewardCount: { required: false, type: Number },
9871
9871
  type: {
9872
9872
  enum: Object.values(EnumCouponQualificationType),
9873
9873
  required: true,