@timardex/cluemart-shared 1.5.541 → 1.5.542
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-73ULMQM6.mjs → chunk-2QURTHMA.mjs} +6 -5
- package/dist/chunk-2QURTHMA.mjs.map +1 -0
- package/dist/{chunk-RRNJ54MF.mjs → chunk-72D674RG.mjs} +2 -2
- package/dist/{chunk-QZE7FORG.mjs → chunk-LJ4OOWYU.mjs} +3 -3
- package/dist/enums/index.cjs +5 -4
- package/dist/enums/index.cjs.map +1 -1
- package/dist/enums/index.d.mts +5 -4
- package/dist/enums/index.d.ts +5 -4
- 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 +5 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5 -4
- package/dist/index.d.ts +5 -4
- package/dist/index.mjs +5 -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-73ULMQM6.mjs.map +0 -1
- /package/dist/{chunk-RRNJ54MF.mjs.map → chunk-72D674RG.mjs.map} +0 -0
- /package/dist/{chunk-QZE7FORG.mjs.map → chunk-LJ4OOWYU.mjs.map} +0 -0
package/dist/hooks/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import "../chunk-
|
|
1
|
+
import "../chunk-LJ4OOWYU.mjs";
|
|
2
2
|
import {
|
|
3
3
|
dateFormat,
|
|
4
4
|
normalizeUrl,
|
|
5
5
|
timeFormat
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-72D674RG.mjs";
|
|
7
7
|
import "../chunk-G2YFRN6A.mjs";
|
|
8
8
|
import {
|
|
9
9
|
EnumEventDateStatus,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
EnumUserLicence,
|
|
17
17
|
EnumUserRole,
|
|
18
18
|
EnumVendorType
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-2QURTHMA.mjs";
|
|
20
20
|
import "../chunk-N26FUCHY.mjs";
|
|
21
21
|
import "../chunk-DWO35OY4.mjs";
|
|
22
22
|
import "../chunk-I7WE3EBR.mjs";
|
package/dist/index.cjs
CHANGED
|
@@ -448,22 +448,23 @@ var EnumNotificationResourceType = /* @__PURE__ */ ((EnumNotificationResourceTyp
|
|
|
448
448
|
EnumNotificationResourceType2["CREATED_EVENT"] = "created_event";
|
|
449
449
|
EnumNotificationResourceType2["CREATED_PARTNER"] = "created_partner";
|
|
450
450
|
EnumNotificationResourceType2["CREATED_VENDOR"] = "created_vendor";
|
|
451
|
+
EnumNotificationResourceType2["DAILY_CLUE_GAME"] = "daily_clue_game";
|
|
451
452
|
EnumNotificationResourceType2["DEACTIVATED_EVENT"] = "deactivated_event";
|
|
452
453
|
EnumNotificationResourceType2["DEACTIVATED_PARTNER"] = "deactivated_partner";
|
|
453
454
|
EnumNotificationResourceType2["DEACTIVATED_VENDOR"] = "deactivated_vendor";
|
|
454
|
-
EnumNotificationResourceType2["DOWNGRADED_EVENT"] = "downgraded_event";
|
|
455
|
-
EnumNotificationResourceType2["DOWNGRADED_PARTNER"] = "downgraded_partner";
|
|
456
|
-
EnumNotificationResourceType2["DOWNGRADED_VENDOR"] = "downgraded_vendor";
|
|
457
455
|
EnumNotificationResourceType2["DECLINED_EVENT"] = "declined_event";
|
|
458
456
|
EnumNotificationResourceType2["DECLINED_PARTNER"] = "declined_partner";
|
|
459
457
|
EnumNotificationResourceType2["DECLINED_VENDOR"] = "declined_vendor";
|
|
460
|
-
EnumNotificationResourceType2["
|
|
458
|
+
EnumNotificationResourceType2["DOWNGRADED_EVENT"] = "downgraded_event";
|
|
459
|
+
EnumNotificationResourceType2["DOWNGRADED_PARTNER"] = "downgraded_partner";
|
|
460
|
+
EnumNotificationResourceType2["DOWNGRADED_VENDOR"] = "downgraded_vendor";
|
|
461
461
|
EnumNotificationResourceType2["EVENT_INVITE_VENDOR"] = "event_invite_vendor" /* EVENT_INVITE_VENDOR */;
|
|
462
462
|
EnumNotificationResourceType2["EVENT_STARTING_SOON"] = "event_starting_soon";
|
|
463
463
|
EnumNotificationResourceType2["EXPIRATION_REMINDER_EVENT"] = "expiration_reminder_event";
|
|
464
464
|
EnumNotificationResourceType2["EXPIRATION_REMINDER_PARTNER"] = "expiration_reminder_partner";
|
|
465
465
|
EnumNotificationResourceType2["EXPIRATION_REMINDER_VENDOR"] = "expiration_reminder_vendor";
|
|
466
466
|
EnumNotificationResourceType2["NEW_CHAT_MESSAGE"] = "new_chat_message";
|
|
467
|
+
EnumNotificationResourceType2["REGISTERED_USER_BY_SCHOOL_CODE"] = "registered_user_by_school_code";
|
|
467
468
|
EnumNotificationResourceType2["SYSTEM_ALERT"] = "system_alert";
|
|
468
469
|
EnumNotificationResourceType2["VENDOR_APPLICATION_TO_EVENT"] = "vendor_application_to_event" /* VENDOR_APPLICATION_TO_EVENT */;
|
|
469
470
|
return EnumNotificationResourceType2;
|