@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.
@@ -41,7 +41,7 @@ import {
41
41
  termsAgreementSchema,
42
42
  userLicenseSchema,
43
43
  vendorProductTypeSchema
44
- } from "../chunk-VUTQY6KS.mjs";
44
+ } from "../chunk-WLOHVSV6.mjs";
45
45
  export {
46
46
  APP_SETTINGS_ID,
47
47
  AdModel,
@@ -7879,7 +7879,7 @@ var COUPON_OPTION_FIELDS_FRAGMENT = gql`
7879
7879
  get
7880
7880
  unit
7881
7881
  visits
7882
- maxCouponCount
7882
+ maxRewardCount
7883
7883
  }
7884
7884
  `;
7885
7885
  var COUPON_VENDOR_PRODUCT_FIELDS_FRAGMENT = gql`
@@ -9921,7 +9921,7 @@ var couponOptionSchema = new MongooseSchema26(
9921
9921
  {
9922
9922
  buy: { required: false, type: Number },
9923
9923
  get: { required: false, type: Number },
9924
- maxCouponCount: { required: false, type: Number },
9924
+ maxRewardCount: { required: false, type: Number },
9925
9925
  type: {
9926
9926
  enum: Object.values(EnumCouponQualificationType),
9927
9927
  required: true,
@@ -10086,7 +10086,7 @@ var SHARE_RESOURCE_LABEL2 = {
10086
10086
  school: "School"
10087
10087
  };
10088
10088
 
10089
- // node_modules/@timardex/cluemart-shared/dist/chunk-2CIW3WKR.mjs
10089
+ // node_modules/@timardex/cluemart-shared/dist/chunk-FGVNX6EN.mjs
10090
10090
  var PROMO_CODE_PREFIX2 = "CM-";
10091
10091
  var OBJECT_ID_PATH_SEGMENT2 = "[a-f0-9]{24}";
10092
10092
  var OBJECT_ID_PATH_SEGMENT_END2 = `${OBJECT_ID_PATH_SEGMENT2}$`;
@@ -10198,7 +10198,7 @@ var gameScreenIdentifierList2 = [
10198
10198
  }
10199
10199
  ];
10200
10200
 
10201
- // node_modules/@timardex/cluemart-shared/dist/chunk-A3RIEOQ7.mjs
10201
+ // node_modules/@timardex/cluemart-shared/dist/chunk-UPFNTXDX.mjs
10202
10202
  var import_dayjs4 = __toESM(require("dayjs"), 1);
10203
10203
  var statusOptions2 = [
10204
10204
  ...Object.values(EnumInviteStatus2).map((status) => ({