@timardex/cluemart-shared 1.5.622 → 1.5.623
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-3VUHAHP7.mjs → chunk-4XOVXJUN.mjs} +2 -2
- package/dist/{chunk-ZR4TGWTS.mjs → chunk-JMOGW4IX.mjs} +5 -1
- package/dist/chunk-JMOGW4IX.mjs.map +1 -0
- package/dist/{chunk-ZDDWPO5Y.mjs → chunk-OSUWKCUI.mjs} +3 -3
- package/dist/enums/index.cjs +4 -0
- package/dist/enums/index.cjs.map +1 -1
- package/dist/enums/index.d.mts +5 -1
- package/dist/enums/index.d.ts +5 -1
- 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 +3 -3
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.mjs +4 -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-ZR4TGWTS.mjs.map +0 -1
- /package/dist/{chunk-3VUHAHP7.mjs.map → chunk-4XOVXJUN.mjs.map} +0 -0
- /package/dist/{chunk-ZDDWPO5Y.mjs.map → chunk-OSUWKCUI.mjs.map} +0 -0
package/dist/hooks/index.mjs
CHANGED
|
@@ -6,11 +6,11 @@ import {
|
|
|
6
6
|
EnumPostContentType,
|
|
7
7
|
EnumPostType
|
|
8
8
|
} from "../chunk-6KNGLDLL.mjs";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-OSUWKCUI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
SCHOOL_MIN_STUDENT_COUNT,
|
|
12
12
|
normalizeUrl
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-4XOVXJUN.mjs";
|
|
14
14
|
import "../chunk-SBY5HTAP.mjs";
|
|
15
15
|
import "../chunk-Z6IM4DWX.mjs";
|
|
16
16
|
import {
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
EnumUserLicence,
|
|
25
25
|
EnumUserRole,
|
|
26
26
|
EnumVendorType
|
|
27
|
-
} from "../chunk-
|
|
27
|
+
} from "../chunk-JMOGW4IX.mjs";
|
|
28
28
|
import "../chunk-S2VBOUOO.mjs";
|
|
29
29
|
import "../chunk-3NBZGJZM.mjs";
|
|
30
30
|
import {
|
package/dist/index.cjs
CHANGED
|
@@ -505,6 +505,8 @@ var EnumOSPlatform = /* @__PURE__ */ ((EnumOSPlatform2) => {
|
|
|
505
505
|
})(EnumOSPlatform || {});
|
|
506
506
|
var EnumRelationResource = /* @__PURE__ */ ((EnumRelationResource2) => {
|
|
507
507
|
EnumRelationResource2["EVENT_INVITE_VENDOR"] = "event_invite_vendor";
|
|
508
|
+
EnumRelationResource2["EVENT_UPDATE_RELATION_TO_VENDOR"] = "event_update_relation_to_vendor";
|
|
509
|
+
EnumRelationResource2["VENDOR_UPDATE_RELATION_TO_EVENT"] = "vendor_update_relation_to_event";
|
|
508
510
|
EnumRelationResource2["VENDOR_APPLICATION_TO_EVENT"] = "vendor_application_to_event";
|
|
509
511
|
return EnumRelationResource2;
|
|
510
512
|
})(EnumRelationResource || {});
|
|
@@ -530,6 +532,7 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
|
|
|
530
532
|
EnumNotificationResourceType2["DOWNGRADED_VENDOR"] = "downgraded_vendor";
|
|
531
533
|
EnumNotificationResourceType2["EVENT_INVITE_VENDOR"] = "event_invite_vendor" /* EVENT_INVITE_VENDOR */;
|
|
532
534
|
EnumNotificationResourceType2["EVENT_STARTING_SOON"] = "event_starting_soon";
|
|
535
|
+
EnumNotificationResourceType2["EVENT_UPDATE_RELATION_TO_VENDOR"] = "event_update_relation_to_vendor" /* EVENT_UPDATE_RELATION_TO_VENDOR */;
|
|
533
536
|
EnumNotificationResourceType2["EXPIRATION_REMINDER_EVENT"] = "expiration_reminder_event";
|
|
534
537
|
EnumNotificationResourceType2["EXPIRATION_REMINDER_PARTNER"] = "expiration_reminder_partner";
|
|
535
538
|
EnumNotificationResourceType2["EXPIRATION_REMINDER_VENDOR"] = "expiration_reminder_vendor";
|
|
@@ -538,6 +541,7 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
|
|
|
538
541
|
EnumNotificationResourceType2["REGISTERED_USER_BY_SCHOOL_CODE"] = "registered_user_by_school_code";
|
|
539
542
|
EnumNotificationResourceType2["SYSTEM_ALERT"] = "system_alert";
|
|
540
543
|
EnumNotificationResourceType2["VENDOR_APPLICATION_TO_EVENT"] = "vendor_application_to_event" /* VENDOR_APPLICATION_TO_EVENT */;
|
|
544
|
+
EnumNotificationResourceType2["VENDOR_UPDATE_RELATION_TO_EVENT"] = "vendor_update_relation_to_event" /* VENDOR_UPDATE_RELATION_TO_EVENT */;
|
|
541
545
|
return EnumNotificationResourceType2;
|
|
542
546
|
})(EnumNotificationResourceType || {});
|
|
543
547
|
var EnumNotificationType = /* @__PURE__ */ ((EnumNotificationType2) => {
|