@timardex/cluemart-shared 1.5.780 → 1.5.782
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/{ad-CVkVX_z5.d.ts → ad-BmDOVKmE.d.ts} +2 -1
- package/dist/{ad-DA9ECAhK.d.mts → ad-kAjUceeE.d.mts} +2 -1
- package/dist/{affiliate-BAjNz0Qo.d.ts → affiliate--dA3h3nC.d.ts} +1 -0
- package/dist/{affiliate-C6lnX0z-.d.mts → affiliate-BiT2X-2N.d.mts} +1 -0
- package/dist/{chunk-NQSWN3FW.mjs → chunk-35NREXJT.mjs} +2 -2
- package/dist/{chunk-R4GAZNEY.mjs → chunk-3UZKSUNV.mjs} +2 -1
- package/dist/{chunk-R4GAZNEY.mjs.map → chunk-3UZKSUNV.mjs.map} +1 -1
- package/dist/{chunk-U764OJ5Z.mjs → chunk-52Y5C6F4.mjs} +1 -1
- package/dist/{chunk-U764OJ5Z.mjs.map → chunk-52Y5C6F4.mjs.map} +1 -1
- package/dist/{chunk-4U2JXFNR.mjs → chunk-GKQTH4XZ.mjs} +2 -2
- package/dist/chunk-GKQTH4XZ.mjs.map +1 -0
- package/dist/{chunk-T7OGF2MY.mjs → chunk-V7DYROX5.mjs} +2 -2
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +3 -3
- package/dist/graphql/index.cjs +1 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +2 -2
- package/dist/graphql/index.d.ts +2 -2
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -0
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.mjs +5 -5
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/dist/sharing/index.cjs.map +1 -1
- package/dist/sharing/index.mjs +3 -3
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +3 -2
- package/dist/utils/index.d.ts +3 -2
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-4U2JXFNR.mjs.map +0 -1
- /package/dist/{chunk-NQSWN3FW.mjs.map → chunk-35NREXJT.mjs.map} +0 -0
- /package/dist/{chunk-T7OGF2MY.mjs.map → chunk-V7DYROX5.mjs.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EnumOSPlatform, EnumUserRole, EnumReward, EnumSubscriptionStatus, EnumUserLicence, EnumResourceType, EnumPartnerType } from './enums/index.js';
|
|
1
|
+
import { EnumOSPlatform, EnumUserRole, EnumReward, EnumSubscriptionStatus, EnumUserLicence, EnumNotificationResourceType, EnumResourceType, EnumPartnerType } from './enums/index.js';
|
|
2
2
|
import { av as ResourceImageType, L as LocationType, aA as TermsAgreement, A as AssociateType, i as UserLicenceType, ak as PromoCodeType, K as DateTimeType, H as CreateFormData, D as BaseResourceType, ax as SocialShareResourceType, B as BaseResourceTypeFormData, at as ResourceContactDetailsType, aw as SocialMediaType, a6 as OwnerType } from './global-fKbMmluy.js';
|
|
3
3
|
import { PosterAssetId } from './images/index.js';
|
|
4
4
|
|
|
@@ -111,6 +111,7 @@ type UserType = Omit<UserFormData, "confirmPassword" | "avatarUpload" | "_id"> &
|
|
|
111
111
|
updatedAt: Date | null;
|
|
112
112
|
userActivity: UserActivity | null;
|
|
113
113
|
vendor: string | null;
|
|
114
|
+
emailSentFor?: EnumNotificationResourceType[] | null;
|
|
114
115
|
};
|
|
115
116
|
type SafeUserType = Omit<UserType, "password" | "refreshToken">;
|
|
116
117
|
type ResourceByUser = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EnumOSPlatform, EnumUserRole, EnumReward, EnumSubscriptionStatus, EnumUserLicence, EnumResourceType, EnumPartnerType } from './enums/index.mjs';
|
|
1
|
+
import { EnumOSPlatform, EnumUserRole, EnumReward, EnumSubscriptionStatus, EnumUserLicence, EnumNotificationResourceType, EnumResourceType, EnumPartnerType } from './enums/index.mjs';
|
|
2
2
|
import { av as ResourceImageType, L as LocationType, aA as TermsAgreement, A as AssociateType, i as UserLicenceType, ak as PromoCodeType, K as DateTimeType, H as CreateFormData, D as BaseResourceType, ax as SocialShareResourceType, B as BaseResourceTypeFormData, at as ResourceContactDetailsType, aw as SocialMediaType, a6 as OwnerType } from './global-BUUfmCo7.mjs';
|
|
3
3
|
import { PosterAssetId } from './images/index.mjs';
|
|
4
4
|
|
|
@@ -111,6 +111,7 @@ type UserType = Omit<UserFormData, "confirmPassword" | "avatarUpload" | "_id"> &
|
|
|
111
111
|
updatedAt: Date | null;
|
|
112
112
|
userActivity: UserActivity | null;
|
|
113
113
|
vendor: string | null;
|
|
114
|
+
emailSentFor?: EnumNotificationResourceType[] | null;
|
|
114
115
|
};
|
|
115
116
|
type SafeUserType = Omit<UserType, "password" | "refreshToken">;
|
|
116
117
|
type ResourceByUser = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
mapArrayToOptions
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-GKQTH4XZ.mjs";
|
|
4
4
|
import {
|
|
5
5
|
EnumFoodFlavor
|
|
6
6
|
} from "./chunk-6N32BPAG.mjs";
|
|
@@ -955,4 +955,4 @@ export {
|
|
|
955
955
|
contactUsFields,
|
|
956
956
|
partnerBasicInfoFields
|
|
957
957
|
};
|
|
958
|
-
//# sourceMappingURL=chunk-
|
|
958
|
+
//# sourceMappingURL=chunk-35NREXJT.mjs.map
|
|
@@ -5086,6 +5086,7 @@ var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = gql40`
|
|
|
5086
5086
|
fragment AffiliateResourceFields on AffiliateResourceType {
|
|
5087
5087
|
resourceActive
|
|
5088
5088
|
resourceId
|
|
5089
|
+
resourceName
|
|
5089
5090
|
resourceType
|
|
5090
5091
|
rewards {
|
|
5091
5092
|
...AffiliateRewardFields
|
|
@@ -5310,4 +5311,4 @@ export {
|
|
|
5310
5311
|
useGetAffiliate,
|
|
5311
5312
|
useGetAffiliates
|
|
5312
5313
|
};
|
|
5313
|
-
//# sourceMappingURL=chunk-
|
|
5314
|
+
//# sourceMappingURL=chunk-3UZKSUNV.mjs.map
|