@timardex/cluemart-server-shared 1.0.264 → 1.0.265

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.
@@ -7454,6 +7454,7 @@ var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = gql`
7454
7454
  var AFFILIATE_FIELDS_FRAGMENT = gql`
7455
7455
  fragment AffiliateFields on AffiliateType {
7456
7456
  _id
7457
+ active
7457
7458
  affiliateCode
7458
7459
  affiliateResources {
7459
7460
  ...AffiliateResourceFields
@@ -9237,6 +9238,7 @@ var affiliateResourceSchema = new MongooseSchema25(
9237
9238
  );
9238
9239
  var schema17 = new MongooseSchema25(
9239
9240
  {
9241
+ active: { default: true, required: true, type: Boolean },
9240
9242
  affiliateCode: { required: true, type: String },
9241
9243
  affiliateResources: {
9242
9244
  default: [],