@timardex/cluemart-shared 1.7.63 → 1.7.64
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-63CHIBEP.mjs → chunk-6BK45KML.mjs} +13 -3
- package/dist/{chunk-63CHIBEP.mjs.map → chunk-6BK45KML.mjs.map} +1 -1
- package/dist/graphql/index.cjs +12 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +2 -0
- package/dist/graphql/index.d.ts +2 -0
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +12 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +12 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.mjs +12 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/hooks/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -8603,8 +8603,18 @@ var COUPON = import_client78.gql`
|
|
|
8603
8603
|
${COUPON_DATA_FIELDS_FRAGMENT}
|
|
8604
8604
|
`;
|
|
8605
8605
|
var GET_COUPONS = import_client78.gql`
|
|
8606
|
-
query getCoupons(
|
|
8607
|
-
|
|
8606
|
+
query getCoupons(
|
|
8607
|
+
$region: String
|
|
8608
|
+
$category: String
|
|
8609
|
+
$resourceId: String
|
|
8610
|
+
$resourceType: ResourceTypeEnum
|
|
8611
|
+
) {
|
|
8612
|
+
coupons(
|
|
8613
|
+
region: $region
|
|
8614
|
+
category: $category
|
|
8615
|
+
resourceId: $resourceId
|
|
8616
|
+
resourceType: $resourceType
|
|
8617
|
+
) {
|
|
8608
8618
|
active {
|
|
8609
8619
|
listName
|
|
8610
8620
|
data {
|