@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.cjs
CHANGED
|
@@ -3505,7 +3505,7 @@ var gameScreenIdentifierList = [
|
|
|
3505
3505
|
{
|
|
3506
3506
|
clue: "Where you can find your loyalties.",
|
|
3507
3507
|
id: "coupons",
|
|
3508
|
-
match: "/coupons"
|
|
3508
|
+
match: "/profile/account/coupons"
|
|
3509
3509
|
},
|
|
3510
3510
|
{
|
|
3511
3511
|
clue: "A single moment worth showing up for.",
|
|
@@ -3535,7 +3535,7 @@ var gameScreenIdentifierList = [
|
|
|
3535
3535
|
{
|
|
3536
3536
|
clue: "Where fun becomes a challenge.",
|
|
3537
3537
|
id: "games",
|
|
3538
|
-
match: "/games"
|
|
3538
|
+
match: "/profile/account/games"
|
|
3539
3539
|
},
|
|
3540
3540
|
{
|
|
3541
3541
|
clue: "Your starting point for everything.",
|
|
@@ -7971,6 +7971,7 @@ var COUPON_DATA_FIELDS_FRAGMENT = gql`
|
|
|
7971
7971
|
...CouponVendorProductFields
|
|
7972
7972
|
}
|
|
7973
7973
|
createdAt
|
|
7974
|
+
deletedAt
|
|
7974
7975
|
endDate
|
|
7975
7976
|
participantUsers {
|
|
7976
7977
|
...CouponParticipantUserFields
|
|
@@ -10036,6 +10037,7 @@ var couponDataSchema = new MongooseSchema26(
|
|
|
10036
10037
|
required: false,
|
|
10037
10038
|
type: [couponVendorProductSchema]
|
|
10038
10039
|
},
|
|
10040
|
+
deletedAt: { default: null, required: false, type: Date },
|
|
10039
10041
|
endDate: { required: true, type: Date },
|
|
10040
10042
|
participantUsers: {
|
|
10041
10043
|
default: null,
|
|
@@ -10136,7 +10138,7 @@ var SHARE_RESOURCE_LABEL2 = {
|
|
|
10136
10138
|
school: "School"
|
|
10137
10139
|
};
|
|
10138
10140
|
|
|
10139
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
10141
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-364EX22V.mjs
|
|
10140
10142
|
var PROMO_CODE_PREFIX2 = "CM-";
|
|
10141
10143
|
var OBJECT_ID_PATH_SEGMENT2 = "[a-f0-9]{24}";
|
|
10142
10144
|
var OBJECT_ID_PATH_SEGMENT_END2 = `${OBJECT_ID_PATH_SEGMENT2}$`;
|
|
@@ -10149,7 +10151,7 @@ var gameScreenIdentifierList2 = [
|
|
|
10149
10151
|
{
|
|
10150
10152
|
clue: "Where you can find your loyalties.",
|
|
10151
10153
|
id: "coupons",
|
|
10152
|
-
match: "/coupons"
|
|
10154
|
+
match: "/profile/account/coupons"
|
|
10153
10155
|
},
|
|
10154
10156
|
{
|
|
10155
10157
|
clue: "A single moment worth showing up for.",
|
|
@@ -10179,7 +10181,7 @@ var gameScreenIdentifierList2 = [
|
|
|
10179
10181
|
{
|
|
10180
10182
|
clue: "Where fun becomes a challenge.",
|
|
10181
10183
|
id: "games",
|
|
10182
|
-
match: "/games"
|
|
10184
|
+
match: "/profile/account/games"
|
|
10183
10185
|
},
|
|
10184
10186
|
{
|
|
10185
10187
|
clue: "Your starting point for everything.",
|
|
@@ -10248,7 +10250,7 @@ var gameScreenIdentifierList2 = [
|
|
|
10248
10250
|
}
|
|
10249
10251
|
];
|
|
10250
10252
|
|
|
10251
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
10253
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-5RXL62LO.mjs
|
|
10252
10254
|
var import_dayjs4 = __toESM(require("dayjs"), 1);
|
|
10253
10255
|
var statusOptions2 = [
|
|
10254
10256
|
...Object.values(EnumInviteStatus2).map((status) => ({
|