@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.
package/dist/index.mjs CHANGED
@@ -8132,8 +8132,8 @@ var UPDATE_COUPON_MUTATION = gql43`
8132
8132
  ${COUPON}
8133
8133
  `;
8134
8134
  var DELETE_COUPON_MUTATION = gql43`
8135
- mutation deleteCoupon($couponDocumentId: ID!, $couponId: ID!) {
8136
- deleteCoupon(couponDocumentId: $couponDocumentId, couponId: $couponId) {
8135
+ mutation deleteCoupon($input: ProductCouponInputType!) {
8136
+ deleteCoupon(input: $input) {
8137
8137
  data
8138
8138
  message
8139
8139
  }