@timardex/cluemart-shared 1.4.1 → 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
@@ -106,6 +106,13 @@ declare enum EnumNotificationResourceType {
106
106
  APPROVED_VENDOR = "approved_vendor",
107
107
  CREATED_EVENT = "created_event",
108
108
  CREATED_VENDOR = "created_vendor",
109
+ CREATED_PARTNER = "created_partner",
110
+ DECLINED_EVENT = "declined_event",
111
+ DECLINED_PARTNER = "declined_partner",
112
+ DECLINED_VENDOR = "declined_vendor",
113
+ DEACTIVATED_EVENT = "deactivated_event",
114
+ DEACTIVATED_PARTNER = "deactivated_partner",
115
+ DEACTIVATED_VENDOR = "deactivated_vendor",
109
116
  EVENT_INVITE_VENDOR = "event_invite_vendor",
110
117
  EVENT_STARTING_SOON = "event_starting_soon",
111
118
  NEW_CHAT_MESSAGE = "new_chat_message",
package/dist/index.d.ts CHANGED
@@ -106,6 +106,13 @@ declare enum EnumNotificationResourceType {
106
106
  APPROVED_VENDOR = "approved_vendor",
107
107
  CREATED_EVENT = "created_event",
108
108
  CREATED_VENDOR = "created_vendor",
109
+ CREATED_PARTNER = "created_partner",
110
+ DECLINED_EVENT = "declined_event",
111
+ DECLINED_PARTNER = "declined_partner",
112
+ DECLINED_VENDOR = "declined_vendor",
113
+ DEACTIVATED_EVENT = "deactivated_event",
114
+ DEACTIVATED_PARTNER = "deactivated_partner",
115
+ DEACTIVATED_VENDOR = "deactivated_vendor",
109
116
  EVENT_INVITE_VENDOR = "event_invite_vendor",
110
117
  EVENT_STARTING_SOON = "event_starting_soon",
111
118
  NEW_CHAT_MESSAGE = "new_chat_message",
package/dist/index.mjs CHANGED
@@ -115,6 +115,13 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
115
115
  EnumNotificationResourceType2["APPROVED_VENDOR"] = "approved_vendor";
116
116
  EnumNotificationResourceType2["CREATED_EVENT"] = "created_event";
117
117
  EnumNotificationResourceType2["CREATED_VENDOR"] = "created_vendor";
118
+ EnumNotificationResourceType2["CREATED_PARTNER"] = "created_partner";
119
+ EnumNotificationResourceType2["DECLINED_EVENT"] = "declined_event";
120
+ EnumNotificationResourceType2["DECLINED_PARTNER"] = "declined_partner";
121
+ EnumNotificationResourceType2["DECLINED_VENDOR"] = "declined_vendor";
122
+ EnumNotificationResourceType2["DEACTIVATED_EVENT"] = "deactivated_event";
123
+ EnumNotificationResourceType2["DEACTIVATED_PARTNER"] = "deactivated_partner";
124
+ EnumNotificationResourceType2["DEACTIVATED_VENDOR"] = "deactivated_vendor";
118
125
  EnumNotificationResourceType2["EVENT_INVITE_VENDOR"] = "event_invite_vendor" /* EVENT_INVITE_VENDOR */;
119
126
  EnumNotificationResourceType2["EVENT_STARTING_SOON"] = "event_starting_soon";
120
127
  EnumNotificationResourceType2["NEW_CHAT_MESSAGE"] = "new_chat_message";
@@ -2202,7 +2209,7 @@ var partnerBasicInfoFields = [
2202
2209
  placeholder: "Business Name"
2203
2210
  },
2204
2211
  {
2205
- 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) *",
2206
2213
  keyboardType: "number-pad",
2207
2214
  name: "nzbn",
2208
2215
  placeholder: "NZBN number"