@timardex/cluemart-server-shared 1.0.70 → 1.0.71

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.
@@ -11260,7 +11260,12 @@ var schema3 = new MongooseSchema6(
11260
11260
  },
11261
11261
  { timestamps: true }
11262
11262
  );
11263
- schema3.index({ address: 1, location: "2dsphere", name: 1, region: 1 });
11263
+ schema3.index({ location: "2dsphere" });
11264
+ schema3.index({
11265
+ address: 1,
11266
+ name: 1,
11267
+ region: 1
11268
+ });
11264
11269
  var GoogleImportedMarketModel = mongoose6.models.GoogleImportedMarket || mongoose6.model("GoogleImportedMarket", schema3);
11265
11270
 
11266
11271
  // src/mongoose/Notification.ts
@@ -11878,10 +11883,10 @@ var schema11 = new MongooseSchema15(
11878
11883
  },
11879
11884
  { timestamps: true }
11880
11885
  );
11886
+ schema11.index({ location: "2dsphere" });
11881
11887
  schema11.index({
11882
11888
  "associates.email": 1,
11883
11889
  description: 1,
11884
- location: "2dsphere",
11885
11890
  name: 1,
11886
11891
  region: 1,
11887
11892
  tags: 1
@@ -12028,4 +12033,4 @@ react/cjs/react.development.js:
12028
12033
  * LICENSE file in the root directory of this source tree.
12029
12034
  *)
12030
12035
  */
12031
- //# sourceMappingURL=chunk-H6KTTPYE.mjs.map
12036
+ //# sourceMappingURL=chunk-HVNJOXS7.mjs.map