@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/{chunk-CIBJ5PEO.mjs → chunk-6D6XSMMH.mjs} +5 -2
- package/dist/chunk-6D6XSMMH.mjs.map +1 -0
- package/dist/graphql/index.cjs +4 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +4 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +4 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-CIBJ5PEO.mjs.map +0 -1
package/dist/hooks/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -5346,7 +5346,10 @@ var DELETE_USER_MUTATION = import_client37.gql`
|
|
|
5346
5346
|
`;
|
|
5347
5347
|
var REDEEM_REWARD_MUTATION = import_client37.gql`
|
|
5348
5348
|
mutation redeemReward($input: RedeemRewardInputType!) {
|
|
5349
|
-
redeemReward(input: $input)
|
|
5349
|
+
redeemReward(input: $input) {
|
|
5350
|
+
message
|
|
5351
|
+
userId
|
|
5352
|
+
}
|
|
5350
5353
|
}
|
|
5351
5354
|
`;
|
|
5352
5355
|
var ADD_USER_FAVOURITE_RESOURCE_MUTATION = import_client37.gql`
|