@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/{chunk-WJNJVXQA.mjs → chunk-LAGFDF56.mjs} +8 -1
- package/dist/chunk-LAGFDF56.mjs.map +1 -0
- package/dist/{chunk-OM5RXIJ2.mjs → chunk-XPBNTPFC.mjs} +2 -2
- package/dist/enums/index.cjs +7 -0
- package/dist/enums/index.cjs.map +1 -1
- package/dist/enums/index.d.mts +7 -0
- package/dist/enums/index.d.ts +7 -0
- package/dist/enums/index.mjs +1 -1
- package/dist/formFields/index.cjs +1 -1
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +3 -3
- package/dist/formFields/index.mjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +8 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.mjs +8 -1
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-WJNJVXQA.mjs.map +0 -1
- /package/dist/{chunk-OM5RXIJ2.mjs.map → chunk-XPBNTPFC.mjs.map} +0 -0
package/dist/hooks/index.mjs
CHANGED
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
dateFormat,
|
|
14
14
|
normalizeUrl,
|
|
15
15
|
timeFormat
|
|
16
|
-
} from "../chunk-
|
|
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-
|
|
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
|
|
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"
|