@timardex/cluemart-shared 1.7.33 → 1.7.36
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/auth/index.cjs +1 -0
- package/dist/auth/index.cjs.map +1 -1
- package/dist/auth/index.d.mts +1 -1
- package/dist/auth/index.d.ts +1 -1
- package/dist/auth/index.mjs +1 -0
- package/dist/auth/index.mjs.map +1 -1
- 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 +8 -4
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +7 -3
- package/dist/hooks/index.mjs.map +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/graphql/index.cjs
CHANGED
|
@@ -5002,8 +5002,8 @@ var UPDATE_COUPON_MUTATION = import_client79.gql`
|
|
|
5002
5002
|
${COUPON}
|
|
5003
5003
|
`;
|
|
5004
5004
|
var DELETE_COUPON_MUTATION = import_client79.gql`
|
|
5005
|
-
mutation deleteCoupon($
|
|
5006
|
-
deleteCoupon(
|
|
5005
|
+
mutation deleteCoupon($couponDocumentId: ID!, $couponId: ID!) {
|
|
5006
|
+
deleteCoupon(couponDocumentId: $couponDocumentId, couponId: $couponId) {
|
|
5007
5007
|
data
|
|
5008
5008
|
message
|
|
5009
5009
|
}
|