@timardex/cluemart-shared 1.5.635 → 1.5.637

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.
Files changed (44) hide show
  1. package/dist/{chunk-SBY5HTAP.mjs → chunk-HV5AID7P.mjs} +7 -2
  2. package/dist/chunk-HV5AID7P.mjs.map +1 -0
  3. package/dist/{chunk-OSUWKCUI.mjs → chunk-OQ2LW6LO.mjs} +2 -2
  4. package/dist/{chunk-NMN2GAEP.mjs → chunk-Q6R4US6G.mjs} +5 -14
  5. package/dist/chunk-Q6R4US6G.mjs.map +1 -0
  6. package/dist/{chunk-4XOVXJUN.mjs → chunk-SGJJVETR.mjs} +2 -2
  7. package/dist/{dailyClue-BnlktK68.d.mts → dailyClue-D7Df-qCO.d.mts} +5 -1
  8. package/dist/{dailyClue-BnlktK68.d.ts → dailyClue-D7Df-qCO.d.ts} +5 -1
  9. package/dist/formFields/index.cjs +6 -1
  10. package/dist/formFields/index.cjs.map +1 -1
  11. package/dist/formFields/index.mjs +3 -3
  12. package/dist/graphql/index.cjs +4 -13
  13. package/dist/graphql/index.cjs.map +1 -1
  14. package/dist/graphql/index.d.mts +2 -2
  15. package/dist/graphql/index.d.ts +2 -2
  16. package/dist/graphql/index.mjs +1 -1
  17. package/dist/hooks/index.cjs +10 -14
  18. package/dist/hooks/index.cjs.map +1 -1
  19. package/dist/hooks/index.d.mts +2 -2
  20. package/dist/hooks/index.d.ts +2 -2
  21. package/dist/hooks/index.mjs +4 -4
  22. package/dist/index.cjs +10 -14
  23. package/dist/index.cjs.map +1 -1
  24. package/dist/index.d.mts +5 -1
  25. package/dist/index.d.ts +5 -1
  26. package/dist/index.mjs +10 -14
  27. package/dist/index.mjs.map +1 -1
  28. package/dist/{post-DUUhy0Rd.d.mts → post-CnUaLo8U.d.mts} +1 -1
  29. package/dist/{post-BPn_I16W.d.ts → post-DNAoYkrb.d.ts} +1 -1
  30. package/dist/types/index.cjs +6 -1
  31. package/dist/types/index.cjs.map +1 -1
  32. package/dist/types/index.d.mts +2 -2
  33. package/dist/types/index.d.ts +2 -2
  34. package/dist/types/index.mjs +1 -1
  35. package/dist/utils/index.cjs +6 -1
  36. package/dist/utils/index.cjs.map +1 -1
  37. package/dist/utils/index.d.mts +1 -1
  38. package/dist/utils/index.d.ts +1 -1
  39. package/dist/utils/index.mjs +2 -2
  40. package/package.json +1 -1
  41. package/dist/chunk-NMN2GAEP.mjs.map +0 -1
  42. package/dist/chunk-SBY5HTAP.mjs.map +0 -1
  43. /package/dist/{chunk-OSUWKCUI.mjs.map → chunk-OQ2LW6LO.mjs.map} +0 -0
  44. /package/dist/{chunk-4XOVXJUN.mjs.map → chunk-SGJJVETR.mjs.map} +0 -0
@@ -43,9 +43,9 @@ import {
43
43
  vendorStallSize,
44
44
  vendorStartDateFields,
45
45
  vendorTable
46
- } from "../chunk-OSUWKCUI.mjs";
47
- import "../chunk-4XOVXJUN.mjs";
48
- import "../chunk-SBY5HTAP.mjs";
46
+ } from "../chunk-OQ2LW6LO.mjs";
47
+ import "../chunk-SGJJVETR.mjs";
48
+ import "../chunk-HV5AID7P.mjs";
49
49
  import "../chunk-JMOGW4IX.mjs";
50
50
  import "../chunk-X4VPNOHX.mjs";
51
51
  export {
@@ -590,10 +590,7 @@ var GET_EVENT_BY_PLACE_ID = import_client3.gql`
590
590
  ${EVENT_LIST_ITEM}
591
591
  `;
592
592
  var GET_EVENTS_BY_REGION = import_client3.gql`
593
- query getEventsByRegion(
594
- $region: String!
595
- $options: ResourcesByRegionOptions
596
- ) {
593
+ query getEventsByRegion($region: String!, $options: EventsByRegionOptions) {
597
594
  eventsByRegion(region: $region, options: $options) {
598
595
  ...EventListItemFields
599
596
  }
@@ -601,7 +598,7 @@ var GET_EVENTS_BY_REGION = import_client3.gql`
601
598
  ${EVENT_LIST_ITEM}
602
599
  `;
603
600
  var SEARCH_EVENTS = import_client3.gql`
604
- query searchEvents($region: String, $search: String, $tags: [String]) {
601
+ query searchEvents($region: String, $search: String,$tags: [String]) {
605
602
  eventsSearch(region: $region, search: $search, tags: $tags) {
606
603
  ...EventListItemFields
607
604
  }
@@ -828,10 +825,7 @@ var GET_VENDOR = import_client4.gql`
828
825
  ${VENDOR}
829
826
  `;
830
827
  var GET_VENDORS_BY_REGION = import_client4.gql`
831
- query getVendorsByRegion(
832
- $region: String!
833
- $options: ResourcesByRegionOptions
834
- ) {
828
+ query getVendorsByRegion($region: String!, $options: EventsByRegionOptions) {
835
829
  vendorsByRegion(region: $region, options: $options) {
836
830
  ...VendorFields
837
831
  }
@@ -1504,10 +1498,7 @@ var GET_PARTNER = import_client16.gql`
1504
1498
  ${PARTNER}
1505
1499
  `;
1506
1500
  var GET_PARTNERS_BY_REGION = import_client16.gql`
1507
- query getPartnersByRegion(
1508
- $region: String!
1509
- $options: ResourcesByRegionOptions
1510
- ) {
1501
+ query getPartnersByRegion($region: String!, $options: EventsByRegionOptions) {
1511
1502
  partnersByRegion(region: $region, options: $options) {
1512
1503
  ...PartnerFields
1513
1504
  }