@timardex/cluemart-shared 1.5.806 → 1.5.807

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.
package/dist/index.d.mts CHANGED
@@ -1515,7 +1515,7 @@ interface AffiliateType {
1515
1515
  _id: string;
1516
1516
  active: boolean;
1517
1517
  affiliateBonusRewards?: AffiliateRewardType[] | null;
1518
- affiliateCode: PromoCodeType;
1518
+ affiliateCode: PromoCodeType | null;
1519
1519
  affiliateDetails: AffiliateDetailsType | null;
1520
1520
  affiliateResources: AffiliateResourceType[];
1521
1521
  createdAt: Date;
package/dist/index.d.ts CHANGED
@@ -1515,7 +1515,7 @@ interface AffiliateType {
1515
1515
  _id: string;
1516
1516
  active: boolean;
1517
1517
  affiliateBonusRewards?: AffiliateRewardType[] | null;
1518
- affiliateCode: PromoCodeType;
1518
+ affiliateCode: PromoCodeType | null;
1519
1519
  affiliateDetails: AffiliateDetailsType | null;
1520
1520
  affiliateResources: AffiliateResourceType[];
1521
1521
  createdAt: Date;