@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @iservice365/core
2
2
 
3
+ ## 2.56.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 024c2b6: get latest hotfix changes
8
+
3
9
  ## 2.55.0
4
10
 
5
11
  ### Minor Changes
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: new import_mongodb59.ObjectId(value.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"