@timardex/cluemart-shared 1.0.89 → 1.0.90

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.mjs CHANGED
@@ -2895,7 +2895,7 @@ var USER_NOTIFICATION_FRAGMENT2 = gql13`
2895
2895
  }
2896
2896
  `;
2897
2897
  var GET_USER_NOTIFICATIONS_SUBSCRIPTION = gql13`
2898
- subscription getUserNotifications() {
2898
+ subscription {
2899
2899
  getUserNotifications {
2900
2900
  ...UserNotificationFields
2901
2901
  }
@@ -2903,8 +2903,8 @@ var GET_USER_NOTIFICATIONS_SUBSCRIPTION = gql13`
2903
2903
  ${USER_NOTIFICATION_FRAGMENT2}
2904
2904
  `;
2905
2905
  var GET_NOTIFICATION_COUNT_SUBSCRIPTION = gql13`
2906
- subscription getNotificationCount() {
2907
- getNotificationCount{
2906
+ subscription {
2907
+ getNotificationCount {
2908
2908
  total
2909
2909
  unread
2910
2910
  }