@timardex/cluemart-shared 1.5.636 → 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.
- package/dist/{chunk-NMN2GAEP.mjs → chunk-Q6R4US6G.mjs} +5 -14
- package/dist/chunk-Q6R4US6G.mjs.map +1 -0
- package/dist/graphql/index.cjs +4 -13
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +4 -13
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +4 -13
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-NMN2GAEP.mjs.map +0 -1
package/dist/hooks/index.mjs
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -3297,10 +3297,7 @@ var GET_EVENT_BY_PLACE_ID = import_client3.gql`
|
|
|
3297
3297
|
${EVENT_LIST_ITEM}
|
|
3298
3298
|
`;
|
|
3299
3299
|
var GET_EVENTS_BY_REGION = import_client3.gql`
|
|
3300
|
-
query getEventsByRegion(
|
|
3301
|
-
$region: String!
|
|
3302
|
-
$options: ResourcesByRegionOptions
|
|
3303
|
-
) {
|
|
3300
|
+
query getEventsByRegion($region: String!, $options: EventsByRegionOptions) {
|
|
3304
3301
|
eventsByRegion(region: $region, options: $options) {
|
|
3305
3302
|
...EventListItemFields
|
|
3306
3303
|
}
|
|
@@ -3308,7 +3305,7 @@ var GET_EVENTS_BY_REGION = import_client3.gql`
|
|
|
3308
3305
|
${EVENT_LIST_ITEM}
|
|
3309
3306
|
`;
|
|
3310
3307
|
var SEARCH_EVENTS = import_client3.gql`
|
|
3311
|
-
query searchEvents($region: String, $search: String
|
|
3308
|
+
query searchEvents($region: String, $search: String,$tags: [String]) {
|
|
3312
3309
|
eventsSearch(region: $region, search: $search, tags: $tags) {
|
|
3313
3310
|
...EventListItemFields
|
|
3314
3311
|
}
|
|
@@ -3535,10 +3532,7 @@ var GET_VENDOR = import_client4.gql`
|
|
|
3535
3532
|
${VENDOR}
|
|
3536
3533
|
`;
|
|
3537
3534
|
var GET_VENDORS_BY_REGION = import_client4.gql`
|
|
3538
|
-
query getVendorsByRegion(
|
|
3539
|
-
$region: String!
|
|
3540
|
-
$options: ResourcesByRegionOptions
|
|
3541
|
-
) {
|
|
3535
|
+
query getVendorsByRegion($region: String!, $options: EventsByRegionOptions) {
|
|
3542
3536
|
vendorsByRegion(region: $region, options: $options) {
|
|
3543
3537
|
...VendorFields
|
|
3544
3538
|
}
|
|
@@ -4211,10 +4205,7 @@ var GET_PARTNER = import_client16.gql`
|
|
|
4211
4205
|
${PARTNER}
|
|
4212
4206
|
`;
|
|
4213
4207
|
var GET_PARTNERS_BY_REGION = import_client16.gql`
|
|
4214
|
-
query getPartnersByRegion(
|
|
4215
|
-
$region: String!
|
|
4216
|
-
$options: ResourcesByRegionOptions
|
|
4217
|
-
) {
|
|
4208
|
+
query getPartnersByRegion($region: String!, $options: EventsByRegionOptions) {
|
|
4218
4209
|
partnersByRegion(region: $region, options: $options) {
|
|
4219
4210
|
...PartnerFields
|
|
4220
4211
|
}
|