@timardex/cluemart-server-shared 1.0.176 → 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 +2 -2
- package/dist/chunk-FSEMFTFQ.mjs.map +0 -1
package/dist/mongoose/index.cjs
CHANGED
|
@@ -6791,6 +6791,8 @@ var EnumOSPlatform = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
|
6791
6791
|
})(EnumOSPlatform || {});
|
|
6792
6792
|
var EnumRelationResource = /* @__PURE__ */ ((EnumRelationResource22) => {
|
|
6793
6793
|
EnumRelationResource22["EVENT_INVITE_VENDOR"] = "event_invite_vendor";
|
|
6794
|
+
EnumRelationResource22["EVENT_UPDATE_RELATION_TO_VENDOR"] = "event_update_relation_to_vendor";
|
|
6795
|
+
EnumRelationResource22["VENDOR_UPDATE_RELATION_TO_EVENT"] = "vendor_update_relation_to_event";
|
|
6794
6796
|
EnumRelationResource22["VENDOR_APPLICATION_TO_EVENT"] = "vendor_application_to_event";
|
|
6795
6797
|
return EnumRelationResource22;
|
|
6796
6798
|
})(EnumRelationResource || {});
|
|
@@ -6816,6 +6818,7 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
|
|
|
6816
6818
|
EnumNotificationResourceType22["DOWNGRADED_VENDOR"] = "downgraded_vendor";
|
|
6817
6819
|
EnumNotificationResourceType22["EVENT_INVITE_VENDOR"] = "event_invite_vendor";
|
|
6818
6820
|
EnumNotificationResourceType22["EVENT_STARTING_SOON"] = "event_starting_soon";
|
|
6821
|
+
EnumNotificationResourceType22["EVENT_UPDATE_RELATION_TO_VENDOR"] = "event_update_relation_to_vendor";
|
|
6819
6822
|
EnumNotificationResourceType22["EXPIRATION_REMINDER_EVENT"] = "expiration_reminder_event";
|
|
6820
6823
|
EnumNotificationResourceType22["EXPIRATION_REMINDER_PARTNER"] = "expiration_reminder_partner";
|
|
6821
6824
|
EnumNotificationResourceType22["EXPIRATION_REMINDER_VENDOR"] = "expiration_reminder_vendor";
|
|
@@ -6824,6 +6827,7 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
|
|
|
6824
6827
|
EnumNotificationResourceType22["REGISTERED_USER_BY_SCHOOL_CODE"] = "registered_user_by_school_code";
|
|
6825
6828
|
EnumNotificationResourceType22["SYSTEM_ALERT"] = "system_alert";
|
|
6826
6829
|
EnumNotificationResourceType22["VENDOR_APPLICATION_TO_EVENT"] = "vendor_application_to_event";
|
|
6830
|
+
EnumNotificationResourceType22["VENDOR_UPDATE_RELATION_TO_EVENT"] = "vendor_update_relation_to_event";
|
|
6827
6831
|
return EnumNotificationResourceType22;
|
|
6828
6832
|
})(EnumNotificationResourceType || {});
|
|
6829
6833
|
var EnumNotificationType = /* @__PURE__ */ ((EnumNotificationType22) => {
|
|
@@ -11945,7 +11949,7 @@ schema4.index({ isRead: 1, userId: 1 });
|
|
|
11945
11949
|
schema4.index({ createdAt: -1, userId: 1 });
|
|
11946
11950
|
var NotificationModel = import_mongoose8.default.models.Notification || import_mongoose8.default.model("Notification", schema4);
|
|
11947
11951
|
|
|
11948
|
-
// node_modules/@timardex/cluemart-shared/dist/chunk-
|
|
11952
|
+
// node_modules/@timardex/cluemart-shared/dist/chunk-JMOGW4IX.mjs
|
|
11949
11953
|
var EnumOSPlatform2 = /* @__PURE__ */ ((EnumOSPlatform22) => {
|
|
11950
11954
|
EnumOSPlatform22["ANDROID"] = "android";
|
|
11951
11955
|
EnumOSPlatform22["IOS"] = "ios";
|