@timardex/cluemart-server-shared 1.0.140 → 1.0.142
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-Q6KEIJPS.mjs → chunk-D2UFBNH6.mjs} +15 -5
- package/dist/chunk-D2UFBNH6.mjs.map +1 -0
- package/dist/index.cjs +14 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +14 -4
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +14 -4
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +14 -4
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-Q6KEIJPS.mjs.map +0 -1
|
@@ -6741,7 +6741,7 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
|
|
|
6741
6741
|
EnumNotificationResourceType22["DECLINED_EVENT"] = "declined_event";
|
|
6742
6742
|
EnumNotificationResourceType22["DECLINED_PARTNER"] = "declined_partner";
|
|
6743
6743
|
EnumNotificationResourceType22["DECLINED_VENDOR"] = "declined_vendor";
|
|
6744
|
-
EnumNotificationResourceType22["
|
|
6744
|
+
EnumNotificationResourceType22["DAILY_CLUE_GAME"] = "daily_clue_game";
|
|
6745
6745
|
EnumNotificationResourceType22["EVENT_INVITE_VENDOR"] = "event_invite_vendor";
|
|
6746
6746
|
EnumNotificationResourceType22["EVENT_STARTING_SOON"] = "event_starting_soon";
|
|
6747
6747
|
EnumNotificationResourceType22["EXPIRATION_REMINDER_EVENT"] = "expiration_reminder_event";
|
|
@@ -10840,7 +10840,16 @@ var schoolSchema = create$3().shape({
|
|
|
10840
10840
|
});
|
|
10841
10841
|
var PKG = "@timardex/cluemart-shared";
|
|
10842
10842
|
var IMAGE_EXTENSION = ".webp";
|
|
10843
|
-
var posterIds = [
|
|
10843
|
+
var posterIds = [
|
|
10844
|
+
"mini-market1",
|
|
10845
|
+
"mini-market2",
|
|
10846
|
+
"mini-market3",
|
|
10847
|
+
"mini-market4",
|
|
10848
|
+
"mini-market5",
|
|
10849
|
+
"poster1",
|
|
10850
|
+
"poster2",
|
|
10851
|
+
"poster3"
|
|
10852
|
+
];
|
|
10844
10853
|
var posterFiles = Object.fromEntries(
|
|
10845
10854
|
posterIds.map((id) => [id, `${id}${IMAGE_EXTENSION}`])
|
|
10846
10855
|
);
|
|
@@ -11614,7 +11623,7 @@ schema4.index({ isRead: 1, userId: 1 });
|
|
|
11614
11623
|
schema4.index({ createdAt: -1, userId: 1 });
|
|
11615
11624
|
var NotificationModel = mongoose8.models.Notification || mongoose8.model("Notification", schema4);
|
|
11616
11625
|
|
|
11617
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
11626
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-73ULMQM6.mjs
|
|
11618
11627
|
var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
11619
11628
|
EnumOSPlatform22["ANDROID"] = "android";
|
|
11620
11629
|
EnumOSPlatform22["IOS"] = "ios";
|
|
@@ -12262,7 +12271,8 @@ import mongoose20 from "mongoose";
|
|
|
12262
12271
|
var MongooseSchema20 = mongoose20.Schema;
|
|
12263
12272
|
var schema15 = new MongooseSchema20(
|
|
12264
12273
|
{
|
|
12265
|
-
|
|
12274
|
+
// New schools are active by default
|
|
12275
|
+
active: { default: true, required: true, type: Boolean },
|
|
12266
12276
|
contactDetails: { required: false, type: ContactDetailsSchema },
|
|
12267
12277
|
deletedAt: { default: null, required: false, type: Date },
|
|
12268
12278
|
location: {
|
|
@@ -12352,4 +12362,4 @@ react/cjs/react.development.js:
|
|
|
12352
12362
|
* LICENSE file in the root directory of this source tree.
|
|
12353
12363
|
*)
|
|
12354
12364
|
*/
|
|
12355
|
-
//# sourceMappingURL=chunk-
|
|
12365
|
+
//# sourceMappingURL=chunk-D2UFBNH6.mjs.map
|