@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.
package/dist/index.cjs CHANGED
@@ -10079,6 +10079,9 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql`
10079
10079
  businessStatus
10080
10080
  claimed
10081
10081
  createdAt
10082
+ dateTime {
10083
+ ...EventDateTimeFields
10084
+ }
10082
10085
  goodForChildren
10083
10086
  goodForGroups
10084
10087
  googleMapsUrl
@@ -10104,6 +10107,7 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql`
10104
10107
  updatedAt
10105
10108
  website
10106
10109
  }
10110
+ ${EVENT_DATETIME_FIELDS_FRAGMENT}
10107
10111
  `;
10108
10112
  var GET_GOOGLE_IMPORTED_MARKETS = gql`
10109
10113
  query getGoogleImportedMarkets {
@@ -11323,6 +11327,7 @@ var schema3 = new MongooseSchema6(
11323
11327
  allowsDogs: { required: false, type: Boolean },
11324
11328
  businessStatus: { required: false, type: String },
11325
11329
  claimed: { default: false, required: true, type: Boolean },
11330
+ dateTime: [dateTimeSchema3],
11326
11331
  goodForChildren: { required: false, type: Boolean },
11327
11332
  goodForGroups: { required: false, type: Boolean },
11328
11333
  googleMapsUrl: { required: false, type: String },