@timardex/cluemart-server-shared 1.0.293 → 1.0.295

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.
package/dist/index.cjs CHANGED
@@ -9431,7 +9431,7 @@ var schema17 = new MongooseSchema25(
9431
9431
  required: false,
9432
9432
  type: [affiliateRewardSchema]
9433
9433
  },
9434
- affiliateCode: { required: true, type: String },
9434
+ affiliateCode: { default: null, required: false, type: String },
9435
9435
  affiliateDetails: { required: false, type: affiliateDetailsSchema },
9436
9436
  affiliateResources: {
9437
9437
  default: [],