@timardex/cluemart-shared 1.7.46 → 1.7.48
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-CT2SGB4K.mjs → chunk-XSLKSCCI.mjs} +6 -3
- package/dist/{chunk-CT2SGB4K.mjs.map → chunk-XSLKSCCI.mjs.map} +1 -1
- package/dist/graphql/index.cjs +5 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +5 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -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:
|
|
5752
|
+
mutation scanCoupon($input: ProductCouponInputType!) {
|
|
5753
5753
|
scanCoupon(input: $input) {
|
|
5754
5754
|
data
|
|
5755
5755
|
message
|