@timardex/cluemart-server-shared 1.1.31 → 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`
@@ -8633,7 +8633,7 @@ var termsAgreementSchema = new MongooseSchema6(
8633
8633
  osName: { required: true, type: String },
8634
8634
  osVersion: { required: true, type: String },
8635
8635
  termVersion: { required: true, type: String },
8636
- timestamp: { required: true, type: String }
8636
+ timestamp: { required: true, type: Date }
8637
8637
  },
8638
8638
  { _id: false }
8639
8639
  );
@@ -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,