@timardex/cluemart-shared 1.7.46 → 1.7.47

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-CT2SGB4K.mjs";
149
+ } from "../chunk-PDKFX6QC.mjs";
150
150
  import {
151
151
  GET_EVENT,
152
152
  GET_EVENT_INFO,
@@ -5749,7 +5749,7 @@ var DELETE_COUPON_MUTATION = import_client79.gql`
5749
5749
  }
5750
5750
  `;
5751
5751
  var SCAN_COUPON_MUTATION = import_client79.gql`
5752
- mutation scanCoupon($input: ScanCouponInputType!) {
5752
+ mutation scanCoupon($input: ProductCouponInputType!) {
5753
5753
  scanCoupon(input: $input) {
5754
5754
  data
5755
5755
  message