@timardex/cluemart-shared 1.5.779 → 1.5.780
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-TZFGZ5TG.mjs → chunk-4U2JXFNR.mjs} +2 -2
- package/dist/{chunk-I2V5GDNE.mjs → chunk-6N32BPAG.mjs} +3 -1
- package/dist/chunk-6N32BPAG.mjs.map +1 -0
- package/dist/{chunk-P4ICYRHE.mjs → chunk-NQSWN3FW.mjs} +3 -3
- package/dist/{chunk-JTFGOKTV.mjs → chunk-T7OGF2MY.mjs} +2 -2
- 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 +3 -3
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +4 -4
- 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/sharing/index.cjs.map +1 -1
- package/dist/sharing/index.mjs +3 -3
- package/dist/types/index.mjs +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-I2V5GDNE.mjs.map +0 -1
- /package/dist/{chunk-TZFGZ5TG.mjs.map → chunk-4U2JXFNR.mjs.map} +0 -0
- /package/dist/{chunk-P4ICYRHE.mjs.map → chunk-NQSWN3FW.mjs.map} +0 -0
- /package/dist/{chunk-JTFGOKTV.mjs.map → chunk-T7OGF2MY.mjs.map} +0 -0
package/dist/hooks/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import "../chunk-VA5YN2K3.mjs";
|
|
2
|
-
import "../chunk-
|
|
2
|
+
import "../chunk-NQSWN3FW.mjs";
|
|
3
3
|
import "../chunk-R4GAZNEY.mjs";
|
|
4
4
|
import "../chunk-NPFJ2CN2.mjs";
|
|
5
|
-
import "../chunk-
|
|
5
|
+
import "../chunk-T7OGF2MY.mjs";
|
|
6
6
|
import {
|
|
7
7
|
SCHOOL_MIN_STUDENT_COUNT,
|
|
8
8
|
dateFormat,
|
|
9
9
|
normalizeUrl,
|
|
10
10
|
timeFormat
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-4U2JXFNR.mjs";
|
|
12
12
|
import {
|
|
13
13
|
EnumAdShowOn,
|
|
14
14
|
EnumAdStatus,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
EnumUserLicence,
|
|
29
29
|
EnumUserRole,
|
|
30
30
|
EnumVendorType
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-6N32BPAG.mjs";
|
|
32
32
|
import "../chunk-DWO35OY4.mjs";
|
|
33
33
|
|
|
34
34
|
// src/hooks/useLocationSearch.ts
|
package/dist/index.cjs
CHANGED
|
@@ -564,8 +564,10 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
|
|
|
564
564
|
EnumNotificationResourceType2["ADDED_AS_ASSOCIATE_EVENT"] = "added_as_associate_event";
|
|
565
565
|
EnumNotificationResourceType2["ADDED_AS_ASSOCIATE_PARTNER"] = "added_as_associate_partner";
|
|
566
566
|
EnumNotificationResourceType2["ADDED_AS_ASSOCIATE_VENDOR"] = "added_as_associate_vendor";
|
|
567
|
+
EnumNotificationResourceType2["APPROVED_AFFILIATE"] = "approved_affiliate";
|
|
567
568
|
EnumNotificationResourceType2["APPROVED_EVENT"] = "approved_event";
|
|
568
569
|
EnumNotificationResourceType2["APPROVED_PARTNER"] = "approved_partner";
|
|
570
|
+
EnumNotificationResourceType2["APPROVED_SCHOOL"] = "approved_school";
|
|
569
571
|
EnumNotificationResourceType2["APPROVED_VENDOR"] = "approved_vendor";
|
|
570
572
|
EnumNotificationResourceType2["CREATED_EVENT"] = "created_event";
|
|
571
573
|
EnumNotificationResourceType2["CREATED_PARTNER"] = "created_partner";
|