@timardex/cluemart-server-shared 1.0.309 → 1.0.310

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.
@@ -7003,6 +7003,7 @@ var APP_SETTINGS_FIELDS_FRAGMENT = gql`
7003
7003
  createdAt
7004
7004
  isOfflineMode
7005
7005
  key
7006
+ minimumRedeemableAffiliatePoints
7006
7007
  updatedAt
7007
7008
  }
7008
7009
  `;
@@ -8930,6 +8931,11 @@ var AppSettingSchema = new MongooseSchema19(
8930
8931
  type: String,
8931
8932
  unique: true
8932
8933
  // ✅ allowed here
8934
+ },
8935
+ minimumRedeemableAffiliatePoints: {
8936
+ default: 500,
8937
+ required: true,
8938
+ type: Number
8933
8939
  }
8934
8940
  },
8935
8941
  { timestamps: true }
@@ -9322,4 +9328,4 @@ export {
9322
9328
  SchoolModel,
9323
9329
  AffiliateModel
9324
9330
  };
9325
- //# sourceMappingURL=chunk-S3OCZCET.mjs.map
9331
+ //# sourceMappingURL=chunk-U5ER6XDO.mjs.map