@timardex/cluemart-server-shared 1.0.177 → 1.0.178
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-FSEMFTFQ.mjs → chunk-EM5UZAAN.mjs} +6 -2
- package/dist/chunk-EM5UZAAN.mjs.map +1 -0
- package/dist/index.cjs +6 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +5 -1
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +6 -1
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +2 -1
- package/dist/service/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-FSEMFTFQ.mjs.map +0 -1
|
@@ -6720,6 +6720,8 @@ var EnumOSPlatform = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
|
6720
6720
|
})(EnumOSPlatform || {});
|
|
6721
6721
|
var EnumRelationResource = /* @__PURE__ */ ((EnumRelationResource22) => {
|
|
6722
6722
|
EnumRelationResource22["EVENT_INVITE_VENDOR"] = "event_invite_vendor";
|
|
6723
|
+
EnumRelationResource22["EVENT_UPDATE_RELATION_TO_VENDOR"] = "event_update_relation_to_vendor";
|
|
6724
|
+
EnumRelationResource22["VENDOR_UPDATE_RELATION_TO_EVENT"] = "vendor_update_relation_to_event";
|
|
6723
6725
|
EnumRelationResource22["VENDOR_APPLICATION_TO_EVENT"] = "vendor_application_to_event";
|
|
6724
6726
|
return EnumRelationResource22;
|
|
6725
6727
|
})(EnumRelationResource || {});
|
|
@@ -6745,6 +6747,7 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
|
|
|
6745
6747
|
EnumNotificationResourceType22["DOWNGRADED_VENDOR"] = "downgraded_vendor";
|
|
6746
6748
|
EnumNotificationResourceType22["EVENT_INVITE_VENDOR"] = "event_invite_vendor";
|
|
6747
6749
|
EnumNotificationResourceType22["EVENT_STARTING_SOON"] = "event_starting_soon";
|
|
6750
|
+
EnumNotificationResourceType22["EVENT_UPDATE_RELATION_TO_VENDOR"] = "event_update_relation_to_vendor";
|
|
6748
6751
|
EnumNotificationResourceType22["EXPIRATION_REMINDER_EVENT"] = "expiration_reminder_event";
|
|
6749
6752
|
EnumNotificationResourceType22["EXPIRATION_REMINDER_PARTNER"] = "expiration_reminder_partner";
|
|
6750
6753
|
EnumNotificationResourceType22["EXPIRATION_REMINDER_VENDOR"] = "expiration_reminder_vendor";
|
|
@@ -6753,6 +6756,7 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
|
|
|
6753
6756
|
EnumNotificationResourceType22["REGISTERED_USER_BY_SCHOOL_CODE"] = "registered_user_by_school_code";
|
|
6754
6757
|
EnumNotificationResourceType22["SYSTEM_ALERT"] = "system_alert";
|
|
6755
6758
|
EnumNotificationResourceType22["VENDOR_APPLICATION_TO_EVENT"] = "vendor_application_to_event";
|
|
6759
|
+
EnumNotificationResourceType22["VENDOR_UPDATE_RELATION_TO_EVENT"] = "vendor_update_relation_to_event";
|
|
6756
6760
|
return EnumNotificationResourceType22;
|
|
6757
6761
|
})(EnumNotificationResourceType || {});
|
|
6758
6762
|
var EnumNotificationType = /* @__PURE__ */ ((EnumNotificationType22) => {
|
|
@@ -11874,7 +11878,7 @@ schema4.index({ isRead: 1, userId: 1 });
|
|
|
11874
11878
|
schema4.index({ createdAt: -1, userId: 1 });
|
|
11875
11879
|
var NotificationModel = mongoose8.models.Notification || mongoose8.model("Notification", schema4);
|
|
11876
11880
|
|
|
11877
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
11881
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-JMOGW4IX.mjs
|
|
11878
11882
|
var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
11879
11883
|
EnumOSPlatform22["ANDROID"] = "android";
|
|
11880
11884
|
EnumOSPlatform22["IOS"] = "ios";
|
|
@@ -12734,4 +12738,4 @@ react/cjs/react.development.js:
|
|
|
12734
12738
|
* LICENSE file in the root directory of this source tree.
|
|
12735
12739
|
*)
|
|
12736
12740
|
*/
|
|
12737
|
-
//# sourceMappingURL=chunk-
|
|
12741
|
+
//# sourceMappingURL=chunk-EM5UZAAN.mjs.map
|