@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.
- package/dist/{chunk-6LIZONJ6.mjs → chunk-YILYRHDN.mjs} +28 -6
- package/dist/chunk-YILYRHDN.mjs.map +1 -0
- package/dist/index.cjs +82 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +24 -2
- package/dist/index.d.ts +24 -2
- package/dist/index.mjs +79 -26
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +4 -4
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +82 -26
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.d.mts +26 -4
- package/dist/service/index.d.ts +26 -4
- package/dist/service/index.mjs +56 -23
- package/dist/service/index.mjs.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-6LIZONJ6.mjs.map +0 -1
package/dist/mongoose/index.cjs
CHANGED
|
@@ -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/
|
|
3474
|
+
match: "/profile/account/favourites"
|
|
3475
3475
|
},
|
|
3476
3476
|
{
|
|
3477
3477
|
clue: "Where conversations happen without speaking.",
|
|
3478
3478
|
id: "chat",
|
|
3479
|
-
match: "/
|
|
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/
|
|
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 || {});
|