@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/{chunk-XSLKSCCI.mjs → chunk-TI7EE7CT.mjs} +3 -3
- package/dist/{chunk-XSLKSCCI.mjs.map → chunk-TI7EE7CT.mjs.map} +1 -1
- package/dist/graphql/index.cjs +2 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +2 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3726,8 +3726,8 @@ var UPDATE_COUPON_MUTATION = gql37`
|
|
|
3726
3726
|
${COUPON}
|
|
3727
3727
|
`;
|
|
3728
3728
|
var DELETE_COUPON_MUTATION = gql37`
|
|
3729
|
-
mutation deleteCoupon($
|
|
3730
|
-
deleteCoupon(
|
|
3729
|
+
mutation deleteCoupon($input: ProductCouponInputType!) {
|
|
3730
|
+
deleteCoupon(input: $input) {
|
|
3731
3731
|
data
|
|
3732
3732
|
message
|
|
3733
3733
|
}
|
|
@@ -3944,4 +3944,4 @@ export {
|
|
|
3944
3944
|
useGetCoupons,
|
|
3945
3945
|
useGetCoupon
|
|
3946
3946
|
};
|
|
3947
|
-
//# sourceMappingURL=chunk-
|
|
3947
|
+
//# sourceMappingURL=chunk-TI7EE7CT.mjs.map
|