@timardex/cluemart-server-shared 1.1.23 → 1.1.24

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.
@@ -3471,17 +3471,17 @@ var gameScreenIdentifierList = [
3471
3471
  {
3472
3472
  clue: "Where your actions turn into a timeline.",
3473
3473
  id: "activities",
3474
- match: "/profile/activities"
3474
+ match: "/profile/account/favourites"
3475
3475
  },
3476
3476
  {
3477
3477
  clue: "Where conversations happen without speaking.",
3478
3478
  id: "chat",
3479
- match: "/profile/chat"
3479
+ match: "/chat"
3480
3480
  },
3481
3481
  {
3482
3482
  clue: "The place to redefine who you are.",
3483
3483
  id: "edit-profile",
3484
- match: "/profile/edit-profile"
3484
+ match: "/profile/account"
3485
3485
  },
3486
3486
  {
3487
3487
  clue: "A single moment worth showing up for.",
@@ -3657,8 +3657,8 @@ var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
3657
3657
  return EnumActivity2;
3658
3658
  })(EnumActivity || {});
3659
3659
  var EnumPostType = /* @__PURE__ */ ((EnumPostType2) => {
3660
- EnumPostType2["MARKET_FACES"] = "market_faces";
3661
3660
  EnumPostType2["CLUE_BITES"] = "clue_bites";
3661
+ EnumPostType2["MARKET_FACES"] = "market_faces";
3662
3662
  EnumPostType2["PLAY_AND_WIN"] = "play_and_win";
3663
3663
  return EnumPostType2;
3664
3664
  })(EnumPostType || {});