@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.
@@ -40,7 +40,7 @@ import {
40
40
  socialShareResourceSchema,
41
41
  termsAgreementSchema,
42
42
  userLicenseSchema
43
- } from "../chunk-YLRGIY2S.mjs";
43
+ } from "../chunk-EX26O3G6.mjs";
44
44
  export {
45
45
  APP_SETTINGS_ID,
46
46
  AdModel,
@@ -9387,7 +9387,7 @@ var schema17 = new MongooseSchema25(
9387
9387
  required: false,
9388
9388
  type: [affiliateRewardSchema]
9389
9389
  },
9390
- affiliateCode: { required: true, type: String },
9390
+ affiliateCode: { default: null, required: false, type: String },
9391
9391
  affiliateDetails: { required: false, type: affiliateDetailsSchema },
9392
9392
  affiliateResources: {
9393
9393
  default: [],