@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/index.mjs
CHANGED
|
@@ -3399,7 +3399,7 @@ var gameScreenIdentifierList = [
|
|
|
3399
3399
|
{
|
|
3400
3400
|
clue: "Where you can find your loyalties.",
|
|
3401
3401
|
id: "coupons",
|
|
3402
|
-
match: "/coupons"
|
|
3402
|
+
match: "/profile/account/coupons"
|
|
3403
3403
|
},
|
|
3404
3404
|
{
|
|
3405
3405
|
clue: "A single moment worth showing up for.",
|
|
@@ -3429,7 +3429,7 @@ var gameScreenIdentifierList = [
|
|
|
3429
3429
|
{
|
|
3430
3430
|
clue: "Where fun becomes a challenge.",
|
|
3431
3431
|
id: "games",
|
|
3432
|
-
match: "/games"
|
|
3432
|
+
match: "/profile/account/games"
|
|
3433
3433
|
},
|
|
3434
3434
|
{
|
|
3435
3435
|
clue: "Your starting point for everything.",
|
|
@@ -7865,6 +7865,7 @@ var COUPON_DATA_FIELDS_FRAGMENT = gql`
|
|
|
7865
7865
|
...CouponVendorProductFields
|
|
7866
7866
|
}
|
|
7867
7867
|
createdAt
|
|
7868
|
+
deletedAt
|
|
7868
7869
|
endDate
|
|
7869
7870
|
participantUsers {
|
|
7870
7871
|
...CouponParticipantUserFields
|
|
@@ -9930,6 +9931,7 @@ var couponDataSchema = new MongooseSchema26(
|
|
|
9930
9931
|
required: false,
|
|
9931
9932
|
type: [couponVendorProductSchema]
|
|
9932
9933
|
},
|
|
9934
|
+
deletedAt: { default: null, required: false, type: Date },
|
|
9933
9935
|
endDate: { required: true, type: Date },
|
|
9934
9936
|
participantUsers: {
|
|
9935
9937
|
default: null,
|
|
@@ -10030,7 +10032,7 @@ var SHARE_RESOURCE_LABEL2 = {
|
|
|
10030
10032
|
school: "School"
|
|
10031
10033
|
};
|
|
10032
10034
|
|
|
10033
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
10035
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-364EX22V.mjs
|
|
10034
10036
|
var PROMO_CODE_PREFIX2 = "CM-";
|
|
10035
10037
|
var OBJECT_ID_PATH_SEGMENT2 = "[a-f0-9]{24}";
|
|
10036
10038
|
var OBJECT_ID_PATH_SEGMENT_END2 = `${OBJECT_ID_PATH_SEGMENT2}$`;
|
|
@@ -10043,7 +10045,7 @@ var gameScreenIdentifierList2 = [
|
|
|
10043
10045
|
{
|
|
10044
10046
|
clue: "Where you can find your loyalties.",
|
|
10045
10047
|
id: "coupons",
|
|
10046
|
-
match: "/coupons"
|
|
10048
|
+
match: "/profile/account/coupons"
|
|
10047
10049
|
},
|
|
10048
10050
|
{
|
|
10049
10051
|
clue: "A single moment worth showing up for.",
|
|
@@ -10073,7 +10075,7 @@ var gameScreenIdentifierList2 = [
|
|
|
10073
10075
|
{
|
|
10074
10076
|
clue: "Where fun becomes a challenge.",
|
|
10075
10077
|
id: "games",
|
|
10076
|
-
match: "/games"
|
|
10078
|
+
match: "/profile/account/games"
|
|
10077
10079
|
},
|
|
10078
10080
|
{
|
|
10079
10081
|
clue: "Your starting point for everything.",
|
|
@@ -10142,7 +10144,7 @@ var gameScreenIdentifierList2 = [
|
|
|
10142
10144
|
}
|
|
10143
10145
|
];
|
|
10144
10146
|
|
|
10145
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
10147
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-5RXL62LO.mjs
|
|
10146
10148
|
import dayjs4 from "dayjs";
|
|
10147
10149
|
var statusOptions2 = [
|
|
10148
10150
|
...Object.values(EnumInviteStatus2).map((status) => ({
|