@timardex/cluemart-shared 1.3.67 → 1.3.68

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.
@@ -1,6 +1,6 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { EnumResourceType } from '../enums/index.mjs';
3
- import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType, G as GoogleImportedMarket } from '../googleImportedMarket-D2HOg7O-.mjs';
3
+ import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType, G as GoogleImportedMarket } from '../googleImportedMarket-6kBUp2yE.mjs';
4
4
  import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UnregisteredVendorType, f as UserActivityEventType, g as UserLicenceType } from '../global-DjZooB3t.mjs';
5
5
  import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType, c as AppSettingsType } from '../post-DHDZfAmJ.mjs';
6
6
  import 'react-hook-form';
@@ -1,6 +1,6 @@
1
1
  import * as _apollo_client from '@apollo/client';
2
2
  import { EnumResourceType } from '../enums/index.js';
3
- import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType, G as GoogleImportedMarket } from '../googleImportedMarket-BuxDo6MX.js';
3
+ import { C as ChatType, N as NotificationType, a as NotificationCount, R as ResourceActivityType, G as GoogleImportedMarket } from '../googleImportedMarket-Ckdoji3C.js';
4
4
  import { E as EventType, b as EventInfoType, c as RelationType, d as ResourceConnectionsType, V as VendorType, e as VendorInfoType, U as UnregisteredVendorType, f as UserActivityEventType, g as UserLicenceType } from '../global-BKEcBQxZ.js';
5
5
  import { T as TesterType, U as UserType, A as AdType, E as EnumAdStatus, S as SubscriptionStatusData, P as PartnerType, a as PostType, b as EnumPostType, c as AppSettingsType } from '../post-Bwr2i2Qq.js';
6
6
  import 'react-hook-form';
@@ -3340,6 +3340,9 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql36`
3340
3340
  businessStatus
3341
3341
  claimed
3342
3342
  createdAt
3343
+ dateTime {
3344
+ ...EventDateTimeFields
3345
+ }
3343
3346
  goodForChildren
3344
3347
  goodForGroups
3345
3348
  googleMapsUrl
@@ -3365,6 +3368,7 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql36`
3365
3368
  updatedAt
3366
3369
  website
3367
3370
  }
3371
+ ${EVENT_DATETIME_FIELDS_FRAGMENT}
3368
3372
  `;
3369
3373
  var GET_GOOGLE_IMPORTED_MARKETS = gql36`
3370
3374
  query getGoogleImportedMarkets {