@timardex/cluemart-shared 1.7.53 → 1.7.55
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/{ad-mUnDAPSR.d.ts → ad--1Dgx3EQ.d.ts} +2 -2
- package/dist/{ad-C4p6YSGQ.d.mts → ad-DgFNz7LE.d.mts} +2 -2
- package/dist/{affiliate-CVSQtlRk.d.ts → affiliate-BtxKsl7M.d.ts} +2 -2
- package/dist/{affiliate-BtwUxF_w.d.mts → affiliate-CyELKIG-.d.mts} +2 -2
- package/dist/auth/index.d.mts +3 -3
- package/dist/auth/index.d.ts +3 -3
- package/dist/{chunk-BHEP7DY7.mjs → chunk-7RQ6PC7B.mjs} +5 -3
- package/dist/chunk-7RQ6PC7B.mjs.map +1 -0
- package/dist/{chunk-GW52WYYK.mjs → chunk-QYHJKAVQ.mjs} +7 -5
- package/dist/chunk-QYHJKAVQ.mjs.map +1 -0
- package/dist/{contactUs-UWXzii_N.d.ts → contactUs-CX1bTZ9V.d.ts} +1 -1
- package/dist/{contactUs-CfJflYDQ.d.mts → contactUs-kzob0wKa.d.mts} +1 -1
- package/dist/formFields/index.cjs +6 -4
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +2 -2
- package/dist/{global-eKtRdO3m.d.mts → global-CcE-PQOR.d.mts} +7 -5
- package/dist/{global-SpvNInzo.d.ts → global-CdSsPQHl.d.ts} +7 -5
- package/dist/graphql/index.d.mts +5 -5
- package/dist/graphql/index.d.ts +5 -5
- package/dist/hooks/index.cjs +10 -6
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +5 -5
- package/dist/hooks/index.d.ts +5 -5
- package/dist/hooks/index.mjs +3 -3
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +9 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +7 -5
- package/dist/index.d.ts +7 -5
- package/dist/index.mjs +9 -5
- package/dist/index.mjs.map +1 -1
- package/dist/map/index.d.mts +1 -1
- package/dist/map/index.d.ts +1 -1
- package/dist/{resourceActivities-BxscFtkL.d.ts → resourceActivities-Cjvh0Szg.d.ts} +1 -1
- package/dist/{resourceActivities-Bh_nj9xh.d.mts → resourceActivities-D36XsiZQ.d.mts} +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/types/index.cjs +6 -4
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +7 -7
- package/dist/types/index.d.ts +7 -7
- package/dist/types/index.mjs +1 -1
- package/dist/{user-CmGQOai2.d.ts → user-CQC_FzHj.d.ts} +1 -1
- package/dist/{user-BvBpIU4z.d.mts → user-D2Dww93Z.d.mts} +1 -1
- package/dist/utils/index.cjs +6 -4
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +3 -3
- package/dist/utils/index.d.ts +3 -3
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-BHEP7DY7.mjs.map +0 -1
- package/dist/chunk-GW52WYYK.mjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -963,17 +963,17 @@ var gameScreenIdentifierList = [
|
|
|
963
963
|
{
|
|
964
964
|
clue: "Where your actions turn into a timeline.",
|
|
965
965
|
id: "activities",
|
|
966
|
-
match: "/profile/
|
|
966
|
+
match: "/profile/account/favourites"
|
|
967
967
|
},
|
|
968
968
|
{
|
|
969
969
|
clue: "Where conversations happen without speaking.",
|
|
970
970
|
id: "chat",
|
|
971
|
-
match: "/
|
|
971
|
+
match: "/chat"
|
|
972
972
|
},
|
|
973
973
|
{
|
|
974
974
|
clue: "The place to redefine who you are.",
|
|
975
975
|
id: "edit-profile",
|
|
976
|
-
match: "/profile/
|
|
976
|
+
match: "/profile/account"
|
|
977
977
|
},
|
|
978
978
|
{
|
|
979
979
|
clue: "A single moment worth showing up for.",
|
|
@@ -1412,8 +1412,10 @@ var EnumActivity = /* @__PURE__ */ ((EnumActivity2) => {
|
|
|
1412
1412
|
|
|
1413
1413
|
// src/types/post.ts
|
|
1414
1414
|
var EnumPostType = /* @__PURE__ */ ((EnumPostType2) => {
|
|
1415
|
-
EnumPostType2["MARKET_FACES"] = "market_faces";
|
|
1416
1415
|
EnumPostType2["CLUE_BITES"] = "clue_bites";
|
|
1416
|
+
EnumPostType2["CLUE_GUIDES_FOR_ORGANISERS"] = "clue_guides_for_organisers";
|
|
1417
|
+
EnumPostType2["CLUE_GUIDES_FOR_VENDORS"] = "clue_guides_for_vendors";
|
|
1418
|
+
EnumPostType2["MARKET_FACES"] = "market_faces";
|
|
1417
1419
|
EnumPostType2["PLAY_AND_WIN"] = "play_and_win";
|
|
1418
1420
|
return EnumPostType2;
|
|
1419
1421
|
})(EnumPostType || {});
|
|
@@ -1596,7 +1598,9 @@ var rewardNiceNames = {
|
|
|
1596
1598
|
var PostTypeLabels = {
|
|
1597
1599
|
["market_faces" /* MARKET_FACES */]: "Market Faces",
|
|
1598
1600
|
["clue_bites" /* CLUE_BITES */]: "Clue Bites",
|
|
1599
|
-
["play_and_win" /* PLAY_AND_WIN */]: "Play & Win"
|
|
1601
|
+
["play_and_win" /* PLAY_AND_WIN */]: "Play & Win",
|
|
1602
|
+
["clue_guides_for_organisers" /* CLUE_GUIDES_FOR_ORGANISERS */]: "Clue Guides for Organisers",
|
|
1603
|
+
["clue_guides_for_vendors" /* CLUE_GUIDES_FOR_VENDORS */]: "Clue Guides for Stallholders"
|
|
1600
1604
|
};
|
|
1601
1605
|
var CM_SCHOOL_PROMO_CODE = `${PROMO_CODE_PREFIX}SCHOOL`;
|
|
1602
1606
|
var CM_AFFILIATE_PROMO_CODE = `${PROMO_CODE_PREFIX}AFFILIATE`;
|