@timardex/cluemart-shared 1.7.48 → 1.7.49

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.
@@ -146,7 +146,7 @@ import {
146
146
  useUpdateUser,
147
147
  useUpdateVendor,
148
148
  useUpdateVendorInfo
149
- } from "../chunk-XSLKSCCI.mjs";
149
+ } from "../chunk-TI7EE7CT.mjs";
150
150
  import {
151
151
  GET_EVENT,
152
152
  GET_EVENT_INFO,
@@ -5741,8 +5741,8 @@ var UPDATE_COUPON_MUTATION = import_client79.gql`
5741
5741
  ${COUPON}
5742
5742
  `;
5743
5743
  var DELETE_COUPON_MUTATION = import_client79.gql`
5744
- mutation deleteCoupon($couponDocumentId: ID!, $couponId: ID!) {
5745
- deleteCoupon(couponDocumentId: $couponDocumentId, couponId: $couponId) {
5744
+ mutation deleteCoupon($input: ProductCouponInputType!) {
5745
+ deleteCoupon(input: $input) {
5746
5746
  data
5747
5747
  message
5748
5748
  }