@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.
@@ -23,7 +23,7 @@ import {
23
23
  } from "../chunk-NCMKTUWS.mjs";
24
24
  import "../chunk-RAYUJODN.mjs";
25
25
  import "../chunk-DQ7ZHIXW.mjs";
26
- import "../chunk-XSLKSCCI.mjs";
26
+ import "../chunk-TI7EE7CT.mjs";
27
27
  import "../chunk-VBQ5RF7L.mjs";
28
28
  import {
29
29
  EnumEventDateStatus,
package/dist/index.cjs CHANGED
@@ -8625,8 +8625,8 @@ var UPDATE_COUPON_MUTATION = import_client79.gql`
8625
8625
  ${COUPON}
8626
8626
  `;
8627
8627
  var DELETE_COUPON_MUTATION = import_client79.gql`
8628
- mutation deleteCoupon($couponDocumentId: ID!, $couponId: ID!) {
8629
- deleteCoupon(couponDocumentId: $couponDocumentId, couponId: $couponId) {
8628
+ mutation deleteCoupon($input: ProductCouponInputType!) {
8629
+ deleteCoupon(input: $input) {
8630
8630
  data
8631
8631
  message
8632
8632
  }