@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.
Files changed (44) hide show
  1. package/dist/{ad-CVkVX_z5.d.ts → ad-BmDOVKmE.d.ts} +2 -1
  2. package/dist/{ad-DA9ECAhK.d.mts → ad-kAjUceeE.d.mts} +2 -1
  3. package/dist/{affiliate-BAjNz0Qo.d.ts → affiliate--dA3h3nC.d.ts} +1 -0
  4. package/dist/{affiliate-C6lnX0z-.d.mts → affiliate-BiT2X-2N.d.mts} +1 -0
  5. package/dist/{chunk-NQSWN3FW.mjs → chunk-35NREXJT.mjs} +2 -2
  6. package/dist/{chunk-R4GAZNEY.mjs → chunk-3UZKSUNV.mjs} +2 -1
  7. package/dist/{chunk-R4GAZNEY.mjs.map → chunk-3UZKSUNV.mjs.map} +1 -1
  8. package/dist/{chunk-U764OJ5Z.mjs → chunk-52Y5C6F4.mjs} +1 -1
  9. package/dist/{chunk-U764OJ5Z.mjs.map → chunk-52Y5C6F4.mjs.map} +1 -1
  10. package/dist/{chunk-4U2JXFNR.mjs → chunk-GKQTH4XZ.mjs} +2 -2
  11. package/dist/chunk-GKQTH4XZ.mjs.map +1 -0
  12. package/dist/{chunk-T7OGF2MY.mjs → chunk-V7DYROX5.mjs} +2 -2
  13. package/dist/formFields/index.cjs.map +1 -1
  14. package/dist/formFields/index.mjs +3 -3
  15. package/dist/graphql/index.cjs +1 -0
  16. package/dist/graphql/index.cjs.map +1 -1
  17. package/dist/graphql/index.d.mts +2 -2
  18. package/dist/graphql/index.d.ts +2 -2
  19. package/dist/graphql/index.mjs +1 -1
  20. package/dist/hooks/index.cjs +1 -0
  21. package/dist/hooks/index.cjs.map +1 -1
  22. package/dist/hooks/index.d.mts +1 -1
  23. package/dist/hooks/index.d.ts +1 -1
  24. package/dist/hooks/index.mjs +5 -5
  25. package/dist/index.cjs +1 -0
  26. package/dist/index.cjs.map +1 -1
  27. package/dist/index.d.mts +4 -1
  28. package/dist/index.d.ts +4 -1
  29. package/dist/index.mjs +1 -0
  30. package/dist/index.mjs.map +1 -1
  31. package/dist/sharing/index.cjs.map +1 -1
  32. package/dist/sharing/index.mjs +3 -3
  33. package/dist/types/index.cjs.map +1 -1
  34. package/dist/types/index.d.mts +2 -2
  35. package/dist/types/index.d.ts +2 -2
  36. package/dist/types/index.mjs +1 -1
  37. package/dist/utils/index.cjs.map +1 -1
  38. package/dist/utils/index.d.mts +3 -2
  39. package/dist/utils/index.d.ts +3 -2
  40. package/dist/utils/index.mjs +2 -2
  41. package/package.json +1 -1
  42. package/dist/chunk-4U2JXFNR.mjs.map +0 -1
  43. /package/dist/{chunk-NQSWN3FW.mjs.map → chunk-35NREXJT.mjs.map} +0 -0
  44. /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 = {
@@ -17,6 +17,7 @@ type AffiliateReward = {
17
17
  type AffiliateResourceType = {
18
18
  resourceActive: boolean;
19
19
  resourceId: string;
20
+ resourceName: string;
20
21
  resourceType: EnumResourceType;
21
22
  rewards: AffiliateReward[];
22
23
  };
@@ -17,6 +17,7 @@ type AffiliateReward = {
17
17
  type AffiliateResourceType = {
18
18
  resourceActive: boolean;
19
19
  resourceId: string;
20
+ resourceName: string;
20
21
  resourceType: EnumResourceType;
21
22
  rewards: AffiliateReward[];
22
23
  };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  mapArrayToOptions
3
- } from "./chunk-4U2JXFNR.mjs";
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-NQSWN3FW.mjs.map
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-R4GAZNEY.mjs.map
5314
+ //# sourceMappingURL=chunk-3UZKSUNV.mjs.map