@timardex/cluemart-shared 1.7.33 → 1.7.35

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.
@@ -3588,8 +3588,8 @@ var UPDATE_COUPON_MUTATION = gql36`
3588
3588
  ${COUPON}
3589
3589
  `;
3590
3590
  var DELETE_COUPON_MUTATION = gql36`
3591
- mutation deleteCoupon($_id: ID!) {
3592
- deleteCoupon(_id: $_id) {
3591
+ mutation deleteCoupon($couponDocumentId: ID!, $couponId: ID!) {
3592
+ deleteCoupon(couponDocumentId: $couponDocumentId, couponId: $couponId) {
3593
3593
  data
3594
3594
  message
3595
3595
  }
@@ -3777,4 +3777,4 @@ export {
3777
3777
  useGetCoupons,
3778
3778
  useGetCoupon
3779
3779
  };
3780
- //# sourceMappingURL=chunk-DJQMVUPX.mjs.map
3780
+ //# sourceMappingURL=chunk-QOPOOOS7.mjs.map