@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.
package/dist/index.mjs CHANGED
@@ -9990,6 +9990,13 @@ var UPDATE_APP_SETTINGS_MUTATION = gql`
9990
9990
  updateAppSettings(input: $input)
9991
9991
  }
9992
9992
  `;
9993
+ var CRAWL_GOOGLE_MARKETS_MUTATION = gql`
9994
+ mutation crawlGoogleMarkets {
9995
+ crawlGoogleMarkets {
9996
+ message
9997
+ }
9998
+ }
9999
+ `;
9993
10000
  var APP_SETTINGS_FIELDS_FRAGMENT = gql`
9994
10001
  fragment AppSettingsFields on AppSettingsType {
9995
10002
  _id
@@ -11201,7 +11208,6 @@ var schema3 = new MongooseSchema6(
11201
11208
  },
11202
11209
  { timestamps: true }
11203
11210
  );
11204
- schema3.index({ googlePlaceId: 1 });
11205
11211
  schema3.index({ name: 1 });
11206
11212
  schema3.index({ slug: 1 });
11207
11213
  schema3.index({ address: 1 });