@timardex/cluemart-shared 1.5.531 → 1.5.532

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
@@ -123,7 +123,7 @@ declare enum EnumNotificationResourceType {
123
123
  DECLINED_EVENT = "declined_event",
124
124
  DECLINED_PARTNER = "declined_partner",
125
125
  DECLINED_VENDOR = "declined_vendor",
126
- DAILY_CLUE_LETTER_AVAILABLE = "daily_clue_letter_available",
126
+ DAILY_CLUE_GAME = "daily_clue_game",
127
127
  EVENT_INVITE_VENDOR = "event_invite_vendor",
128
128
  EVENT_STARTING_SOON = "event_starting_soon",
129
129
  EXPIRATION_REMINDER_EVENT = "expiration_reminder_event",
package/dist/index.d.ts CHANGED
@@ -123,7 +123,7 @@ declare enum EnumNotificationResourceType {
123
123
  DECLINED_EVENT = "declined_event",
124
124
  DECLINED_PARTNER = "declined_partner",
125
125
  DECLINED_VENDOR = "declined_vendor",
126
- DAILY_CLUE_LETTER_AVAILABLE = "daily_clue_letter_available",
126
+ DAILY_CLUE_GAME = "daily_clue_game",
127
127
  EVENT_INVITE_VENDOR = "event_invite_vendor",
128
128
  EVENT_STARTING_SOON = "event_starting_soon",
129
129
  EXPIRATION_REMINDER_EVENT = "expiration_reminder_event",
package/dist/index.mjs CHANGED
@@ -132,7 +132,7 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
132
132
  EnumNotificationResourceType2["DECLINED_EVENT"] = "declined_event";
133
133
  EnumNotificationResourceType2["DECLINED_PARTNER"] = "declined_partner";
134
134
  EnumNotificationResourceType2["DECLINED_VENDOR"] = "declined_vendor";
135
- EnumNotificationResourceType2["DAILY_CLUE_LETTER_AVAILABLE"] = "daily_clue_letter_available";
135
+ EnumNotificationResourceType2["DAILY_CLUE_GAME"] = "daily_clue_game";
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";