@7365admin1/core 2.55.0 → 2.56.0
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/CHANGELOG.md +6 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -24058,7 +24058,7 @@ function useVisitorTransactionService() {
|
|
|
24058
24058
|
recNo: value.recNo,
|
|
24059
24059
|
...value.block && { block: value.block },
|
|
24060
24060
|
...value.level && { level: value.level },
|
|
24061
|
-
...value.unit && { unit:
|
|
24061
|
+
...value.unit && { unit: value.unit }
|
|
24062
24062
|
};
|
|
24063
24063
|
await addVehicle(vehiclePayload);
|
|
24064
24064
|
} else {
|
|
@@ -34899,7 +34899,7 @@ function UseAccessManagementRepo() {
|
|
|
34899
34899
|
localField: "_id",
|
|
34900
34900
|
foreignField: "level",
|
|
34901
34901
|
pipeline: [
|
|
34902
|
-
{ $match: { status: { $ne: "deleted" } } },
|
|
34902
|
+
{ $match: { status: { $ne: "deleted" }, site } },
|
|
34903
34903
|
{ $project: { _id: 1, name: 1 } }
|
|
34904
34904
|
],
|
|
34905
34905
|
as: "units"
|