@timardex/cluemart-server-shared 1.1.17 → 1.1.18

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.
@@ -5519,6 +5519,7 @@ var VENDOR_PRODUCT_LIST_FIELDS_FRAGMENT = gql`
5519
5519
  description
5520
5520
  name
5521
5521
  price
5522
+ priceMax
5522
5523
  priceUnit
5523
5524
  productGroups
5524
5525
  updatedAt
@@ -8869,6 +8870,11 @@ var schema7 = new MongooseSchema11(
8869
8870
  required: false,
8870
8871
  type: ResourceImageTypeSchema
8871
8872
  },
8873
+ coupon: {
8874
+ ref: "Coupon",
8875
+ required: false,
8876
+ type: mongoose11.Schema.Types.ObjectId
8877
+ },
8872
8878
  deletedAt: { default: null, required: false, type: Date },
8873
8879
  email: { required: true, type: String },
8874
8880
  emailSentFor: {
@@ -9102,6 +9108,7 @@ var vendorProductTypeSchema = new MongooseSchema14(
9102
9108
  description: { required: false, type: String },
9103
9109
  name: { required: true, type: String },
9104
9110
  price: { required: true, type: Number },
9111
+ priceMax: { required: false, type: Number },
9105
9112
  priceUnit: { required: true, type: String },
9106
9113
  productGroups: { required: false, type: [String] }
9107
9114
  },
@@ -9849,4 +9856,4 @@ export {
9849
9856
  SchoolModel,
9850
9857
  AffiliateModel
9851
9858
  };
9852
- //# sourceMappingURL=chunk-K4C5YKZE.mjs.map
9859
+ //# sourceMappingURL=chunk-TDAUQKK7.mjs.map