@timardex/cluemart-server-shared 1.1.32 → 1.1.34

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.
@@ -4775,7 +4775,7 @@ var registerFields = [
4775
4775
  required: true
4776
4776
  },
4777
4777
  {
4778
- helperText: "Enter Nickname",
4778
+ helperText: "Enter Nickname (optional)",
4779
4779
  keyboardType: "default",
4780
4780
  name: "nickName",
4781
4781
  placeholder: "Nickname",
@@ -4832,16 +4832,18 @@ var profileFields = [
4832
4832
  helperText: "Enter first name",
4833
4833
  keyboardType: "default",
4834
4834
  name: "firstName",
4835
- placeholder: "First Name"
4835
+ placeholder: "First Name",
4836
+ required: true
4836
4837
  },
4837
4838
  {
4838
4839
  helperText: "Enter last name",
4839
4840
  keyboardType: "default",
4840
4841
  name: "lastName",
4841
- placeholder: "Last Name"
4842
+ placeholder: "Last Name",
4843
+ required: true
4842
4844
  },
4843
4845
  {
4844
- helperText: "Enter Nickname",
4846
+ helperText: "Enter Nickname (optional)",
4845
4847
  keyboardType: "default",
4846
4848
  name: "nickName",
4847
4849
  placeholder: "Nickname",
@@ -4852,6 +4854,7 @@ var profileFields = [
4852
4854
  keyboardType: "default",
4853
4855
  name: "password",
4854
4856
  placeholder: "Password",
4857
+ required: true,
4855
4858
  secureTextEntry: true
4856
4859
  },
4857
4860
  {
@@ -4859,6 +4862,7 @@ var profileFields = [
4859
4862
  keyboardType: "default",
4860
4863
  name: "confirmPassword",
4861
4864
  placeholder: "Confirm Password",
4865
+ required: true,
4862
4866
  secureTextEntry: true
4863
4867
  }
4864
4868
  ];
@@ -7819,7 +7823,7 @@ var COUPON_OPTION_FIELDS_FRAGMENT = gql`
7819
7823
  get
7820
7824
  unit
7821
7825
  visits
7822
- maxCouponCount
7826
+ maxRewardCount
7823
7827
  }
7824
7828
  `;
7825
7829
  var COUPON_VENDOR_PRODUCT_FIELDS_FRAGMENT = gql`
@@ -9861,7 +9865,7 @@ var couponOptionSchema = new MongooseSchema26(
9861
9865
  {
9862
9866
  buy: { required: false, type: Number },
9863
9867
  get: { required: false, type: Number },
9864
- maxCouponCount: { required: false, type: Number },
9868
+ maxRewardCount: { required: false, type: Number },
9865
9869
  type: {
9866
9870
  enum: Object.values(EnumCouponQualificationType),
9867
9871
  required: true,
@@ -10016,4 +10020,4 @@ export {
10016
10020
  AffiliateModel,
10017
10021
  CouponModel
10018
10022
  };
10019
- //# sourceMappingURL=chunk-VUTQY6KS.mjs.map
10023
+ //# sourceMappingURL=chunk-UGGLUJIR.mjs.map