@timardex/cluemart-shared 1.5.779 → 1.5.781

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 (47) hide show
  1. package/dist/{affiliate-BAjNz0Qo.d.ts → affiliate--dA3h3nC.d.ts} +1 -0
  2. package/dist/{affiliate-C6lnX0z-.d.mts → affiliate-BiT2X-2N.d.mts} +1 -0
  3. package/dist/{chunk-TZFGZ5TG.mjs → chunk-2EGAQPCX.mjs} +3 -3
  4. package/dist/{chunk-R4GAZNEY.mjs → chunk-3UZKSUNV.mjs} +2 -1
  5. package/dist/{chunk-R4GAZNEY.mjs.map → chunk-3UZKSUNV.mjs.map} +1 -1
  6. package/dist/{chunk-U764OJ5Z.mjs → chunk-52Y5C6F4.mjs} +1 -1
  7. package/dist/{chunk-U764OJ5Z.mjs.map → chunk-52Y5C6F4.mjs.map} +1 -1
  8. package/dist/{chunk-I2V5GDNE.mjs → chunk-6N32BPAG.mjs} +3 -1
  9. package/dist/chunk-6N32BPAG.mjs.map +1 -0
  10. package/dist/{chunk-P4ICYRHE.mjs → chunk-HF2P7QJ5.mjs} +3 -3
  11. package/dist/{chunk-JTFGOKTV.mjs → chunk-LGOTXNPD.mjs} +2 -2
  12. package/dist/enums/index.cjs +2 -0
  13. package/dist/enums/index.cjs.map +1 -1
  14. package/dist/enums/index.d.mts +2 -0
  15. package/dist/enums/index.d.ts +2 -0
  16. package/dist/enums/index.mjs +1 -1
  17. package/dist/formFields/index.cjs.map +1 -1
  18. package/dist/formFields/index.mjs +4 -4
  19. package/dist/graphql/index.cjs +1 -0
  20. package/dist/graphql/index.cjs.map +1 -1
  21. package/dist/graphql/index.d.mts +1 -1
  22. package/dist/graphql/index.d.ts +1 -1
  23. package/dist/graphql/index.mjs +2 -2
  24. package/dist/hooks/index.cjs +1 -0
  25. package/dist/hooks/index.cjs.map +1 -1
  26. package/dist/hooks/index.mjs +6 -6
  27. package/dist/index.cjs +3 -0
  28. package/dist/index.cjs.map +1 -1
  29. package/dist/index.d.mts +3 -0
  30. package/dist/index.d.ts +3 -0
  31. package/dist/index.mjs +3 -0
  32. package/dist/index.mjs.map +1 -1
  33. package/dist/sharing/index.cjs.map +1 -1
  34. package/dist/sharing/index.mjs +4 -4
  35. package/dist/types/index.cjs.map +1 -1
  36. package/dist/types/index.d.mts +1 -1
  37. package/dist/types/index.d.ts +1 -1
  38. package/dist/types/index.mjs +2 -2
  39. package/dist/utils/index.cjs.map +1 -1
  40. package/dist/utils/index.d.mts +1 -1
  41. package/dist/utils/index.d.ts +1 -1
  42. package/dist/utils/index.mjs +3 -3
  43. package/package.json +1 -1
  44. package/dist/chunk-I2V5GDNE.mjs.map +0 -1
  45. /package/dist/{chunk-TZFGZ5TG.mjs.map → chunk-2EGAQPCX.mjs.map} +0 -0
  46. /package/dist/{chunk-P4ICYRHE.mjs.map → chunk-HF2P7QJ5.mjs.map} +0 -0
  47. /package/dist/{chunk-JTFGOKTV.mjs.map → chunk-LGOTXNPD.mjs.map} +0 -0
@@ -1,14 +1,14 @@
1
1
  import "../chunk-VA5YN2K3.mjs";
2
- import "../chunk-P4ICYRHE.mjs";
3
- import "../chunk-R4GAZNEY.mjs";
2
+ import "../chunk-HF2P7QJ5.mjs";
3
+ import "../chunk-3UZKSUNV.mjs";
4
4
  import "../chunk-NPFJ2CN2.mjs";
5
- import "../chunk-JTFGOKTV.mjs";
5
+ import "../chunk-LGOTXNPD.mjs";
6
6
  import {
7
7
  SCHOOL_MIN_STUDENT_COUNT,
8
8
  dateFormat,
9
9
  normalizeUrl,
10
10
  timeFormat
11
- } from "../chunk-TZFGZ5TG.mjs";
11
+ } from "../chunk-2EGAQPCX.mjs";
12
12
  import {
13
13
  EnumAdShowOn,
14
14
  EnumAdStatus,
@@ -16,7 +16,7 @@ import {
16
16
  EnumAdType,
17
17
  EnumPostContentType,
18
18
  EnumPostType
19
- } from "../chunk-U764OJ5Z.mjs";
19
+ } from "../chunk-52Y5C6F4.mjs";
20
20
  import {
21
21
  EnumEventDateStatus,
22
22
  EnumEventType,
@@ -28,7 +28,7 @@ import {
28
28
  EnumUserLicence,
29
29
  EnumUserRole,
30
30
  EnumVendorType
31
- } from "../chunk-I2V5GDNE.mjs";
31
+ } from "../chunk-6N32BPAG.mjs";
32
32
  import "../chunk-DWO35OY4.mjs";
33
33
 
34
34
  // src/hooks/useLocationSearch.ts
package/dist/index.cjs CHANGED
@@ -564,8 +564,10 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
564
564
  EnumNotificationResourceType2["ADDED_AS_ASSOCIATE_EVENT"] = "added_as_associate_event";
565
565
  EnumNotificationResourceType2["ADDED_AS_ASSOCIATE_PARTNER"] = "added_as_associate_partner";
566
566
  EnumNotificationResourceType2["ADDED_AS_ASSOCIATE_VENDOR"] = "added_as_associate_vendor";
567
+ EnumNotificationResourceType2["APPROVED_AFFILIATE"] = "approved_affiliate";
567
568
  EnumNotificationResourceType2["APPROVED_EVENT"] = "approved_event";
568
569
  EnumNotificationResourceType2["APPROVED_PARTNER"] = "approved_partner";
570
+ EnumNotificationResourceType2["APPROVED_SCHOOL"] = "approved_school";
569
571
  EnumNotificationResourceType2["APPROVED_VENDOR"] = "approved_vendor";
570
572
  EnumNotificationResourceType2["CREATED_EVENT"] = "created_event";
571
573
  EnumNotificationResourceType2["CREATED_PARTNER"] = "created_partner";
@@ -8469,6 +8471,7 @@ var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = import_client74.gql`
8469
8471
  fragment AffiliateResourceFields on AffiliateResourceType {
8470
8472
  resourceActive
8471
8473
  resourceId
8474
+ resourceName
8472
8475
  resourceType
8473
8476
  rewards {
8474
8477
  ...AffiliateRewardFields