@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.
@@ -31,7 +31,7 @@ import {
31
31
  resourceRelationsSchema,
32
32
  termsAgreementSchema,
33
33
  userLicenseSchema
34
- } from "../chunk-HV25W6XY.mjs";
34
+ } from "../chunk-QGZKB5FC.mjs";
35
35
  import "../chunk-3QS3WKRC.mjs";
36
36
  export {
37
37
  APP_SETTINGS_ID,
@@ -10069,6 +10069,9 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql`
10069
10069
  businessStatus
10070
10070
  claimed
10071
10071
  createdAt
10072
+ dateTime {
10073
+ ...EventDateTimeFields
10074
+ }
10072
10075
  goodForChildren
10073
10076
  goodForGroups
10074
10077
  googleMapsUrl
@@ -10094,6 +10097,7 @@ var GOOGLE_IMPORTED_MARKETS_FIELDS_FRAGMENT = gql`
10094
10097
  updatedAt
10095
10098
  website
10096
10099
  }
10100
+ ${EVENT_DATETIME_FIELDS_FRAGMENT}
10097
10101
  `;
10098
10102
  var GET_GOOGLE_IMPORTED_MARKETS = gql`
10099
10103
  query getGoogleImportedMarkets {
@@ -11507,6 +11511,7 @@ var schema5 = new MongooseSchema8(
11507
11511
  allowsDogs: { required: false, type: Boolean },
11508
11512
  businessStatus: { required: false, type: String },
11509
11513
  claimed: { default: false, required: true, type: Boolean },
11514
+ dateTime: [dateTimeSchema3],
11510
11515
  goodForChildren: { required: false, type: Boolean },
11511
11516
  goodForGroups: { required: false, type: Boolean },
11512
11517
  googleMapsUrl: { required: false, type: String },