@timardex/cluemart-shared 1.4.2 → 1.4.3

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
@@ -110,6 +110,9 @@ declare enum EnumNotificationResourceType {
110
110
  DECLINED_EVENT = "declined_event",
111
111
  DECLINED_PARTNER = "declined_partner",
112
112
  DECLINED_VENDOR = "declined_vendor",
113
+ DEACTIVATED_EVENT = "deactivated_event",
114
+ DEACTIVATED_PARTNER = "deactivated_partner",
115
+ DEACTIVATED_VENDOR = "deactivated_vendor",
113
116
  EVENT_INVITE_VENDOR = "event_invite_vendor",
114
117
  EVENT_STARTING_SOON = "event_starting_soon",
115
118
  NEW_CHAT_MESSAGE = "new_chat_message",
package/dist/index.d.ts CHANGED
@@ -110,6 +110,9 @@ declare enum EnumNotificationResourceType {
110
110
  DECLINED_EVENT = "declined_event",
111
111
  DECLINED_PARTNER = "declined_partner",
112
112
  DECLINED_VENDOR = "declined_vendor",
113
+ DEACTIVATED_EVENT = "deactivated_event",
114
+ DEACTIVATED_PARTNER = "deactivated_partner",
115
+ DEACTIVATED_VENDOR = "deactivated_vendor",
113
116
  EVENT_INVITE_VENDOR = "event_invite_vendor",
114
117
  EVENT_STARTING_SOON = "event_starting_soon",
115
118
  NEW_CHAT_MESSAGE = "new_chat_message",
package/dist/index.mjs CHANGED
@@ -119,6 +119,9 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
119
119
  EnumNotificationResourceType2["DECLINED_EVENT"] = "declined_event";
120
120
  EnumNotificationResourceType2["DECLINED_PARTNER"] = "declined_partner";
121
121
  EnumNotificationResourceType2["DECLINED_VENDOR"] = "declined_vendor";
122
+ EnumNotificationResourceType2["DEACTIVATED_EVENT"] = "deactivated_event";
123
+ EnumNotificationResourceType2["DEACTIVATED_PARTNER"] = "deactivated_partner";
124
+ EnumNotificationResourceType2["DEACTIVATED_VENDOR"] = "deactivated_vendor";
122
125
  EnumNotificationResourceType2["EVENT_INVITE_VENDOR"] = "event_invite_vendor" /* EVENT_INVITE_VENDOR */;
123
126
  EnumNotificationResourceType2["EVENT_STARTING_SOON"] = "event_starting_soon";
124
127
  EnumNotificationResourceType2["NEW_CHAT_MESSAGE"] = "new_chat_message";
@@ -2206,7 +2209,7 @@ var partnerBasicInfoFields = [
2206
2209
  placeholder: "Business Name"
2207
2210
  },
2208
2211
  {
2209
- helperText: "NZBN number (required \u2013 ClueMart only accepts events with valid NZBN number) *",
2212
+ helperText: "NZBN number (required \u2013 ClueMart only accepts partners with valid NZBN number) *",
2210
2213
  keyboardType: "number-pad",
2211
2214
  name: "nzbn",
2212
2215
  placeholder: "NZBN number"