@timardex/cluemart-server-shared 1.0.277 → 1.0.279

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.
@@ -7421,6 +7421,8 @@ var AFFILIATE_FIELDS_FRAGMENT = gql`
7421
7421
  }
7422
7422
  createdAt
7423
7423
  deletedAt
7424
+ lastRewardRedemptionAt
7425
+ lastRewardRedemptionPoints
7424
7426
  overallPoints
7425
7427
  owner {
7426
7428
  ...OwnerFields
@@ -9258,6 +9260,12 @@ var schema17 = new MongooseSchema25(
9258
9260
  type: [affiliateResourceSchema]
9259
9261
  },
9260
9262
  deletedAt: { default: null, required: false, type: Date },
9263
+ lastRewardRedemptionAt: { default: null, required: false, type: Date },
9264
+ lastRewardRedemptionPoints: {
9265
+ default: null,
9266
+ required: false,
9267
+ type: Number
9268
+ },
9261
9269
  overallPoints: { default: 0, required: true, type: Number },
9262
9270
  owner: {
9263
9271
  required: true,
@@ -9326,4 +9334,4 @@ export {
9326
9334
  SchoolModel,
9327
9335
  AffiliateModel
9328
9336
  };
9329
- //# sourceMappingURL=chunk-TX3IGMFC.mjs.map
9337
+ //# sourceMappingURL=chunk-OPE7LC7I.mjs.map