@timardex/cluemart-shared 1.5.812 → 1.5.814

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 (49) hide show
  1. package/dist/{ad-D-_ZkOMn.d.ts → ad-0muFV6oH.d.ts} +3 -1
  2. package/dist/{ad-D3gPYInl.d.mts → ad-Dlk9SFLw.d.mts} +3 -1
  3. package/dist/{chunk-XBUBH7OF.mjs → chunk-4ICKZHQA.mjs} +8 -1
  4. package/dist/chunk-4ICKZHQA.mjs.map +1 -0
  5. package/dist/{chunk-UA7GCPPH.mjs → chunk-DLPDX4EH.mjs} +2 -2
  6. package/dist/{chunk-2PM6254K.mjs → chunk-POXARN2X.mjs} +1 -1
  7. package/dist/chunk-POXARN2X.mjs.map +1 -0
  8. package/dist/{contactUs-RKkIL-nI.d.ts → contactUs-CiXFYse5.d.ts} +1 -1
  9. package/dist/{contactUs-Dr-IbmG5.d.mts → contactUs-HPydW6BR.d.mts} +1 -1
  10. package/dist/formFields/index.cjs.map +1 -1
  11. package/dist/formFields/index.d.mts +1 -1
  12. package/dist/formFields/index.d.ts +1 -1
  13. package/dist/formFields/index.mjs +2 -2
  14. package/dist/{global-BeBuHWbg.d.ts → global-B2jacmZB.d.ts} +2 -0
  15. package/dist/{global-C8npu_7P.d.mts → global-Dq6A7pNV.d.mts} +2 -0
  16. package/dist/graphql/index.cjs +7 -0
  17. package/dist/graphql/index.cjs.map +1 -1
  18. package/dist/graphql/index.d.mts +3 -3
  19. package/dist/graphql/index.d.ts +3 -3
  20. package/dist/graphql/index.mjs +1 -1
  21. package/dist/hooks/index.cjs +7 -0
  22. package/dist/hooks/index.cjs.map +1 -1
  23. package/dist/hooks/index.d.mts +3 -3
  24. package/dist/hooks/index.d.ts +3 -3
  25. package/dist/hooks/index.mjs +3 -3
  26. package/dist/index.cjs +7 -0
  27. package/dist/index.cjs.map +1 -1
  28. package/dist/index.d.mts +4 -0
  29. package/dist/index.d.ts +4 -0
  30. package/dist/index.mjs +7 -0
  31. package/dist/index.mjs.map +1 -1
  32. package/dist/map/index.d.mts +1 -1
  33. package/dist/map/index.d.ts +1 -1
  34. package/dist/{resourceActivities-lFB7B-Y9.d.mts → resourceActivities-BCZ6HU7U.d.mts} +1 -1
  35. package/dist/{resourceActivities-CJrM2qDC.d.ts → resourceActivities-DUR5JaaB.d.ts} +1 -1
  36. package/dist/sharing/index.d.mts +1 -1
  37. package/dist/sharing/index.d.ts +1 -1
  38. package/dist/types/index.cjs.map +1 -1
  39. package/dist/types/index.d.mts +5 -5
  40. package/dist/types/index.d.ts +5 -5
  41. package/dist/types/index.mjs +1 -1
  42. package/dist/utils/index.cjs.map +1 -1
  43. package/dist/utils/index.d.mts +1 -1
  44. package/dist/utils/index.d.ts +1 -1
  45. package/dist/utils/index.mjs +2 -2
  46. package/package.json +1 -1
  47. package/dist/chunk-2PM6254K.mjs.map +0 -1
  48. package/dist/chunk-XBUBH7OF.mjs.map +0 -1
  49. /package/dist/{chunk-UA7GCPPH.mjs.map → chunk-DLPDX4EH.mjs.map} +0 -0
@@ -1,5 +1,5 @@
1
1
  import { EnumOSPlatform, EnumUserRole, EnumReward, EnumSubscriptionStatus, EnumUserLicence, EnumNotificationResourceType, EnumResourceType, EnumPartnerType } from './enums/index.js';
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-BeBuHWbg.js';
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-B2jacmZB.js';
3
3
  import { PosterAssetId } from './images/index.js';
4
4
 
5
5
  type UserFormData = {
@@ -177,6 +177,7 @@ type SchoolCampaignType = {
177
177
  };
178
178
  type SchoolType = Omit<SchoolFormData, "logoUpload"> & {
179
179
  _id: string;
180
+ approvedAt?: Date | null;
180
181
  campaigns: SchoolCampaignType[];
181
182
  createdAt: Date;
182
183
  deletedAt: Date | null;
@@ -245,6 +246,7 @@ type RedeemHistoryType = {
245
246
  interface AffiliateType {
246
247
  _id: string;
247
248
  active: boolean;
249
+ approvedAt?: Date | null;
248
250
  affiliateBonusRewards?: AffiliateRewardType[] | null;
249
251
  affiliateCode: PromoCodeType | null;
250
252
  affiliateDetails: AffiliateDetailsType | null;
@@ -1,5 +1,5 @@
1
1
  import { EnumOSPlatform, EnumUserRole, EnumReward, EnumSubscriptionStatus, EnumUserLicence, EnumNotificationResourceType, EnumResourceType, EnumPartnerType } from './enums/index.mjs';
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-C8npu_7P.mjs';
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-Dq6A7pNV.mjs';
3
3
  import { PosterAssetId } from './images/index.mjs';
4
4
 
5
5
  type UserFormData = {
@@ -177,6 +177,7 @@ type SchoolCampaignType = {
177
177
  };
178
178
  type SchoolType = Omit<SchoolFormData, "logoUpload"> & {
179
179
  _id: string;
180
+ approvedAt?: Date | null;
180
181
  campaigns: SchoolCampaignType[];
181
182
  createdAt: Date;
182
183
  deletedAt: Date | null;
@@ -245,6 +246,7 @@ type RedeemHistoryType = {
245
246
  interface AffiliateType {
246
247
  _id: string;
247
248
  active: boolean;
249
+ approvedAt?: Date | null;
248
250
  affiliateBonusRewards?: AffiliateRewardType[] | null;
249
251
  affiliateCode: PromoCodeType | null;
250
252
  affiliateDetails: AffiliateDetailsType | null;
@@ -238,6 +238,7 @@ var EVENT_LIST_ITEM = gql`
238
238
  fragment EventListItemFields on EventListItemType {
239
239
  _id
240
240
  active
241
+ approvedAt
241
242
  claimed
242
243
  cover {
243
244
  ...ResourceImageFields
@@ -343,6 +344,7 @@ var EVENT = gql2`
343
344
  ...AssociatesFields
344
345
  }
345
346
  adIds
347
+ approvedAt
346
348
  cover {
347
349
  ...ResourceImageFields
348
350
  }
@@ -533,6 +535,7 @@ var VENDOR = gql3`
533
535
  ...AssociatesFields
534
536
  }
535
537
  adIds
538
+ approvedAt
536
539
  availability {
537
540
  corporate
538
541
  private
@@ -781,6 +784,7 @@ var PARTNER = gql4`
781
784
  ...AssociatesFields
782
785
  }
783
786
  adIds
787
+ approvedAt
784
788
  cover {
785
789
  ...ResourceImageFields
786
790
  }
@@ -1027,6 +1031,7 @@ var POST_FIELDS_FRAGMENT = gql7`
1027
1031
  fragment PostFields on PostType {
1028
1032
  _id
1029
1033
  active
1034
+ approvedAt
1030
1035
  caption
1031
1036
  content {
1032
1037
  ...PostContentFields
@@ -4905,6 +4910,7 @@ var SCHOOL = gql38`
4905
4910
  fragment SchoolFields on SchoolType {
4906
4911
  _id
4907
4912
  active
4913
+ approvedAt
4908
4914
  campaigns {
4909
4915
  ...SchoolCampaignFields
4910
4916
  }
@@ -5143,6 +5149,7 @@ var AFFILIATE_FIELDS_FRAGMENT = gql40`
5143
5149
  affiliateResources {
5144
5150
  ...AffiliateResourceFields
5145
5151
  }
5152
+ approvedAt
5146
5153
  createdAt
5147
5154
  deletedAt
5148
5155
  redeemHistory {
@@ -5430,4 +5437,4 @@ export {
5430
5437
  useDeleteAffiliate,
5431
5438
  useRedeemAffiliateReward
5432
5439
  };
5433
- //# sourceMappingURL=chunk-XBUBH7OF.mjs.map
5440
+ //# sourceMappingURL=chunk-4ICKZHQA.mjs.map