@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.cjs CHANGED
@@ -10041,6 +10041,13 @@ var UPDATE_APP_SETTINGS_MUTATION = gql`
10041
10041
  updateAppSettings(input: $input)
10042
10042
  }
10043
10043
  `;
10044
+ var CRAWL_GOOGLE_MARKETS_MUTATION = gql`
10045
+ mutation crawlGoogleMarkets {
10046
+ crawlGoogleMarkets {
10047
+ message
10048
+ }
10049
+ }
10050
+ `;
10044
10051
  var APP_SETTINGS_FIELDS_FRAGMENT = gql`
10045
10052
  fragment AppSettingsFields on AppSettingsType {
10046
10053
  _id
@@ -11252,7 +11259,6 @@ var schema3 = new MongooseSchema6(
11252
11259
  },
11253
11260
  { timestamps: true }
11254
11261
  );
11255
- schema3.index({ googlePlaceId: 1 });
11256
11262
  schema3.index({ name: 1 });
11257
11263
  schema3.index({ slug: 1 });
11258
11264
  schema3.index({ address: 1 });