@timardex/cluemart-shared 1.5.542 → 1.5.543

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/index.d.mts CHANGED
@@ -130,6 +130,7 @@ declare enum EnumNotificationResourceType {
130
130
  EXPIRATION_REMINDER_PARTNER = "expiration_reminder_partner",
131
131
  EXPIRATION_REMINDER_VENDOR = "expiration_reminder_vendor",
132
132
  NEW_CHAT_MESSAGE = "new_chat_message",
133
+ NEW_POST_CREATED = "new_post_created",
133
134
  REGISTERED_USER_BY_SCHOOL_CODE = "registered_user_by_school_code",
134
135
  SYSTEM_ALERT = "system_alert",
135
136
  VENDOR_APPLICATION_TO_EVENT = "vendor_application_to_event"
package/dist/index.d.ts CHANGED
@@ -130,6 +130,7 @@ declare enum EnumNotificationResourceType {
130
130
  EXPIRATION_REMINDER_PARTNER = "expiration_reminder_partner",
131
131
  EXPIRATION_REMINDER_VENDOR = "expiration_reminder_vendor",
132
132
  NEW_CHAT_MESSAGE = "new_chat_message",
133
+ NEW_POST_CREATED = "new_post_created",
133
134
  REGISTERED_USER_BY_SCHOOL_CODE = "registered_user_by_school_code",
134
135
  SYSTEM_ALERT = "system_alert",
135
136
  VENDOR_APPLICATION_TO_EVENT = "vendor_application_to_event"
package/dist/index.mjs CHANGED
@@ -139,6 +139,7 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
139
139
  EnumNotificationResourceType2["EXPIRATION_REMINDER_PARTNER"] = "expiration_reminder_partner";
140
140
  EnumNotificationResourceType2["EXPIRATION_REMINDER_VENDOR"] = "expiration_reminder_vendor";
141
141
  EnumNotificationResourceType2["NEW_CHAT_MESSAGE"] = "new_chat_message";
142
+ EnumNotificationResourceType2["NEW_POST_CREATED"] = "new_post_created";
142
143
  EnumNotificationResourceType2["REGISTERED_USER_BY_SCHOOL_CODE"] = "registered_user_by_school_code";
143
144
  EnumNotificationResourceType2["SYSTEM_ALERT"] = "system_alert";
144
145
  EnumNotificationResourceType2["VENDOR_APPLICATION_TO_EVENT"] = "vendor_application_to_event" /* VENDOR_APPLICATION_TO_EVENT */;