@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/{chunk-XPBNTPFC.mjs → chunk-NMVEGOMG.mjs} +2 -2
- package/dist/{chunk-LAGFDF56.mjs → chunk-R5HMLIJS.mjs} +8 -5
- package/dist/{chunk-LAGFDF56.mjs.map → chunk-R5HMLIJS.mjs.map} +1 -1
- package/dist/enums/index.cjs +7 -4
- package/dist/enums/index.cjs.map +1 -1
- package/dist/enums/index.d.mts +7 -4
- package/dist/enums/index.d.ts +7 -4
- package/dist/enums/index.mjs +1 -1
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +2 -2
- 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 +7 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +7 -4
- package/dist/index.d.ts +7 -4
- package/dist/index.mjs +7 -4
- 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-XPBNTPFC.mjs.map → chunk-NMVEGOMG.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-NMVEGOMG.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-R5HMLIJS.mjs";
|
|
30
30
|
|
|
31
31
|
// src/hooks/useLocationSearch.ts
|
|
32
32
|
var handleApiError = (error, message) => {
|
package/dist/index.cjs
CHANGED
|
@@ -396,16 +396,19 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
|
|
|
396
396
|
EnumNotificationResourceType2["APPROVED_PARTNER"] = "approved_partner";
|
|
397
397
|
EnumNotificationResourceType2["APPROVED_VENDOR"] = "approved_vendor";
|
|
398
398
|
EnumNotificationResourceType2["CREATED_EVENT"] = "created_event";
|
|
399
|
-
EnumNotificationResourceType2["CREATED_VENDOR"] = "created_vendor";
|
|
400
399
|
EnumNotificationResourceType2["CREATED_PARTNER"] = "created_partner";
|
|
401
|
-
EnumNotificationResourceType2["
|
|
402
|
-
EnumNotificationResourceType2["DECLINED_PARTNER"] = "declined_partner";
|
|
403
|
-
EnumNotificationResourceType2["DECLINED_VENDOR"] = "declined_vendor";
|
|
400
|
+
EnumNotificationResourceType2["CREATED_VENDOR"] = "created_vendor";
|
|
404
401
|
EnumNotificationResourceType2["DEACTIVATED_EVENT"] = "deactivated_event";
|
|
405
402
|
EnumNotificationResourceType2["DEACTIVATED_PARTNER"] = "deactivated_partner";
|
|
406
403
|
EnumNotificationResourceType2["DEACTIVATED_VENDOR"] = "deactivated_vendor";
|
|
404
|
+
EnumNotificationResourceType2["DECLINED_EVENT"] = "declined_event";
|
|
405
|
+
EnumNotificationResourceType2["DECLINED_PARTNER"] = "declined_partner";
|
|
406
|
+
EnumNotificationResourceType2["DECLINED_VENDOR"] = "declined_vendor";
|
|
407
407
|
EnumNotificationResourceType2["EVENT_INVITE_VENDOR"] = "event_invite_vendor" /* EVENT_INVITE_VENDOR */;
|
|
408
408
|
EnumNotificationResourceType2["EVENT_STARTING_SOON"] = "event_starting_soon";
|
|
409
|
+
EnumNotificationResourceType2["EXPIRATION_REMINDER_EVENT"] = "expiration_reminder_event";
|
|
410
|
+
EnumNotificationResourceType2["EXPIRATION_REMINDER_PARTNER"] = "expiration_reminder_partner";
|
|
411
|
+
EnumNotificationResourceType2["EXPIRATION_REMINDER_VENDOR"] = "expiration_reminder_vendor";
|
|
409
412
|
EnumNotificationResourceType2["NEW_CHAT_MESSAGE"] = "new_chat_message";
|
|
410
413
|
EnumNotificationResourceType2["SYSTEM_ALERT"] = "system_alert";
|
|
411
414
|
EnumNotificationResourceType2["VENDOR_APPLICATION_TO_EVENT"] = "vendor_application_to_event" /* VENDOR_APPLICATION_TO_EVENT */;
|