@timardex/cluemart-server-shared 1.1.34 → 1.1.35
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-UGGLUJIR.mjs → chunk-ZVXL6B3M.mjs} +5 -3
- package/dist/chunk-ZVXL6B3M.mjs.map +1 -0
- package/dist/index.cjs +8 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +8 -6
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +4 -2
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +8 -6
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +5 -5
- package/dist/service/index.mjs.map +1 -1
- package/package.json +2 -2
- package/dist/chunk-UGGLUJIR.mjs.map +0 -1
package/dist/service/index.mjs
CHANGED
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
VendorModel,
|
|
24
24
|
dateFormat,
|
|
25
25
|
timeFormat
|
|
26
|
-
} from "../chunk-
|
|
26
|
+
} from "../chunk-ZVXL6B3M.mjs";
|
|
27
27
|
import "../chunk-6PNG5BI5.mjs";
|
|
28
28
|
|
|
29
29
|
// src/service/promoCode/constants.ts
|
|
@@ -96,7 +96,7 @@ var SHARE_RESOURCE_LABEL = {
|
|
|
96
96
|
school: "School"
|
|
97
97
|
};
|
|
98
98
|
|
|
99
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
99
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-364EX22V.mjs
|
|
100
100
|
var PROMO_CODE_PREFIX = "CM-";
|
|
101
101
|
var OBJECT_ID_PATH_SEGMENT = "[a-f0-9]{24}";
|
|
102
102
|
var OBJECT_ID_PATH_SEGMENT_END = `${OBJECT_ID_PATH_SEGMENT}$`;
|
|
@@ -109,7 +109,7 @@ var gameScreenIdentifierList = [
|
|
|
109
109
|
{
|
|
110
110
|
clue: "Where you can find your loyalties.",
|
|
111
111
|
id: "coupons",
|
|
112
|
-
match: "/coupons"
|
|
112
|
+
match: "/profile/account/coupons"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
clue: "A single moment worth showing up for.",
|
|
@@ -139,7 +139,7 @@ var gameScreenIdentifierList = [
|
|
|
139
139
|
{
|
|
140
140
|
clue: "Where fun becomes a challenge.",
|
|
141
141
|
id: "games",
|
|
142
|
-
match: "/games"
|
|
142
|
+
match: "/profile/account/games"
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
clue: "Your starting point for everything.",
|
|
@@ -208,7 +208,7 @@ var gameScreenIdentifierList = [
|
|
|
208
208
|
}
|
|
209
209
|
];
|
|
210
210
|
|
|
211
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
211
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-5RXL62LO.mjs
|
|
212
212
|
import dayjs2 from "dayjs";
|
|
213
213
|
var statusOptions = [
|
|
214
214
|
...Object.values(EnumInviteStatus2).map((status) => ({
|