@timardex/cluemart-shared 1.5.837 → 1.5.839

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
@@ -1575,7 +1575,7 @@ interface AffiliateType {
1575
1575
  redeemHistory?: RedeemHistoryType[] | null;
1576
1576
  updatedAt: Date | null;
1577
1577
  }
1578
- type AffiliateFormData = Omit<AffiliateDetailsType, "email" | "firstName" | "lastName"> & Pick<AffiliateType, "_id">;
1578
+ type AffiliateFormData = Omit<AffiliateDetailsType, "email" | "firstName" | "lastName">;
1579
1579
  type CreateAffiliateFormData = CreateFormData<AffiliateFormData>;
1580
1580
 
1581
1581
  declare const vendorElectricity: {
package/dist/index.d.ts CHANGED
@@ -1575,7 +1575,7 @@ interface AffiliateType {
1575
1575
  redeemHistory?: RedeemHistoryType[] | null;
1576
1576
  updatedAt: Date | null;
1577
1577
  }
1578
- type AffiliateFormData = Omit<AffiliateDetailsType, "email" | "firstName" | "lastName"> & Pick<AffiliateType, "_id">;
1578
+ type AffiliateFormData = Omit<AffiliateDetailsType, "email" | "firstName" | "lastName">;
1579
1579
  type CreateAffiliateFormData = CreateFormData<AffiliateFormData>;
1580
1580
 
1581
1581
  declare const vendorElectricity: {