@timardex/cluemart-shared 1.5.783 → 1.5.784

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 (41) hide show
  1. package/dist/{affiliate-BiT2X-2N.d.mts → affiliate-CmM8wWML.d.mts} +0 -2
  2. package/dist/{affiliate--dA3h3nC.d.ts → affiliate-DTYfndpt.d.ts} +0 -2
  3. package/dist/{chunk-I2WBC4RV.mjs → chunk-HMLNWBOQ.mjs} +2 -2
  4. package/dist/{chunk-52Y5C6F4.mjs → chunk-QMNC5R4O.mjs} +1 -1
  5. package/dist/{chunk-52Y5C6F4.mjs.map → chunk-QMNC5R4O.mjs.map} +1 -1
  6. package/dist/{chunk-3UZKSUNV.mjs → chunk-W7W7X6WH.mjs} +1 -3
  7. package/dist/{chunk-3UZKSUNV.mjs.map → chunk-W7W7X6WH.mjs.map} +1 -1
  8. package/dist/{chunk-U7QU7YDK.mjs → chunk-ZQ6ENPBG.mjs} +2 -2
  9. package/dist/{chunk-OTQQWZUD.mjs → chunk-ZROT2ZU7.mjs} +3 -5
  10. package/dist/chunk-ZROT2ZU7.mjs.map +1 -0
  11. package/dist/formFields/index.cjs.map +1 -1
  12. package/dist/formFields/index.mjs +3 -3
  13. package/dist/graphql/index.cjs +0 -2
  14. package/dist/graphql/index.cjs.map +1 -1
  15. package/dist/graphql/index.d.mts +1 -1
  16. package/dist/graphql/index.d.ts +1 -1
  17. package/dist/graphql/index.mjs +1 -1
  18. package/dist/hooks/index.cjs +0 -2
  19. package/dist/hooks/index.cjs.map +1 -1
  20. package/dist/hooks/index.mjs +5 -5
  21. package/dist/index.cjs +1 -5
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.d.mts +0 -2
  24. package/dist/index.d.ts +0 -2
  25. package/dist/index.mjs +1 -5
  26. package/dist/index.mjs.map +1 -1
  27. package/dist/sharing/index.cjs.map +1 -1
  28. package/dist/sharing/index.mjs +3 -3
  29. package/dist/types/index.cjs.map +1 -1
  30. package/dist/types/index.d.mts +1 -1
  31. package/dist/types/index.d.ts +1 -1
  32. package/dist/types/index.mjs +1 -1
  33. package/dist/utils/index.cjs +1 -3
  34. package/dist/utils/index.cjs.map +1 -1
  35. package/dist/utils/index.d.mts +1 -1
  36. package/dist/utils/index.d.ts +1 -1
  37. package/dist/utils/index.mjs +2 -2
  38. package/package.json +1 -1
  39. package/dist/chunk-OTQQWZUD.mjs.map +0 -1
  40. /package/dist/{chunk-I2WBC4RV.mjs.map → chunk-HMLNWBOQ.mjs.map} +0 -0
  41. /package/dist/{chunk-U7QU7YDK.mjs.map → chunk-ZQ6ENPBG.mjs.map} +0 -0
@@ -1,14 +1,14 @@
1
1
  import "../chunk-VA5YN2K3.mjs";
2
- import "../chunk-I2WBC4RV.mjs";
3
- import "../chunk-3UZKSUNV.mjs";
2
+ import "../chunk-HMLNWBOQ.mjs";
3
+ import "../chunk-W7W7X6WH.mjs";
4
4
  import "../chunk-NPFJ2CN2.mjs";
5
- import "../chunk-U7QU7YDK.mjs";
5
+ import "../chunk-ZQ6ENPBG.mjs";
6
6
  import {
7
7
  SCHOOL_MIN_STUDENT_COUNT,
8
8
  dateFormat,
9
9
  normalizeUrl,
10
10
  timeFormat
11
- } from "../chunk-OTQQWZUD.mjs";
11
+ } from "../chunk-ZROT2ZU7.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-52Y5C6F4.mjs";
19
+ } from "../chunk-QMNC5R4O.mjs";
20
20
  import {
21
21
  EnumEventDateStatus,
22
22
  EnumEventType,
package/dist/index.cjs CHANGED
@@ -1388,12 +1388,10 @@ function createAffiliateReward(rewardType, createdAt) {
1388
1388
  const reward = AFFILIATE_REWARDS[rewardType];
1389
1389
  return {
1390
1390
  createdAt,
1391
- deletedAt: null,
1392
1391
  redeemedAt: null,
1393
1392
  rewardDescription: reward.description,
1394
1393
  rewardType,
1395
- rewardValue: reward.value,
1396
- updatedAt: null
1394
+ rewardValue: reward.value
1397
1395
  };
1398
1396
  }
1399
1397
 
@@ -8460,12 +8458,10 @@ var import_client74 = require("@apollo/client");
8460
8458
  var AFFILIATE_REWARD_FIELDS_FRAGMENT = import_client74.gql`
8461
8459
  fragment AffiliateRewardFields on AffiliateRewardType {
8462
8460
  createdAt
8463
- deletedAt
8464
8461
  redeemedAt
8465
8462
  rewardDescription
8466
8463
  rewardType
8467
8464
  rewardValue
8468
- updatedAt
8469
8465
  }
8470
8466
  `;
8471
8467
  var AFFILIATE_RESOURCE_FIELDS_FRAGMENT = import_client74.gql`