@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.
@@ -10007,6 +10007,9 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql`
10007
10007
  businessStatus
10008
10008
  claimed
10009
10009
  createdAt
10010
+ dateTime {
10011
+ ...EventDateTimeFields
10012
+ }
10010
10013
  goodForChildren
10011
10014
  goodForGroups
10012
10015
  googleMapsUrl
@@ -10032,6 +10035,7 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql`
10032
10035
  updatedAt
10033
10036
  website
10034
10037
  }
10038
+ ${EVENT_DATETIME_FIELDS_FRAGMENT}
10035
10039
  `;
10036
10040
  var GET_GOOGLE_IMPORTED_MARKETS = gql`
10037
10041
  query getGoogleImportedMarkets {
@@ -11251,6 +11255,7 @@ var schema3 = new MongooseSchema6(
11251
11255
  allowsDogs: { required: false, type: Boolean },
11252
11256
  businessStatus: { required: false, type: String },
11253
11257
  claimed: { default: false, required: true, type: Boolean },
11258
+ dateTime: [dateTimeSchema3],
11254
11259
  goodForChildren: { required: false, type: Boolean },
11255
11260
  goodForGroups: { required: false, type: Boolean },
11256
11261
  googleMapsUrl: { required: false, type: String },
@@ -12071,4 +12076,4 @@ react/cjs/react.development.js:
12071
12076
  * LICENSE file in the root directory of this source tree.
12072
12077
  *)
12073
12078
  */
12074
- //# sourceMappingURL=chunk-HV25W6XY.mjs.map
12079
+ //# sourceMappingURL=chunk-QGZKB5FC.mjs.map