@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.
- package/dist/{chunk-DJQMVUPX.mjs → chunk-QOPOOOS7.mjs} +3 -3
- package/dist/{chunk-DJQMVUPX.mjs.map → chunk-QOPOOOS7.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
|
@@ -3588,8 +3588,8 @@ var UPDATE_COUPON_MUTATION = gql36`
|
|
|
3588
3588
|
${COUPON}
|
|
3589
3589
|
`;
|
|
3590
3590
|
var DELETE_COUPON_MUTATION = gql36`
|
|
3591
|
-
mutation deleteCoupon($
|
|
3592
|
-
deleteCoupon(
|
|
3591
|
+
mutation deleteCoupon($couponDocumentId: ID!, $couponId: ID!) {
|
|
3592
|
+
deleteCoupon(couponDocumentId: $couponDocumentId, couponId: $couponId) {
|
|
3593
3593
|
data
|
|
3594
3594
|
message
|
|
3595
3595
|
}
|
|
@@ -3777,4 +3777,4 @@ export {
|
|
|
3777
3777
|
useGetCoupons,
|
|
3778
3778
|
useGetCoupon
|
|
3779
3779
|
};
|
|
3780
|
-
//# sourceMappingURL=chunk-
|
|
3780
|
+
//# sourceMappingURL=chunk-QOPOOOS7.mjs.map
|