@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.
@@ -23,7 +23,7 @@ import {
23
23
  } from "../chunk-OH7ZORGB.mjs";
24
24
  import "../chunk-RAYUJODN.mjs";
25
25
  import "../chunk-DQ7ZHIXW.mjs";
26
- import "../chunk-DJQMVUPX.mjs";
26
+ import "../chunk-QOPOOOS7.mjs";
27
27
  import "../chunk-P2HBORDW.mjs";
28
28
  import {
29
29
  EnumEventDateStatus,
package/dist/index.cjs CHANGED
@@ -8602,8 +8602,8 @@ var UPDATE_COUPON_MUTATION = import_client79.gql`
8602
8602
  ${COUPON}
8603
8603
  `;
8604
8604
  var DELETE_COUPON_MUTATION = import_client79.gql`
8605
- mutation deleteCoupon($_id: ID!) {
8606
- deleteCoupon(_id: $_id) {
8605
+ mutation deleteCoupon($couponDocumentId: ID!, $couponId: ID!) {
8606
+ deleteCoupon(couponDocumentId: $couponDocumentId, couponId: $couponId) {
8607
8607
  data
8608
8608
  message
8609
8609
  }