@timardex/cluemart-shared 1.7.33 → 1.7.36

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.
@@ -5002,8 +5002,8 @@ var UPDATE_COUPON_MUTATION = import_client79.gql`
5002
5002
  ${COUPON}
5003
5003
  `;
5004
5004
  var DELETE_COUPON_MUTATION = import_client79.gql`
5005
- mutation deleteCoupon($_id: ID!) {
5006
- deleteCoupon(_id: $_id) {
5005
+ mutation deleteCoupon($couponDocumentId: ID!, $couponId: ID!) {
5006
+ deleteCoupon(couponDocumentId: $couponDocumentId, couponId: $couponId) {
5007
5007
  data
5008
5008
  message
5009
5009
  }