@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.
@@ -145,7 +145,7 @@ import {
145
145
  useUpdateUser,
146
146
  useUpdateVendor,
147
147
  useUpdateVendorInfo
148
- } from "../chunk-DJQMVUPX.mjs";
148
+ } from "../chunk-QOPOOOS7.mjs";
149
149
  import {
150
150
  GET_EVENT,
151
151
  GET_EVENT_INFO,
@@ -5697,8 +5697,8 @@ var UPDATE_COUPON_MUTATION = import_client79.gql`
5697
5697
  ${COUPON}
5698
5698
  `;
5699
5699
  var DELETE_COUPON_MUTATION = import_client79.gql`
5700
- mutation deleteCoupon($_id: ID!) {
5701
- deleteCoupon(_id: $_id) {
5700
+ mutation deleteCoupon($couponDocumentId: ID!, $couponId: ID!) {
5701
+ deleteCoupon(couponDocumentId: $couponDocumentId, couponId: $couponId) {
5702
5702
  data
5703
5703
  message
5704
5704
  }