@timardex/cluemart-shared 1.5.812 → 1.5.813

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,9 +1,9 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { DocumentNode } from 'graphql';
3
3
  import { EnumResourceType, EnumEventDateStatus } from '../enums/index.mjs';
4
- import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, a as RedeemRewardResponse, P as PartnerType, b as ResourceByUser, c as AdType, E as EnumAdStatus, d as SubscriptionPlansResponse, e as SubscriptionStatusData, f as AppSettingsType, g as SchoolReturnType, h as SchoolType, i as AffiliateType } from '../ad-D3gPYInl.mjs';
5
- import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-lFB7B-Y9.mjs';
6
- import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType, P as PostType, j as EnumPostType, G as GameDocType, k as GameLeaderboard } from '../global-C8npu_7P.mjs';
4
+ import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, a as RedeemRewardResponse, P as PartnerType, b as ResourceByUser, c as AdType, E as EnumAdStatus, d as SubscriptionPlansResponse, e as SubscriptionStatusData, f as AppSettingsType, g as SchoolReturnType, h as SchoolType, i as AffiliateType } from '../ad-Dlk9SFLw.mjs';
5
+ import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-BCZ6HU7U.mjs';
6
+ import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType, P as PostType, j as EnumPostType, G as GameDocType, k as GameLeaderboard } from '../global-Dq6A7pNV.mjs';
7
7
  import '../images/index.mjs';
8
8
  import 'react-hook-form';
9
9
 
@@ -1,9 +1,9 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { DocumentNode } from 'graphql';
3
3
  import { EnumResourceType, EnumEventDateStatus } from '../enums/index.js';
4
- import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, a as RedeemRewardResponse, P as PartnerType, b as ResourceByUser, c as AdType, E as EnumAdStatus, d as SubscriptionPlansResponse, e as SubscriptionStatusData, f as AppSettingsType, g as SchoolReturnType, h as SchoolType, i as AffiliateType } from '../ad-D-_ZkOMn.js';
5
- import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-CJrM2qDC.js';
6
- import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType, P as PostType, j as EnumPostType, G as GameDocType, k as GameLeaderboard } from '../global-BeBuHWbg.js';
4
+ import { A as AuthPayloadType, R as RefreshTokenPayloadType, S as SafeUserType, a as RedeemRewardResponse, P as PartnerType, b as ResourceByUser, c as AdType, E as EnumAdStatus, d as SubscriptionPlansResponse, e as SubscriptionStatusData, f as AppSettingsType, g as SchoolReturnType, h as SchoolType, i as AffiliateType } from '../ad-0muFV6oH.js';
5
+ import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-DUR5JaaB.js';
6
+ import { E as EventType, c as EventListItemType, d as EventInfoType, U as UseGetResourcesByRegionOptions, e as RelationType, f as ResourceConnectionsType, g as UnregisteredVendorType, V as VendorType, h as VendorInfoType, i as UserLicenceType, P as PostType, j as EnumPostType, G as GameDocType, k as GameLeaderboard } from '../global-B2jacmZB.js';
7
7
  import '../images/index.js';
8
8
  import 'react-hook-form';
9
9
 
@@ -153,7 +153,7 @@ import {
153
153
  useUpdateVendor,
154
154
  useUpdateVendorInfo,
155
155
  useValidateVerificationToken
156
- } from "../chunk-XBUBH7OF.mjs";
156
+ } from "../chunk-4ICKZHQA.mjs";
157
157
  import "../chunk-LETM2YHF.mjs";
158
158
  export {
159
159
  GET_EVENT,
@@ -2716,6 +2716,7 @@ var EVENT_LIST_ITEM = import_client.gql`
2716
2716
  fragment EventListItemFields on EventListItemType {
2717
2717
  _id
2718
2718
  active
2719
+ approvedAt
2719
2720
  claimed
2720
2721
  cover {
2721
2722
  ...ResourceImageFields
@@ -2821,6 +2822,7 @@ var EVENT = import_client2.gql`
2821
2822
  ...AssociatesFields
2822
2823
  }
2823
2824
  adIds
2825
+ approvedAt
2824
2826
  cover {
2825
2827
  ...ResourceImageFields
2826
2828
  }
@@ -3011,6 +3013,7 @@ var VENDOR = import_client3.gql`
3011
3013
  ...AssociatesFields
3012
3014
  }
3013
3015
  adIds
3016
+ approvedAt
3014
3017
  availability {
3015
3018
  corporate
3016
3019
  private
@@ -3259,6 +3262,7 @@ var PARTNER = import_client4.gql`
3259
3262
  ...AssociatesFields
3260
3263
  }
3261
3264
  adIds
3265
+ approvedAt
3262
3266
  cover {
3263
3267
  ...ResourceImageFields
3264
3268
  }
@@ -3505,6 +3509,7 @@ var POST_FIELDS_FRAGMENT = import_client7.gql`
3505
3509
  fragment PostFields on PostType {
3506
3510
  _id
3507
3511
  active
3512
+ approvedAt
3508
3513
  caption
3509
3514
  content {
3510
3515
  ...PostContentFields
@@ -5006,6 +5011,7 @@ var SCHOOL = import_client70.gql`
5006
5011
  fragment SchoolFields on SchoolType {
5007
5012
  _id
5008
5013
  active
5014
+ approvedAt
5009
5015
  campaigns {
5010
5016
  ...SchoolCampaignFields
5011
5017
  }
@@ -5179,6 +5185,7 @@ var AFFILIATE_FIELDS_FRAGMENT = import_client74.gql`
5179
5185
  affiliateResources {
5180
5186
  ...AffiliateResourceFields
5181
5187
  }
5188
+ approvedAt
5182
5189
  createdAt
5183
5190
  deletedAt
5184
5191
  redeemHistory {