@timardex/cluemart-shared 1.4.0 → 1.4.1
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-JKS4S7WN.mjs → chunk-OM5RXIJ2.mjs} +2 -2
- package/dist/{chunk-FLDXD65Z.mjs → chunk-WJNJVXQA.mjs} +3 -1
- package/dist/chunk-WJNJVXQA.mjs.map +1 -0
- package/dist/enums/index.cjs +2 -0
- package/dist/enums/index.cjs.map +1 -1
- package/dist/enums/index.d.mts +2 -0
- package/dist/enums/index.d.ts +2 -0
- 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 +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.mjs +2 -0
- 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-FLDXD65Z.mjs.map +0 -1
- /package/dist/{chunk-JKS4S7WN.mjs.map → chunk-OM5RXIJ2.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-OM5RXIJ2.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-WJNJVXQA.mjs";
|
|
30
30
|
|
|
31
31
|
// src/hooks/useLocationSearch.ts
|
|
32
32
|
var handleApiError = (error, message) => {
|
package/dist/index.cjs
CHANGED
|
@@ -390,8 +390,10 @@ var EnumRelationResource = /* @__PURE__ */ ((EnumRelationResource2) => {
|
|
|
390
390
|
})(EnumRelationResource || {});
|
|
391
391
|
var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceType2) => {
|
|
392
392
|
EnumNotificationResourceType2["ADDED_AS_ASSOCIATE_EVENT"] = "added_as_associate_event";
|
|
393
|
+
EnumNotificationResourceType2["ADDED_AS_ASSOCIATE_PARTNER"] = "added_as_associate_partner";
|
|
393
394
|
EnumNotificationResourceType2["ADDED_AS_ASSOCIATE_VENDOR"] = "added_as_associate_vendor";
|
|
394
395
|
EnumNotificationResourceType2["APPROVED_EVENT"] = "approved_event";
|
|
396
|
+
EnumNotificationResourceType2["APPROVED_PARTNER"] = "approved_partner";
|
|
395
397
|
EnumNotificationResourceType2["APPROVED_VENDOR"] = "approved_vendor";
|
|
396
398
|
EnumNotificationResourceType2["CREATED_EVENT"] = "created_event";
|
|
397
399
|
EnumNotificationResourceType2["CREATED_VENDOR"] = "created_vendor";
|