@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.
- package/dist/{chunk-H6KTTPYE.mjs → chunk-HVNJOXS7.mjs} +8 -3
- package/dist/{chunk-H6KTTPYE.mjs.map → chunk-HVNJOXS7.mjs.map} +1 -1
- package/dist/index.cjs +7 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +7 -2
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +7 -2
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +7 -2
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -11260,7 +11260,12 @@ var schema3 = new MongooseSchema6(
|
|
|
11260
11260
|
},
|
|
11261
11261
|
{ timestamps: true }
|
|
11262
11262
|
);
|
|
11263
|
-
schema3.index({
|
|
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-
|
|
12036
|
+
//# sourceMappingURL=chunk-HVNJOXS7.mjs.map
|