@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
package/dist/index.mjs
CHANGED
|
@@ -8110,8 +8110,8 @@ var UPDATE_COUPON_MUTATION = gql43`
|
|
|
8110
8110
|
${COUPON}
|
|
8111
8111
|
`;
|
|
8112
8112
|
var DELETE_COUPON_MUTATION = gql43`
|
|
8113
|
-
mutation deleteCoupon($
|
|
8114
|
-
deleteCoupon(
|
|
8113
|
+
mutation deleteCoupon($couponDocumentId: ID!, $couponId: ID!) {
|
|
8114
|
+
deleteCoupon(couponDocumentId: $couponDocumentId, couponId: $couponId) {
|
|
8115
8115
|
data
|
|
8116
8116
|
message
|
|
8117
8117
|
}
|