@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.
@@ -9969,6 +9969,13 @@ var UPDATE_APP_SETTINGS_MUTATION = gql`
9969
9969
  updateAppSettings(input: $input)
9970
9970
  }
9971
9971
  `;
9972
+ var CRAWL_GOOGLE_MARKETS_MUTATION = gql`
9973
+ mutation crawlGoogleMarkets {
9974
+ crawlGoogleMarkets {
9975
+ message
9976
+ }
9977
+ }
9978
+ `;
9972
9979
  var APP_SETTINGS_FIELDS_FRAGMENT = gql`
9973
9980
  fragment AppSettingsFields on AppSettingsType {
9974
9981
  _id
@@ -11180,7 +11187,6 @@ var schema3 = new MongooseSchema6(
11180
11187
  },
11181
11188
  { timestamps: true }
11182
11189
  );
11183
- schema3.index({ googlePlaceId: 1 });
11184
11190
  schema3.index({ name: 1 });
11185
11191
  schema3.index({ slug: 1 });
11186
11192
  schema3.index({ address: 1 });
@@ -11967,4 +11973,4 @@ react/cjs/react.development.js:
11967
11973
  * LICENSE file in the root directory of this source tree.
11968
11974
  *)
11969
11975
  */
11970
- //# sourceMappingURL=chunk-5JEBH7MU.mjs.map
11976
+ //# sourceMappingURL=chunk-EOKS26AC.mjs.map