@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.
@@ -31,7 +31,7 @@ import {
31
31
  resourceRelationsSchema,
32
32
  termsAgreementSchema,
33
33
  userLicenseSchema
34
- } from "../chunk-5JEBH7MU.mjs";
34
+ } from "../chunk-EOKS26AC.mjs";
35
35
  import "../chunk-3QS3WKRC.mjs";
36
36
  export {
37
37
  APP_SETTINGS_ID,
@@ -10031,6 +10031,13 @@ var UPDATE_APP_SETTINGS_MUTATION = gql`
10031
10031
  updateAppSettings(input: $input)
10032
10032
  }
10033
10033
  `;
10034
+ var CRAWL_GOOGLE_MARKETS_MUTATION = gql`
10035
+ mutation crawlGoogleMarkets {
10036
+ crawlGoogleMarkets {
10037
+ message
10038
+ }
10039
+ }
10040
+ `;
10034
10041
  var APP_SETTINGS_FIELDS_FRAGMENT = gql`
10035
10042
  fragment AppSettingsFields on AppSettingsType {
10036
10043
  _id
@@ -11436,7 +11443,6 @@ var schema5 = new MongooseSchema8(
11436
11443
  },
11437
11444
  { timestamps: true }
11438
11445
  );
11439
- schema5.index({ googlePlaceId: 1 });
11440
11446
  schema5.index({ name: 1 });
11441
11447
  schema5.index({ slug: 1 });
11442
11448
  schema5.index({ address: 1 });