@timardex/cluemart-server-shared 1.0.62 → 1.0.63

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.
@@ -10072,6 +10072,9 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql`
10072
10072
  businessStatus
10073
10073
  claimed
10074
10074
  createdAt
10075
+ dateTime {
10076
+ ...EventDateTimeFields
10077
+ }
10075
10078
  goodForChildren
10076
10079
  goodForGroups
10077
10080
  googleMapsUrl
@@ -10097,6 +10100,7 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql`
10097
10100
  updatedAt
10098
10101
  website
10099
10102
  }
10103
+ ${EVENT_DATETIME_FIELDS_FRAGMENT}
10100
10104
  `;
10101
10105
  var GET_GOOGLE_IMPORTED_MARKETS = gql`
10102
10106
  query getGoogleImportedMarkets {
@@ -11316,6 +11320,7 @@ var schema3 = new MongooseSchema6(
11316
11320
  allowsDogs: { required: false, type: Boolean },
11317
11321
  businessStatus: { required: false, type: String },
11318
11322
  claimed: { default: false, required: true, type: Boolean },
11323
+ dateTime: [dateTimeSchema3],
11319
11324
  goodForChildren: { required: false, type: Boolean },
11320
11325
  goodForGroups: { required: false, type: Boolean },
11321
11326
  googleMapsUrl: { required: false, type: String },