@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.
@@ -7819,7 +7819,7 @@ var COUPON_OPTION_FIELDS_FRAGMENT = gql`
7819
7819
  get
7820
7820
  unit
7821
7821
  visits
7822
- maxCouponCount
7822
+ maxRewardCount
7823
7823
  }
7824
7824
  `;
7825
7825
  var COUPON_VENDOR_PRODUCT_FIELDS_FRAGMENT = gql`
@@ -8558,7 +8558,7 @@ var termsAgreementSchema = new MongooseSchema6(
8558
8558
  osName: { required: true, type: String },
8559
8559
  osVersion: { required: true, type: String },
8560
8560
  termVersion: { required: true, type: String },
8561
- timestamp: { required: true, type: String }
8561
+ timestamp: { required: true, type: Date }
8562
8562
  },
8563
8563
  { _id: false }
8564
8564
  );
@@ -9861,7 +9861,7 @@ var couponOptionSchema = new MongooseSchema26(
9861
9861
  {
9862
9862
  buy: { required: false, type: Number },
9863
9863
  get: { required: false, type: Number },
9864
- maxCouponCount: { required: false, type: Number },
9864
+ maxRewardCount: { required: false, type: Number },
9865
9865
  type: {
9866
9866
  enum: Object.values(EnumCouponQualificationType),
9867
9867
  required: true,
@@ -10016,4 +10016,4 @@ export {
10016
10016
  AffiliateModel,
10017
10017
  CouponModel
10018
10018
  };
10019
- //# sourceMappingURL=chunk-IAFTMRVS.mjs.map
10019
+ //# sourceMappingURL=chunk-WLOHVSV6.mjs.map