@timardex/cluemart-shared 1.5.701 → 1.5.702

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.
@@ -5,7 +5,7 @@ import {
5
5
  EnumAdType,
6
6
  EnumPostContentType,
7
7
  EnumPostType
8
- } from "../chunk-XGX7SV5N.mjs";
8
+ } from "../chunk-HITGTNK3.mjs";
9
9
  import "../chunk-QJI4BF4B.mjs";
10
10
  import "../chunk-JBHXZ3PH.mjs";
11
11
  import "../chunk-NPFJ2CN2.mjs";
package/dist/index.cjs CHANGED
@@ -105,6 +105,9 @@ __export(index_exports, {
105
105
  SHARE_STALL_SIZE_PREFIX: () => SHARE_STALL_SIZE_PREFIX,
106
106
  SHARE_TAGS_SECTION_HEADING: () => SHARE_TAGS_SECTION_HEADING,
107
107
  SHARE_TYPE_PATH_REGEX: () => SHARE_TYPE_PATH_REGEX,
108
+ TIERS_BY_PRIORITY: () => TIERS_BY_PRIORITY,
109
+ TIER_DISPLAY_LABELS: () => TIER_DISPLAY_LABELS,
110
+ TIER_FROM_LICENCE: () => TIER_FROM_LICENCE,
108
111
  USER_STORAGE_KEY: () => USER_STORAGE_KEY,
109
112
  appendShareMoreInfoLine: () => appendShareMoreInfoLine,
110
113
  availableCategories: () => availableCategories,
@@ -9298,6 +9301,24 @@ var gameTypeToDisplayName = {
9298
9301
  ["dailyClue" /* DAILY_CLUE */]: "Daily Clue",
9299
9302
  ["miniQuiz" /* MINI_QUIZ */]: "Mini Quiz"
9300
9303
  };
9304
+
9305
+ // src/types/subscription.ts
9306
+ var TIERS_BY_PRIORITY = ["pro_plus", "pro", "standard"];
9307
+ var TIER_DISPLAY_LABELS = {
9308
+ pro: "Pro",
9309
+ // eslint-disable-next-line camelcase
9310
+ pro_plus: "Pro+ Ads",
9311
+ standard: "Standard"
9312
+ };
9313
+ var TIER_FROM_LICENCE = {
9314
+ ["pro_event" /* PRO_EVENT */]: "pro",
9315
+ ["pro_plus_event" /* PRO_PLUS_EVENT */]: "pro_plus",
9316
+ ["pro_plus_vendor" /* PRO_PLUS_VENDOR */]: "pro_plus",
9317
+ ["pro_vendor" /* PRO_VENDOR */]: "pro",
9318
+ ["standard_event" /* STANDARD_EVENT */]: "standard",
9319
+ ["standard_partner" /* STANDARD_PARTNER */]: "standard",
9320
+ ["standard_vendor" /* STANDARD_VENDOR */]: "standard"
9321
+ };
9301
9322
  // Annotate the CommonJS export names for ESM import in node:
9302
9323
  0 && (module.exports = {
9303
9324
  ANDROID_URL,
@@ -9375,6 +9396,9 @@ var gameTypeToDisplayName = {
9375
9396
  SHARE_STALL_SIZE_PREFIX,
9376
9397
  SHARE_TAGS_SECTION_HEADING,
9377
9398
  SHARE_TYPE_PATH_REGEX,
9399
+ TIERS_BY_PRIORITY,
9400
+ TIER_DISPLAY_LABELS,
9401
+ TIER_FROM_LICENCE,
9378
9402
  USER_STORAGE_KEY,
9379
9403
  appendShareMoreInfoLine,
9380
9404
  availableCategories,