@timardex/cluemart-shared 1.5.541 → 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
@@ -114,22 +114,24 @@ declare enum EnumNotificationResourceType {
114
114
  CREATED_EVENT = "created_event",
115
115
  CREATED_PARTNER = "created_partner",
116
116
  CREATED_VENDOR = "created_vendor",
117
+ DAILY_CLUE_GAME = "daily_clue_game",
117
118
  DEACTIVATED_EVENT = "deactivated_event",
118
119
  DEACTIVATED_PARTNER = "deactivated_partner",
119
120
  DEACTIVATED_VENDOR = "deactivated_vendor",
120
- DOWNGRADED_EVENT = "downgraded_event",
121
- DOWNGRADED_PARTNER = "downgraded_partner",
122
- DOWNGRADED_VENDOR = "downgraded_vendor",
123
121
  DECLINED_EVENT = "declined_event",
124
122
  DECLINED_PARTNER = "declined_partner",
125
123
  DECLINED_VENDOR = "declined_vendor",
126
- DAILY_CLUE_GAME = "daily_clue_game",
124
+ DOWNGRADED_EVENT = "downgraded_event",
125
+ DOWNGRADED_PARTNER = "downgraded_partner",
126
+ DOWNGRADED_VENDOR = "downgraded_vendor",
127
127
  EVENT_INVITE_VENDOR = "event_invite_vendor",
128
128
  EVENT_STARTING_SOON = "event_starting_soon",
129
129
  EXPIRATION_REMINDER_EVENT = "expiration_reminder_event",
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",
134
+ REGISTERED_USER_BY_SCHOOL_CODE = "registered_user_by_school_code",
133
135
  SYSTEM_ALERT = "system_alert",
134
136
  VENDOR_APPLICATION_TO_EVENT = "vendor_application_to_event"
135
137
  }
package/dist/index.d.ts CHANGED
@@ -114,22 +114,24 @@ declare enum EnumNotificationResourceType {
114
114
  CREATED_EVENT = "created_event",
115
115
  CREATED_PARTNER = "created_partner",
116
116
  CREATED_VENDOR = "created_vendor",
117
+ DAILY_CLUE_GAME = "daily_clue_game",
117
118
  DEACTIVATED_EVENT = "deactivated_event",
118
119
  DEACTIVATED_PARTNER = "deactivated_partner",
119
120
  DEACTIVATED_VENDOR = "deactivated_vendor",
120
- DOWNGRADED_EVENT = "downgraded_event",
121
- DOWNGRADED_PARTNER = "downgraded_partner",
122
- DOWNGRADED_VENDOR = "downgraded_vendor",
123
121
  DECLINED_EVENT = "declined_event",
124
122
  DECLINED_PARTNER = "declined_partner",
125
123
  DECLINED_VENDOR = "declined_vendor",
126
- DAILY_CLUE_GAME = "daily_clue_game",
124
+ DOWNGRADED_EVENT = "downgraded_event",
125
+ DOWNGRADED_PARTNER = "downgraded_partner",
126
+ DOWNGRADED_VENDOR = "downgraded_vendor",
127
127
  EVENT_INVITE_VENDOR = "event_invite_vendor",
128
128
  EVENT_STARTING_SOON = "event_starting_soon",
129
129
  EXPIRATION_REMINDER_EVENT = "expiration_reminder_event",
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",
134
+ REGISTERED_USER_BY_SCHOOL_CODE = "registered_user_by_school_code",
133
135
  SYSTEM_ALERT = "system_alert",
134
136
  VENDOR_APPLICATION_TO_EVENT = "vendor_application_to_event"
135
137
  }
package/dist/index.mjs CHANGED
@@ -123,22 +123,24 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
123
123
  EnumNotificationResourceType2["CREATED_EVENT"] = "created_event";
124
124
  EnumNotificationResourceType2["CREATED_PARTNER"] = "created_partner";
125
125
  EnumNotificationResourceType2["CREATED_VENDOR"] = "created_vendor";
126
+ EnumNotificationResourceType2["DAILY_CLUE_GAME"] = "daily_clue_game";
126
127
  EnumNotificationResourceType2["DEACTIVATED_EVENT"] = "deactivated_event";
127
128
  EnumNotificationResourceType2["DEACTIVATED_PARTNER"] = "deactivated_partner";
128
129
  EnumNotificationResourceType2["DEACTIVATED_VENDOR"] = "deactivated_vendor";
129
- EnumNotificationResourceType2["DOWNGRADED_EVENT"] = "downgraded_event";
130
- EnumNotificationResourceType2["DOWNGRADED_PARTNER"] = "downgraded_partner";
131
- EnumNotificationResourceType2["DOWNGRADED_VENDOR"] = "downgraded_vendor";
132
130
  EnumNotificationResourceType2["DECLINED_EVENT"] = "declined_event";
133
131
  EnumNotificationResourceType2["DECLINED_PARTNER"] = "declined_partner";
134
132
  EnumNotificationResourceType2["DECLINED_VENDOR"] = "declined_vendor";
135
- EnumNotificationResourceType2["DAILY_CLUE_GAME"] = "daily_clue_game";
133
+ EnumNotificationResourceType2["DOWNGRADED_EVENT"] = "downgraded_event";
134
+ EnumNotificationResourceType2["DOWNGRADED_PARTNER"] = "downgraded_partner";
135
+ EnumNotificationResourceType2["DOWNGRADED_VENDOR"] = "downgraded_vendor";
136
136
  EnumNotificationResourceType2["EVENT_INVITE_VENDOR"] = "event_invite_vendor" /* EVENT_INVITE_VENDOR */;
137
137
  EnumNotificationResourceType2["EVENT_STARTING_SOON"] = "event_starting_soon";
138
138
  EnumNotificationResourceType2["EXPIRATION_REMINDER_EVENT"] = "expiration_reminder_event";
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";
143
+ EnumNotificationResourceType2["REGISTERED_USER_BY_SCHOOL_CODE"] = "registered_user_by_school_code";
142
144
  EnumNotificationResourceType2["SYSTEM_ALERT"] = "system_alert";
143
145
  EnumNotificationResourceType2["VENDOR_APPLICATION_TO_EVENT"] = "vendor_application_to_event" /* VENDOR_APPLICATION_TO_EVENT */;
144
146
  return EnumNotificationResourceType2;