@timardex/cluemart-shared 1.7.88 → 1.7.89

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 (34) hide show
  1. package/dist/auth/index.mjs +1 -1
  2. package/dist/{chunk-DFAYHIEZ.mjs → chunk-F6O72A6T.mjs} +3 -3
  3. package/dist/{chunk-4BN6SNMF.mjs → chunk-JECW5GUI.mjs} +2 -2
  4. package/dist/{chunk-2UNNIQIK.mjs → chunk-MOVX7LKH.mjs} +2 -2
  5. package/dist/{chunk-7IB7QPVH.mjs → chunk-N2YXGFSZ.mjs} +3 -2
  6. package/dist/chunk-N2YXGFSZ.mjs.map +1 -0
  7. package/dist/{chunk-RCARDOVS.mjs → chunk-VMBAS4XH.mjs} +3 -3
  8. package/dist/enums/index.cjs +2 -1
  9. package/dist/enums/index.cjs.map +1 -1
  10. package/dist/enums/index.d.mts +2 -1
  11. package/dist/enums/index.d.ts +2 -1
  12. package/dist/enums/index.mjs +1 -1
  13. package/dist/formFields/index.cjs.map +1 -1
  14. package/dist/formFields/index.mjs +4 -4
  15. package/dist/graphql/index.mjs +1 -1
  16. package/dist/hooks/index.cjs.map +1 -1
  17. package/dist/hooks/index.mjs +5 -5
  18. package/dist/index.cjs +2 -1
  19. package/dist/index.cjs.map +1 -1
  20. package/dist/index.d.mts +2 -1
  21. package/dist/index.d.ts +2 -1
  22. package/dist/index.mjs +2 -1
  23. package/dist/index.mjs.map +1 -1
  24. package/dist/sharing/index.cjs.map +1 -1
  25. package/dist/sharing/index.mjs +3 -3
  26. package/dist/types/index.mjs +1 -1
  27. package/dist/utils/index.cjs.map +1 -1
  28. package/dist/utils/index.mjs +3 -3
  29. package/package.json +1 -1
  30. package/dist/chunk-7IB7QPVH.mjs.map +0 -1
  31. /package/dist/{chunk-DFAYHIEZ.mjs.map → chunk-F6O72A6T.mjs.map} +0 -0
  32. /package/dist/{chunk-4BN6SNMF.mjs.map → chunk-JECW5GUI.mjs.map} +0 -0
  33. /package/dist/{chunk-2UNNIQIK.mjs.map → chunk-MOVX7LKH.mjs.map} +0 -0
  34. /package/dist/{chunk-RCARDOVS.mjs.map → chunk-VMBAS4XH.mjs.map} +0 -0
@@ -1,17 +1,17 @@
1
- import "../chunk-4BN6SNMF.mjs";
1
+ import "../chunk-JECW5GUI.mjs";
2
2
  import "../chunk-VA5YN2K3.mjs";
3
3
  import "../chunk-VPANTTZI.mjs";
4
4
  import "../chunk-DWO35OY4.mjs";
5
- import "../chunk-DFAYHIEZ.mjs";
5
+ import "../chunk-F6O72A6T.mjs";
6
6
  import {
7
7
  SCHOOL_MIN_STUDENT_COUNT,
8
8
  isValidIrdNumber,
9
9
  normalizeUrl
10
- } from "../chunk-RCARDOVS.mjs";
10
+ } from "../chunk-VMBAS4XH.mjs";
11
11
  import {
12
12
  dateFormat,
13
13
  timeFormat
14
- } from "../chunk-2UNNIQIK.mjs";
14
+ } from "../chunk-MOVX7LKH.mjs";
15
15
  import {
16
16
  EnumAdShowOn,
17
17
  EnumAdStatus,
@@ -34,7 +34,7 @@ import {
34
34
  EnumResourceType,
35
35
  EnumSocialMedia,
36
36
  EnumVendorType
37
- } from "../chunk-7IB7QPVH.mjs";
37
+ } from "../chunk-N2YXGFSZ.mjs";
38
38
  import "../chunk-NPFJ2CN2.mjs";
39
39
 
40
40
  // src/hooks/useLocationSearch.ts
package/dist/index.cjs CHANGED
@@ -621,8 +621,8 @@ var EnumRelationResource = /* @__PURE__ */ ((EnumRelationResource2) => {
621
621
  return EnumRelationResource2;
622
622
  })(EnumRelationResource || {});
623
623
  var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceType2) => {
624
- EnumNotificationResourceType2["APPROVED_AFFILIATE"] = "approved_affiliate";
625
624
  EnumNotificationResourceType2["AFFILIATE_REWARD_RECEIVED"] = "affiliate_reward_received";
625
+ EnumNotificationResourceType2["APPROVED_AFFILIATE"] = "approved_affiliate";
626
626
  EnumNotificationResourceType2["APPROVED_EVENT"] = "approved_event";
627
627
  EnumNotificationResourceType2["APPROVED_PARTNER"] = "approved_partner";
628
628
  EnumNotificationResourceType2["APPROVED_SCHOOL"] = "approved_school";
@@ -650,6 +650,7 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
650
650
  EnumNotificationResourceType2["NEW_POST_CREATED"] = "new_post_created";
651
651
  EnumNotificationResourceType2["REGISTERED_USER_BY_SCHOOL_CODE"] = "registered_user_by_school_code";
652
652
  EnumNotificationResourceType2["SYSTEM_ALERT"] = "system_alert";
653
+ EnumNotificationResourceType2["USER_COUPON_REDEEMED"] = "user_coupon_redeemed";
653
654
  EnumNotificationResourceType2["VENDOR_APPLICATION_TO_EVENT"] = "vendor_application_to_event" /* VENDOR_APPLICATION_TO_EVENT */;
654
655
  EnumNotificationResourceType2["VENDOR_UPDATE_RELATION_TO_EVENT"] = "vendor_update_relation_to_event" /* VENDOR_UPDATE_RELATION_TO_EVENT */;
655
656
  return EnumNotificationResourceType2;