@timardex/cluemart-server-shared 1.0.293 → 1.0.294

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.
@@ -9403,7 +9403,7 @@ var schema17 = new MongooseSchema25(
9403
9403
  required: false,
9404
9404
  type: [affiliateRewardSchema]
9405
9405
  },
9406
- affiliateCode: { required: true, type: String },
9406
+ affiliateCode: { default: null, required: false, type: String },
9407
9407
  affiliateDetails: { required: false, type: affiliateDetailsSchema },
9408
9408
  affiliateResources: {
9409
9409
  default: [],