@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.
@@ -23,7 +23,7 @@ import {
23
23
  } from "../chunk-YG7YTCX5.mjs";
24
24
  import "../chunk-RAYUJODN.mjs";
25
25
  import "../chunk-DQ7ZHIXW.mjs";
26
- import "../chunk-63CHIBEP.mjs";
26
+ import "../chunk-6BK45KML.mjs";
27
27
  import "../chunk-6ALUN6LP.mjs";
28
28
  import {
29
29
  EnumEventDateStatus,
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($region: String, $category: String) {
8607
- coupons(region: $region, category: $category) {
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 {