@timardex/cluemart-server-shared 1.0.274 → 1.0.275

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.
@@ -7364,12 +7364,10 @@ var REQUEST_MARKETING_MATERIAL_MUTATION = gql`
7364
7364
  var AFFILIATE_REWARD_FIELDS_FRAGMENT = gql`
7365
7365
  fragment AffiliateRewardFields on AffiliateRewardType {
7366
7366
  createdAt
7367
- deletedAt
7368
7367
  redeemedAt
7369
7368
  rewardDescription
7370
7369
  rewardType
7371
7370
  rewardValue
7372
- updatedAt
7373
7371
  }
7374
7372
  `;
7375
7373
  var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = gql`
@@ -9145,7 +9143,6 @@ var MongooseSchema25 = mongoose25.Schema;
9145
9143
  var affiliateRewardSchema = new MongooseSchema25(
9146
9144
  {
9147
9145
  createdAt: { required: true, type: Date },
9148
- deletedAt: { default: null, required: false, type: Date },
9149
9146
  redeemedAt: { default: null, required: false, type: Date },
9150
9147
  rewardDescription: { required: true, type: String },
9151
9148
  rewardType: {
@@ -9153,8 +9150,7 @@ var affiliateRewardSchema = new MongooseSchema25(
9153
9150
  required: true,
9154
9151
  type: String
9155
9152
  },
9156
- rewardValue: { required: true, type: Number },
9157
- updatedAt: { default: null, required: false, type: Date }
9153
+ rewardValue: { required: true, type: Number }
9158
9154
  },
9159
9155
  { _id: false }
9160
9156
  );
@@ -9257,4 +9253,4 @@ export {
9257
9253
  SchoolModel,
9258
9254
  AffiliateModel
9259
9255
  };
9260
- //# sourceMappingURL=chunk-VW2V67YM.mjs.map
9256
+ //# sourceMappingURL=chunk-C4VZFFEU.mjs.map