@timardex/cluemart-shared 1.6.0 → 1.6.11
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-LBEJECG3.mjs → chunk-25SHNN4K.mjs} +10 -3
- package/dist/chunk-25SHNN4K.mjs.map +1 -0
- package/dist/{chunk-PT273XYH.mjs → chunk-R6PCFOYO.mjs} +1 -1
- package/dist/chunk-R6PCFOYO.mjs.map +1 -0
- package/dist/formFields/index.cjs +9 -2
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +1 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +2 -2
- package/dist/graphql/index.d.ts +2 -2
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +9 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +2 -2
- package/dist/index.cjs +9 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +9 -2
- package/dist/index.mjs.map +1 -1
- package/dist/utils/index.cjs +9 -2
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-LBEJECG3.mjs.map +0 -1
- package/dist/chunk-PT273XYH.mjs.map +0 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -388,9 +388,9 @@ declare const useMarkNotificationRead: () => {
|
|
|
388
388
|
error: _apollo_client.ApolloError | undefined;
|
|
389
389
|
loading: boolean;
|
|
390
390
|
markNotificationRead: (options?: _apollo_client.MutationFunctionOptions<{
|
|
391
|
-
markNotificationRead: MutationResponse<NotificationType
|
|
391
|
+
markNotificationRead: MutationResponse<NotificationType>;
|
|
392
392
|
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
393
|
-
markNotificationRead: MutationResponse<NotificationType
|
|
393
|
+
markNotificationRead: MutationResponse<NotificationType>;
|
|
394
394
|
}>>;
|
|
395
395
|
};
|
|
396
396
|
declare const useMarkAllNotificationsRead: () => {
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -388,9 +388,9 @@ declare const useMarkNotificationRead: () => {
|
|
|
388
388
|
error: _apollo_client.ApolloError | undefined;
|
|
389
389
|
loading: boolean;
|
|
390
390
|
markNotificationRead: (options?: _apollo_client.MutationFunctionOptions<{
|
|
391
|
-
markNotificationRead: MutationResponse<NotificationType
|
|
391
|
+
markNotificationRead: MutationResponse<NotificationType>;
|
|
392
392
|
}, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
|
|
393
|
-
markNotificationRead: MutationResponse<NotificationType
|
|
393
|
+
markNotificationRead: MutationResponse<NotificationType>;
|
|
394
394
|
}>>;
|
|
395
395
|
};
|
|
396
396
|
declare const useMarkAllNotificationsRead: () => {
|
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -599,9 +599,16 @@ var EVENT_DATE_STATUS_PERIOD_MAP = {
|
|
|
599
599
|
// src/calendar/eventCalendar.ts
|
|
600
600
|
var import_dayjs2 = __toESM(require("dayjs"));
|
|
601
601
|
var KNOWN_EVENT_SCHEDULE_STATUSES = /* @__PURE__ */ new Set([
|
|
602
|
-
"Started" /* STARTED */,
|
|
603
602
|
"Starting_Soon" /* STARTING_SOON */,
|
|
604
|
-
"
|
|
603
|
+
"Started" /* STARTED */,
|
|
604
|
+
"Today" /* TODAY */,
|
|
605
|
+
"Tomorrow" /* TOMORROW */,
|
|
606
|
+
"This_Week" /* THIS_WEEK */,
|
|
607
|
+
"Next_Week" /* NEXT_WEEK */,
|
|
608
|
+
"Upcoming" /* UPCOMING */,
|
|
609
|
+
"Ended" /* ENDED */,
|
|
610
|
+
"Rescheduled" /* RE_SCHEDULED */,
|
|
611
|
+
"Canceled" /* CANCELED */
|
|
605
612
|
]);
|
|
606
613
|
|
|
607
614
|
// src/formFields/categories/clothingAndFashion.ts
|