@timardex/cluemart-shared 1.5.716 → 1.5.718

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.
@@ -6,16 +6,16 @@ import {
6
6
  EnumPostContentType,
7
7
  EnumPostType
8
8
  } from "../chunk-5SCGH7UX.mjs";
9
- import "../chunk-YNEHXYL7.mjs";
9
+ import "../chunk-JZY6HGS7.mjs";
10
10
  import "../chunk-CIBJ5PEO.mjs";
11
11
  import "../chunk-NPFJ2CN2.mjs";
12
- import "../chunk-E6KYS7EK.mjs";
12
+ import "../chunk-PRAR43V7.mjs";
13
13
  import {
14
14
  SCHOOL_MIN_STUDENT_COUNT,
15
15
  dateFormat,
16
16
  normalizeUrl,
17
17
  timeFormat
18
- } from "../chunk-BR64CPND.mjs";
18
+ } from "../chunk-PWJWWXIP.mjs";
19
19
  import "../chunk-HV5AID7P.mjs";
20
20
  import {
21
21
  EnumEventDateStatus,
package/dist/index.cjs CHANGED
@@ -206,6 +206,7 @@ __export(index_exports, {
206
206
  requestPasswordResetFields: () => requestPasswordResetFields,
207
207
  requirementsOptions: () => requirementsOptions,
208
208
  resetPasswordFields: () => resetPasswordFields,
209
+ rewardNiceNames: () => rewardNiceNames,
209
210
  seededShuffle: () => seededShuffle,
210
211
  shareMessageFooterPlacementForType: () => shareMessageFooterPlacementForType,
211
212
  socialMediaFields: () => socialMediaFields,
@@ -1154,9 +1155,18 @@ var DEFAULT_RESOURCES_RETURN_LIMIT = 1e3;
1154
1155
  var DEFAULT_RESOURCES_RETURN_OFFSET = 0;
1155
1156
  var CLUEMART_MAIN_DOMAIN_URL = "https://cluemart.co.nz";
1156
1157
  var rewardNiceNames = {
1157
- ["mystery_joy_box" /* MYSTERY_JOY_BOX */]: "Mystery Joy Box",
1158
- ["mystery_squeeze_box" /* MYSTERY_SQUEEZE_BOX */]: "Mystery Squeeze Box",
1159
- ["mystery_deluxe_box" /* MYSTERY_DELUXE_BOX */]: "Mystery Deluxe Box"
1158
+ ["mystery_joy_box" /* MYSTERY_JOY_BOX */]: {
1159
+ name: "Mystery Joy Box",
1160
+ points: 250
1161
+ },
1162
+ ["mystery_squeeze_box" /* MYSTERY_SQUEEZE_BOX */]: {
1163
+ name: "Mystery Squeeze Box",
1164
+ points: 350
1165
+ },
1166
+ ["mystery_deluxe_box" /* MYSTERY_DELUXE_BOX */]: {
1167
+ name: "Mystery Deluxe Box",
1168
+ points: 500
1169
+ }
1160
1170
  };
1161
1171
 
1162
1172
  // src/utils/school.ts
@@ -7650,6 +7660,7 @@ var TIER_FROM_LICENCE = {
7650
7660
  requestPasswordResetFields,
7651
7661
  requirementsOptions,
7652
7662
  resetPasswordFields,
7663
+ rewardNiceNames,
7653
7664
  seededShuffle,
7654
7665
  shareMessageFooterPlacementForType,
7655
7666
  socialMediaFields,