@timardex/cluemart-shared 1.5.719 → 1.5.720

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
@@ -4969,7 +4969,10 @@ var DELETE_USER_MUTATION = gql21`
4969
4969
  `;
4970
4970
  var REDEEM_REWARD_MUTATION = gql21`
4971
4971
  mutation redeemReward($input: RedeemRewardInputType!) {
4972
- redeemReward(input: $input)
4972
+ redeemReward(input: $input) {
4973
+ message
4974
+ userId
4975
+ }
4973
4976
  }
4974
4977
  `;
4975
4978
  var ADD_USER_FAVOURITE_RESOURCE_MUTATION = gql21`