@timardex/cluemart-shared 1.5.713 → 1.5.714
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-H2DRSNAF.mjs → chunk-GHTGWSA3.mjs} +25 -21
- package/dist/chunk-GHTGWSA3.mjs.map +1 -0
- package/dist/graphql/index.cjs +24 -20
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +24 -20
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +24 -20
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +24 -20
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/chunk-H2DRSNAF.mjs.map +0 -1
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -2377,6 +2377,26 @@ var DATETIME_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
2377
2377
|
startTime
|
|
2378
2378
|
}
|
|
2379
2379
|
`;
|
|
2380
|
+
var LOCATION_GEO_FIELDS_FRAGMENT = import_client2.gql`
|
|
2381
|
+
fragment LocationGeoFields on LocationGeoType {
|
|
2382
|
+
coordinates
|
|
2383
|
+
type
|
|
2384
|
+
}
|
|
2385
|
+
`;
|
|
2386
|
+
var LOCATION_FIELDS_FRAGMENT = import_client2.gql`
|
|
2387
|
+
fragment LocationFields on LocationType {
|
|
2388
|
+
city
|
|
2389
|
+
country
|
|
2390
|
+
fullAddress
|
|
2391
|
+
geo {
|
|
2392
|
+
...LocationGeoFields
|
|
2393
|
+
}
|
|
2394
|
+
latitude
|
|
2395
|
+
longitude
|
|
2396
|
+
region
|
|
2397
|
+
}
|
|
2398
|
+
${LOCATION_GEO_FIELDS_FRAGMENT}
|
|
2399
|
+
`;
|
|
2380
2400
|
var USER_ACTIVITY_FIELDS_FRAGMENT = import_client2.gql`
|
|
2381
2401
|
fragment UserActivityFields on UserActivityType {
|
|
2382
2402
|
favourites {
|
|
@@ -2432,6 +2452,9 @@ var USER_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
2432
2452
|
licences {
|
|
2433
2453
|
...LicenceFields
|
|
2434
2454
|
}
|
|
2455
|
+
location {
|
|
2456
|
+
...LocationFields
|
|
2457
|
+
}
|
|
2435
2458
|
partner
|
|
2436
2459
|
overallPoints
|
|
2437
2460
|
platform
|
|
@@ -2453,6 +2476,7 @@ var USER_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
2453
2476
|
${TERMS_AGREEMENT_FIELDS_FRAGMENT}
|
|
2454
2477
|
${USER_ACTIVITY_FIELDS_FRAGMENT}
|
|
2455
2478
|
${LICENCE_FIELDS_FRAGMENT}
|
|
2479
|
+
${LOCATION_FIELDS_FRAGMENT}
|
|
2456
2480
|
`;
|
|
2457
2481
|
var STALL_TYPE_FIELDS_FRAGMENT = import_client2.gql`
|
|
2458
2482
|
fragment StallTypeFields on StallTypeType {
|
|
@@ -2489,26 +2513,6 @@ var CONTACT_DETAILS_FIELDS_FRAGMENT = import_client2.gql`
|
|
|
2489
2513
|
mobilePhone
|
|
2490
2514
|
}
|
|
2491
2515
|
`;
|
|
2492
|
-
var LOCATION_GEO_FIELDS_FRAGMENT = import_client2.gql`
|
|
2493
|
-
fragment LocationGeoFields on LocationGeoType {
|
|
2494
|
-
coordinates
|
|
2495
|
-
type
|
|
2496
|
-
}
|
|
2497
|
-
`;
|
|
2498
|
-
var LOCATION_FIELDS_FRAGMENT = import_client2.gql`
|
|
2499
|
-
fragment LocationFields on LocationType {
|
|
2500
|
-
city
|
|
2501
|
-
country
|
|
2502
|
-
fullAddress
|
|
2503
|
-
geo {
|
|
2504
|
-
...LocationGeoFields
|
|
2505
|
-
}
|
|
2506
|
-
latitude
|
|
2507
|
-
longitude
|
|
2508
|
-
region
|
|
2509
|
-
}
|
|
2510
|
-
${LOCATION_GEO_FIELDS_FRAGMENT}
|
|
2511
|
-
`;
|
|
2512
2516
|
var EVENT_LIST_ITEM = import_client2.gql`
|
|
2513
2517
|
fragment EventListItemFields on EventListItemType {
|
|
2514
2518
|
_id
|