@timardex/cluemart-shared 1.6.0 → 1.6.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.
@@ -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: () => {
@@ -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: () => {
@@ -136,7 +136,7 @@ import {
136
136
  useUpdateUser,
137
137
  useUpdateVendor,
138
138
  useUpdateVendorInfo
139
- } from "../chunk-PT273XYH.mjs";
139
+ } from "../chunk-R6PCFOYO.mjs";
140
140
  import {
141
141
  GET_EVENT,
142
142
  GET_EVENT_INFO,