@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/{affiliate-DmvU25zu.d.mts → affiliate-C_2ZuhuU.d.mts} +1 -1
- package/dist/{affiliate-DWonTXNb.d.ts → affiliate-DrhbUvqf.d.ts} +1 -1
- package/dist/{chunk-QMJB5OJ4.mjs → chunk-2V7QKRQE.mjs} +1 -1
- package/dist/{chunk-QMJB5OJ4.mjs.map → chunk-2V7QKRQE.mjs.map} +1 -1
- package/dist/{chunk-A7IXLYYS.mjs → chunk-THXLJFLL.mjs} +2 -2
- package/dist/formFields/index.mjs +2 -2
- package/dist/graphql/index.d.mts +1 -1
- package/dist/graphql/index.d.ts +1 -1
- package/dist/hooks/index.cjs +0 -6
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.mjs +2 -8
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-A7IXLYYS.mjs.map → chunk-THXLJFLL.mjs.map} +0 -0
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"
|
|
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"
|
|
1578
|
+
type AffiliateFormData = Omit<AffiliateDetailsType, "email" | "firstName" | "lastName">;
|
|
1579
1579
|
type CreateAffiliateFormData = CreateFormData<AffiliateFormData>;
|
|
1580
1580
|
|
|
1581
1581
|
declare const vendorElectricity: {
|