@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.
@@ -13,7 +13,7 @@ import {
13
13
  dateFormat,
14
14
  normalizeUrl,
15
15
  timeFormat
16
- } from "../chunk-OM5RXIJ2.mjs";
16
+ } from "../chunk-XPBNTPFC.mjs";
17
17
  import {
18
18
  EnumEventDateStatus,
19
19
  EnumEventType,
@@ -26,7 +26,7 @@ import {
26
26
  EnumUserLicence,
27
27
  EnumUserRole,
28
28
  EnumVendorType
29
- } from "../chunk-WJNJVXQA.mjs";
29
+ } from "../chunk-LAGFDF56.mjs";
30
30
 
31
31
  // src/hooks/useLocationSearch.ts
32
32
  var handleApiError = (error, message) => {
package/dist/index.cjs CHANGED
@@ -397,6 +397,13 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
397
397
  EnumNotificationResourceType2["APPROVED_VENDOR"] = "approved_vendor";
398
398
  EnumNotificationResourceType2["CREATED_EVENT"] = "created_event";
399
399
  EnumNotificationResourceType2["CREATED_VENDOR"] = "created_vendor";
400
+ EnumNotificationResourceType2["CREATED_PARTNER"] = "created_partner";
401
+ EnumNotificationResourceType2["DECLINED_EVENT"] = "declined_event";
402
+ EnumNotificationResourceType2["DECLINED_PARTNER"] = "declined_partner";
403
+ EnumNotificationResourceType2["DECLINED_VENDOR"] = "declined_vendor";
404
+ EnumNotificationResourceType2["DEACTIVATED_EVENT"] = "deactivated_event";
405
+ EnumNotificationResourceType2["DEACTIVATED_PARTNER"] = "deactivated_partner";
406
+ EnumNotificationResourceType2["DEACTIVATED_VENDOR"] = "deactivated_vendor";
400
407
  EnumNotificationResourceType2["EVENT_INVITE_VENDOR"] = "event_invite_vendor" /* EVENT_INVITE_VENDOR */;
401
408
  EnumNotificationResourceType2["EVENT_STARTING_SOON"] = "event_starting_soon";
402
409
  EnumNotificationResourceType2["NEW_CHAT_MESSAGE"] = "new_chat_message";
@@ -2484,7 +2491,7 @@ var partnerBasicInfoFields = [
2484
2491
  placeholder: "Business Name"
2485
2492
  },
2486
2493
  {
2487
- helperText: "NZBN number (required \u2013 ClueMart only accepts events with valid NZBN number) *",
2494
+ helperText: "NZBN number (required \u2013 ClueMart only accepts partners with valid NZBN number) *",
2488
2495
  keyboardType: "number-pad",
2489
2496
  name: "nzbn",
2490
2497
  placeholder: "NZBN number"