@timardex/cluemart-server-shared 1.0.280 → 1.0.281

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.
@@ -3610,6 +3610,7 @@ var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {
3610
3610
  })(EnumGameType || {});
3611
3611
  var EnumAffiliateRewardType = /* @__PURE__ */ ((EnumAffiliateRewardType2) => {
3612
3612
  EnumAffiliateRewardType2["ACTIVE_EVENT_WITH_VENDOR_REGISTRATIONS"] = "ACTIVE_EVENT_WITH_VENDOR_REGISTRATIONS";
3613
+ EnumAffiliateRewardType2["ACTIVE_VENDOR_BONUS_REWARD"] = "ACTIVE_VENDOR_BONUS_REWARD";
3613
3614
  EnumAffiliateRewardType2["ACTIVE_VENDOR_PRO_SUBSCRIPTION"] = "ACTIVE_VENDOR_PRO_SUBSCRIPTION";
3614
3615
  EnumAffiliateRewardType2["ACTIVE_VENDOR_STANDARD_SUBSCRIPTION"] = "ACTIVE_VENDOR_STANDARD_SUBSCRIPTION";
3615
3616
  EnumAffiliateRewardType2["NEW_EVENT_REGISTRATION"] = "NEW_EVENT_REGISTRATION";
@@ -7458,6 +7459,9 @@ var AFFILIATE_FIELDS_FRAGMENT = gql`
7458
7459
  fragment AffiliateFields on AffiliateType {
7459
7460
  _id
7460
7461
  active
7462
+ affiliateBonusRewards {
7463
+ ...AffiliateRewardFields
7464
+ }
7461
7465
  affiliateCode
7462
7466
  affiliateDetails {
7463
7467
  ...AffiliateDetailsFields
@@ -9256,6 +9260,11 @@ var affiliateDetailsSchema = new MongooseSchema25(
9256
9260
  var schema17 = new MongooseSchema25(
9257
9261
  {
9258
9262
  active: { default: false, required: true, type: Boolean },
9263
+ affiliateBonusRewards: {
9264
+ default: [],
9265
+ required: false,
9266
+ type: [affiliateRewardSchema]
9267
+ },
9259
9268
  affiliateCode: { required: true, type: String },
9260
9269
  affiliateDetails: { required: false, type: affiliateDetailsSchema },
9261
9270
  affiliateResources: {
@@ -9338,4 +9347,4 @@ export {
9338
9347
  SchoolModel,
9339
9348
  AffiliateModel
9340
9349
  };
9341
- //# sourceMappingURL=chunk-EH7TOKEH.mjs.map
9350
+ //# sourceMappingURL=chunk-6IK6D2KS.mjs.map