@timardex/cluemart-server-shared 1.0.59 → 1.0.60

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.
@@ -10034,6 +10034,13 @@ var UPDATE_APP_SETTINGS_MUTATION = gql`
10034
10034
  updateAppSettings(input: $input)
10035
10035
  }
10036
10036
  `;
10037
+ var CRAWL_GOOGLE_MARKETS_MUTATION = gql`
10038
+ mutation crawlGoogleMarkets {
10039
+ crawlGoogleMarkets {
10040
+ message
10041
+ }
10042
+ }
10043
+ `;
10037
10044
  var APP_SETTINGS_FIELDS_FRAGMENT = gql`
10038
10045
  fragment AppSettingsFields on AppSettingsType {
10039
10046
  _id
@@ -11245,7 +11252,6 @@ var schema3 = new MongooseSchema6(
11245
11252
  },
11246
11253
  { timestamps: true }
11247
11254
  );
11248
- schema3.index({ googlePlaceId: 1 });
11249
11255
  schema3.index({ name: 1 });
11250
11256
  schema3.index({ slug: 1 });
11251
11257
  schema3.index({ address: 1 });