@timardex/cluemart-shared 1.3.92 → 1.3.93
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/graphql/index.cjs +2 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +2 -2
- package/dist/graphql/index.d.ts +2 -2
- package/dist/graphql/index.mjs +2 -2
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/graphql/index.cjs
CHANGED
|
@@ -550,10 +550,10 @@ var GET_EVENT = import_client3.gql`
|
|
|
550
550
|
var GET_EVENT_BY_PLACE_ID = import_client3.gql`
|
|
551
551
|
query getEventByPlaceId($googlePlaceId: String!) {
|
|
552
552
|
eventByPlaceId(googlePlaceId: $googlePlaceId) {
|
|
553
|
-
...
|
|
553
|
+
...EventListItemFields
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
|
-
${
|
|
556
|
+
${EVENT_LIST_ITEM}
|
|
557
557
|
`;
|
|
558
558
|
var GET_EVENTS_BY_REGION = import_client3.gql`
|
|
559
559
|
query getEventsByRegion($region: String!, $onlyClaimed: Boolean) {
|