@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.
package/dist/index.d.mts CHANGED
@@ -2029,9 +2029,9 @@ declare const useMarkNotificationRead: () => {
2029
2029
  error: _apollo_client.ApolloError | undefined;
2030
2030
  loading: boolean;
2031
2031
  markNotificationRead: (options?: _apollo_client.MutationFunctionOptions<{
2032
- markNotificationRead: MutationResponse<NotificationType[]>;
2032
+ markNotificationRead: MutationResponse<NotificationType>;
2033
2033
  }, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
2034
- markNotificationRead: MutationResponse<NotificationType[]>;
2034
+ markNotificationRead: MutationResponse<NotificationType>;
2035
2035
  }>>;
2036
2036
  };
2037
2037
  declare const useMarkAllNotificationsRead: () => {
package/dist/index.d.ts CHANGED
@@ -2029,9 +2029,9 @@ declare const useMarkNotificationRead: () => {
2029
2029
  error: _apollo_client.ApolloError | undefined;
2030
2030
  loading: boolean;
2031
2031
  markNotificationRead: (options?: _apollo_client.MutationFunctionOptions<{
2032
- markNotificationRead: MutationResponse<NotificationType[]>;
2032
+ markNotificationRead: MutationResponse<NotificationType>;
2033
2033
  }, _apollo_client.OperationVariables, _apollo_client.DefaultContext, _apollo_client.ApolloCache<any>> | undefined) => Promise<_apollo_client.FetchResult<{
2034
- markNotificationRead: MutationResponse<NotificationType[]>;
2034
+ markNotificationRead: MutationResponse<NotificationType>;
2035
2035
  }>>;
2036
2036
  };
2037
2037
  declare const useMarkAllNotificationsRead: () => {