@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.mjs CHANGED
@@ -10028,6 +10028,9 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql`
10028
10028
  businessStatus
10029
10029
  claimed
10030
10030
  createdAt
10031
+ dateTime {
10032
+ ...EventDateTimeFields
10033
+ }
10031
10034
  goodForChildren
10032
10035
  goodForGroups
10033
10036
  googleMapsUrl
@@ -10053,6 +10056,7 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql`
10053
10056
  updatedAt
10054
10057
  website
10055
10058
  }
10059
+ ${EVENT_DATETIME_FIELDS_FRAGMENT}
10056
10060
  `;
10057
10061
  var GET_GOOGLE_IMPORTED_MARKETS = gql`
10058
10062
  query getGoogleImportedMarkets {
@@ -11272,6 +11276,7 @@ var schema3 = new MongooseSchema6(
11272
11276
  allowsDogs: { required: false, type: Boolean },
11273
11277
  businessStatus: { required: false, type: String },
11274
11278
  claimed: { default: false, required: true, type: Boolean },
11279
+ dateTime: [dateTimeSchema3],
11275
11280
  goodForChildren: { required: false, type: Boolean },
11276
11281
  goodForGroups: { required: false, type: Boolean },
11277
11282
  googleMapsUrl: { required: false, type: String },