@timardex/cluemart-shared 1.5.780 → 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 (36) 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-4U2JXFNR.mjs → chunk-2EGAQPCX.mjs} +2 -2
  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-NQSWN3FW.mjs → chunk-HF2P7QJ5.mjs} +2 -2
  9. package/dist/{chunk-T7OGF2MY.mjs → chunk-LGOTXNPD.mjs} +2 -2
  10. package/dist/formFields/index.mjs +3 -3
  11. package/dist/graphql/index.cjs +1 -0
  12. package/dist/graphql/index.cjs.map +1 -1
  13. package/dist/graphql/index.d.mts +1 -1
  14. package/dist/graphql/index.d.ts +1 -1
  15. package/dist/graphql/index.mjs +1 -1
  16. package/dist/hooks/index.cjs +1 -0
  17. package/dist/hooks/index.cjs.map +1 -1
  18. package/dist/hooks/index.mjs +5 -5
  19. package/dist/index.cjs +1 -0
  20. package/dist/index.cjs.map +1 -1
  21. package/dist/index.d.mts +1 -0
  22. package/dist/index.d.ts +1 -0
  23. package/dist/index.mjs +1 -0
  24. package/dist/index.mjs.map +1 -1
  25. package/dist/sharing/index.mjs +3 -3
  26. package/dist/types/index.cjs.map +1 -1
  27. package/dist/types/index.d.mts +1 -1
  28. package/dist/types/index.d.ts +1 -1
  29. package/dist/types/index.mjs +1 -1
  30. package/dist/utils/index.d.mts +1 -1
  31. package/dist/utils/index.d.ts +1 -1
  32. package/dist/utils/index.mjs +2 -2
  33. package/package.json +1 -1
  34. /package/dist/{chunk-4U2JXFNR.mjs.map → chunk-2EGAQPCX.mjs.map} +0 -0
  35. /package/dist/{chunk-NQSWN3FW.mjs.map → chunk-HF2P7QJ5.mjs.map} +0 -0
  36. /package/dist/{chunk-T7OGF2MY.mjs.map → chunk-LGOTXNPD.mjs.map} +0 -0
@@ -1,14 +1,14 @@
1
1
  import "../chunk-VA5YN2K3.mjs";
2
- import "../chunk-NQSWN3FW.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-T7OGF2MY.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-4U2JXFNR.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,
package/dist/index.cjs CHANGED
@@ -8471,6 +8471,7 @@ var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = import_client74.gql`
8471
8471
  fragment AffiliateResourceFields on AffiliateResourceType {
8472
8472
  resourceActive
8473
8473
  resourceId
8474
+ resourceName
8474
8475
  resourceType
8475
8476
  rewards {
8476
8477
  ...AffiliateRewardFields