@timardex/cluemart-server-shared 1.0.305 → 1.0.308

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.
@@ -373,8 +373,9 @@ declare const RelationModel: mongoose__default.Model<SchemaRelationType, {}, {},
373
373
  }, any>;
374
374
 
375
375
  type SchemaAffiliateReward = AffiliateRewardType;
376
- type SchemaAffiliateResourceType = Omit<AffiliateResourceType, "resourceId"> & {
376
+ type SchemaAffiliateResourceType = Omit<AffiliateResourceType, "resourceId" | "resourceOwner"> & {
377
377
  resourceId: ObjectId;
378
+ resourceOwner: SchemaOwnerType;
378
379
  };
379
380
  type AffiliateDocument = Omit<AffiliateType, "_id" | "owner" | "affiliateResources"> & {
380
381
  affiliateResources: SchemaAffiliateResourceType[];
@@ -373,8 +373,9 @@ declare const RelationModel: mongoose__default.Model<SchemaRelationType, {}, {},
373
373
  }, any>;
374
374
 
375
375
  type SchemaAffiliateReward = AffiliateRewardType;
376
- type SchemaAffiliateResourceType = Omit<AffiliateResourceType, "resourceId"> & {
376
+ type SchemaAffiliateResourceType = Omit<AffiliateResourceType, "resourceId" | "resourceOwner"> & {
377
377
  resourceId: ObjectId;
378
+ resourceOwner: SchemaOwnerType;
378
379
  };
379
380
  type AffiliateDocument = Omit<AffiliateType, "_id" | "owner" | "affiliateResources"> & {
380
381
  affiliateResources: SchemaAffiliateResourceType[];
@@ -7315,7 +7315,6 @@ var AFFILIATE_DETAILS_FIELDS_FRAGMENT = gql`
7315
7315
  location {
7316
7316
  ...LocationFields
7317
7317
  }
7318
- region
7319
7318
  socialMedia {
7320
7319
  ...SocialMediaFields
7321
7320
  }
@@ -9200,7 +9199,6 @@ var affiliateDetailsSchema = new MongooseSchema25(
9200
9199
  required: true,
9201
9200
  type: String
9202
9201
  },
9203
- region: { required: true, type: String },
9204
9202
  socialMedia: { required: false, type: [SocialMediaTypeSchema] },
9205
9203
  termsAgreement: { required: true, type: termsAgreementSchema }
9206
9204
  },
@@ -9310,4 +9308,4 @@ export {
9310
9308
  SchoolModel,
9311
9309
  AffiliateModel
9312
9310
  };
9313
- //# sourceMappingURL=chunk-7X5A335O.mjs.map
9311
+ //# sourceMappingURL=chunk-MTFOFVHB.mjs.map