@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.
@@ -40,7 +40,7 @@ import {
40
40
  socialShareResourceSchema,
41
41
  termsAgreementSchema,
42
42
  userLicenseSchema
43
- } from "../chunk-REX574WV.mjs";
43
+ } from "../chunk-SHBCW7T5.mjs";
44
44
  export {
45
45
  APP_SETTINGS_ID,
46
46
  AdModel,
@@ -7451,6 +7451,7 @@ var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = gql`
7451
7451
  var AFFILIATE_FIELDS_FRAGMENT = gql`
7452
7452
  fragment AffiliateFields on AffiliateType {
7453
7453
  _id
7454
+ active
7454
7455
  affiliateCode
7455
7456
  affiliateResources {
7456
7457
  ...AffiliateResourceFields
@@ -9369,6 +9370,7 @@ var affiliateResourceSchema = new MongooseSchema25(
9369
9370
  );
9370
9371
  var schema17 = new MongooseSchema25(
9371
9372
  {
9373
+ active: { default: true, required: true, type: Boolean },
9372
9374
  affiliateCode: { required: true, type: String },
9373
9375
  affiliateResources: {
9374
9376
  default: [],