@timardex/cluemart-shared 1.4.3 → 1.4.4

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
@@ -105,16 +105,19 @@ declare enum EnumNotificationResourceType {
105
105
  APPROVED_PARTNER = "approved_partner",
106
106
  APPROVED_VENDOR = "approved_vendor",
107
107
  CREATED_EVENT = "created_event",
108
- CREATED_VENDOR = "created_vendor",
109
108
  CREATED_PARTNER = "created_partner",
110
- DECLINED_EVENT = "declined_event",
111
- DECLINED_PARTNER = "declined_partner",
112
- DECLINED_VENDOR = "declined_vendor",
109
+ CREATED_VENDOR = "created_vendor",
113
110
  DEACTIVATED_EVENT = "deactivated_event",
114
111
  DEACTIVATED_PARTNER = "deactivated_partner",
115
112
  DEACTIVATED_VENDOR = "deactivated_vendor",
113
+ DECLINED_EVENT = "declined_event",
114
+ DECLINED_PARTNER = "declined_partner",
115
+ DECLINED_VENDOR = "declined_vendor",
116
116
  EVENT_INVITE_VENDOR = "event_invite_vendor",
117
117
  EVENT_STARTING_SOON = "event_starting_soon",
118
+ EXPIRATION_REMINDER_EVENT = "expiration_reminder_event",
119
+ EXPIRATION_REMINDER_PARTNER = "expiration_reminder_partner",
120
+ EXPIRATION_REMINDER_VENDOR = "expiration_reminder_vendor",
118
121
  NEW_CHAT_MESSAGE = "new_chat_message",
119
122
  SYSTEM_ALERT = "system_alert",
120
123
  VENDOR_APPLICATION_TO_EVENT = "vendor_application_to_event"
package/dist/index.d.ts CHANGED
@@ -105,16 +105,19 @@ declare enum EnumNotificationResourceType {
105
105
  APPROVED_PARTNER = "approved_partner",
106
106
  APPROVED_VENDOR = "approved_vendor",
107
107
  CREATED_EVENT = "created_event",
108
- CREATED_VENDOR = "created_vendor",
109
108
  CREATED_PARTNER = "created_partner",
110
- DECLINED_EVENT = "declined_event",
111
- DECLINED_PARTNER = "declined_partner",
112
- DECLINED_VENDOR = "declined_vendor",
109
+ CREATED_VENDOR = "created_vendor",
113
110
  DEACTIVATED_EVENT = "deactivated_event",
114
111
  DEACTIVATED_PARTNER = "deactivated_partner",
115
112
  DEACTIVATED_VENDOR = "deactivated_vendor",
113
+ DECLINED_EVENT = "declined_event",
114
+ DECLINED_PARTNER = "declined_partner",
115
+ DECLINED_VENDOR = "declined_vendor",
116
116
  EVENT_INVITE_VENDOR = "event_invite_vendor",
117
117
  EVENT_STARTING_SOON = "event_starting_soon",
118
+ EXPIRATION_REMINDER_EVENT = "expiration_reminder_event",
119
+ EXPIRATION_REMINDER_PARTNER = "expiration_reminder_partner",
120
+ EXPIRATION_REMINDER_VENDOR = "expiration_reminder_vendor",
118
121
  NEW_CHAT_MESSAGE = "new_chat_message",
119
122
  SYSTEM_ALERT = "system_alert",
120
123
  VENDOR_APPLICATION_TO_EVENT = "vendor_application_to_event"
package/dist/index.mjs CHANGED
@@ -114,16 +114,19 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
114
114
  EnumNotificationResourceType2["APPROVED_PARTNER"] = "approved_partner";
115
115
  EnumNotificationResourceType2["APPROVED_VENDOR"] = "approved_vendor";
116
116
  EnumNotificationResourceType2["CREATED_EVENT"] = "created_event";
117
- EnumNotificationResourceType2["CREATED_VENDOR"] = "created_vendor";
118
117
  EnumNotificationResourceType2["CREATED_PARTNER"] = "created_partner";
119
- EnumNotificationResourceType2["DECLINED_EVENT"] = "declined_event";
120
- EnumNotificationResourceType2["DECLINED_PARTNER"] = "declined_partner";
121
- EnumNotificationResourceType2["DECLINED_VENDOR"] = "declined_vendor";
118
+ EnumNotificationResourceType2["CREATED_VENDOR"] = "created_vendor";
122
119
  EnumNotificationResourceType2["DEACTIVATED_EVENT"] = "deactivated_event";
123
120
  EnumNotificationResourceType2["DEACTIVATED_PARTNER"] = "deactivated_partner";
124
121
  EnumNotificationResourceType2["DEACTIVATED_VENDOR"] = "deactivated_vendor";
122
+ EnumNotificationResourceType2["DECLINED_EVENT"] = "declined_event";
123
+ EnumNotificationResourceType2["DECLINED_PARTNER"] = "declined_partner";
124
+ EnumNotificationResourceType2["DECLINED_VENDOR"] = "declined_vendor";
125
125
  EnumNotificationResourceType2["EVENT_INVITE_VENDOR"] = "event_invite_vendor" /* EVENT_INVITE_VENDOR */;
126
126
  EnumNotificationResourceType2["EVENT_STARTING_SOON"] = "event_starting_soon";
127
+ EnumNotificationResourceType2["EXPIRATION_REMINDER_EVENT"] = "expiration_reminder_event";
128
+ EnumNotificationResourceType2["EXPIRATION_REMINDER_PARTNER"] = "expiration_reminder_partner";
129
+ EnumNotificationResourceType2["EXPIRATION_REMINDER_VENDOR"] = "expiration_reminder_vendor";
127
130
  EnumNotificationResourceType2["NEW_CHAT_MESSAGE"] = "new_chat_message";
128
131
  EnumNotificationResourceType2["SYSTEM_ALERT"] = "system_alert";
129
132
  EnumNotificationResourceType2["VENDOR_APPLICATION_TO_EVENT"] = "vendor_application_to_event" /* VENDOR_APPLICATION_TO_EVENT */;